@charset "UTF-8";
div.body .main > aside.full-width,
div.body .main > section.full-width {
  margin-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 30px;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  div.body .main > aside.full-width,
  div.body .main > section.full-width {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  div.body .main > aside.full-width .container,
  div.body .main > section.full-width .container {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
div.body
  .main
  > aside.full-width:not(.mod-ctsi):not(.mod-kpi):not(.mod-modal-cards):not(.mod-countdown),
div.body
  .main
  > section.full-width:not(.mod-ctsi):not(.mod-kpi):not(.mod-modal-cards):not(.mod-countdown) {
  padding-top: 30px !important;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  div.body
    .main
    > aside.full-width:not(.mod-ctsi):not(.mod-kpi):not(.mod-modal-cards):not(.mod-countdown),
  div.body
    .main
    > section.full-width:not(.mod-ctsi):not(.mod-kpi):not(.mod-modal-cards):not(.mod-countdown) {
    padding-top: 40px !important;
  }
}
div.body
  .main
  > aside.full-width.ifm-kpi-container:not(.transparent):not(.mod-modal-cards),
div.body
  .main
  > section.full-width.ifm-kpi-container:not(.transparent):not(.mod-modal-cards) {
  padding-bottom: 20px !important;
}
div.body .main > aside.full-width.mod-kpi,
div.body .main > section.full-width.mod-kpi {
  padding-top: 30px;
  padding-bottom: 8px;
}
@media (min-width: 1024px) {
  div.body .main > aside.full-width.mod-kpi,
  div.body .main > section.full-width.mod-kpi {
    padding-top: 40px;
    padding-bottom: 28px;
  }
}
div.body .main > section.full-width-title {
  margin-top: 10px;
  padding-top: 30px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  div.body .main > section.full-width-title {
    margin-top: 20px;
    padding-top: 40px;
  }
}
@media (min-width: 1025px) {
  div.body .main > section.full-width-title {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  div.body .main > section.full-width-title .container {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
div.body .main > section.full-width-pm {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 1440px) {
  div.body .main > section.full-width-pm .container {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
aside.mod-bg-color > :last-child,
section.mod-bg-color > :last-child {
  padding-bottom: 40px;
}
aside .mod-title,
section .mod-title {
  padding-bottom: 20px;
}
@media (min-width: 1280px) {
  aside .mod-title .container > *,
  section .mod-title .container > * {
    max-width: 952px;
  }
}
aside .mod-title .container .mod-title-title-wrapper,
aside .mod-title .container .title-wrapper,
section .mod-title .container .mod-title-title-wrapper,
section .mod-title .container .title-wrapper {
  max-width: none;
}
aside .mod-title .container > :last-child,
section .mod-title .container > :last-child {
  margin-bottom: 0;
}
aside .mod-btn-wrapper .container,
section .mod-btn-wrapper .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
aside .mod-title-groups .mod-content,
aside .mod-title-groups-2 .mod-content,
section .mod-title-groups .mod-content,
section .mod-title-groups-2 .mod-content {
  padding-top: 20px;
}
aside .mod-title-groups .group-content:first-child .mod-content:first-child,
aside .mod-title-groups-2 .group-content:first-child .mod-content:first-child,
section .mod-title-groups .group-content:first-child .mod-content:first-child,
section
  .mod-title-groups-2
  .group-content:first-child
  .mod-content:first-child {
  padding-top: 0;
}
@media (min-width: 1280px) {
  aside .mod-title-groups .subtitle-link-wrapper,
  aside .mod-title-groups-2 .subtitle-link-wrapper,
  section .mod-title-groups .subtitle-link-wrapper,
  section .mod-title-groups-2 .subtitle-link-wrapper {
    max-width: 952px;
  }
}
@media (min-width: 1280px) {
  aside .mod-title-groups,
  section .mod-title-groups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  aside .mod-title-groups .group-title,
  section .mod-title-groups .group-title {
    width: 287px;
    min-width: 287px;
    margin-right: 16px;
  }
  aside .mod-title-groups .group-title .title-wrapper,
  section .mod-title-groups .group-title .title-wrapper {
    word-break: break-word;
  }
  aside .mod-title-groups .group-content,
  section .mod-title-groups .group-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 303px);
  }
  aside .mod-title-groups .mod-content:first-child,
  section .mod-title-groups .mod-content:first-child {
    padding-top: 0;
  }
}
aside .mod-title-groups-2 .title-buttons,
section .mod-title-groups-2 .title-buttons {
  display: none;
}
.cp-element {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .cp-element {
    padding-left: calc(50vw - 351px);
    padding-right: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .cp-element {
    padding-left: calc(50vw - 482px);
    padding-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .cp-element {
    padding-left: calc(50vw - 603px);
    padding-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .cp-element {
    padding-left: 685px;
    padding-right: 685px;
  }
}
.cpl-element {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .cpl-element {
    padding-left: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .cpl-element {
    padding-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .cpl-element {
    padding-left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .cpl-element {
    padding-left: 685px;
  }
}
.cpr-element {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .cpr-element {
    padding-right: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .cpr-element {
    padding-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .cpr-element {
    padding-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .cpr-element {
    padding-right: 685px;
  }
}
@media (min-width: 1024px) {
  .cpr-lg-element {
    padding-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .cpr-lg-element {
    padding-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .cpr-lg-element {
    padding-right: 685px;
  }
}
.cm-element {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .cm-element {
    margin-left: calc(50vw - 351px);
    margin-right: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .cm-element {
    margin-left: calc(50vw - 482px);
    margin-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .cm-element {
    margin-left: calc(50vw - 603px);
    margin-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .cm-element {
    margin-left: 685px;
    margin-right: 685px;
  }
}
.cml-element {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .cml-element {
    margin-left: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .cml-element {
    margin-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .cml-element {
    margin-left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .cml-element {
    margin-left: 685px;
  }
}
.cmr-element {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .cmr-element {
    margin-right: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .cmr-element {
    margin-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .cmr-element {
    margin-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .cmr-element {
    margin-right: 685px;
  }
}
.simple-check::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  border: solid 2px #fff;
  border-right: none;
  border-top: none;
  border-bottom-right-radius: 2px;
  width: 10px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.simple-check.hide::before {
  visibility: hidden;
}
.thin-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}
.thin-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.thin-scrollbar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}
ul.link-list-generic.link-list-generic {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.link-list-generic.link-list-generic li:not(:last-child) {
  margin-bottom: 15px;
}
ul.link-list-generic.link-list-generic.inline li {
  display: inline-block;
  margin-right: 15px;
}
.container-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container-content {
    max-width: 688px;
  }
}
@media (min-width: 1024px) {
  .container-content {
    max-width: 950px;
  }
}
@media (min-width: 1280px) {
  .container-content {
    max-width: 1190px;
  }
}
.container-content.m-mobile {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .container-content.m-mobile {
    margin-left: auto;
    margin-right: auto;
  }
}
.hidden-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -200vw;
  opacity: 0.001;
}
.contributed.c-14 {
  font-size: 14px;
  line-height: 17px;
}
.contributed.c-14 strong {
  font-weight: 500 !important;
}
.contributed.c-16 {
  font-size: 16px;
  line-height: 19px;
}
.contributed.c-16 strong {
  font-weight: 500 !important;
}
@media (min-width: 1024px) {
  .contributed.c-16-lg {
    font-size: 16px;
    line-height: 19px;
  }
  .contributed.c-16-lg strong {
    font-weight: 500 !important;
  }
}
h3 {
  font-family: "Barlow" ;
  font-weight: 600;
  text-transform: none;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.ifema-h3 {
  font-family: "Barlow"  !important;
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 24px !important;
  line-height: 30px !important;
}
@media (min-width: 768px) {
  .ifema-h3 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}
@media (min-width: 1024px) {
  .ifema-h3 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
h4 {
  font-family: "Barlow" ;
  font-weight: 600;
  text-transform: none;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.ifema-h4 {
  font-family: "Barlow"  !important;
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
@media (min-width: 768px) {
  .ifema-h4 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
@media (min-width: 1024px) {
  .ifema-h4 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
h5 {
  font-family: "Barlow" ;
  font-weight: 500;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
.ifema-h5 {
  font-family: "Barlow"  !important;
  font-weight: 500 !important;
  text-transform: none !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (min-width: 768px) {
  .ifema-h5 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
@media (min-width: 1024px) {
  .ifema-h5 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.ifema-sub1 {
  font-family: "Barlow" !important;
  font-weight: 500 !important;
  text-transform: none !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
@media (min-width: 768px) {
  .ifema-sub1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
@media (min-width: 1024px) {
  .ifema-sub1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
}
.ifema-sub2 {
  font-family: "Barlow" !important;
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 18px !important;
  line-height: 26px !important;
}
@media (min-width: 768px) {
  .ifema-sub2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
@media (min-width: 1024px) {
  .ifema-sub2 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
.ifema-sub3 {
  font-family: "Barlow" !important;
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media (min-width: 1024px) {
  .ifema-sub3 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
.ifema-h1 + .ifema-sub,
h1 + .ifema-sub {
  font-family: "Barlow";
  font-weight: 500;
  text-transform: none;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .ifema-h1 + .ifema-sub,
  h1 + .ifema-sub {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .ifema-h1 + .ifema-sub,
  h1 + .ifema-sub {
    font-size: 24px;
    line-height: 32px;
  }
}
.ifema-h2 + .ifema-sub,
h2 + .ifema-sub {
  font-family: "Barlow";
  font-weight: 600;
  text-transform: none;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .ifema-h2 + .ifema-sub,
  h2 + .ifema-sub {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .ifema-h2 + .ifema-sub,
  h2 + .ifema-sub {
    font-size: 22px;
    line-height: 30px;
  }
}
.ifema-h3 + .ifema-sub,
h3 + .ifema-sub {
  font-family: "Barlow";
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .ifema-h3 + .ifema-sub,
  h3 + .ifema-sub {
    font-size: 18px;
    line-height: 26px;
  }
}
.ifema-mt-m {
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .ifema-mt-m {
    margin-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  .ifema-mt-m {
    margin-top: 40px !important;
  }
}
.ifema-mt-l {
  margin-top: 40px !important;
}
@media (min-width: 768px) {
  .ifema-mt-l {
    margin-top: 60px !important;
  }
}
@media (min-width: 1024px) {
  .ifema-mt-l {
    margin-top: 80px !important;
  }
}
.ifema-pt-m {
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .ifema-pt-m {
    padding-top: 40px !important;
  }
} /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #e3242d;
  --secondary: #2931b3;
  --success: #28a745;
  --info: #e3242d;
  --warning: #ffffff;
  --danger: #dc3545;
  --light: #ffffff;
  --dark: #000000;
  --terciary: #ffffff;
  --quaternary: #f0cf61;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-clg: 1024px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
div.body {
  margin: 0;
  font-family: "Barlow";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #2931b3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1b2075;
  text-decoration: none;
}
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;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 3.75rem;
}
.h2,
h2 {
  font-size: 3.75rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1.25rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-clg,
.col-clg-1,
.col-clg-10,
.col-clg-11,
.col-clg-12,
.col-clg-2,
.col-clg-3,
.col-clg-4,
.col-clg-5,
.col-clg-6,
.col-clg-7,
.col-clg-8,
.col-clg-9,
.col-clg-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1024px) {
  .col-clg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-clg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-clg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-clg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-clg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-clg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-clg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-clg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-clg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-clg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-clg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-clg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-clg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-clg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-clg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-clg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-clg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-clg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-clg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-clg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-clg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-clg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-clg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-clg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-clg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-clg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-clg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-clg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-clg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-clg-0 {
    margin-left: 0;
  }
  .offset-clg-1 {
    margin-left: 8.33333%;
  }
  .offset-clg-2 {
    margin-left: 16.66667%;
  }
  .offset-clg-3 {
    margin-left: 25%;
  }
  .offset-clg-4 {
    margin-left: 33.33333%;
  }
  .offset-clg-5 {
    margin-left: 41.66667%;
  }
  .offset-clg-6 {
    margin-left: 50%;
  }
  .offset-clg-7 {
    margin-left: 58.33333%;
  }
  .offset-clg-8 {
    margin-left: 66.66667%;
  }
  .offset-clg-9 {
    margin-left: 75%;
  }
  .offset-clg-10 {
    margin-left: 83.33333%;
  }
  .offset-clg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tdiv.body + tdiv.body {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tdiv.body + tdiv.body,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tdiv.body tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tdiv.body tr:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #f7c2c4;
}
.table-primary tdiv.body + tdiv.body,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #f08d92;
}
.table-hover .table-primary:hover {
  background-color: #f4abae;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f4abae;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #c3c5ea;
}
.table-secondary tdiv.body + tdiv.body,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #9094d7;
}
.table-hover .table-secondary:hover {
  background-color: #b0b3e3;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b0b3e3;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tdiv.body + tdiv.body,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #f7c2c4;
}
.table-info tdiv.body + tdiv.body,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #f08d92;
}
.table-hover .table-info:hover {
  background-color: #f4abae;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #f4abae;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fff;
}
.table-warning tdiv.body + tdiv.body,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #fff;
}
.table-hover .table-warning:hover {
  background-color: #f2f2f2;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f2f2f2;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tdiv.body + tdiv.body,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fff;
}
.table-light tdiv.body + tdiv.body,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fff;
}
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #b8b8b8;
}
.table-dark tdiv.body + tdiv.body,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #7a7a7a;
}
.table-hover .table-dark:hover {
  background-color: #ababab;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #ababab;
}
.table-terciary,
.table-terciary > td,
.table-terciary > th {
  background-color: #fff;
}
.table-terciary tdiv.body + tdiv.body,
.table-terciary td,
.table-terciary th,
.table-terciary thead th {
  border-color: #fff;
}
.table-hover .table-terciary:hover {
  background-color: #f2f2f2;
}
.table-hover .table-terciary:hover > td,
.table-hover .table-terciary:hover > th {
  background-color: #f2f2f2;
}
.table-quaternary,
.table-quaternary > td,
.table-quaternary > th {
  background-color: #fbf2d3;
}
.table-quaternary tdiv.body + tdiv.body,
.table-quaternary td,
.table-quaternary th,
.table-quaternary thead th {
  border-color: #f7e6ad;
}
.table-hover .table-quaternary:hover {
  background-color: #f9ebbc;
}
.table-hover .table-quaternary:hover > td,
.table-hover .table-quaternary:hover > th {
  background-color: #f9ebbc;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tdiv.body tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tdiv.body tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-clg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-clg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f19599;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  -webkit-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  -webkit-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 2.1872rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #000;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #e3242d;
  border-color: #e3242d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c71922;
  border-color: #bc1820;
}
.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 69, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(231, 69, 77, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #e3242d;
  border-color: #e3242d;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #bc1820;
  border-color: #b1171e;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 69, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(231, 69, 77, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #2931b3;
  border-color: #2931b3;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #222894;
  border-color: #1f268a;
}
.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 190, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 190, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #2931b3;
  border-color: #2931b3;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1f268a;
  border-color: #1d237f;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 190, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 190, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #e3242d;
  border-color: #e3242d;
}
.btn-info:hover {
  color: #fff;
  background-color: #c71922;
  border-color: #bc1820;
}
.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 69, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(231, 69, 77, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #e3242d;
  border-color: #e3242d;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #bc1820;
  border-color: #b1171e;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 69, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(231, 69, 77, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-terciary {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-terciary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-terciary.focus,
.btn-terciary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-terciary.disabled,
.btn-terciary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-terciary:not(:disabled):not(.disabled).active,
.btn-terciary:not(:disabled):not(.disabled):active,
.show > .btn-terciary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-terciary:not(:disabled):not(.disabled).active:focus,
.btn-terciary:not(:disabled):not(.disabled):active:focus,
.show > .btn-terciary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-quaternary {
  color: #212529;
  background-color: #f0cf61;
  border-color: #f0cf61;
}
.btn-quaternary:hover {
  color: #212529;
  background-color: #edc43e;
  border-color: #ecc132;
}
.btn-quaternary.focus,
.btn-quaternary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 182, 89, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(209, 182, 89, 0.5);
}
.btn-quaternary.disabled,
.btn-quaternary:disabled {
  color: #212529;
  background-color: #f0cf61;
  border-color: #f0cf61;
}
.btn-quaternary:not(:disabled):not(.disabled).active,
.btn-quaternary:not(:disabled):not(.disabled):active,
.show > .btn-quaternary.dropdown-toggle {
  color: #212529;
  background-color: #ecc132;
  border-color: #eabd27;
}
.btn-quaternary:not(:disabled):not(.disabled).active:focus,
.btn-quaternary:not(:disabled):not(.disabled):active:focus,
.show > .btn-quaternary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 182, 89, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(209, 182, 89, 0.5);
}
.btn-outline-primary {
  color: #e3242d;
  border-color: #e3242d;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #e3242d;
  border-color: #e3242d;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #e3242d;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #e3242d;
  border-color: #e3242d;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.5);
}
.btn-outline-secondary {
  color: #2931b3;
  border-color: #2931b3;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2931b3;
  border-color: #2931b3;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 49, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(41, 49, 179, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #2931b3;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2931b3;
  border-color: #2931b3;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 49, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(41, 49, 179, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #e3242d;
  border-color: #e3242d;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #e3242d;
  border-color: #e3242d;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #e3242d;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #e3242d;
  border-color: #e3242d;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.5);
}
.btn-outline-warning {
  color: #fff;
  border-color: #fff;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-dark {
  color: #000;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-terciary {
  color: #fff;
  border-color: #fff;
}
.btn-outline-terciary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-terciary.focus,
.btn-outline-terciary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-terciary.disabled,
.btn-outline-terciary:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-terciary:not(:disabled):not(.disabled).active,
.btn-outline-terciary:not(:disabled):not(.disabled):active,
.show > .btn-outline-terciary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-terciary:not(:disabled):not(.disabled).active:focus,
.btn-outline-terciary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-terciary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-quaternary {
  color: #f0cf61;
  border-color: #f0cf61;
}
.btn-outline-quaternary:hover {
  color: #212529;
  background-color: #f0cf61;
  border-color: #f0cf61;
}
.btn-outline-quaternary.focus,
.btn-outline-quaternary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 207, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(240, 207, 97, 0.5);
}
.btn-outline-quaternary.disabled,
.btn-outline-quaternary:disabled {
  color: #f0cf61;
  background-color: transparent;
}
.btn-outline-quaternary:not(:disabled):not(.disabled).active,
.btn-outline-quaternary:not(:disabled):not(.disabled):active,
.show > .btn-outline-quaternary.dropdown-toggle {
  color: #212529;
  background-color: #f0cf61;
  border-color: #f0cf61;
}
.btn-outline-quaternary:not(:disabled):not(.disabled).active:focus,
.btn-outline-quaternary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-quaternary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 207, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(240, 207, 97, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #2931b3;
  text-decoration: none;
}
.btn-link:hover {
  color: #1b2075;
  text-decoration: none;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #a1151b;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-clg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-clg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 20px;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0 - 0);
  border-top-right-radius: calc(0 - 0);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0 - 0);
  border-bottom-left-radius: calc(0 - 0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #a1151b;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e3242d;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0 20px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.5rem 20px;
  color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 1.6404rem;
  padding-left: 1.6404rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #e3242d;
  background-color: #e3242d;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f19599;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #f7c2c5;
  border-color: #f7c2c5;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #e3242d;
  background-color: #e3242d;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(227, 36, 45, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(227, 36, 45, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(227, 36, 45, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -o-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(227, 36, 45, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #f19599;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #f19599;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #e3242d;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #f7c2c5;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e3242d;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #f7c2c5;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #e3242d;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #f7c2c5;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e3242d;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-clg > .container,
  .navbar-expand-clg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-clg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-clg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-clg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-clg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-clg > .container,
  .navbar-expand-clg > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-clg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-clg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: #fff;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-light .navbar-toggler {
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #fff;
}
.navbar-light .navbar-text a {
  color: #fff;
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: #fff;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.card-div.body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: 0;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "›";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #000;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2931b3;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #1b2075;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e3242d;
  border-color: #e3242d;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #e3242d;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #bc1820;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #2931b3;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #1f268a;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 49, 179, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(41, 49, 179, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #e3242d;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #bc1820;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(227, 36, 45, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #fff;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #fff;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #000;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #000;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.badge-terciary {
  color: #212529;
  background-color: #fff;
}
a.badge-terciary:focus,
a.badge-terciary:hover {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-terciary.focus,
a.badge-terciary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.badge-quaternary {
  color: #212529;
  background-color: #f0cf61;
}
a.badge-quaternary:focus,
a.badge-quaternary:hover {
  color: #212529;
  background-color: #ecc132;
}
a.badge-quaternary.focus,
a.badge-quaternary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 207, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(240, 207, 97, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 600;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #761317;
  background-color: #f9d3d5;
  border-color: #f7c2c4;
}
.alert-primary hr {
  border-top-color: #f4abae;
}
.alert-primary .alert-link {
  color: #4a0c0e;
}
.alert-secondary {
  color: #15195d;
  background-color: #d4d6f0;
  border-color: #c3c5ea;
}
.alert-secondary hr {
  border-top-color: #b0b3e3;
}
.alert-secondary .alert-link {
  color: #0c0e33;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #761317;
  background-color: #f9d3d5;
  border-color: #f7c2c4;
}
.alert-info hr {
  border-top-color: #f4abae;
}
.alert-info .alert-link {
  color: #4a0c0e;
}
.alert-warning {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-warning hr {
  border-top-color: #f2f2f2;
}
.alert-warning .alert-link {
  color: #6c6c6c;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #6c6c6c;
}
.alert-dark {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}
.alert-dark hr {
  border-top-color: #ababab;
}
.alert-dark .alert-link {
  color: #000;
}
.alert-terciary {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-terciary hr {
  border-top-color: #f2f2f2;
}
.alert-terciary .alert-link {
  color: #6c6c6c;
}
.alert-quaternary {
  color: #7d6c32;
  background-color: #fcf5df;
  border-color: #fbf2d3;
}
.alert-quaternary hr {
  border-top-color: #f9ebbc;
}
.alert-quaternary .alert-link {
  color: #594d23;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e3242d;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 1rem 1rem;
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-div.body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #e3242d;
  border-color: #e3242d;
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-clg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-clg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-clg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-clg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #761317;
  background-color: #f7c2c4;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #761317;
  background-color: #f4abae;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #761317;
  border-color: #761317;
}
.list-group-item-secondary {
  color: #15195d;
  background-color: #c3c5ea;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #15195d;
  background-color: #b0b3e3;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #15195d;
  border-color: #15195d;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #761317;
  background-color: #f7c2c4;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #761317;
  background-color: #f4abae;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #761317;
  border-color: #761317;
}
.list-group-item-warning {
  color: #858585;
  background-color: #fff;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #858585;
  background-color: #fff;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-dark {
  color: #000;
  background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #000;
  background-color: #ababab;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.list-group-item-terciary {
  color: #858585;
  background-color: #fff;
}
.list-group-item-terciary.list-group-item-action:focus,
.list-group-item-terciary.list-group-item-action:hover {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-terciary.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.list-group-item-quaternary {
  color: #7d6c32;
  background-color: #fbf2d3;
}
.list-group-item-quaternary.list-group-item-action:focus,
.list-group-item-quaternary.list-group-item-action:hover {
  color: #7d6c32;
  background-color: #f9ebbc;
}
.list-group-item-quaternary.list-group-item-action.active {
  color: #fff;
  background-color: #7d6c32;
  border-color: #7d6c32;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-div.body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-div.body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-div.body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-div.body {
  padding: 0.5rem 0.75rem;
  color: #000;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out,
    -o-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 60px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #e3242d;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  -o-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  -o-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #e3242d !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #bc1820 !important;
}
.bg-secondary {
  background-color: #2931b3 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #1f268a !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #e3242d !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #bc1820 !important;
}
.bg-warning {
  background-color: #fff !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #e6e6e6 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #fff !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #e6e6e6 !important;
}
.bg-dark {
  background-color: #000 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #000 !important;
}
.bg-terciary {
  background-color: #fff !important;
}
a.bg-terciary:focus,
a.bg-terciary:hover,
button.bg-terciary:focus,
button.bg-terciary:hover {
  background-color: #e6e6e6 !important;
}
.bg-quaternary {
  background-color: #f0cf61 !important;
}
a.bg-quaternary:focus,
a.bg-quaternary:hover,
button.bg-quaternary:focus,
button.bg-quaternary:hover {
  background-color: #ecc132 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #e3242d !important;
}
.border-secondary {
  border-color: #2931b3 !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #e3242d !important;
}
.border-warning {
  border-color: #fff !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #fff !important;
}
.border-dark {
  border-color: #000 !important;
}
.border-terciary {
  border-color: #fff !important;
}
.border-quaternary {
  border-color: #f0cf61 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-clg-none {
    display: none !important;
  }
  .d-clg-inline {
    display: inline !important;
  }
  .d-clg-inline-block {
    display: inline-block !important;
  }
  .d-clg-block {
    display: block !important;
  }
  .d-clg-table {
    display: table !important;
  }
  .d-clg-table-row {
    display: table-row !important;
  }
  .d-clg-table-cell {
    display: table-cell !important;
  }
  .d-clg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-clg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-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;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-clg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-clg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-clg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-clg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-clg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-clg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-clg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-clg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-clg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-clg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-clg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-clg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-clg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-clg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-clg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-clg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-clg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-clg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-clg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-clg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-clg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-clg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-clg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-clg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-clg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-clg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-clg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-clg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-clg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-clg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-clg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-clg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-clg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-clg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-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: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-clg-left {
    float: left !important;
  }
  .float-clg-right {
    float: right !important;
  }
  .float-clg-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-clg-0 {
    margin: 0 !important;
  }
  .mt-clg-0,
  .my-clg-0 {
    margin-top: 0 !important;
  }
  .mr-clg-0,
  .mx-clg-0 {
    margin-right: 0 !important;
  }
  .mb-clg-0,
  .my-clg-0 {
    margin-bottom: 0 !important;
  }
  .ml-clg-0,
  .mx-clg-0 {
    margin-left: 0 !important;
  }
  .m-clg-1 {
    margin: 0.25rem !important;
  }
  .mt-clg-1,
  .my-clg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-clg-1,
  .mx-clg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-clg-1,
  .my-clg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-clg-1,
  .mx-clg-1 {
    margin-left: 0.25rem !important;
  }
  .m-clg-2 {
    margin: 0.5rem !important;
  }
  .mt-clg-2,
  .my-clg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-clg-2,
  .mx-clg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-clg-2,
  .my-clg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-clg-2,
  .mx-clg-2 {
    margin-left: 0.5rem !important;
  }
  .m-clg-3 {
    margin: 1rem !important;
  }
  .mt-clg-3,
  .my-clg-3 {
    margin-top: 1rem !important;
  }
  .mr-clg-3,
  .mx-clg-3 {
    margin-right: 1rem !important;
  }
  .mb-clg-3,
  .my-clg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-clg-3,
  .mx-clg-3 {
    margin-left: 1rem !important;
  }
  .m-clg-4 {
    margin: 1.5rem !important;
  }
  .mt-clg-4,
  .my-clg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-clg-4,
  .mx-clg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-clg-4,
  .my-clg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-clg-4,
  .mx-clg-4 {
    margin-left: 1.5rem !important;
  }
  .m-clg-5 {
    margin: 3rem !important;
  }
  .mt-clg-5,
  .my-clg-5 {
    margin-top: 3rem !important;
  }
  .mr-clg-5,
  .mx-clg-5 {
    margin-right: 3rem !important;
  }
  .mb-clg-5,
  .my-clg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-clg-5,
  .mx-clg-5 {
    margin-left: 3rem !important;
  }
  .p-clg-0 {
    padding: 0 !important;
  }
  .pt-clg-0,
  .py-clg-0 {
    padding-top: 0 !important;
  }
  .pr-clg-0,
  .px-clg-0 {
    padding-right: 0 !important;
  }
  .pb-clg-0,
  .py-clg-0 {
    padding-bottom: 0 !important;
  }
  .pl-clg-0,
  .px-clg-0 {
    padding-left: 0 !important;
  }
  .p-clg-1 {
    padding: 0.25rem !important;
  }
  .pt-clg-1,
  .py-clg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-clg-1,
  .px-clg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-clg-1,
  .py-clg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-clg-1,
  .px-clg-1 {
    padding-left: 0.25rem !important;
  }
  .p-clg-2 {
    padding: 0.5rem !important;
  }
  .pt-clg-2,
  .py-clg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-clg-2,
  .px-clg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-clg-2,
  .py-clg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-clg-2,
  .px-clg-2 {
    padding-left: 0.5rem !important;
  }
  .p-clg-3 {
    padding: 1rem !important;
  }
  .pt-clg-3,
  .py-clg-3 {
    padding-top: 1rem !important;
  }
  .pr-clg-3,
  .px-clg-3 {
    padding-right: 1rem !important;
  }
  .pb-clg-3,
  .py-clg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-clg-3,
  .px-clg-3 {
    padding-left: 1rem !important;
  }
  .p-clg-4 {
    padding: 1.5rem !important;
  }
  .pt-clg-4,
  .py-clg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-clg-4,
  .px-clg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-clg-4,
  .py-clg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-clg-4,
  .px-clg-4 {
    padding-left: 1.5rem !important;
  }
  .p-clg-5 {
    padding: 3rem !important;
  }
  .pt-clg-5,
  .py-clg-5 {
    padding-top: 3rem !important;
  }
  .pr-clg-5,
  .px-clg-5 {
    padding-right: 3rem !important;
  }
  .pb-clg-5,
  .py-clg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-clg-5,
  .px-clg-5 {
    padding-left: 3rem !important;
  }
  .m-clg-n1 {
    margin: -0.25rem !important;
  }
  .mt-clg-n1,
  .my-clg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-clg-n1,
  .mx-clg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-clg-n1,
  .my-clg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-clg-n1,
  .mx-clg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-clg-n2 {
    margin: -0.5rem !important;
  }
  .mt-clg-n2,
  .my-clg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-clg-n2,
  .mx-clg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-clg-n2,
  .my-clg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-clg-n2,
  .mx-clg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-clg-n3 {
    margin: -1rem !important;
  }
  .mt-clg-n3,
  .my-clg-n3 {
    margin-top: -1rem !important;
  }
  .mr-clg-n3,
  .mx-clg-n3 {
    margin-right: -1rem !important;
  }
  .mb-clg-n3,
  .my-clg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-clg-n3,
  .mx-clg-n3 {
    margin-left: -1rem !important;
  }
  .m-clg-n4 {
    margin: -1.5rem !important;
  }
  .mt-clg-n4,
  .my-clg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-clg-n4,
  .mx-clg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-clg-n4,
  .my-clg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-clg-n4,
  .mx-clg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-clg-n5 {
    margin: -3rem !important;
  }
  .mt-clg-n5,
  .my-clg-n5 {
    margin-top: -3rem !important;
  }
  .mr-clg-n5,
  .mx-clg-n5 {
    margin-right: -3rem !important;
  }
  .mb-clg-n5,
  .my-clg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-clg-n5,
  .mx-clg-n5 {
    margin-left: -3rem !important;
  }
  .m-clg-auto {
    margin: auto !important;
  }
  .mt-clg-auto,
  .my-clg-auto {
    margin-top: auto !important;
  }
  .mr-clg-auto,
  .mx-clg-auto {
    margin-right: auto !important;
  }
  .mb-clg-auto,
  .my-clg-auto {
    margin-bottom: auto !important;
  }
  .ml-clg-auto,
  .mx-clg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-clg-left {
    text-align: left !important;
  }
  .text-clg-right {
    text-align: right !important;
  }
  .text-clg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #e3242d !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #a5151c !important;
}
.text-secondary {
  color: #2931b3 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #1b2075 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #e3242d !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #a5151c !important;
}
.text-warning {
  color: #fff !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d9d9d9 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #fff !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #d9d9d9 !important;
}
.text-dark {
  color: #000 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #000 !important;
}
.text-terciary {
  color: #fff !important;
}
a.text-terciary:focus,
a.text-terciary:hover {
  color: #d9d9d9 !important;
}
.text-quaternary {
  color: #f0cf61 !important;
}
a.text-quaternary:focus,
a.text-quaternary:hover {
  color: #e9ba1b !important;
}
.text-div.body {
  color: #000 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  div.body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tdiv.body + tdiv.body,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  text-align: left;
  font-weight: 100;
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin-top: 15px;
}
.searchHeader {
  overflow: visible !important;
}
div.body > header div.header-nav nav ul li.dropdown.show a {
  outline: 0 none;
}
button.navbar-toggler:focus {
  outline: 0;
}
div.body {
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  div.body {
    padding-top: 0;
  }
  div.body #carouselHome .carousel-item .data-background > div {
    padding: 0 20px;
  }
  div.body nav[aria-label="breadcrumb"] .container {
    padding: 0 20px;
  }
  div.body footer .container {
    padding: 0 20px;
  }
}
.header-container {
  max-width: 2560px;
  overflow: hidden;
}
.header-background {
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.carousel-indicators {
  width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@-webkit-keyframes pop-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-4rem) scale(0.8);
    transform: translateY(-4rem) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes pop-in {
  0% {
    opacity: 0;
    -o-transform: translateY(-4rem) scale(0.8);
    transform: translateY(-4rem) scale(0.8);
  }
  100% {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}
@keyframes pop-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-4rem) scale(0.8);
    -o-transform: translateY(-4rem) scale(0.8);
    transform: translateY(-4rem) scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
#carouselHome .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.5);
}
#carouselHome .carousel-indicators .active {
  background-color: #fff;
}
#carouselHome .carousel-item {
  padding-top: 0;
}
#carouselHome .carousel-item .data-background {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 240px;
  width: 100%;
}
#carouselHome .carousel-item .data-background > div {
  position: relative;
  height: 100%;
}
#carouselHome .carousel-item .data-background .h1 {
  max-width: 50%;
  padding-left: 0;
  padding-top: 32px;
  -webkit-animation: pop-in 0.6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  -o-animation: pop-in 0.6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation: pop-in 0.6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
}
#carouselHome .carousel-item .data-background p {
  display: block;
  width: 100%;
}
#carouselHome .carousel-item .data-background p.h6 {
  font-size: 16px;
  padding-left: 0;
}
#carouselHome .carousel-item .data-background p.h5 {
  position: absolute;
  text-align: center;
  padding-left: 0;
  left: -1000px;
}
@media (min-width: 768px) {
  #carouselHome .carousel-indicators {
    bottom: 25px;
  }
  #carouselHome .carousel-item .data-background {
    height: 580px;
  }
  #carouselHome .carousel-item .data-background .h1 {
    max-width: 550px;
    padding-left: 0;
    padding-top: 104px;
  }
  #carouselHome .carousel-item .data-background p.h6 {
    font-size: 20px;
    padding-left: 0;
  }
  #carouselHome .carousel-item .data-background p.h5 {
    bottom: 83px;
    z-index: -1;
    left: initial;
    left: 0;
  }
}
.box-with-title .image-title {
  margin-bottom: 20px;
}
.box-with-title .box-inside-container .box-inside {
  width: 100%;
}
.box-with-title ul:not(.nav-tabs):not(.slick-dots) {
  overflow: hidden;
}
.box-with-title ul:not(.nav-tabs):not(.slick-dots) li {
  position: relative;
}
.news-detail,
.page-detail {
  background: #fff;
  padding: 40px 100px 0 100px;
}
@media (max-width: 767px) {
  .news-detail {
    padding-top: 0 !important;
  }
}
.footer-img {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  color: gray;
}
.news-detail .date {
  color: #707070;
}
.page-detail header {
  margin-top: -75px;
}
.page-detail h2.h4 {
  margin: 60px 0 30px 0;
}
.flex-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin: 20px;
  padding: 0;
}
.columns-flex,
.columns-left,
.columns-right {
  margin-bottom: 1rem;
}
.columns-left,
.columns-right {
  width: 50%;
  display: table-cell;
}
.columns-flex {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.columns-left {
  padding-right: 20px;
}
.columns-right {
  padding-left: 20px;
}
.btn {
  min-height: 40px;
  padding: 10px 20px;
  line-height: 18px;
}
.box-with-title {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .box-with-title {
    padding-top: 30px;
  }
}
.box-with-title > .row:first-of-type > h2 {
  padding-left: 20px;
}
.box-with-title > .row:first-of-type > .h4 {
  padding-left: 20px;
}
.box-with-title > .row:first-of-type > div > h1,
.box-with-title > .row:first-of-type > div > h2 {
  padding: 0 !important;
}
.box-with-title > .row:first-of-type > div > .h4 {
  padding: 0 !important;
}
.box-with-title .btn {
  margin-bottom: 20px;
}
.box-with-title .tab-content .row h2.col-12 {
  padding: 0;
}
aside.box-with-title {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
.fixed {
  position: fixed;
}
.bold {
  font-weight: 700 !important;
}
strong {
  font-weight: 700 !important;
}
.floated-right {
  float: right;
}
.floating .col-12.float-right {
  float: right !important;
  padding-left: 20px !important;
  margin-left: 20px;
}
.floating .col-12.float-left {
  float: left !important;
  padding-right: 20px !important;
  margin-right: 20px;
}
.floating-big {
  margin-top: -75px !important;
}
.no-margin {
  margin: 0;
}
.margin-top {
  margin-top: 60px;
}
.margin-bottom {
  margin-bottom: 40px;
}
.marged {
  margin: 20px 0 10px;
}
.highlighted-text {
  color: #e3242d;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
.form-check-input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
.grey-color {
  color: #707070;
}
table {
  margin: 30px auto;
  overflow-x: auto;
  min-width: 100%;
  display: block;
  padding-bottom: 10px;
}
table tr td,
table tr th {
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  padding: 10px;
}
table thead tr {
  background-color: #f4f3f3;
}
table thead tr th {
  font-weight: 700;
}
table tdiv.body tr:nth-child(2n) {
  background-color: #f4f3f3;
}
table tdiv.body tr:nth-child(2n-1) {
  background-color: #fff;
}
table.tarifas {
  border: 1px solid transparent;
  table-layout: fixed;
}
table.tarifas tr {
  background-color: transparent;
}
table.tarifas tr td,
table.tarifas tr th {
  text-align: center;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
}
table.tarifas tr td:nth-child(2n),
table.tarifas tr th:nth-child(2n) {
  background-color: #f4f3f3;
}
table.tarifas tr td:nth-child(2n-1),
table.tarifas tr th:nth-child(2n-1) {
  background-color: #fafafa;
}
table.tarifas tr th {
  font-weight: 700;
  padding: 10px;
}
table.tarifas tr th:first-child {
  border: 0 none;
  background-color: transparent;
}
table.tarifas tr th td {
  padding: 30px;
}
table.tarifas tr th td strong {
  display: block;
  font-weight: 700 !important;
}
table.tarifas tr th td:first-child {
  text-align: left;
}
table.tarifas tr td {
  padding: 30px;
}
table.tarifas tr td strong {
  display: block;
}
table.tarifas tr td:first-child {
  text-align: left;
}
table.eventos {
  margin: 40px 0;
}
table.eventos tdiv.body {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
table.eventos tdiv.body tr {
  border-top: 1px solid #cdcdcd;
}
table.eventos tdiv.body tr td {
  padding: 3px 15px;
}
table.eventos tdiv.body tr td img.thumbnail-eventos {
  width: 155px;
  height: 70px;
  background-color: #f5f8f9;
}
table.eventos tdiv.body tr td:first-child {
  width: 155px;
  padding: 3px 0;
}
table.eventos tdiv.body tr td:nth-child(2) {
  font-weight: 700;
}
table.eventos tdiv.body tr td:nth-child(3) {
  min-width: 150px;
}
table.eventos tdiv.body tr td:last-child {
  min-width: 100px;
}
table.eventos tdiv.body tr:first-child {
  border: 0 none;
}
nav.fixed {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
}
.card-div.body p a.truncate-small {
  color: #000;
}
main article footer,
main section footer {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #c4c4c4;
}
main article footer .btn-primary,
main section footer .btn-primary {
  color: #e3242d !important;
}
main article footer .btn-primary:hover,
main section footer .btn-primary:hover {
  color: #e3242d !important;
}
main article footer .btn-secondary,
main section footer .btn-secondary {
  color: #2931b3 !important;
}
main article footer .btn-secondary:hover,
main section footer .btn-secondary:hover {
  color: #2931b3 !important;
}
main article footer .btn-primary,
main article footer .btn-secondary,
main section footer .btn-primary,
main section footer .btn-secondary {
  background-color: transparent !important;
  border-color: transparent !important;
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}
main article footer .btn-primary:hover,
main article footer .btn-secondary:hover,
main section footer .btn-primary:hover,
main section footer .btn-secondary:hover {
  -webkit-filter: opacity(1);
  filter: opacity(1);
  background-color: transparent !important;
}
main article footer a.btn,
main section footer a.btn {
  display: inline-block;
  line-height: 40px;
  width: 40px !important;
  min-height: 40px;
  overflow: hidden;
  padding: 0;
  border-radius: 100%;
  margin: 0 10px;
  border: 0 none !important;
}
main article footer a.btn:focus:not(:active),
main section footer a.btn:focus:not(:active) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent !important;
  outline: 2px solid #000;
}
main article footer a.btn:active:focus,
main section footer a.btn:active:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
main article footer a.btn span,
main section footer a.btn span {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
}
main article footer a.btn span:before,
main section footer a.btn span:before {
  width: auto;
}
.category-search .col:last-of-type .input-group {
  border: 1px solid #ced4da;
}
.category-search .col:last-of-type .input-group:focus,
.category-search .col:last-of-type .input-group:hover {
  border-color: #2931b3;
}
.category-search select {
  border-radius: 0;
  padding-right: 40px;
  line-height: unset;
  height: 40px;
}
.category-search select:focus,
.category-search select:hover {
  color: #2931b3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w-20 {
  width: 20%;
}
.w-10 {
  width: 10%;
}
.w-30 {
  width: 30%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.mr-40 {
  margin-right: 40px;
}
.p-20 {
  padding: 20px;
}
.others-card {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  overflow: hidden;
  height: 100%;
}
.others-img-container {
  width: 100px;
  float: left;
  margin-right: 20px;
  max-height: 100px;
  overflow: hidden;
}
.others-img {
  width: 100px;
  float: left;
  margin-right: 20px;
}
.others-text {
  margin: 0;
  font-size: 14px;
}
.others-link {
  font-size: 14px;
}
.tab-content .tab-pane {
  padding-top: 40px;
}
.tab-pane .row .pl-3 {
  top: -40px;
}
.category-search .col:last-of-type .input-group {
  max-width: 660px;
  width: 660px;
  height: 40px;
}
.category-search .col:last-of-type input {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: auto;
}
.category-search .col:last-of-type input:focus,
.category-search .col:last-of-type input:hover {
  color: #2931b3;
}
.category-search .col:last-of-type .icon-search {
  background: #fff;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.category-search .col:last-of-type .icon-search:hover {
  color: #2931b3;
}
.upper-text {
  font-size: 30px;
  color: #2931b3;
  margin: 0;
}
.lower-text {
  margin-bottom: 25px;
}
.porcen-row {
  text-align: center;
  line-height: 25px;
  margin-top: 30px;
}
.search-item {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  display: table;
  margin-bottom: 10px;
  padding: 20px;
  width: 100%;
}
.search-item:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.search-item .search-title {
  float: left;
  width: 40%;
}
.search-item .search-title h2 {
  word-wrap: break-word;
}
.search-item .search-title h2 a {
  color: #000 !important;
}
.search-item .search-description {
  float: left;
  padding-left: 40px;
  width: 60%;
}
.search-item .search-description p {
  margin: 0;
}
.videobanners .video-player,
.videobanners a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videobanners .embed-responsive-item {
  min-width: auto !important;
}
.multicard-div.body .video-player,
.multicard-div.body a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.multicard-div.body .embed-responsive-item {
  min-width: auto !important;
}
.links .links-container.no-image > div a {
  height: 150px;
  position: relative;
  width: 100%;
}
.links .links-container.no-image > div a:before {
  font-size: 40px;
  top: 25px;
  width: 100%;
  position: absolute;
  text-align: center;
}
.links .links-container.no-image > div a span {
  padding-top: 20px;
  font-family: "Barlow";
}
.news-detail p.description,
.page-detail p.description {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.grey-box {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 15px 20px 0;
  height: 100%;
}
span[class^="icon"] {
  font-size: 24px;
}
.white-box {
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 20px;
  height: 100%;
}
@-webkit-keyframes cookiesShow {
  from {
    margin-bottom: -100vh;
  }
  to {
    margin-bottom: 0;
  }
}
@-o-keyframes cookiesShow {
  from {
    margin-bottom: -100vh;
  }
  to {
    margin-bottom: 0;
  }
}
@keyframes cookiesShow {
  from {
    margin-bottom: -100vh;
  }
  to {
    margin-bottom: 0;
  }
}
@-webkit-keyframes cookiesHide {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: -100vh;
  }
}
@-o-keyframes cookiesHide {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: -100vh;
  }
}
@keyframes cookiesHide {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: -100vh;
  }
}
#cookies {
  -webkit-animation: cookiesShow;
  -o-animation: cookiesShow;
  animation: cookiesShow;
  -webkit-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background: #a1151b;
  position: fixed;
  bottom: 0;
  padding: 30px 0;
  z-index: 9999999;
}
#cookies.hide {
  -webkit-animation: cookiesHide;
  -o-animation: cookiesHide;
  animation: cookiesHide;
  -webkit-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#cookies button {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
#cookies a {
  color: #fff;
  text-decoration: underline;
}
#cookies .small-button {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  background-color: #a1151b;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
#cookies .small-button:hover {
  background-color: #fff;
  color: #a1151b;
}
.tiny-button {
  color: #fff;
  padding: 10px 25px;
  margin: 0 25px 25px 0;
  min-width: 150px;
  display: inline-block;
}
.messages {
  margin: 10px 0 0 0;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (min-width: 768px) {
  .messages {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .messages {
    margin: 40px 0 0 0;
    padding-top: 40px;
  }
}
.messages > .row {
  margin-left: -20px;
  margin-right: -20px;
}
.messages h2 {
  max-width: 925px;
  padding: 40px 0;
}
.messages .h6 {
  margin-bottom: 1rem;
}
.messages .message-subtitle {
  color: #707070;
  margin-bottom: 0;
}
.messages .message-text {
  margin-bottom: 2rem;
  font-style: italic;
}
.messages .card .card-div.body span {
  display: inline;
}
section.messages {
  padding-top: 30px;
}
.outpage {
  position: absolute !important;
  top: -1000px;
  left: -1000px;
}
.overflow-hidden-scroll {
  overflow-y: scroll;
  width: 100%;
  position: fixed;
}
@-webkit-keyframes border-grey-up {
  0% {
    border-top: 0 solid #f5f8f9;
    border-right: 0 solid #f5f8f9;
    border-left: 0 solid #f5f8f9;
  }
  100% {
    border-top: 40px solid #f5f8f9;
    border-right: 40px solid #f5f8f9;
    border-left: 40px solid #f5f8f9;
  }
}
@-o-keyframes border-grey-up {
  0% {
    border-top: 0 solid #f5f8f9;
    border-right: 0 solid #f5f8f9;
    border-left: 0 solid #f5f8f9;
  }
  100% {
    border-top: 40px solid #f5f8f9;
    border-right: 40px solid #f5f8f9;
    border-left: 40px solid #f5f8f9;
  }
}
@keyframes border-grey-up {
  0% {
    border-top: 0 solid #f5f8f9;
    border-right: 0 solid #f5f8f9;
    border-left: 0 solid #f5f8f9;
  }
  100% {
    border-top: 40px solid #f5f8f9;
    border-right: 40px solid #f5f8f9;
    border-left: 40px solid #f5f8f9;
  }
}
@-webkit-keyframes border-grey-down {
  0% {
    border-right: 0 solid #f5f8f9;
    border-bottom: 0 solid #f5f8f9;
    border-left: 0 solid #f5f8f9;
  }
  100% {
    border-right: 40px solid #f5f8f9;
    border-bottom: 40px solid #f5f8f9;
    border-left: 40px solid #f5f8f9;
  }
}
@-o-keyframes border-grey-down {
  0% {
    border-right: 0 solid #f5f8f9;
    border-bottom: 0 solid #f5f8f9;
    border-left: 0 solid #f5f8f9;
  }
  100% {
    border-right: 40px solid #f5f8f9;
    border-bottom: 40px solid #f5f8f9;
    border-left: 40px solid #f5f8f9;
  }
}
@keyframes border-grey-down {
  0% {
    border-right: 0 solid #f5f8f9;
    border-bottom: 0 solid #f5f8f9;
    border-left: 0 solid #f5f8f9;
  }
  100% {
    border-right: 40px solid #f5f8f9;
    border-bottom: 40px solid #f5f8f9;
    border-left: 40px solid #f5f8f9;
  }
}
@-webkit-keyframes border-grey-sides {
  0% {
    border-right: 0 solid #f5f8f9;
    border-left: 0 solid #f5f8f9;
  }
  100% {
    border-right: 40px solid #f5f8f9;
    border-left: 40px solid #f5f8f9;
  }
}
@-o-keyframes border-grey-sides {
  0% {
    border-right: 0 solid #f5f8f9;
    border-left: 0 solid #f5f8f9;
  }
  100% {
    border-right: 40px solid #f5f8f9;
    border-left: 40px solid #f5f8f9;
  }
}
@keyframes border-grey-sides {
  0% {
    border-right: 0 solid #f5f8f9;
    border-left: 0 solid #f5f8f9;
  }
  100% {
    border-right: 40px solid #f5f8f9;
    border-left: 40px solid #f5f8f9;
  }
}
@-webkit-keyframes new-link-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes new-link-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes new-link-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
div.body {
  letter-spacing: 0.5px;
}
.h1,
h1 {
  letter-spacing: 0;
}
.h2,
h2 {
  letter-spacing: 0;
}
.h3,
h3 {
  letter-spacing: 0;
}
.h4,
h4 {
  letter-spacing: 0.25px;
}
.h5,
h5 {
  letter-spacing: 0;
}
.h6,
h6 {
  letter-spacing: 0.25px;
}
.h7 {
  font-size: 1.125rem;
  letter-spacing: 0.25px;
}
article.details h2,
article.details p.h2 {
  font-size: 1.25rem;
  margin-bottom: 30px;
  margin-top: 30px;
}
article.details h3,
article.details h4,
article.details h5,
article.details h6 {
  font-size: 1.25rem;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 24px;
  }
}
h2 {
  font-size: 36px;
  margin-bottom: 0.5rem;
}
h6 {
  font-size: 18px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
  h6 {
    font-size: 16px;
  }
}
.bg-primary-opacity {
  background-color: #e3242d !important;
  background-color: rgba(227, 36, 45, 0.6) !important;
  color: #fff !important;
}
.bg-primary-opacity:hover {
  background-color: #a1151b !important;
  background-color: rgba(161, 21, 27, 0.6) !important;
}
.bg-secondary-opacity {
  background-color: #2931b3 !important;
  background-color: rgba(41, 49, 179, 0.6) !important;
  color: #fff !important;
}
.bg-secondary-opacity:hover {
  background-color: #1a1f71 !important;
  background-color: rgba(26, 31, 113, 0.6) !important;
}
.bg-success-opacity {
  background-color: #28a745 !important;
  background-color: rgba(40, 167, 69, 0.6) !important;
  color: #fff !important;
}
.bg-success-opacity:hover {
  background-color: #18652a !important;
  background-color: rgba(24, 101, 42, 0.6) !important;
}
.bg-info-opacity {
  background-color: #e3242d !important;
  background-color: rgba(227, 36, 45, 0.6) !important;
  color: #fff !important;
}
.bg-info-opacity:hover {
  background-color: #a1151b !important;
  background-color: rgba(161, 21, 27, 0.6) !important;
}
.bg-warning-opacity {
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  color: #212529 !important;
}
.bg-warning-opacity:hover {
  background-color: #d6d6d6 !important;
  background-color: rgba(214, 214, 214, 0.6) !important;
}
.bg-danger-opacity {
  background-color: #dc3545 !important;
  background-color: rgba(220, 53, 69, 0.6) !important;
  color: #fff !important;
}
.bg-danger-opacity:hover {
  background-color: #a31c29 !important;
  background-color: rgba(163, 28, 41, 0.6) !important;
}
.bg-light-opacity {
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  color: #212529 !important;
}
.bg-light-opacity:hover {
  background-color: #d6d6d6 !important;
  background-color: rgba(214, 214, 214, 0.6) !important;
}
.bg-dark-opacity {
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  color: #fff !important;
}
.bg-dark-opacity:hover {
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.bg-terciary-opacity {
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  color: #212529 !important;
}
.bg-terciary-opacity:hover {
  background-color: #d6d6d6 !important;
  background-color: rgba(214, 214, 214, 0.6) !important;
}
.bg-quaternary-opacity {
  background-color: #f0cf61 !important;
  background-color: rgba(240, 207, 97, 0.6) !important;
  color: #212529 !important;
}
.bg-quaternary-opacity:hover {
  background-color: #e9b816 !important;
  background-color: rgba(233, 184, 22, 0.6) !important;
}
.carousel-item .row > div .h2,
.carousel-item .row > div h2 {
  font-size: 38px;
}
.carousel-item .row > div p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
}
.carousel-item .row > div p.subtitle {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 15px;
}
.carousel-item .row > div p.smalltext {
  position: relative;
  max-height: 190px;
  overflow: hidden;
}
.carousel-item .row > div p.smalltext::after {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  height: 40px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#fff)
  );
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #fff);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), #fff);
  background: linear-gradient(rgba(0, 0, 0, 0), #fff);
}
@media (max-width: 991px) {
  .carousel-item {
    padding-top: 0;
  }
  .carousel-item .row {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel-item .row .col {
    min-width: 100%;
  }
  .carousel-item .row .col:first-child {
    margin-top: 0;
    padding: 0 !important;
  }
  .carousel-item .row .col:first-child img.img-fluid {
    width: 100%;
  }
  .carousel-item .row > .col {
    margin-top: 10px;
  }
  .carousel-item .row > .col .h2,
  .carousel-item .row > .col h2 {
    font-size: 20px;
  }
  .carousel-item .row > .col p {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .carousel-item .row > .col p:first-of-type {
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .carousel-item .row > .col a.btn {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .carousel-item .row > div .h2,
  .carousel-item .row > div h2 {
    font-size: 24px;
  }
  .carousel-item .row > div p {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .carousel-item .row > div p.subtitle {
    font-size: 20px;
  }
}
.slider-for .row {
  width: 100% !important;
}
.bg-header-primary {
  background: #fff;
}
.bg-header-secondary {
  background: #fff;
}
.bg-header-terciary {
  background: #e3242d;
}
.bg-header-quaternary {
  background: #2931b3;
}
.bg-header-nav {
  background: #e3242d;
  margin: 0 !important;
}
.btn-header-primary {
  background: #fff;
  color: #212529;
}
.btn-header-primary:hover {
  background: #ebebeb;
  color: #212529;
}
.btn-header-secondary {
  background: #fff;
  color: #212529;
}
.btn-header-secondary:hover {
  background: #ebebeb;
  color: #212529;
}
.btn-header-terciary {
  background: #e3242d;
  color: #fff;
}
.btn-header-terciary:hover {
  background: #c51921;
  color: #fff;
}
.btn-header-quaternary {
  background: #2931b3;
  color: #fff;
}
.btn-header-quaternary:hover {
  background: #212892;
  color: #fff;
}
.color-header-primary {
  color: #fff;
}
.color-header-secondary {
  color: #fff;
}
.color-header-terciary {
  color: #e3242d;
}
.color-header-quaternary {
  color: #2931b3;
}
.header-color {
  color: #000;
}
.dropdown-toggle {
  white-space: normal !important;
}
div.body .banner-publi {
  height: auto;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 100% !important;
  line-height: initial;
}
div.body .banner-publi a {
  display: table-cell;
}
div.body .banner-publi a img {
  vertical-align: bottom;
}
div.body .banner-publi + header div.header-nav nav ul li a + .dropdown-menu {
  height: 100%;
}
div.body .banner-publi.publi-top {
  z-index: 102;
  position: relative;
  background-color: #fff;
}
div.body > header div.header-nav-container {
  display: table;
  height: 70px;
  padding: 0 20px;
  width: 100%;
  z-index: 101;
}
div.body > header div.header-nav-container.fixed {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}
div.body > header div.header-nav-container.fixed + #carouselHome,
div.body > header div.header-nav-container.fixed + .hero-image,
div.body > header div.header-nav-container.fixed + .search-header {
  margin-top: 70px;
}
div.body > header div.header-nav-container.onTop {
  left: 0;
  top: 100px;
}
div.body > header div.header-nav-container.onTop div.header-nav nav {
  height: calc(100% - 190px);
  top: 190px;
}
div.body > header div.header-nav {
  display: table;
  height: 70px;
  padding: 0 20px;
  width: 100%;
  z-index: 100;
}
div.body > header div.header-nav.fixed {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}
div.body > header div.header-nav > * {
  display: table-cell;
  vertical-align: middle;
}
div.body > header div.header-nav .navbar-brand {
  height: 70px;
  line-height: 70px;
  margin: 0;
  padding: 0;
}
div.body > header div.header-nav .navbar-brand svg {
  height: 40px;
}
div.body > header div.header-nav .navbar-brand svg #logo-feria {
  fill: #e3242d;
}
div.body > header div.header-nav .navbar-brand img {
  height: 40px;
}
div.body > header div.header-nav .navbar-brand img.logo-mbfw {
  height: auto;
  width: 200px;
}
div.body > header div.header-nav .navbar-date {
  color: #000;
  height: auto;
  line-height: 1;
  max-width: 80px;
  min-width: 80px;
  padding-left: 15px;
  text-transform: uppercase;
  width: 100%;
}
div.body > header div.header-nav .navbar-date span {
  display: inline;
  font-size: 14px;
}
div.body > header div.header-nav .navbar-date span:last-child {
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-top: 3px;
}
div.body > header div.header-nav .navbar-ifema,
div.body > header div.header-nav .navbar-organizador2 {
  height: 70px;
  line-height: 70px;
  padding: 0 17px;
  text-align: right;
  width: 100%;
}
div.body > header div.header-nav .navbar-ifema svg,
div.body > header div.header-nav .navbar-organizador2 svg {
  height: 30px;
}
div.body > header div.header-nav .navbar-ifema svg .header-color-fill,
div.body > header div.header-nav .navbar-organizador2 svg .header-color-fill {
  fill: #212529;
}
div.body > header div.header-nav .navbar-ifema img,
div.body > header div.header-nav .navbar-organizador2 img {
  height: 30px;
}
div.body > header div.header-nav .navbar-institutional {
  height: 70px;
  line-height: 70px;
  padding: 0 10px;
  text-align: right;
  width: 100%;
}
div.body > header div.header-nav .nav-search {
  color: transparent;
  cursor: pointer;
  line-height: 0;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  padding: 0 17px !important;
  text-align: center;
  width: 60px;
}
div.body > header div.header-nav .nav-search:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
div.body > header div.header-nav .nav-search::before {
  color: #000;
  display: inline-block;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  margin: 0;
}
div.body > header div.header-nav .nav-search.opened-search-box::before {
  content: "\ea9a" !important;
}
div.body > header div.header-nav .no-wrap {
  white-space: nowrap;
}
div.body > header div.header-nav .navbar-toggler-notext {
  min-width: 0 !important;
}
div.body > header div.header-nav .navbar-toggler {
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  line-height: 70px;
  height: 70px;
  padding: 0 20px !important;
}
div.body > header div.header-nav .navbar-toggler:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
div.body > header div.header-nav .navbar-toggler span:first-child {
  float: left;
}
div.body > header div.header-nav .navbar-toggler .icon-menu {
  font-size: 24px;
}
div.body > header div.header-nav .navbar-toggler .icon-menu:before {
  float: right;
  height: 70px;
  line-height: 70px;
  content: "\ea81";
  margin: 0;
}
div.body
  > header
  div.header-nav
  .navbar-toggler[aria-expanded="true"]
  .icon-menu:before {
  content: "\ea9a";
}
div.body
  > header
  div.header-nav
  .navbar-toggler[aria-expanded="true"]
  .no-wrap {
  white-space: nowrap;
}
div.body > header div.header-nav nav {
  background: rgba(227, 36, 45, 0.8);
  display: none;
  height: calc(100% - 110px);
  left: 0;
  padding: 0;
  position: fixed;
  text-align: right;
  top: 110px;
  width: 100%;
}
div.body > header div.header-nav nav.show {
  display: block;
  z-index: 20;
}
div.body > header div.header-nav nav.show .navbar-toggler-notext {
  min-width: 0 !important;
}
div.body > header div.header-nav nav ul {
  display: inline-block;
  height: 100%;
  padding: 70px 0 140px;
  list-style: none;
}
div.body > header div.header-nav nav ul li {
  color: #fff;
  clear: both;
}
div.body > header div.header-nav nav ul li.dropdown.show {
  background: #a1151b;
}
div.body > header div.header-nav nav ul li:hover {
  background: #a1151b;
}
div.body > header div.header-nav nav ul li a {
  display: block;
  color: #fff;
  font-size: 24px;
  min-height: 32px;
  line-height: 24px;
  text-align: left;
  padding-left: 30px;
  padding-top: 13px;
  padding-bottom: 10px;
  white-space: normal;
}
div.body > header div.header-nav nav ul li a.dropdown-toggle::after {
  display: none;
}
div.body > header div.header-nav nav ul li a + .dropdown-menu {
  background: #a1151b;
  left: initial !important;
  height: 100%;
  margin-left: -350px;
  padding-top: 84px;
  position: fixed !important;
  top: 0 !important;
  width: 350px !important;
  overflow-y: auto;
}
div.body > header div.header-nav nav ul li a + .dropdown-menu > div {
  text-align: right;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
}
div.body
  > header
  div.header-nav
  nav
  ul
  li
  a
  + .dropdown-menu
  > div
  a.dropdown-item {
  margin: 0;
}
div.body > header div.header-nav nav ul li a + .dropdown-menu .dropdown-item {
  font-size: 18px;
  line-height: 34px;
  text-align: right;
  padding: 0;
  margin-right: 30px;
  display: inline;
}
div.body > header div.header-nav nav ul li.language-selector-container:hover {
  background: 0 0;
}
div.body
  > header
  div.header-nav
  nav
  ul
  li.language-selector-container
  .language-selector
  a {
  font-size: 16px;
}
div.body > header .hero-image {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(227, 36, 45, 0.8)),
    to(rgba(227, 36, 45, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(227, 36, 45, 0.8),
    rgba(227, 36, 45, 0.8)
  );
  background: -o-linear-gradient(
    top,
    rgba(227, 36, 45, 0.8),
    rgba(227, 36, 45, 0.8)
  );
  background: linear-gradient(
    to bottom,
    rgba(227, 36, 45, 0.8),
    rgba(227, 36, 45, 0.8)
  );
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  display: grid;
  z-index: 1;
}
div.body > header .hero-image picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
div.body > header .hero-image .h1,
div.body > header .hero-image h1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 5px;
  text-align: left;
  vertical-align: middle;
  max-width: 1360px;
  padding: 0 70px;
}
div.body > header .search-header {
  height: 280px;
  background-color: #e3242d;
  display: table;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
div.body
  > header
  .search-header
  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  text-align: left;
  font-weight: 100;
  border-radius: 0;
  background-color: #f7f7f7;
  border: none;
  margin-top: 0; /*! color: black; */
  -webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.29);
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.29);
}
div.body > header .search-header .ui-menu .ui-menu-item {
  margin: 5px 0;
}
div.body > header .search-header .ui-menu .ui-menu-item:first-child {
  margin: 10px 0 5px;
}
div.body > header .search-header .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.8;
  zoom: 1;
  font-weight: lighter;
  color: #000;
  font-family: "Barlow"  !important;
}
div.body > header .search-header .ui-menu .ui-menu-item a b {
  font-weight: 700;
  color: #000;
  font-family: "Barlow"  !important;
}
div.body > header .search-header::after {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  height: 80px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.1))
  );
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
div.body > header .search-header form {
  display: table-cell;
  vertical-align: middle;
}
div.body > header .search-header form > div {
  margin: 0 auto;
  width: 50%;
  min-width: 300px;
  max-width: 600px;
}
div.body > header .search-header form > div input.form-control {
  color: #fff;
  background: 0 0;
  font-size: 42px;
  border-radius: 0;
  border: 0 none;
  border-bottom: 1px solid #fff;
  height: 60px;
}
div.body
  > header
  .search-header
  form
  > div
  input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.767);
}
div.body
  > header
  .search-header
  form
  > div
  input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.767);
}
div.body
  > header
  .search-header
  form
  > div
  input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.767);
}
div.body
  > header
  .search-header
  form
  > div
  input.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.767);
}
div.body > header .search-header form > div input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.767);
}
div.body
  > header
  .search-header
  form
  > div
  .input-group-append
  button.input-group-text {
  color: #fff;
  background: 0 0;
  font-size: 24px;
  border-radius: 0;
  border: 0 none;
  border-bottom: 1px solid #fff;
  height: 60px;
  line-height: 60;
}
div.body > header .search-header form > label {
  color: #fff;
}
div.body > header .btn-group-lg > .btn,
div.body > header .btn-lg {
  font-size: 16px;
  border-radius: 0;
}
div.body.withAlert:not(.overflow-hidden-scroll)
  > header
  div.header-nav-container.fixed
  + #carouselHome {
  margin-top: 140px;
}
.ui-menu .ui-menu-item {
  margin: 5px 0;
}
.ui-menu .ui-menu-item:first-child {
  margin: 10px 0 5px;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: static;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 992px) {
  div.body
    > header
    div.header-nav
    nav
    div:first-of-type.language-selector-container
    .ifema-mobile,
  div.body
    > header
    div.header-nav
    nav
    div:first-of-type.language-selector-container
    .organizador2-mobile {
    display: inline-block;
    line-height: 70px;
    padding: 0 0 0 20px;
    display: inline-block;
    position: fixed;
    bottom: 75px;
    width: 50%;
  }
  div.body
    > header
    div.header-nav
    nav
    div:first-of-type.language-selector-container
    .ifema-mobile
    a,
  div.body
    > header
    div.header-nav
    nav
    div:first-of-type.language-selector-container
    .organizador2-mobile
    a {
    padding: 0;
  }
  div.body
    > header
    div.header-nav
    nav
    div:first-of-type.language-selector-container
    .ifema-mobile {
    right: 0;
    padding: 0 30px;
    margin: 10px 0;
  }
  div.body
    > header
    div.header-nav
    nav
    div:first-of-type.language-selector-container
    .ifema-mobile
    a
    img {
    height: 36px;
  }
  div.body
    > header
    div.header-nav
    nav
    div:first-of-type.language-selector-container
    .organizador2-mobile {
    left: 0;
    padding: 0 30px;
    margin: 10px 0;
  }
  div.body
    > header
    div.header-nav
    nav
    div:first-of-type.language-selector-container
    .organizador2-mobile
    a
    img {
    height: 36px;
  }
}
@media (max-width: 374px) {
  div.body > header div.header-nav nav ul li a + .dropdown-menu .dropdown-item {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .btn-group-lg > .btn,
  .btn-lg {
    font-size: 14px;
  }
  div.body .banner-publi {
    height: auto;
    line-height: initial;
  }
  .breadcrumb-item {
    font-size: 14px;
  }
  div.body > header div.header-nav {
    padding: 0 10px;
  }
  div.body > header div.header-nav nav ul {
    width: 100%;
  }
  div.body > header div.header-nav nav ul li a + .dropdown-menu {
    width: 50% !important;
    margin-left: -50% !important;
  }
  div.body > header div.header-nav nav ul li a + .dropdown-menu .dropdown-item {
    padding: 0 10px 0 0;
  }
  div.body > header div.header-nav-container {
    height: 60px;
    padding: 0 10px !important;
  }
  div.body > header div.header-nav-container.onTop {
    left: 0;
    top: 0;
  }
  div.body > header div.header-nav-container.onTop div.header-nav nav {
    height: calc(100% - 60px);
    top: 60px;
  }
  div.body > header div.header-nav-container.fixed + .hero-image {
    margin-top: 60px;
  }
  div.body > header div.header-nav-container.fixed + .search-header {
    margin-top: 60px;
  }
  div.body > header div.header-nav-container.fixed + #carouselHome {
    margin-top: 60px;
  }
  div.body > header div.header-nav {
    height: 60px;
    padding: 0;
  }
  div.body > header div.header-nav .navbar-brand {
    height: 60px;
    line-height: 60px;
  }
  div.body > header div.header-nav .navbar-brand svg {
    height: 30px;
  }
  div.body > header div.header-nav .navbar-brand img {
    width: auto;
    height: 100%;
    max-width: 40vw;
  }
  div.body > header div.header-nav .navbar-brand img.logo-mbfw {
    width: auto;
    height: 40px;
  }
  div.body > header div.header-nav .navbar-date {
    font-size: 14px;
  }
  div.body > header div.header-nav .navbar-ifema,
  div.body > header div.header-nav .navbar-organizador2 {
    height: 60px;
    line-height: 60px;
  }
  div.body > header div.header-nav .nav-search::before {
    height: 60px;
    line-height: 60px;
  }
  div.body > header div.header-nav .navbar-toggler {
    line-height: 60px;
    height: 60px;
    min-width: auto;
  }
  div.body > header div.header-nav .navbar-toggler .icon-menu:before {
    height: 60px;
    line-height: 60px;
  }
  div.body > header div.header-nav nav {
    height: calc(100% - 60px);
    top: 60px;
  }
  div.body > header div.header-nav nav ul {
    overflow: auto;
    position: relative;
    padding: 0 0 70px;
  }
  div.body > header div.header-nav nav ul li a {
    font-size: 18px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 0;
  }
  div.body > header div.header-nav nav ul li a + .dropdown-menu {
    height: calc(100% - 60px);
    margin-top: -150px;
    padding-top: 60px;
    position: relative !important;
    margin: 0 !important;
    width: 100% !important;
    float: none;
    padding: 0;
  }
  div.body > header div.header-nav nav ul li a + .dropdown-menu > div {
    text-align: left;
  }
  div.body > header div.header-nav nav ul li a + .dropdown-menu .dropdown-item {
    text-align: left;
    height: auto;
    line-height: 46px;
    font-size: 16px;
    margin: 0 30px;
  }
  div.body
    > header
    div.header-nav
    nav
    ul
    li
    a
    + .dropdown-menu
    .dropdown-item:hover {
    background-color: #e3242d;
  }
  div.body > header div.header-nav nav ul li a {
    line-height: 24px;
    min-height: 46px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  div.body > header div.header-nav nav ul li .dropdown-toggle {
    padding-left: 20px;
    min-height: 46px;
    line-height: 24px;
    margin: 0;
    background: initial;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.body > header div.header-nav nav ul li .dropdown-toggle::before {
    content: "\e9ad";
    float: right;
    font-family: "Barlow" !important;
    font-size: 32px;
    margin: 0 10px;
  }
  div.body
    > header
    div.header-nav
    nav
    ul
    li
    .dropdown-toggle[aria-expanded="true"]::before {
    content: "\e9ae";
  }
  div.body.withAlert:not(.overflow-hidden-scroll)
    > header
    div.header-nav-container.fixed
    + #carouselHome {
    margin-top: 160px;
  }
}
@media (min-width: 1440px) {
  div.body > header div.header-nav {
    padding: 0 20px;
  }
  div.body > header nav [class^="nav-link icon-"] {
    width: 64px;
    padding: 0 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@-webkit-keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInFromRight {
  0% {
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.bg-header-nav {
  -webkit-animation: 0.3s ease-out 0s 1 slideInFromRight;
  -o-animation: 0.3s ease-out 0s 1 slideInFromRight;
  animation: 0.3s ease-out 0s 1 slideInFromRight;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  div.body.overflow-hidden-scroll > header div.header-nav-container {
    border: 0 solid #f5f8f9;
    -webkit-animation: border-grey-up 0.3s cubic-bezier(0, 0.9, 0.3, 1.2)
      forwards;
    -o-animation: border-grey-up 0.3s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    animation: border-grey-up 0.3s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  }
  div.body.overflow-hidden-scroll > header div.header-nav-container.fixed {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  div.body.overflow-hidden-scroll.onTop .banner-publi {
    border: 0 solid #f5f8f9;
  }
  div.body.overflow-hidden-scroll.onTop
    .banner-publi
    ~ header
    div.header-nav-container {
    border: 0 solid #f5f8f9;
    -webkit-animation: border-grey-up 0.3s cubic-bezier(0, 0.9, 0.3, 1.2)
      forwards;
    -o-animation: border-grey-up 0.3s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    animation: border-grey-up 0.3s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  }
  div.body.overflow-hidden-scroll.onTop
    .banner-publi
    ~ header
    div.header-nav-container.onTop {
    top: 0;
  }
  div.body.overflow-hidden-scroll.onTop
    .banner-publi
    ~ header
    div.header-nav-container.onTop
    div.header-nav
    nav {
    height: calc(100% - 110px);
    top: 110px;
  }
  div.body.overflow-hidden-scroll.onTop
    .banner-publi
    ~ header
    div.header-nav-container.onTop
    + div {
    margin-top: 0 !important;
  }
  div.body > header div.header-nav nav.show {
    overflow: hidden;
    -webkit-animation: border-grey-down 0.3s cubic-bezier(0, 0.9, 0.3, 1.2)
      forwards;
    -o-animation: border-grey-down 0.3s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    animation: border-grey-down 0.3s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  }
  div.body.menuFixed.withAlert
    > header
    div.header-nav-container.fixed
    + .hero-image {
    margin-top: 140px !important;
  }
}
.navbar .nav-item:hover {
  background: #a1151b;
}
.navbar .nav-item .nav-link {
  height: 70px;
  line-height: 70px;
  padding-bottom: 0;
  padding-top: 0;
}
#searchBox {
  background: #e3242d;
  display: table;
  height: calc(100% - 110px);
  position: fixed;
  top: 110px;
  width: 100%;
  z-index: 99999999999;
  table-layout: fixed;
}
#searchBox > div {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
#searchBox > div > div:first-child {
  margin-top: 70px;
}
#searchBox > div > div {
  margin: 0 auto;
  width: 60%;
}
#searchBox > div > div .input-group-text,
#searchBox > div > div input {
  background: 0 0;
  border-color: #fff;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  color: #fff;
  height: 70px;
  padding-bottom: 0;
  padding-top: 0;
}
#searchBox > div > div input {
  font-size: 48px;
}
#searchBox > div > div input:active,
#searchBox > div > div input:focus,
#searchBox > div > div input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#searchBox > div > div input::-webkit-input-placeholder {
  color: #fff;
}
#searchBox > div > div input::-moz-placeholder {
  color: #fff;
}
#searchBox > div > div input:-ms-input-placeholder {
  color: #fff;
}
#searchBox > div > div input::-ms-input-placeholder {
  color: #fff;
}
#searchBox > div > div input::placeholder {
  color: #fff;
}
#searchBox > div > div .input-group-text {
  font-size: 24px;
}
#page-search #filtroSuggestBox {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
}
#page-search #filtroSuggestBox ul {
  overflow: initial;
  position: relative;
}
div.body.withBanner:not(.menuFixed) #searchBox {
  height: calc(100% - 190px);
  top: 190px;
}
@media (max-width: 767px) {
  #searchBox {
    height: calc(100% - 60px);
    top: 60px;
  }
  #searchBox > div > div input {
    font-size: 48px;
  }
  #searchBox > div > div {
    margin: 0 auto;
    width: 85%;
  }
}
@media (min-width: 768px) {
  #searchBox {
    border: 0 solid #f5f8f9;
    -webkit-animation: border-grey-down 0.3s cubic-bezier(0, 0.9, 0.3, 1.2)
      forwards;
    -o-animation: border-grey-down 0.3s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    animation: border-grey-down 0.3s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  }
}
.breadcrumb-item a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: 0.5s color ease;
  -o-transition: 0.5s color ease;
  transition: 0.5s color ease;
  text-decoration: none;
  overflow: hidden;
}
.breadcrumb-item a:hover {
  color: #1b2075;
}
.breadcrumb-item a:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #1b2075;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  width: 0;
  max-width: 100%;
  overflow: hidden;
}
.breadcrumb-item a:hover:after {
  width: 100%;
}
.institutional .breadcrumb-item a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.institutional .breadcrumb-item a::after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;
  pointer-events: none;
}
.institutional .breadcrumb-item a:hover::after {
  -webkit-animation: new-link-hover 0.5s linear;
  -o-animation: new-link-hover 0.5s linear;
  animation: new-link-hover 0.5s linear;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown.show {
  background: #a1151b;
}
.multicard-div.body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1px;
  height: 100%;
  border: 0 none;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.multicard-div.body:hover {
  margin-top: -3px;
  margin-bottom: 3px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.multicard-div.body .multicard-footer {
  padding: 16px 20px;
}
.multicard-div.body .multicard-footer h2 {
  font-size: 25px;
}
.multicard-div.body .multicard-footer p {
  margin-top: 8px;
  margin-bottom: 0;
  word-break: break-word;
}
.multicard-div.body .multicard-footer p:first-of-type {
  margin-top: 0;
}
.multicard-div.body .multicard-footer a {
  color: #000;
  font-weight: 700;
  height: auto;
}
.multicard-div.body .multicard-footer a span {
  font-size: 14px;
  line-height: 20px;
}
.multicard-div.body .multicard-footer a:not(.default-link) {
  display: block;
  margin-top: 10px;
}
.multicard-div.body .multicard-footer a:not(.default-link) span {
  border-bottom: 2px solid;
  color: #000;
}
.multicard-div.body .multicard-footer .default-link-wrapper {
  margin-top: 10px;
}
.multicard-div.body img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card .card-div.body {
  padding: 16px 20px;
}
.card .card-div.body p {
  margin-top: 5px;
  margin-bottom: 0;
}
.card .card-div.body p:first-of-type {
  margin-top: 0 !important;
}
.card .card-div.body p[class*="icon"] {
  line-height: 30px;
  margin-top: 0;
}
.card .card-div.body p[class*="icon"]::before {
  vertical-align: top;
}
.card
  .card-div.body
  a:not([class*="btn"]):not([class*="link-primary"])
  span:not([class*="icon"]) {
  font-size: 14px;
  line-height: 20px;
}
.card
  .card-div.body
  a:not([class*="btn"]):not([class*="link-primary"]):not(.default-link)
  span:not([class*="icon"]) {
  border-bottom: 2px solid;
}
.card p.date {
  color: #707070;
  font-size: 14px;
}
.card-container .card .embed-responsive-ifema img.embed-responsive-item {
  height: auto;
}
.card-container .card .card-div.body {
  padding: 16px 20px 0;
}
.card-container .card .card-div.body:last-child {
  padding-bottom: 16px;
}
.card-container .card .card-div.body h2 > a,
.card-container .card .card-div.body h3 > a {
  color: inherit;
}
.card-container .card .card-div.body p {
  margin-top: 8px;
  margin-bottom: 0;
}
.card-container .card .card-footer {
  border-top: 0;
  color: #000;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}
.card-container .card .card-footer p {
  margin: 0;
}
.card-container .card .card-footer p.date {
  color: #707070;
  margin-top: 10px;
  text-transform: uppercase;
}
.cifras a[data-toggle="lightbox"]:focus:not(:active) img,
.hotels-list a[data-toggle="lightbox"]:focus:not(:active) img {
  outline: 2px solid #000;
  outline-offset: -2px;
}
.cifras .card.active .card-div.body p,
.hotels-list .card.active .card-div.body p {
  display: block;
}
.cifras .card.active .card-div.body i,
.hotels-list .card.active .card-div.body i {
  display: inline;
}
.cifras .card.active .card-div.body h2::after,
.cifras .card.active .card-div.body h3::after,
.hotels-list .card.active .card-div.body h2::after,
.hotels-list .card.active .card-div.body h3::after {
  content: "\e9ae";
}
.cifras .card .card-div.body h2,
.cifras .card .card-div.body h3,
.hotels-list .card .card-div.body h2,
.hotels-list .card .card-div.body h3 {
  padding-right: 20px;
}
.cifras .card .card-div.body h2::after,
.cifras .card .card-div.body h3::after,
.hotels-list .card .card-div.body h2::after,
.hotels-list .card .card-div.body h3::after {
  content: "\e9ad";
  display: inline-block;
  font-family: "Barlow";
  font-size: 20px;
  left: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10px;
  width: 40px;
}
.cifras .card .card-div.body i,
.cifras .card .card-div.body p,
.hotels-list .card .card-div.body i,
.hotels-list .card .card-div.body p {
  display: none;
}
@media (max-width: 400px) {
  .card-container .card .embed-responsive-ifema {
    width: 100%;
  }
  .card-container .card .card-div.body {
    max-width: 100%;
    width: 100%;
  }
  .card-container .card .card-div.body h3 {
    position: relative;
  }
  .card-container .card .card-div.body h3::after {
    top: 0;
  }
}
@media (min-width: 992px) {
  .card-container .card .embed-responsive-ifema img.embed-responsive-item {
    max-width: 100%;
  }
  .hotels-list .card .card-div.body h2,
  .hotels-list .card .card-div.body h3 {
    padding-right: 0;
  }
  .hotels-list .card .card-div.body h2::after,
  .hotels-list .card .card-div.body h3::after {
    display: none;
  }
  .hotels-list .card .card-div.body p {
    display: block;
  }
  .hotels-list .card .card-div.body i {
    display: inline;
  }
}
.links .links-container > div img {
  display: block;
  max-width: 100%;
  width: auto;
}
.links .links-container > div a {
  display: table;
  font-size: 20px;
  height: calc(100% + 1px);
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
}
.links .links-container > div a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.link-background-primary {
  background-color: #e3242d !important;
  color: #fff !important;
}
.link-background-primary:hover {
  background-color: #a1151b !important;
}
.link-background-secondary {
  background-color: #2931b3 !important;
  color: #fff !important;
}
.link-background-secondary:hover {
  background-color: #1a1f71 !important;
}
.link-background-terciary {
  background-color: #2aa9d2 !important;
  color: #fff !important;
}
.link-background-terciary:hover {
  background-color: #1c728e !important;
}
.link-background-quaternary {
  background-color: #f0cf61 !important;
  color: #212529 !important;
}
.link-background-quaternary:hover {
  background-color: #e9b816 !important;
}
img.opacity {
  display: block;
  max-width: 100%;
  width: auto;
}
a.opacity {
  display: table;
  font-size: 20px;
  height: calc(100% + 1px);
  width: calc(100% - 39px);
  position: absolute;
  top: 0;
}
a.opacity span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
a.link-background {
  display: table;
  font-size: 20px;
  font-weight: 600;
  height: 100%;
  position: relative;
  top: 0;
  width: 100%;
  border-radius: 4px;
}
a.link-background:before {
  font-size: 40px;
  top: 20px;
  width: 100%;
  position: absolute;
  text-align: center;
  margin: auto;
}
a.link-background span {
  display: table-cell;
  font-family: "Barlow";
  padding: 60px 10px 10px 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
}
a.link-background.disabled.disabled.disabled.disabled {
  background-color: #ededed !important;
  max-width: 600px;
  color: #4e4e4e !important;
}
a.link-background:not([class*="icon"]) span {
  padding: 35px 10px 35px 10px;
}
.card-div.body [class*=" icon-"],
.card-div.body [class^="icon-"] {
  font-size: 30px;
}
div.body > footer {
  background: #a1151b;
  color: #fff;
}
div.body > footer > section {
  padding-bottom: 40px;
  padding-top: 40px;
}
div.body > footer > section .h6 {
  font-weight: 400;
}
div.body > footer > section article {
  padding-top: 15px;
  padding-bottom: 10px;
}
div.body > footer > section a.animated-link {
  color: #fff;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: 0.5s color ease;
  -o-transition: 0.5s color ease;
  transition: 0.5s color ease;
  text-decoration: none;
  overflow: hidden;
}
div.body > footer > section a.animated-link:hover {
  color: #fff;
}
div.body > footer > section a.animated-link:hover {
  color: #fff;
}
div.body > footer > section a.animated-link:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  width: 0;
  max-width: 100%;
  overflow: hidden;
}
div.body > footer > section a.animated-link:hover:after {
  width: 100%;
}
div.body > footer > section ul {
  list-style-type: none;
  padding-left: 0;
}
div.body > footer > section:first-of-type .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.body > footer > section:first-of-type .col {
  text-align: center;
  line-height: 50px;
}
div.body > footer > section:first-of-type .col a:hover:after {
  width: 0;
}
div.body > footer > section:first-of-type .col img {
  height: 40px;
  -webkit-filter: opacity(0.6);
  filter: opacity(0.6);
}
div.body > footer > section:first-of-type .col img.logo-feria {
  height: 50px;
}
div.body > footer > section:first-of-type .col img:hover {
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
div.body > footer > section:nth-child(even) {
  background: #e3242d;
}
div.body > footer > section:last-of-type {
  background: #fff;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
div.body > footer > section:last-of-type a.animated-link {
  color: #2931b3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: 0.5s color ease;
  -o-transition: 0.5s color ease;
  transition: 0.5s color ease;
  text-decoration: none;
  overflow: hidden;
}
div.body > footer > section:last-of-type a.animated-link:hover {
  color: #2931b3;
}
div.body > footer > section:last-of-type a.animated-link:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #2931b3;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  width: 0;
  max-width: 100%;
  overflow: hidden;
}
div.body > footer > section:last-of-type a.animated-link:hover:after {
  width: 100%;
}
div.body > footer > section:last-of-type img {
  height: 100%;
  max-width: 100%;
}
div.body > footer > section:last-of-type ul {
  margin-bottom: 0;
}
div.body > footer > section:last-of-type ul li {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
}
div.body > footer > section .white-footer {
  text-align: right;
  overflow: hidden;
}
div.body > footer > section .white-footer .white-footer-logos {
  display: inline-block;
  text-align: left;
  float: left;
}
div.body > footer > section .white-footer .white-footer-logos a {
  margin-right: 20px;
}
div.body > footer > section .white-footer .white-footer-logos a img {
  max-height: 100%;
  vertical-align: top;
}
div.body
  > footer
  > section
  .white-footer
  .white-footer-logos
  li:first-of-type
  a
  img {
  padding-bottom: 10px;
}
div.body
  > footer
  > section
  .white-footer
  .white-footer-logos
  li:nth-child(2)
  img {
  padding: 5px 0;
}
div.body > footer > section .white-footer .white-footer-links {
  display: inline-block;
  text-align: right;
}
div.body > footer .social-links li {
  display: inline-block;
  margin: 10px 5px 10px 0;
}
div.body > footer .social-links li a {
  color: #fff;
  display: block;
  height: 20px;
  font-size: 18px;
  line-height: 42px;
  overflow: hidden;
  text-align: center;
  width: 26px;
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}
div.body > footer .social-links li a:hover {
  color: #fff;
  -webkit-filter: opacity(1);
  filter: opacity(1);
}
div.body > footer .social-links li a:hover::after {
  width: 0;
}
div.body > footer .social-links li a .fab:before {
  display: block;
  line-height: 1.1em;
}
div.body > footer .social-links li a .icon-flickr {
  font-size: 12px;
}
div.body > footer .social-links li a .icon-artsys {
  font-size: 20px;
}
div.body > footer .social-links li a .icon-artsys::before {
  margin-top: -2px;
}
div.body > footer .social-links li a span {
  margin: 0;
  font-size: 16px;
}
.white-footer-logos ul {
  padding: 0 !important;
}
.white-footer-logos ul li {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .white-footer {
    padding: 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  div.body > footer .social-links li {
    margin: 10px;
  }
}
.kpi-box {
  background: 0 0;
  padding: 0 20px !important;
}
.kpi {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: calc(100% - 20px);
  margin: 0 auto 20px auto;
  width: 150px;
}
.kpi .kpi-primary {
  background: #e3242d;
  color: #fff;
  display: block;
  font-size: 40px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  width: 100%;
}
.kpi .kpi-secondary {
  background: #2931b3;
  color: #fff;
  display: block;
  font-size: 40px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  width: 100%;
}
.kpi > span {
  display: block;
}
.kpi > span.h4 {
  color: #2931b3;
  text-align: center;
  top: 10px;
  width: 100%;
  z-index: 1;
  white-space: nowrap;
}
.kpi > span.kpi-name {
  font-size: 17px;
  text-align: center;
  height: 50px;
  width: 160px;
  padding: 0 5px;
  padding-bottom: 5px;
}
.odometer-inside {
  display: inline-block;
}
@media (max-width: 400px) {
  .kpi {
    width: 140px;
  }
}
@media (max-width: 959px) {
  .kpi > span.kpi-name {
    display: table-cell;
  }
}
@media (min-width: 767px) {
  .kpi > span.h4 {
    font-size: 2rem;
  }
}
@media (min-width: 960px) {
  .kpi {
    border: 0;
    width: 155px;
  }
  .kpi .kpi-primary {
    font-size: 60px;
    height: 120px;
    left: 34px;
    line-height: 120px;
    position: relative;
    width: 120px;
  }
  .kpi .kpi-secondary {
    font-size: 60px;
    height: 120px;
    left: 34px;
    line-height: 120px;
    position: relative;
    width: 120px;
  }
  .kpi > span {
    left: 33px;
    position: relative;
  }
  .kpi > span.h4 {
    height: 40px;
    text-align: left;
    width: auto;
    font-size: 2.5rem;
  }
  .kpi > span.kpi-name {
    text-align: left;
    width: 120px;
    padding: 0;
  }
  .odometer-inside {
    display: block;
  }
  .kpi-box + [class*="box"] {
    margin-top: 0 !important;
  }
  .kpi-box div .col-auto {
    margin-bottom: 70px;
  }
}
@media (max-width: 450px) {
  .kpi-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}
.kpis-home {
  width: 85%;
  margin: 0 auto;
}
.kpis-home img {
  max-height: 85px;
  margin-bottom: 10px;
}
.kpis-home p {
  text-align: center;
}
.kpis-home p strong {
  font-weight: 700;
  font-family: "Barlow"  !important;
  font-size: 205%;
}
.headerButtons a.btn {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  div.body > header div.header-nav {
    padding: 0 20px !important;
  }
  .category-search .col:last-of-type .input-group {
    width: 327px;
  }
  .m-auto {
    margin-bottom: 15px !important;
  }
  div.body > footer > section:first-of-type .col:first-of-type {
    margin-bottom: 20px;
  }
  table.tarifas tr td,
  table.tarifas tr th {
    padding: 5px;
  }
  table.eventos tdiv.body tr {
    text-align: left;
  }
  table.eventos tdiv.body tr td {
    display: inline-block;
    text-align: left;
    padding: 0;
  }
  table.eventos tdiv.body tr td:first-child {
    display: none;
  }
  table.eventos tdiv.body tr td:nth-child(2) {
    width: 100%;
    font-weight: 400;
    padding-top: 10px;
  }
  table.eventos tdiv.body tr td:nth-child(3) {
    padding-bottom: 10px;
  }
  table.eventos tdiv.body tr td:nth-child(4) {
    padding-bottom: 10px;
  }
  table.eventos tdiv.body tr td:last-child {
    padding-bottom: 10px;
    float: right;
  }
  table.eventos tdiv.body tr td:last-child a:hover {
    text-decoration: underline;
  }
  .box-with-title .image-title-left .floating {
    margin-top: 25px !important;
  }
  .box-with-title .image-title-right .image-title {
    margin-top: 0;
  }
}
@media (max-width: 960px) {
  .kpi > span.h4 {
    margin-top: 0.5rem;
  }
  .kpi-box .row .col-auto {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.carousel-item div .container p.h1 {
  line-height: 1.1;
}
article div p.h6 {
  font-family: "Barlow"  !important;
}
.modal-open {
  overflow-y: scroll;
}
.itemTContainer {
  width: 50%;
}
.absolute-center {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.hero-header-img {
  height: 100% !important;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  bottom: 0;
}
.itemTContainer .col-md-3 {
  width: 49%;
  display: inline-block;
  max-width: 49%;
}
.Timg {
  width: 100% !important;
  height: auto !important;
  z-index: 1;
}
.z-1 {
  z-index: 1;
}
.z-n1 {
  z-index: -1;
}
#carouselHome .carousel-item .data-background,
div.body > header .hero-image {
  background-color: transparent;
  background-image: none;
}
@media (max-width: 767px) {
  main > section:first-child:not(.kpi-box) {
    margin-top: 0 !important;
  }
  main > aside:first-child:not(.kpi-box) {
    margin-top: 0 !important;
  }
  div.body > footer > section:first-of-type .col:first-of-type {
    min-width: 100%;
    text-align: center;
  }
  .form-20 {
    padding: 0 20px;
  }
  .absolute-center {
    width: 100% !important;
  }
  .itemTContainer {
    width: 100%;
    margin-top: 20px;
  }
  .category-search .col:last-of-type .input-group {
    width: auto !important;
  }
  .nav-tabs {
    margin: 0 -20px;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .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-auto {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  div.body > footer {
    margin-top: 20px;
  }
  div.body > footer > section {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .category-search {
    margin-bottom: 20px !important;
  }
  .category-search .col {
    min-width: 100% !important;
    margin-bottom: 10px;
  }
  .tab-content .tab-pane {
    padding-top: 20px;
  }
  div.body > footer > section:first-of-type .col {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 20%;
  }
  div.body > footer > section:first-of-type .col img {
    height: auto !important;
    max-width: 100%;
    width: auto;
    max-height: 50px;
  }
  div.body > footer > section:first-of-type .col:first-of-type {
    min-width: 100%;
    text-align: center;
  }
  div.body > footer > section:first-of-type .col:first-of-type img {
    height: 30px !important;
  }
  footer section.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  footer section.container-fluid > .container {
    margin: 0 auto;
    padding: 0;
  }
  footer section.container-fluid > .container .row {
    margin-right: 0;
    margin-left: 0;
  }
  div.body > footer .social-links {
    text-align: center;
    margin-left: 0;
  }
  div.body > footer .social-links li {
    margin: 10px;
  }
  div.body > footer > section:last-of-type ul li {
    display: inline-block;
    font-size: 14px;
    height: auto;
    line-height: 1;
  }
  .links .links-container > div {
    margin-bottom: 10px;
  }
  .links .links-container > div a {
    width: calc(100% - 20px);
  }
  .box-with-title > .row:first-of-type {
    padding-left: 0;
  }
  .btn {
    font-size: 14px;
  }
  .box-with-title {
    padding-top: 30px;
    padding-bottom: 24px;
  }
  .box-with-title .btn {
    margin-bottom: 0.5rem;
  }
  .news-detail,
  .page-detail {
    padding: 20px;
  }
  .news-detail header p.description,
  .page-detail header p.description {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .news-detail header p.date,
  .page-detail header p.date {
    margin-top: -1rem;
  }
  .news-detail img.float-left,
  .news-detail img.float-right,
  .page-detail img.float-left,
  .page-detail img.float-right {
    float: none !important;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0 !important;
  }
  .search-item .search-title {
    width: 100%;
  }
  .search-item .search-description {
    padding-left: 0;
    width: 100%;
  }
  .columns-flex,
  .flex-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .columns-left,
  .columns-right {
    width: 100%;
    display: block;
    padding: 0;
  }
  aside.box-with-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  main article footer {
    margin-top: 20px;
    padding-top: 20px;
  }
  div.body > footer .social-links li a {
    line-height: 40px;
    width: 40px;
  }
  div.body > footer .social-links li:first-child {
    margin-left: 0;
  }
  div.body > footer .social-links li:last-child {
    margin-right: 0;
  }
  .floating-big {
    margin-top: -35px !important;
  }
  .box-with-title .image-title-right .image-title {
    margin-top: 0;
  }
  .box-with-title .image-title-left .floating {
    margin-top: 25px !important;
  }
  .messages {
    padding-left: 20px;
    padding-right: 20px;
  }
  .messages h2 {
    font-size: 26px;
    padding: 20px 0;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  a.opacity {
    width: calc(100% - 19px);
  }
  .list-no-wrap {
    position: relative;
  }
  .list-no-wrap > div {
    overflow: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 0;
    position: relative;
    margin: 0 20px;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .list-no-wrap > div::-webkit-scrollbar {
    display: none;
  }
  .list-no-wrap .grid-slider-left {
    left: 0;
    z-index: 1;
  }
  .list-no-wrap .grid-slider-left:before {
    content: "\e80a";
  }
  .list-no-wrap .grid-slider-right {
    right: 0;
    z-index: 1;
  }
  .list-no-wrap .grid-slider-right:before {
    content: "\e809";
  }
  .list-no-wrap .grid-slider-left,
  .list-no-wrap .grid-slider-right {
    font-family: "Barlow";
    position: absolute;
    font-size: 30px;
    width: 20px;
    top: calc(50% - 25px);
    height: 50px;
    color: #000;
    cursor: pointer;
  }
  .box-with-border-banners .list-no-wrap > div {
    overflow: hidden;
  }
  .hotel-list
    .card-container
    .card
    .embed-responsive-ifema
    img.embed-responsive-item {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
  ol:not(.nav-tabs):not(.slick-dots),
  ul:not(.nav-tabs):not(.slick-dots) {
    padding-left: 20px;
    margin: 10px 0;
  }
  .collapsed-card .card-div.body p {
    display: none;
  }
  .collapsed-card .card-div.body p.bold {
    cursor: pointer;
    display: block;
    margin: 0;
  }
  .collapsed-card .card-div.body p.bold::after {
    content: "\e9ad";
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: "Barlow";
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 32px;
    font-weight: 400 !important;
    z-index: 1;
  }
  .collapsed-card.active .card-div.body p {
    display: block;
  }
  .collapsed-card.active .card-div.body p.bold {
    margin-bottom: 10px;
  }
  .collapsed-card.active .card-div.body p.bold::after {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (max-width: 575px) {
  .carousel-item > .row.row {
    padding-left: 0;
    padding-right: 0;
  }
  .box-with-title .row .col-12 .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .card-list.container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 47em) {
  #optanon #optanon-popup-wrapper .h2 {
    font-size: 1rem !important;
  }
}
@media (max-width: 400px) {
  div.body > footer .social-links li {
    margin: 10px 3px;
  }
  #optanon #optanon-popup-div.body-right {
    float: left !important;
    padding: 10px 20px !important;
    max-width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  div.body > footer > section:first-of-type .col:first-of-type {
    text-align: left;
  }
  #primaryNav {
    border: 0 solid #f5f8f9;
  }
  div.body
    > header
    div.header-nav
    nav
    ul
    li.language-selector-container
    .language-selector
    > a {
    padding: 10px 15px;
    margin: 0 20px;
    border-radius: 2px;
    display: inline;
  }
  div.body
    > header
    div.header-nav
    nav
    ul
    li.language-selector-container
    .language-selector
    img {
    vertical-align: middle;
    margin-right: 5px;
  }
  div.body
    > header
    div.header-nav
    nav
    ul
    li.language-selector-container
    .dropdown-menu {
    background-color: #fff !important;
    height: auto !important;
    width: auto !important;
    top: auto !important;
    border-radius: 2px;
    padding: 5px 10px;
    margin: 25px 20px;
    bottom: 28px;
  }
  div.body
    > header
    div.header-nav
    nav
    ul
    li.language-selector-container
    .dropdown-menu
    .dropdown-item {
    text-align: left;
    width: auto;
    border-bottom: 1px solid #e7f0f3;
    color: #000 !important;
    min-height: 40px;
    line-height: 26px;
    padding: 5px;
  }
  div.body
    > header
    div.header-nav
    nav
    ul
    li.language-selector-container
    .dropdown-menu
    .dropdown-item:last-child {
    border-bottom: 0 none;
  }
  div.body
    > header
    div.header-nav
    nav
    ul
    li.language-selector-container
    .dropdown-menu
    .dropdown-item:active,
  div.body
    > header
    div.header-nav
    nav
    ul
    li.language-selector-container
    .dropdown-menu
    .dropdown-item:focus,
  div.body
    > header
    div.header-nav
    nav
    ul
    li.language-selector-container
    .dropdown-menu
    .dropdown-item:hover {
    background-color: #f5f8f9;
    border-radius: 2px;
  }
  .withBanner #searchBox {
    height: calc(100% - 110px);
    top: 110px;
    -webkit-animation: border-grey-down 0.3s cubic-bezier(0, 0.9, 0.3, 1.2)
      forwards;
    -o-animation: border-grey-down 0.3s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    animation: border-grey-down 0.3s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    overflow: hidden;
  }
  .withBanner:not(.onTop) #searchBox {
    height: calc(100% - 110px);
    top: 110px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .organizador2-mobile.logo-ie-fix {
    right: 220px !important;
  }
}
@media (max-width: 480px) {
  div.body > header div.header-nav .navbar-date {
    min-width: 60px;
  }
  div.body > header div.header-nav .navbar-date span {
    font-size: 10px;
  }
  div.body > header div.header-nav .navbar-date span:last-child {
    font-size: 14px;
  }
  .absolute-center {
    width: auto !important;
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  .porcentaje-old {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
  .container.narrow-sheet {
    max-width: 800px;
  }
}
@media (max-width: 1280px) {
  .category-search .col:last-of-type .input-group {
    width: 567px;
  }
}
@media (max-width: 991px) {
  .category-search .col:last-of-type .input-group {
    width: 327px;
  }
  .navbar-ifema,
  .navbar-organizador2 {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  div.body nav[aria-label="breadcrumb"] .container {
    padding: 0 100px;
  }
}
@media (min-width: 1440px) {
  div.body #carouselHome .carousel-item .data-background > div {
    padding: 0 100px;
  }
  div.body footer .container {
    padding: 0 105px;
  }
  div.body > header div.header-nav {
    padding: 0 100px;
  }
  .container {
    max-width: 1360px;
  }
  #carouselHome .carousel-item .data-background > div {
    padding: 0 20px;
  }
  nav[aria-label="breadcrumb"] .container {
    padding: 0 20px;
  }
}
.hotel-list .icon-star-fill {
  color: #f0cf61;
  font-size: 20px;
}
.ellipsis-link {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.multimediaSlider-box {
  text-align: center;
}
.multimediaSlider {
  margin: 0 auto;
  max-width: 960px;
}
.multimediaSlider .list-inline {
  white-space: nowrap;
  overflow-x: auto;
}
.multimediaSlider .carousel-item img {
  cursor: pointer;
}
.multimediaSlider .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin: 20px auto;
  overflow: initial;
}
.multimediaSlider .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
}
.nav-tabs {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  border-color: rgba(0, 0, 0, 0.2);
  margin-top: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 10px;
}
.nav-tabs .nav-item {
  text-align: center;
  width: 50%;
  margin-top: 10px;
}
.nav-tabs .nav-item .nav-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100% !important;
}
@media (min-width: 768px) {
  #primaryNav ul {
    width: 360px;
  }
  .nav-tabs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .box-with-title > .row:first-of-type > h2 {
    margin-bottom: 40px;
  }
  .box-with-title > .row:first-of-type > .h4 {
    margin-bottom: 40px;
  }
  .box-with-title > .row:first-of-type > div > h2 {
    margin-bottom: 40px;
  }
  .box-with-title > .row:first-of-type > div > .h4 {
    margin-bottom: 40px;
  }
}
.nav-tabs .nav-link {
  color: #707070;
  border-bottom: 2px solid transparent;
  background: 0 0;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-weight: 700;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.nav-tabs .nav-link span {
  display: block;
}
.button-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #e3242d;
  border-bottom: 2px solid #e3242d;
  background: 0 0;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-weight: 700;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #e3242d;
  border-bottom-color: #707070;
}
.hotel-list .dynamic-height i,
.hotel-list .dynamic-height p {
  display: none;
}
@media (min-width: 768px) {
  .hotel-list .dynamic-height p {
    display: block;
  }
  .hotel-list .dynamic-height i {
    display: inline;
  }
}
@media (min-width: 768px) {
  .nav-tabs .nav-item {
    width: auto;
  }
  .nav-tabs .nav-link {
    color: #707070;
    border-bottom: 2px solid transparent;
    background: 0 0;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-weight: 700;
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .nav-tabs .nav-link span {
    display: inline;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #e3242d;
    border-bottom: 2px solid #e3242d;
    background: 0 0;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-weight: 700;
  }
}
.transparent {
  background: 0 0 !important;
}
.modal-content {
  background: 0 0 !important;
  border: 0 !important;
}
.banner-border-auto-height > div {
  height: auto !important;
}
div.video-player {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  opacity: 0.65;
}
div.video-player > img {
  max-width: 60px;
}
div.video-player:before {
  background-color: transparent !important;
  border-radius: 100%;
  color: #fff;
  font-size: 56px;
  width: auto;
  padding: 0 !important;
  text-shadow: 0 0 6px #000;
}
div.video-player:focus:not(:active),
div.video-player:hover {
  opacity: 1;
}
button.navbar-toggler:focus {
  outline: 0;
}
.container-list > .row:first-of-type {
  border-top: 1px solid #c4c4c4;
}
.container-list > .row {
  border-bottom: 1px solid #c4c4c4;
}
.container-map .iv-container {
  border: 1px solid #ededed;
}
.embed-responsive-16by9,
.embed-responsive-4by3,
.embed-responsive-ifema {
  margin: 0 auto;
}
.embed-responsive-16by9 img.embed-responsive-item,
.embed-responsive-4by3 img.embed-responsive-item,
.embed-responsive-ifema img.embed-responsive-item {
  width: auto;
  margin: 0 auto;
  right: -9999px;
  left: -9999px;
}
.embed-responsive-ifema::before {
  padding-top: 66.608%;
}
.embed-responsive-ifema .embed-responsive-item {
  left: -9999px;
  margin: auto;
  min-width: 100%;
  width: auto;
  height: 100%;
  right: -9999px;
}
.embed-responsive img.embed-responsive-item {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s, -o-transform 2s;
}
.card:hover img.embed-responsive-item {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.btn.disabled.disabled.disabled {
  color: #767676 !important;
  border: 1px solid #767676 !important;
}
a:not(.btn).disabled.disabled.disabled {
  color: #767676 !important;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  border: none;
}
.icon-users-1.disabled:before {
  content: "\ebc9";
}
.input-group-text {
  background-color: #fff;
}
.input-group-text .icon-search::before {
  color: #2931b3;
  font-size: 26px;
}
.new-lang-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new-lang-selector img {
  margin: 7px 0 0 5px !important;
}
.new-lang-selector > :not(.lang-separator) {
  padding: 0 !important;
  width: auto;
  height: auto;
  min-height: auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.new-lang-selector > a.dropdown-item:focus {
  background-color: transparent !important;
  background: 0 0 !important;
}
.lang-separator {
  background-color: #fff;
  width: 1px;
  margin: 10px 15px;
}
.new-lang-selector .selected {
  font-weight: 500;
}
.new-lang-selector .selected::after {
  font-weight: 400;
}
.ac-invisible {
  position: absolute;
  left: -10000px;
}
carousel-images-container {
  overflow: hidden;
}
.multimediaSlider .carousel-inner {
  overflow: visible;
}
.carousel-control-prev {
  left: -40px;
}
.carousel-control-next {
  right: -40px;
}
.carousel-control-next,
.carousel-control-prev {
  width: auto;
}
.carousel-control-next .icon-left,
.carousel-control-next .icon-right,
.carousel-control-prev .icon-left,
.carousel-control-prev .icon-right {
  color: #2931b3;
  font-size: 48px;
}
.carousel-control-next .icon-left:before,
.carousel-control-next .icon-right:before,
.carousel-control-prev .icon-left:before,
.carousel-control-prev .icon-right:before {
  margin: 0;
}
div > .messages {
  margin: 0 0;
  padding-left: 0;
  padding-right: 0;
}
.custom-select {
  background: #fff !important;
  color: #2931b3;
}
.grey-text {
  color: #4c4c4c;
  font-size: 14px;
}
section > .box.box-with-title.container.transparent {
  padding: 0 100px;
}
.SLabel {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 40px;
  position: relative;
  display: block;
}
.SLabel::after {
  content: "\e9ad";
  font-family: "Barlow";
  color: #000;
  padding: 0;
  position: absolute;
  right: 2px;
  top: -2px;
  font-size: 30px;
  color: #2931b3;
  z-index: 1;
  text-align: center;
  width: 15%;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.CSelect {
  border: 0;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  bottom: -18px;
  position: absolute;
  line-height: unset !important;
}
.event-search .form-control {
  border-right: none !important;
}
.form-control.is-invalid {
  -webkit-box-shadow: 0 0 1.5px 1px red;
  box-shadow: 0 0 1.5px 1px red;
}
.custom-select,
.form-control {
  border-color: #949494;
  border-radius: 2px;
  height: 40px;
  line-height: 1;
}
.custom-select option {
  color: #2931b3;
}
small {
  margin-top: 5px;
}
.form-row {
  margin-right: -10px;
  margin-left: -10px;
}
.form-group {
  margin-top: 5px;
  margin-bottom: 20px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.position-checks {
  margin-bottom: 20px;
}
.new-form-select-container {
  vertical-align: top;
  overflow: hidden;
  height: 40px;
  position: relative;
  width: 100%;
}
.new-form-select-container::after {
  content: "\e9ad";
  font-family: "Barlow";
  color: #495057 !important;
  padding: 0;
  position: absolute;
  right: 2px;
  top: -2px;
  font-size: 30px;
  z-index: 1;
  text-align: center;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.new-form-select-container .new-form-select {
  top: 0;
  color: #495057 !important;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  bottom: -18px;
  position: absolute;
  line-height: unset !important;
}
.new-form-select-container .new-form-select option {
  color: #495057 !important;
}
.new-form-select-container {
  vertical-align: top;
  overflow: hidden;
  height: 40px;
  position: relative;
  width: 100%;
}
.new-form-select-container::after {
  content: "\e9ad";
  font-family: "Barlow";
  color: #495057 !important;
  padding: 0;
  position: absolute;
  right: 2px;
  top: -2px;
  font-size: 30px;
  z-index: 1;
  text-align: center;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.new-form-select-container .new-form-select {
  top: 0;
  color: #495057 !important;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  bottom: -18px;
  position: absolute;
  line-height: unset !important;
}
.new-form-select-container .new-form-select option {
  color: #495057 !important;
}
.box-inside {
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background-color: #fff;
  float: left;
}
.result-search-container {
  padding: 0 10px;
}
.result-search-container .input-group {
  max-width: 480px;
  margin: 0 auto;
}
.result-search-container .input-group input {
  border-right: 0 none;
  height: 40px;
}
.result-search-container .input-group .input-group-append {
  border-left: 0 none;
}
.result-search-container .input-group .input-group-append button {
  background-color: #fff;
  font-size: 32px;
  color: #e3242d;
  height: 40px;
}
.result-search-container .input-group .input-group-append button:hover {
  color: #2931b3;
}
.result-search-container .input-group .input-group-append button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
a {
  word-break: break-word;
}
div.body
  > header
  div.header-nav
  nav
  ul
  li:not(.language-selector-container)
  a
  + .dropdown-menu
  a.dropdown-item {
  background-color: transparent !important;
  margin-right: 0;
  line-height: 24px;
  text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: -o-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
  -webkit-transition: -webkit-background-size 0.3s;
  transition: -webkit-background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
  transition: background-size 0.3s, -webkit-background-size 0.3s;
}
div.body
  > header
  div.header-nav
  nav
  ul
  li:not(.language-selector-container)
  a
  + .dropdown-menu
  a.dropdown-item:focus,
div.body
  > header
  div.header-nav
  nav
  ul
  li:not(.language-selector-container)
  a
  + .dropdown-menu
  a.dropdown-item:hover {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
.stores .row > div {
  text-align: left;
}
.stores .row > div img {
  width: 144px !important;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .box-with-title .image-title-right .box-inside-container {
    margin-top: -15px !important;
    margin-bottom: 10px;
  }
  .container {
    max-width: calc(100% - 20px);
  }
  .stores .row > div:nth-child(odd) {
    text-align: right;
  }
  .floating .col-12.float-right {
    padding: 0 !important;
    margin-left: 0;
  }
  .floating .col-12.float-left {
    padding: 0 !important;
    margin-right: 0;
  }
}
@media (max-width: 1279px) {
  .box-with-title .image-title-right .box-inside-container {
    margin-top: -15px !important;
    margin-bottom: 10px;
  }
}
.modal-open {
  padding: 0 !important;
}
.modal-open .ekko-lightbox .modal-header {
  padding: 0;
  border: 0 none;
}
.modal-open .ekko-lightbox .modal-header .modal-title {
  display: none;
}
.modal-open .ekko-lightbox .modal-header button.close {
  position: fixed;
  right: 20px;
  z-index: 1;
  top: 12px;
  width: 60px;
  height: 60px;
}
.modal-open .ekko-lightbox .modal-header button.close span {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-size: 42px;
}
.modal-open .ekko-lightbox .modal-dialog {
  -webkit-box-flex: 100% !important;
  -webkit-flex: 100% !important;
  -ms-flex: 100% !important;
  flex: 100% !important;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1280px) {
  .hotel-list .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1025px) {
  .mt-md-5 .nav-item {
    width: 32%;
  }
}
@media (max-width: 1024px) {
  .mt-md-5 .nav-item {
    width: 50%;
  }
}
@media (max-width: 1440px) {
  div.body > header .hero-image .h1,
  div.body > header .hero-image h1 {
    margin: 0 !important;
    padding: 0 !important;
  }
  section > .box.box-with-title.container.transparent {
    padding: 0 10px;
  }
  .container,
  div.body > header .hero-image h1 {
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 575px) {
  header .container,
  main .container {
    max-width: 100%;
  }
  main > .container.kpi-box {
    max-width: calc(100% - 20px);
  }
  .kpi-box .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .slick-next,
  .slick-prev {
    width: 25px;
    height: 25px;
  }
  .slick-next::before,
  .slick-prev::before {
    font-size: 25px;
  }
}
div.body > header div.header-nav #primaryNav {
  overflow-y: auto;
}
div.body > header div.header-nav #primaryNav ul.bg-header-nav {
  position: relative;
  height: auto;
  min-height: 100%;
}
@media (max-width: 677px) {
  div.body > header div.header-nav nav ul li a + .dropdown-menu > div {
    padding-left: 30px !important;
  }
}
.rounded-card {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 25px;
  overflow: hidden;
  border: 0 none;
}
.rounded-card.card:hover img.embed-responsive-item {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
.rounded-card .embed-responsive-ifema::before {
  padding-top: 103%;
}
.rounded-card .event-image-container {
  position: relative;
}
.rounded-card .event-image-container .event-date {
  bottom: 0;
  left: 0;
  background-color: #2931b3;
  color: #fff;
  min-width: 50%;
  position: absolute;
  padding: 5px 20px;
  font-family: "Barlow" ;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.rounded-card .event-image-container .event-date .date-first,
.rounded-card .event-image-container .event-date .date-second,
.rounded-card .event-image-container .event-date .date-separator {
  display: inline-block;
  font-weight: 700;
}
.rounded-card .event-image-container .event-text {
  background-color: #ffc405;
  top: 0;
  padding: 5px 20px;
  font-family: "Barlow" ;
  width: 100%;
  left: 0;
  position: absolute;
  text-align: center;
}
.rounded-card .card-div.body {
  padding: 0.75rem 1.25rem 1.25rem;
}
.rounded-card .card-div.body .h6 {
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Barlow"  !important;
}
.rounded-card .card-div.body :last-child {
  margin-bottom: 30px !important;
}
.rounded-card .card-div.body .event-ubi {
  font-size: 14px !important;
  color: #505050;
  font-weight: 700;
}
.rounded-card .card-div.body .event-description {
  font-size: 14px;
}
.rounded-card .event-card-footer .event-button {
  background-color: transparent;
  color: #000;
  font-weight: 700;
  position: relative;
}
.rounded-card .event-card-footer .event-button::after {
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  background: #000;
  bottom: -3px;
  height: 2px;
  left: 0;
  width: 100%;
}
.link-list {
  list-style: none;
  display: inline;
  padding: 0 !important;
}
.link-list > a {
  margin: 10px 0 !important;
}
.link-list > li {
  display: inline;
  margin: 0;
}
.event-box-title {
  display: inline;
}
.box-with-title > .row:first-of-type > .h4 {
  padding: 0 !important;
}
.event-button-secondary.event-button-secondary {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 60px;
}
.short-box {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(#fff)
  );
  background: -webkit-linear-gradient(bottom, #fff 0, #fff 100%);
  background: -o-linear-gradient(bottom, #fff 0, #fff 100%);
  background: linear-gradient(0deg, #fff 0, #fff 100%);
  background-repeat: repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
  -webkit-background-size: 100% 450px;
  background-size: 100% 450px;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .short-box {
    -webkit-background-size: 100% 285px;
    background-size: 100% 285px;
  }
}
@media (min-width: 768px) {
  .short-box {
    -webkit-background-size: 100% 309px;
    background-size: 100% 309px;
  }
}
@media (min-width: 992px) {
  .short-box {
    -webkit-background-size: 100% 184px;
    background-size: 100% 184px;
  }
}
@media (min-width: 1024px) {
  .short-box {
    -webkit-background-size: 100% 274px;
    background-size: 100% 274px;
  }
}
@media (min-width: 1280px) {
  .short-box {
    -webkit-background-size: 100% 356px;
    background-size: 100% 356px;
  }
}
@media (min-width: 1440px) {
  .short-box {
    -webkit-background-size: 100% 356px;
    background-size: 100% 356px;
  }
}
.institutional .breadcrumb .breadcrumb-item {
  font-size: 12px;
  font-family: "Barlow"  !important;
  margin-bottom: 10px;
}
.institutional .breadcrumb .breadcrumb-item a {
  font-weight: 700;
  color: #000 !important;
}
.institutional .breadcrumb .breadcrumb-item a::after {
  bottom: -3px;
  height: 2px;
  background-color: #000;
}
.institutional .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}
.btn span:nth-child(2) {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  section > .box.box-with-title.container.transparent {
    padding: 0 00px;
  }
}
@media (min-width: 576px) and (max-width: 1280px) {
  div.body .institutional + nav[aria-label="breadcrumb"] .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  div.body
    .institutional
    + nav[aria-label="breadcrumb"]
    .container
    .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
  div.body > section.header-filters > .container {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .col-tb {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-tb-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-tb-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-tb-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-tb-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-tb-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-tb-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-tb-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-tb-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-tb-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-tb-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-tb-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-tb-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-tb-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-tb-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-tb-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-tb-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-tb-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-tb-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-tb-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-tb-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-tb-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-tb-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-tb-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-tb-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-tb-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-tb-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-tb-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-tb-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-tb-0 {
    margin-left: 0;
  }
  .offset-tb-1 {
    margin-left: 8.33333%;
  }
  .offset-tb-2 {
    margin-left: 16.66667%;
  }
  .offset-tb-3 {
    margin-left: 25%;
  }
  .offset-tb-4 {
    margin-left: 33.33333%;
  }
  .offset-tb-5 {
    margin-left: 41.66667%;
  }
  .offset-tb-6 {
    margin-left: 50%;
  }
  .offset-tb-7 {
    margin-left: 58.33333%;
  }
  .offset-tb-8 {
    margin-left: 66.66667%;
  }
  .offset-tb-9 {
    margin-left: 75%;
  }
  .offset-tb-10 {
    margin-left: 83.33333%;
  }
  .offset-tb-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1280px) {
  .col-dk {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-dk-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-dk-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-dk-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-dk-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-dk-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-dk-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-dk-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-dk-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-dk-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-dk-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-dk-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-dk-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-dk-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-dk-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-dk-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-dk-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-dk-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-dk-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-dk-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-dk-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-dk-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-dk-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-dk-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-dk-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-dk-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-dk-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-dk-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-dk-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-dk-0 {
    margin-left: 0;
  }
  .offset-dk-1 {
    margin-left: 8.33333%;
  }
  .offset-dk-2 {
    margin-left: 16.66667%;
  }
  .offset-dk-3 {
    margin-left: 25%;
  }
  .offset-dk-4 {
    margin-left: 33.33333%;
  }
  .offset-dk-5 {
    margin-left: 41.66667%;
  }
  .offset-dk-6 {
    margin-left: 50%;
  }
  .offset-dk-7 {
    margin-left: 58.33333%;
  }
  .offset-dk-8 {
    margin-left: 66.66667%;
  }
  .offset-dk-9 {
    margin-left: 75%;
  }
  .offset-dk-10 {
    margin-left: 83.33333%;
  }
  .offset-dk-11 {
    margin-left: 91.66667%;
  }
}
.news-detail h1 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .news-detail h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .news-detail h1 {
    font-size: 28px;
  }
  .news-detail p.h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .news-detail .news-media,
  .news-header nav:not(.menu) {
    display: none;
  }
  .news-header .hero-image h1 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .news-detail {
    padding-top: 0;
  }
  .mvl-news-media {
    display: block !important;
    width: 100vw !important;
    min-height: 56.25vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 !important;
    margin-bottom: 25px;
  }
  .mvl-news-media img {
    width: 100vw;
  }
}
/* @font-face for ifema removed to force Google Fonts usage */
[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-rewind-fill:before {
  content: "\e800";
}
.icon-push-pin-fill:before {
  content: "\e801";
}
.icon-push-pin:before {
  content: "\e802";
}
.icon-facebook:before {
  content: "\e803";
}
.icon-flickr:before {
  content: "\e804";
}
.icon-instagram:before {
  content: "\e805";
}
.icon-linkedin:before {
  content: "\e806";
}
.icon-youtube:before {
  content: "\e807";
}
.icon-twitter:before {
  content: "\e808";
}
.icon-right:before {
  content: "\e809";
}
.icon-left:before {
  content: "\e80a";
}
.icon-avion:before {
  content: "\e80b";
}
.icon-bus:before {
  content: "\e80c";
}
.icon-coche:before {
  content: "\e80d";
}
.icon-tren:before {
  content: "\e80e";
}
.icon-metro:before {
  content: "\e80f";
}
.icon-mail:before {
  content: "\e810";
}
.icon-phone:before {
  content: "\e811";
}
.icon-user-8:before {
  content: "\e812";
}
.icon-pinterest:before {
  content: "\e813";
}
.icon-profesionales:before {
  content: "\e814";
}
.icon-publico:before {
  content: "\e815";
}
.icon-arrow:before {
  content: "\e816";
}
.icon-arrow-2:before {
  content: "\e817";
}
.icon-internet-2:before {
  content: "\e818";
}
.icon-fair:before {
  content: "\e819";
}
.icon-graphics-book:before {
  content: "\e81a";
}
.icon-shop:before {
  content: "\e81b";
}
.icon-ticket:before {
  content: "\e81c";
}
.icon-artsys:before {
  content: "\e81d";
}
.icon-download-2:before {
  content: "\e81e";
}
.icon-academy:before {
  content: "\e81f";
}
.icon-artists:before {
  content: "\e820";
}
.icon-building-business:before {
  content: "\e821";
}
.icon-calendar-8:before {
  content: "\e822";
}
.icon-calendar-9:before {
  content: "\e823";
}
.icon-exhibitors:before {
  content: "\e824";
}
.icon-marketing:before {
  content: "\e825";
}
.icon-sectors:before {
  content: "\e826";
}
.icon-speakers:before {
  content: "\e827";
}
.icon-sponsors:before {
  content: "\e828";
}
.icon-internet:before {
  content: "\e829";
}
.icon-arrow-3:before {
  content: "\e82a";
}
.icon-video-play:before {
  content: "\e82b";
}
.icon-ring-more:before {
  content: "\e82c";
}
.icon-ring-less:before {
  content: "\e82d";
}
.icon-ring-arrow-right:before {
  content: "\e82e";
}
.icon-ring-arrow-left:before {
  content: "\e82f";
}
.icon-download-3:before {
  content: "\e830";
}
.icon-pause-2:before {
  content: "\e831";
}
.icon-share-1:before {
  content: "\e832";
}
.icon-location:before {
  content: "\e833";
}
.icon-fashion:before {
  content: "\e834";
}
.icon-video:before {
  content: "\e835";
}
.icon-tiktok:before {
  content: "\e836";
}
.icon-close-2:before {
  content: "\e837";
}
.icon-check-2:before {
  content: "\e838";
}
.icon-fortnite:before {
  content: "\e839";
}
.icon-rocketleague:before {
  content: "\e83a";
}
.icon-fifa:before {
  content: "\e83b";
}
.icon-legends-of-runeterra:before {
  content: "\e83c";
}
.icon-lol:before {
  content: "\e83d";
}
.icon-valorant:before {
  content: "\e83e";
}
.icon-discord:before {
  content: "\e83f";
}
.icon-twitch:before {
  content: "\e840";
}
.icon-brawl-stars:before {
  content: "\e841";
}
.icon-clash-royale:before {
  content: "\e842";
}
.icon-tft:before {
  content: "\e843";
}
.icon-overwatch-2:before {
  content: "\e844";
}
.icon-pubg:before {
  content: "\e845";
}
.icon-add-1-fill:before {
  content: "\e900";
}
.icon-add-1:before {
  content: "\e901";
}
.icon-add-2-fill:before {
  content: "\e902";
}
.icon-add-2:before {
  content: "\e903";
}
.icon-add-3-fill:before {
  content: "\e904";
}
.icon-add-3:before {
  content: "\e905";
}
.icon-add-fill:before {
  content: "\e906";
}
.icon-add:before {
  content: "\e907";
}
.icon-agenda-fill:before {
  content: "\e908";
}
.icon-agenda:before {
  content: "\e909";
}
.icon-alarm-1-fill:before {
  content: "\e90a";
}
.icon-alarm-1:before {
  content: "\e90b";
}
.icon-alarm-clock-1-fill:before {
  content: "\e90c";
}
.icon-alarm-clock-1:before {
  content: "\e90d";
}
.icon-alarm-clock-fill:before {
  content: "\e90e";
}
.icon-alarm-clock:before {
  content: "\e90f";
}
.icon-alarm-fill:before {
  content: "\e910";
}
.icon-alarm:before {
  content: "\e911";
}
.icon-albums-fill:before {
  content: "\e912";
}
.icon-albums:before {
  content: "\e913";
}
.icon-app-fill:before {
  content: "\e914";
}
.icon-app:before {
  content: "\e915";
}
.icon-archive-1-fill:before {
  content: "\e916";
}
.icon-archive-1:before {
  content: "\e917";
}
.icon-archive-2-fill:before {
  content: "\e918";
}
.icon-archive-2:before {
  content: "\e919";
}
.icon-archive-3-fill:before {
  content: "\e91a";
}
.icon-archive-3:before {
  content: "\e91b";
}
.icon-archive-fill:before {
  content: "\e91c";
}
.icon-archive:before {
  content: "\e91d";
}
.icon-attachment-fill:before {
  content: "\e91e";
}
.icon-attachment:before {
  content: "\e91f";
}
.icon-back-fill:before {
  content: "\e920";
}
.icon-back:before {
  content: "\e921";
}
.icon-battery-1-fill:before {
  content: "\e922";
}
.icon-battery-1:before {
  content: "\e923";
}
.icon-battery-2-fill:before {
  content: "\e924";
}
.icon-battery-2:before {
  content: "\e925";
}
.icon-battery-3-fill:before {
  content: "\e926";
}
.icon-battery-3:before {
  content: "\e927";
}
.icon-battery-4-fill:before {
  content: "\e928";
}
.icon-battery-4:before {
  content: "\e929";
}
.icon-battery-5-fill:before {
  content: "\e92a";
}
.icon-battery-5:before {
  content: "\e92b";
}
.icon-battery-6-fill:before {
  content: "\e92c";
}
.icon-battery-6:before {
  content: "\e92d";
}
.icon-battery-7-fill:before {
  content: "\e92e";
}
.icon-battery-7:before {
  content: "\e92f";
}
.icon-battery-8-fill:before {
  content: "\e930";
}
.icon-battery-8:before {
  content: "\e931";
}
.icon-battery-9-fill:before {
  content: "\e932";
}
.icon-battery-9:before {
  content: "\e933";
}
.icon-battery-fill:before {
  content: "\e934";
}
.icon-battery:before {
  content: "\e935";
}
.icon-binoculars-fill:before {
  content: "\e936";
}
.icon-binoculars:before {
  content: "\e937";
}
.icon-blueprint-fill:before {
  content: "\e938";
}
.icon-blueprint:before {
  content: "\e939";
}
.icon-bluetooth-1-fill:before {
  content: "\e93a";
}
.icon-bluetooth-1:before {
  content: "\e93b";
}
.icon-bluetooth-fill:before {
  content: "\e93c";
}
.icon-bluetooth:before {
  content: "\e93d";
}
.icon-bookmark-1-fill:before {
  content: "\e93e";
}
.icon-bookmark-1:before {
  content: "\e93f";
}
.icon-bookmark-fill:before {
  content: "\e940";
}
.icon-bookmark:before {
  content: "\e941";
}
.icon-briefcase-fill:before {
  content: "\e942";
}
.icon-briefcase:before {
  content: "\e943";
}
.icon-broken-link-fill:before {
  content: "\e944";
}
.icon-broken-link:before {
  content: "\e945";
}
.icon-calculator-1-fill:before {
  content: "\e946";
}
.icon-calculator-1:before {
  content: "\e947";
}
.icon-calculator-fill:before {
  content: "\e948";
}
.icon-calculator:before {
  content: "\e949";
}
.icon-calendar-1-fill:before {
  content: "\e94a";
}
.icon-calendar-1:before {
  content: "\e94b";
}
.icon-calendar-2-fill:before {
  content: "\e94c";
}
.icon-calendar-2:before {
  content: "\e94d";
}
.icon-calendar-3-fill:before {
  content: "\e94e";
}
.icon-calendar-3:before {
  content: "\e94f";
}
.icon-calendar-4-fill:before {
  content: "\e950";
}
.icon-calendar-4:before {
  content: "\e951";
}
.icon-calendar-5-fill:before {
  content: "\e952";
}
.icon-calendar-5:before {
  content: "\e953";
}
.icon-calendar-6-fill:before {
  content: "\e954";
}
.icon-calendar-6:before {
  content: "\e955";
}
.icon-calendar-7-fill:before {
  content: "\e956";
}
.icon-calendar-7:before {
  content: "\e957";
}
.icon-calendar-fill:before {
  content: "\e958";
}
.icon-calendar:before {
  content: "\e959";
}
.icon-checked-1-fill:before {
  content: "\e95a";
}
.icon-checked-1:before {
  content: "\e95b";
}
.icon-checked-fill:before {
  content: "\e95c";
}
.icon-checked:before {
  content: "\e95d";
}
.icon-clock-1-fill:before {
  content: "\e95e";
}
.icon-clock-1:before {
  content: "\e95f";
}
.icon-clock-fill:before {
  content: "\e960";
}
.icon-clock:before {
  content: "\e961";
}
.icon-close-fill:before {
  content: "\e962";
}
.icon-close:before {
  content: "\e963";
}
.icon-cloud-computing-1-fill:before {
  content: "\e964";
}
.icon-cloud-computing-1:before {
  content: "\e965";
}
.icon-cloud-computing-2-fill:before {
  content: "\e966";
}
.icon-cloud-computing-2:before {
  content: "\e967";
}
.icon-cloud-computing-3-fill:before {
  content: "\e968";
}
.icon-cloud-computing-3:before {
  content: "\e969";
}
.icon-cloud-computing-4-fill:before {
  content: "\e96a";
}
.icon-cloud-computing-4:before {
  content: "\e96b";
}
.icon-cloud-computing-5-fill:before {
  content: "\e96c";
}
.icon-cloud-computing-5:before {
  content: "\e96d";
}
.icon-cloud-computing-fill:before {
  content: "\e96e";
}
.icon-cloud-computing:before {
  content: "\e96f";
}
.icon-cloud-fill:before {
  content: "\e970";
}
.icon-cloud:before {
  content: "\e971";
}
.icon-command-fill:before {
  content: "\e972";
}
.icon-command:before {
  content: "\e973";
}
.icon-compact-disc-1-fill:before {
  content: "\e974";
}
.icon-compact-disc-1:before {
  content: "\e975";
}
.icon-compact-disc-2-fill:before {
  content: "\e976";
}
.icon-compact-disc-2:before {
  content: "\e977";
}
.icon-compact-disc-fill:before {
  content: "\e978";
}
.icon-compact-disc:before {
  content: "\e979";
}
.icon-compass-fill:before {
  content: "\e97a";
}
.icon-compass:before {
  content: "\e97b";
}
.icon-compose-fill:before {
  content: "\e97c";
}
.icon-compose:before {
  content: "\e97d";
}
.icon-contact:before {
  content: "\e97e";
}
.icon-controls-1-fill:before {
  content: "\e97f";
}
.icon-controls-1:before {
  content: "\e980";
}
.icon-controls-2-fill:before {
  content: "\e981";
}
.icon-controls-2:before {
  content: "\e982";
}
.icon-controls-3-fill:before {
  content: "\e983";
}
.icon-controls-3:before {
  content: "\e984";
}
.icon-controls-4-fill:before {
  content: "\e985";
}
.icon-controls-4:before {
  content: "\e986";
}
.icon-controls-5-fill:before {
  content: "\e987";
}
.icon-controls-5:before {
  content: "\e988";
}
.icon-controls-6-fill:before {
  content: "\e989";
}
.icon-controls-6:before {
  content: "\e98a";
}
.icon-controls-7-fill:before {
  content: "\e98b";
}
.icon-controls-7:before {
  content: "\e98c";
}
.icon-controls-8-fill:before {
  content: "\e98d";
}
.icon-controls-8:before {
  content: "\e98e";
}
.icon-controls-9-fill:before {
  content: "\e98f";
}
.icon-controls-9:before {
  content: "\e990";
}
.icon-controls-fill:before {
  content: "\e991";
}
.icon-controls:before {
  content: "\e992";
}
.icon-database-1-fill:before {
  content: "\e993";
}
.icon-database-1:before {
  content: "\e994";
}
.icon-database-2-fill:before {
  content: "\e995";
}
.icon-database-2:before {
  content: "\e996";
}
.icon-database-3-fill:before {
  content: "\e997";
}
.icon-database-3:before {
  content: "\e998";
}
.icon-database-fill:before {
  content: "\e999";
}
.icon-database:before {
  content: "\e99a";
}
.icon-diamond-fill:before {
  content: "\e99b";
}
.icon-diamond:before {
  content: "\e99c";
}
.icon-diploma-fill:before {
  content: "\e99d";
}
.icon-diploma:before {
  content: "\e99e";
}
.icon-dislike-1-fill:before {
  content: "\e99f";
}
.icon-dislike-1:before {
  content: "\e9a0";
}
.icon-dislike-fill:before {
  content: "\e9a1";
}
.icon-dislike:before {
  content: "\e9a2";
}
.icon-divide-1-fill:before {
  content: "\e9a3";
}
.icon-divide-1:before {
  content: "\e9a4";
}
.icon-divide-fill:before {
  content: "\e9a5";
}
.icon-divide:before {
  content: "\e9a6";
}
.icon-division-fill:before {
  content: "\e9a7";
}
.icon-division:before {
  content: "\e9a8";
}
.icon-document-fill:before {
  content: "\e9a9";
}
.icon-document:before {
  content: "\e9aa";
}
.icon-download-fill:before {
  content: "\e9ab";
}
.icon-download:before {
  content: "\e9ac";
}
.icon-dropdown:before {
  content: "\e9ad";
}
.icon-dropdown2:before {
  content: "\e9ae";
}
.icon-edit-1-fill:before {
  content: "\e9af";
}
.icon-edit-1:before {
  content: "\e9b0";
}
.icon-edit-fill:before {
  content: "\e9b1";
}
.icon-edit:before {
  content: "\e9b2";
}
.icon-eject-1-fill:before {
  content: "\e9b3";
}
.icon-eject-1:before {
  content: "\e9b4";
}
.icon-eject-fill:before {
  content: "\e9b5";
}
.icon-eject:before {
  content: "\e9b6";
}
.icon-equal-1-fill:before {
  content: "\e9b7";
}
.icon-equal-1:before {
  content: "\e9b8";
}
.icon-equal-2-fill:before {
  content: "\e9b9";
}
.icon-equal-2:before {
  content: "\e9ba";
}
.icon-equal-fill:before {
  content: "\e9bb";
}
.icon-equal:before {
  content: "\e9bc";
}
.icon-error-fill:before {
  content: "\e9bd";
}
.icon-error:before {
  content: "\e9be";
}
.icon-exit-1-fill:before {
  content: "\e9bf";
}
.icon-exit-1:before {
  content: "\e9c0";
}
.icon-exit-2-fill:before {
  content: "\e9c1";
}
.icon-exit-2:before {
  content: "\e9c2";
}
.icon-exit-fill:before {
  content: "\e9c3";
}
.icon-exit:before {
  content: "\e9c4";
}
.icon-eyeglasses-fill:before {
  content: "\e9c5";
}
.icon-eyeglasses:before {
  content: "\e9c6";
}
.icon-fast-forward-1-fill:before {
  content: "\e9c7";
}
.icon-fast-forward-1:before {
  content: "\e9c8";
}
.icon-fast-forward-fill:before {
  content: "\e9c9";
}
.icon-fast-forward:before {
  content: "\e9ca";
}
.icon-fax-fill:before {
  content: "\e9cb";
}
.icon-fax:before {
  content: "\e9cc";
}
.icon-file-1-fill:before {
  content: "\e9cd";
}
.icon-file-1:before {
  content: "\e9ce";
}
.icon-file-2-fill:before {
  content: "\e9cf";
}
.icon-file-2:before {
  content: "\e9d0";
}
.icon-file-fill:before {
  content: "\e9d1";
}
.icon-file:before {
  content: "\e9d2";
}
.icon-film-fill:before {
  content: "\e9d3";
}
.icon-film:before {
  content: "\e9d4";
}
.icon-fingerprint-fill:before {
  content: "\e9d5";
}
.icon-fingerprint:before {
  content: "\e9d6";
}
.icon-flag-1-fill:before {
  content: "\e9d7";
}
.icon-flag-1:before {
  content: "\e9d8";
}
.icon-flag-2-fill:before {
  content: "\e9d9";
}
.icon-flag-2:before {
  content: "\e9da";
}
.icon-flag-3-fill:before {
  content: "\e9db";
}
.icon-flag-3:before {
  content: "\e9dc";
}
.icon-flag-4-fill:before {
  content: "\e9dd";
}
.icon-flag-4:before {
  content: "\e9de";
}
.icon-flag-fill:before {
  content: "\e9df";
}
.icon-flag:before {
  content: "\e9e0";
}
.icon-focus-fill:before {
  content: "\e9e1";
}
.icon-focus:before {
  content: "\e9e2";
}
.icon-folder-1-fill:before {
  content: "\e9e3";
}
.icon-folder-1:before {
  content: "\e9e4";
}
.icon-folder-2-fill:before {
  content: "\e9e5";
}
.icon-folder-2:before {
  content: "\e9e6";
}
.icon-folder-3-fill:before {
  content: "\e9e7";
}
.icon-folder-3:before {
  content: "\e9e8";
}
.icon-folder-4-fill:before {
  content: "\e9e9";
}
.icon-folder-4:before {
  content: "\e9ea";
}
.icon-folder-5-fill:before {
  content: "\e9eb";
}
.icon-folder-5:before {
  content: "\e9ec";
}
.icon-folder-6-fill:before {
  content: "\e9ed";
}
.icon-folder-6:before {
  content: "\e9ee";
}
.icon-folder-7-fill:before {
  content: "\e9ef";
}
.icon-folder-7:before {
  content: "\e9f0";
}
.icon-folder-8-fill:before {
  content: "\e9f1";
}
.icon-folder-8:before {
  content: "\e9f2";
}
.icon-folder-9-fill:before {
  content: "\e9f3";
}
.icon-folder-9:before {
  content: "\e9f4";
}
.icon-folder-10-fill:before {
  content: "\e9f5";
}
.icon-folder-10:before {
  content: "\e9f6";
}
.icon-folder-11-fill:before {
  content: "\e9f7";
}
.icon-folder-11:before {
  content: "\e9f8";
}
.icon-folder-12-fill:before {
  content: "\e9f9";
}
.icon-folder-12:before {
  content: "\e9fa";
}
.icon-folder-13-fill:before {
  content: "\e9fb";
}
.icon-folder-13:before {
  content: "\e9fc";
}
.icon-folder-14-fill:before {
  content: "\e9fd";
}
.icon-folder-14:before {
  content: "\e9fe";
}
.icon-folder-15-fill:before {
  content: "\e9ff";
}
.icon-folder-15:before {
  content: "\ea00";
}
.icon-folder-16-fill:before {
  content: "\ea01";
}
.icon-folder-16:before {
  content: "\ea02";
}
.icon-folder-17-fill:before {
  content: "\ea03";
}
.icon-folder-17:before {
  content: "\ea04";
}
.icon-folder-18-fill:before {
  content: "\ea05";
}
.icon-folder-18:before {
  content: "\ea06";
}
.icon-folder-19-fill:before {
  content: "\ea07";
}
.icon-folder-19:before {
  content: "\ea08";
}
.icon-folder-fill:before {
  content: "\ea09";
}
.icon-folder:before {
  content: "\ea0a";
}
.icon-forbidden-fill:before {
  content: "\ea0b";
}
.icon-forbidden:before {
  content: "\ea0c";
}
.icon-funnel-fill:before {
  content: "\ea0d";
}
.icon-funnel:before {
  content: "\ea0e";
}
.icon-garbage-1-fill:before {
  content: "\ea0f";
}
.icon-garbage-1:before {
  content: "\ea10";
}
.icon-garbage-2-fill:before {
  content: "\ea11";
}
.icon-garbage-2:before {
  content: "\ea12";
}
.icon-garbage-fill:before {
  content: "\ea13";
}
.icon-garbage:before {
  content: "\ea14";
}
.icon-gift-fill:before {
  content: "\ea15";
}
.icon-gift:before {
  content: "\ea16";
}
.icon-help-fill:before {
  content: "\ea17";
}
.icon-help:before {
  content: "\ea18";
}
.icon-hide-fill:before {
  content: "\ea19";
}
.icon-hide:before {
  content: "\ea1a";
}
.icon-hold-fill:before {
  content: "\ea1b";
}
.icon-hold:before {
  content: "\ea1c";
}
.icon-home-1-fill:before {
  content: "\ea1d";
}
.icon-home-1:before {
  content: "\ea1e";
}
.icon-home-2-fill:before {
  content: "\ea1f";
}
.icon-home-2:before {
  content: "\ea20";
}
.icon-home-fill:before {
  content: "\ea21";
}
.icon-home:before {
  content: "\ea22";
}
.icon-hourglass-1-fill:before {
  content: "\ea23";
}
.icon-hourglass-1:before {
  content: "\ea24";
}
.icon-hourglass-2-fill:before {
  content: "\ea25";
}
.icon-hourglass-2:before {
  content: "\ea26";
}
.icon-hourglass-3-fill:before {
  content: "\ea27";
}
.icon-hourglass-3:before {
  content: "\ea28";
}
.icon-hourglass-fill:before {
  content: "\ea29";
}
.icon-hourglass:before {
  content: "\ea2a";
}
.icon-house-fill:before {
  content: "\ea2b";
}
.icon-house:before {
  content: "\ea2c";
}
.icon-id-card-1-fill:before {
  content: "\ea2d";
}
.icon-id-card-1:before {
  content: "\ea2e";
}
.icon-id-card-2-fill:before {
  content: "\ea2f";
}
.icon-id-card-2:before {
  content: "\ea30";
}
.icon-id-card-3-fill:before {
  content: "\ea31";
}
.icon-id-card-3:before {
  content: "\ea32";
}
.icon-id-card-4-fill:before {
  content: "\ea33";
}
.icon-id-card-4:before {
  content: "\ea34";
}
.icon-id-card-5-fill:before {
  content: "\ea35";
}
.icon-id-card-5:before {
  content: "\ea36";
}
.icon-id-card-fill:before {
  content: "\ea37";
}
.icon-id-card:before {
  content: "\ea38";
}
.icon-idea-fill:before {
  content: "\ea39";
}
.icon-idea:before {
  content: "\ea3a";
}
.icon-incoming-fill:before {
  content: "\ea3b";
}
.icon-incoming:before {
  content: "\ea3c";
}
.icon-infinity-fill:before {
  content: "\ea3d";
}
.icon-infinity:before {
  content: "\ea3e";
}
.icon-info-fill:before {
  content: "\ea3f";
}
.icon-info:before {
  content: "\ea40";
}
.icon-internet-fill:before {
  content: "\ea41";
}
.icon-key-fill:before {
  content: "\ea43";
}
.icon-key:before {
  content: "\ea44";
}
.icon-lamp-fill:before {
  content: "\ea45";
}
.icon-lamp:before {
  content: "\ea46";
}
.icon-layers-1-fill:before {
  content: "\ea47";
}
.icon-layers-1:before {
  content: "\ea48";
}
.icon-layers-fill:before {
  content: "\ea49";
}
.icon-layers:before {
  content: "\ea4a";
}
.icon-like-1-fill:before {
  content: "\ea4b";
}
.icon-like-1:before {
  content: "\ea4c";
}
.icon-like-2-fill:before {
  content: "\ea4d";
}
.icon-like-2:before {
  content: "\ea4e";
}
.icon-like-fill:before {
  content: "\ea4f";
}
.icon-like:before {
  content: "\ea50";
}
.icon-link-fill:before {
  content: "\ea51";
}
.icon-link:before {
  content: "\ea52";
}
.icon-list-1-fill:before {
  content: "\ea53";
}
.icon-list-1:before {
  content: "\ea54";
}
.icon-list-fill:before {
  content: "\ea55";
}
.icon-list:before {
  content: "\ea56";
}
.icon-lock-1-fill:before {
  content: "\ea57";
}
.icon-lock-1:before {
  content: "\ea58";
}
.icon-lock-fill:before {
  content: "\ea59";
}
.icon-lock:before {
  content: "\ea5a";
}
.icon-locked-1-fill:before {
  content: "\ea5b";
}
.icon-locked-1:before {
  content: "\ea5c";
}
.icon-locked-2-fill:before {
  content: "\ea5d";
}
.icon-locked-2:before {
  content: "\ea5e";
}
.icon-locked-3-fill:before {
  content: "\ea5f";
}
.icon-locked-3:before {
  content: "\ea60";
}
.icon-locked-4-fill:before {
  content: "\ea61";
}
.icon-locked-4:before {
  content: "\ea62";
}
.icon-locked-5-fill:before {
  content: "\ea63";
}
.icon-locked-5:before {
  content: "\ea64";
}
.icon-locked-6-fill:before {
  content: "\ea65";
}
.icon-locked-6:before {
  content: "\ea66";
}
.icon-locked-fill:before {
  content: "\ea67";
}
.icon-locked:before {
  content: "\ea68";
}
.icon-login-fill:before {
  content: "\ea69";
}
.icon-login:before {
  content: "\ea6a";
}
.icon-magic-wand-fill:before {
  content: "\ea6b";
}
.icon-magic-wand:before {
  content: "\ea6c";
}
.icon-magnet-1-fill:before {
  content: "\ea6d";
}
.icon-magnet-1:before {
  content: "\ea6e";
}
.icon-magnet-2-fill:before {
  content: "\ea6f";
}
.icon-magnet-2:before {
  content: "\ea70";
}
.icon-magnet-fill:before {
  content: "\ea71";
}
.icon-magnet:before {
  content: "\ea72";
}
.icon-map-1-fill:before {
  content: "\ea73";
}
.icon-map-1:before {
  content: "\ea74";
}
.icon-map-2-fill:before {
  content: "\ea75";
}
.icon-map-2:before {
  content: "\ea76";
}
.icon-map-fill:before {
  content: "\ea77";
}
.icon-map-location-fill:before {
  content: "\ea78";
}
.icon-map-location:before {
  content: "\ea79";
}
.icon-map:before {
  content: "\ea7a";
}
.icon-megaphone-1-fill:before {
  content: "\ea7b";
}
.icon-megaphone-1:before {
  content: "\ea7c";
}
.icon-megaphone-fill:before {
  content: "\ea7d";
}
.icon-megaphone:before {
  content: "\ea7e";
}
.icon-menu-1-fill:before {
  content: "\ea7f";
}
.icon-menu-1:before {
  content: "\ea80";
}
.icon-menu-2-fill:before {
  content: "\ea81";
}
.icon-menu-2:before {
  content: "\ea82";
}
.icon-menu-3-fill:before {
  content: "\ea83";
}
.icon-menu-3:before {
  content: "\ea84";
}
.icon-menu-4-fill:before {
  content: "\ea85";
}
.icon-menu-4:before {
  content: "\ea86";
}
.icon-menu-fill:before {
  content: "\ea87";
}
.icon-menu:before {
  content: "\ea88";
}
.icon-microphone-1-fill:before {
  content: "\ea89";
}
.icon-microphone-1:before {
  content: "\ea8a";
}
.icon-microphone-fill:before {
  content: "\ea8b";
}
.icon-microphone:before {
  content: "\ea8c";
}
.icon-minus-1-fill:before {
  content: "\ea8d";
}
.icon-minus-1:before {
  content: "\ea8e";
}
.icon-minus-fill:before {
  content: "\ea8f";
}
.icon-minus:before {
  content: "\ea90";
}
.icon-more-1-fill:before {
  content: "\ea91";
}
.icon-more-1:before {
  content: "\ea92";
}
.icon-more-2-fill:before {
  content: "\ea93";
}
.icon-more-2:before {
  content: "\ea94";
}
.icon-more-fill:before {
  content: "\ea95";
}
.icon-more:before {
  content: "\ea96";
}
.icon-multiply-1-fill:before {
  content: "\ea97";
}
.icon-multiply-1:before {
  content: "\ea98";
}
.icon-multiply-fill:before {
  content: "\ea99";
}
.icon-multiply:before {
  content: "\ea9a";
}
.icon-music-player-1-fill:before {
  content: "\ea9b";
}
.icon-music-player-1:before {
  content: "\ea9c";
}
.icon-music-player-2-fill:before {
  content: "\ea9d";
}
.icon-music-player-2:before {
  content: "\ea9e";
}
.icon-music-player-3-fill:before {
  content: "\ea9f";
}
.icon-music-player-3:before {
  content: "\eaa0";
}
.icon-music-player-fill:before {
  content: "\eaa1";
}
.icon-music-player:before {
  content: "\eaa2";
}
.icon-mute-fill:before {
  content: "\eaa3";
}
.icon-mute:before {
  content: "\eaa4";
}
.icon-muted-fill:before {
  content: "\eaa5";
}
.icon-muted:before {
  content: "\eaa6";
}
.icon-navigation-1-fill:before {
  content: "\eaa7";
}
.icon-navigation-1:before {
  content: "\eaa8";
}
.icon-navigation-fill:before {
  content: "\eaa9";
}
.icon-navigation:before {
  content: "\eaaa";
}
.icon-network-fill:before {
  content: "\eaab";
}
.icon-network:before {
  content: "\eaac";
}
.icon-newspaper-fill:before {
  content: "\eaad";
}
.icon-newspaper:before {
  content: "\eaae";
}
.icon-next-fill:before {
  content: "\eaaf";
}
.icon-next:before {
  content: "\eab0";
}
.icon-note-fill:before {
  content: "\eab1";
}
.icon-note:before {
  content: "\eab2";
}
.icon-notebook-1-fill:before {
  content: "\eab3";
}
.icon-notebook-1:before {
  content: "\eab4";
}
.icon-notebook-2-fill:before {
  content: "\eab5";
}
.icon-notebook-2:before {
  content: "\eab6";
}
.icon-notebook-3-fill:before {
  content: "\eab7";
}
.icon-notebook-3:before {
  content: "\eab8";
}
.icon-notebook-4-fill:before {
  content: "\eab9";
}
.icon-notebook-4:before {
  content: "\eaba";
}
.icon-notebook-5-fill:before {
  content: "\eabb";
}
.icon-notebook-5:before {
  content: "\eabc";
}
.icon-notebook-fill:before {
  content: "\eabd";
}
.icon-notebook:before {
  content: "\eabe";
}
.icon-notepad-1-fill:before {
  content: "\eabf";
}
.icon-notepad-1:before {
  content: "\eac0";
}
.icon-notepad-2-fill:before {
  content: "\eac1";
}
.icon-notepad-2:before {
  content: "\eac2";
}
.icon-notepad-fill:before {
  content: "\eac3";
}
.icon-notepad:before {
  content: "\eac4";
}
.icon-notification-fill:before {
  content: "\eac5";
}
.icon-notification:before {
  content: "\eac6";
}
.icon-paper-plane-1-fill:before {
  content: "\eac7";
}
.icon-paper-plane-1:before {
  content: "\eac8";
}
.icon-paper-plane-fill:before {
  content: "\eac9";
}
.icon-paper-plane:before {
  content: "\eaca";
}
.icon-pause-1-fill:before {
  content: "\eacb";
}
.icon-pause-1:before {
  content: "\eacc";
}
.icon-pause-fill:before {
  content: "\eacd";
}
.icon-pause:before {
  content: "\eace";
}
.icon-percent-1-fill:before {
  content: "\eacf";
}
.icon-percent-1:before {
  content: "\ead0";
}
.icon-percent-fill:before {
  content: "\ead1";
}
.icon-percent:before {
  content: "\ead2";
}
.icon-perspective-fill:before {
  content: "\ead3";
}
.icon-perspective:before {
  content: "\ead4";
}
.icon-photo-camera-1-fill:before {
  content: "\ead5";
}
.icon-photo-camera-1:before {
  content: "\ead6";
}
.icon-photo-camera-fill:before {
  content: "\ead7";
}
.icon-photo-camera:before {
  content: "\ead8";
}
.icon-photos-fill:before {
  content: "\ead9";
}
.icon-photos:before {
  content: "\eada";
}
.icon-picture-1-fill:before {
  content: "\eadb";
}
.icon-picture-1:before {
  content: "\eadc";
}
.icon-picture-2-fill:before {
  content: "\eadd";
}
.icon-picture-2:before {
  content: "\eade";
}
.icon-picture-fill:before {
  content: "\eadf";
}
.icon-picture:before {
  content: "\eae0";
}
.icon-pin-fill:before {
  content: "\eae1";
}
.icon-pin:before {
  content: "\eae2";
}
.icon-placeholder-1-fill:before {
  content: "\eae3";
}
.icon-placeholder-1:before {
  content: "\eae4";
}
.icon-placeholder-2-fill:before {
  content: "\eae5";
}
.icon-placeholder-2:before {
  content: "\eae6";
}
.icon-placeholder-3-fill:before {
  content: "\eae7";
}
.icon-placeholder-3:before {
  content: "\eae8";
}
.icon-placeholder-fill:before {
  content: "\eae9";
}
.icon-placeholder:before {
  content: "\eaea";
}
.icon-placeholders-fill:before {
  content: "\eaeb";
}
.icon-placeholders:before {
  content: "\eaec";
}
.icon-play-button-1-fill:before {
  content: "\eaed";
}
.icon-play-button-1:before {
  content: "\eaee";
}
.icon-play-button-fill:before {
  content: "\eaef";
}
.icon-play-button:before {
  content: "\eaf0";
}
.icon-plus-fill:before {
  content: "\eaf1";
}
.icon-plus:before {
  content: "\eaf2";
}
.icon-power-fill:before {
  content: "\eaf3";
}
.icon-power:before {
  content: "\eaf4";
}
.icon-previous-fill:before {
  content: "\eaf5";
}
.icon-previous:before {
  content: "\eaf6";
}
.icon-price-tag-fill:before {
  content: "\eaf7";
}
.icon-price-tag:before {
  content: "\eaf8";
}
.icon-print-fill:before {
  content: "\eaf9";
}
.icon-print:before {
  content: "\eafa";
}
.icon-radar-fill:before {
  content: "\eafd";
}
.icon-radar:before {
  content: "\eafe";
}
.icon-reading-fill:before {
  content: "\eaff";
}
.icon-reading:before {
  content: "\eb00";
}
.icon-record-fill:before {
  content: "\eb01";
}
.icon-record:before {
  content: "\eb02";
}
.icon-repeat-1-fill:before {
  content: "\eb03";
}
.icon-repeat-1:before {
  content: "\eb04";
}
.icon-repeat-fill:before {
  content: "\eb05";
}
.icon-repeat:before {
  content: "\eb06";
}
.icon-restart-fill:before {
  content: "\eb07";
}
.icon-restart:before {
  content: "\eb08";
}
.icon-resume-fill:before {
  content: "\eb09";
}
.icon-resume:before {
  content: "\eb0a";
}
.icon-rewind-1-fill:before {
  content: "\eb0b";
}
.icon-rewind-1:before {
  content: "\eb0c";
}
.icon-todos_los_publicos:before {
  content: "\eb0d";
}
.icon-rewind:before {
  content: "\eb0e";
}
.icon-route-fill:before {
  content: "\eb0f";
}
.icon-route:before {
  content: "\eb10";
}
.icon-save-fill:before {
  content: "\eb11";
}
.icon-error-fill-2:before {
  content: "\eb12";
}
.icon-search-1-fill:before {
  content: "\eb13";
}
.icon-search-1:before {
  content: "\eb14";
}
.icon-search-fill:before {
  content: "\eb15";
}
.icon-search:before {
  content: "\eb16";
}
.icon-send-fill:before {
  content: "\eb17";
}
.icon-send:before {
  content: "\eb18";
}
.icon-server-1-fill:before {
  content: "\eb19";
}
.icon-server-1:before {
  content: "\eb1a";
}
.icon-server-2-fill:before {
  content: "\eb1b";
}
.icon-server-2:before {
  content: "\eb1c";
}
.icon-server-3-fill:before {
  content: "\eb1d";
}
.icon-server-3:before {
  content: "\eb1e";
}
.icon-server-fill:before {
  content: "\eb1f";
}
.icon-server:before {
  content: "\eb20";
}
.icon-settings-1-fill:before {
  content: "\eb21";
}
.icon-settings-1:before {
  content: "\eb22";
}
.icon-settings-2-fill:before {
  content: "\eb23";
}
.icon-settings-2:before {
  content: "\eb24";
}
.icon-settings-3-fill:before {
  content: "\eb25";
}
.icon-settings-3:before {
  content: "\eb26";
}
.icon-settings-4-fill:before {
  content: "\eb27";
}
.icon-settings-4:before {
  content: "\eb28";
}
.icon-settings-5-fill:before {
  content: "\eb29";
}
.icon-settings-5:before {
  content: "\eb2a";
}
.icon-settings-6-fill:before {
  content: "\eb2b";
}
.icon-settings-6:before {
  content: "\eb2c";
}
.icon-settings-7-fill:before {
  content: "\eb2d";
}
.icon-settings-7:before {
  content: "\eb2e";
}
.icon-settings-8-fill:before {
  content: "\eb2f";
}
.icon-settings-8:before {
  content: "\eb30";
}
.icon-settings-9-fill:before {
  content: "\eb31";
}
.icon-settings-9:before {
  content: "\eb32";
}
.icon-settings-fill:before {
  content: "\eb33";
}
.icon-settings:before {
  content: "\eb34";
}
.icon-share-1-fill:before {
  content: "\eb35";
}
.icon-teamfight:before {
  content: "\eb36";
}
.icon-share-2-fill:before {
  content: "\eb37";
}
.icon-share-2:before {
  content: "\eb38";
}
.icon-share-fill:before {
  content: "\eb39";
}
.icon-share:before {
  content: "\eb3a";
}
.icon-shuffle-1-fill:before {
  content: "\eb3b";
}
.icon-shuffle-1:before {
  content: "\eb3c";
}
.icon-shuffle-fill:before {
  content: "\eb3d";
}
.icon-shuffle:before {
  content: "\eb3e";
}
.icon-shutdown-fill:before {
  content: "\eb3f";
}
.icon-shutdown:before {
  content: "\eb40";
}
.icon-sign-1-fill:before {
  content: "\eb41";
}
.icon-sign-1:before {
  content: "\eb42";
}
.icon-sign-fill:before {
  content: "\eb43";
}
.icon-sign:before {
  content: "\eb44";
}
.icon-skip-fill:before {
  content: "\eb45";
}
.icon-skip:before {
  content: "\eb46";
}
.icon-smartphone-1-fill:before {
  content: "\eb47";
}
.icon-smartphone-1:before {
  content: "\eb48";
}
.icon-smartphone-2-fill:before {
  content: "\eb49";
}
.icon-smartphone-2:before {
  content: "\eb4a";
}
.icon-smartphone-3-fill:before {
  content: "\eb4b";
}
.icon-smartphone-3:before {
  content: "\eb4c";
}
.icon-smartphone-4-fill:before {
  content: "\eb4d";
}
.icon-smartphone-4:before {
  content: "\eb4e";
}
.icon-smartphone-5-fill:before {
  content: "\eb4f";
}
.icon-smartphone-5:before {
  content: "\eb50";
}
.icon-smartphone-6-fill:before {
  content: "\eb51";
}
.icon-smartphone-6:before {
  content: "\eb52";
}
.icon-smartphone-7-fill:before {
  content: "\eb53";
}
.icon-smartphone-7:before {
  content: "\eb54";
}
.icon-smartphone-8-fill:before {
  content: "\eb55";
}
.icon-smartphone-8:before {
  content: "\eb56";
}
.icon-smartphone-9-fill:before {
  content: "\eb57";
}
.icon-smartphone-9:before {
  content: "\eb58";
}
.icon-smartphone-10-fill:before {
  content: "\eb59";
}
.icon-smartphone-10:before {
  content: "\eb5a";
}
.icon-smartphone-11-fill:before {
  content: "\eb5b";
}
.icon-smartphone-11:before {
  content: "\eb5c";
}
.icon-smartphone-fill:before {
  content: "\eb5d";
}
.icon-smartphone:before {
  content: "\eb5e";
}
.icon-speaker-1-fill:before {
  content: "\eb5f";
}
.icon-speaker-1:before {
  content: "\eb60";
}
.icon-speaker-2-fill:before {
  content: "\eb61";
}
.icon-speaker-2:before {
  content: "\eb62";
}
.icon-speaker-3-fill:before {
  content: "\eb63";
}
.icon-speaker-3:before {
  content: "\eb64";
}
.icon-speaker-4-fill:before {
  content: "\eb65";
}
.icon-speaker-4:before {
  content: "\eb66";
}
.icon-speaker-5-fill:before {
  content: "\eb67";
}
.icon-speaker-5:before {
  content: "\eb68";
}
.icon-speaker-6-fill:before {
  content: "\eb69";
}
.icon-speaker-6:before {
  content: "\eb6a";
}
.icon-speaker-7-fill:before {
  content: "\eb6b";
}
.icon-speaker-7:before {
  content: "\eb6c";
}
.icon-speaker-8-fill:before {
  content: "\eb6d";
}
.icon-speaker-8:before {
  content: "\eb6e";
}
.icon-speaker-fill:before {
  content: "\eb6f";
}
.icon-speaker:before {
  content: "\eb70";
}
.icon-spotlight-fill:before {
  content: "\eb71";
}
.icon-spotlight:before {
  content: "\eb72";
}
.icon-star-1-fill:before {
  content: "\eb73";
}
.icon-star-1:before {
  content: "\eb74";
}
.icon-star-fill:before {
  content: "\eb75";
}
.icon-star:before {
  content: "\eb76";
}
.icon-stop-1-fill:before {
  content: "\eb77";
}
.icon-stop-1:before {
  content: "\eb78";
}
.icon-stop-fill:before {
  content: "\eb79";
}
.icon-stop:before {
  content: "\eb7a";
}
.icon-stopwatch-1-fill:before {
  content: "\eb7b";
}
.icon-stopwatch-1:before {
  content: "\eb7c";
}
.icon-stopwatch-2-fill:before {
  content: "\eb7d";
}
.icon-stopwatch-2:before {
  content: "\eb7e";
}
.icon-stopwatch-3-fill:before {
  content: "\eb7f";
}
.icon-stopwatch-3:before {
  content: "\eb80";
}
.icon-stopwatch-4-fill:before {
  content: "\eb81";
}
.icon-stopwatch-4:before {
  content: "\eb82";
}
.icon-stopwatch-fill:before {
  content: "\eb83";
}
.icon-stopwatch:before {
  content: "\eb84";
}
.icon-street-1-fill:before {
  content: "\eb85";
}
.icon-street-1:before {
  content: "\eb86";
}
.icon-street-fill:before {
  content: "\eb87";
}
.icon-street:before {
  content: "\eb88";
}
.icon-substract-1-fill:before {
  content: "\eb89";
}
.icon-substract-1:before {
  content: "\eb8a";
}
.icon-substract-fill:before {
  content: "\eb8b";
}
.icon-substract:before {
  content: "\eb8c";
}
.icon-success-fill:before {
  content: "\eb8d";
}
.icon-success:before {
  content: "\eb8e";
}
.icon-switch-1-fill:before {
  content: "\eb8f";
}
.icon-switch-1:before {
  content: "\eb90";
}
.icon-switch-2-fill:before {
  content: "\eb91";
}
.icon-switch-2:before {
  content: "\eb92";
}
.icon-switch-3-fill:before {
  content: "\eb93";
}
.icon-switch-3:before {
  content: "\eb94";
}
.icon-switch-4-fill:before {
  content: "\eb95";
}
.icon-switch-4:before {
  content: "\eb96";
}
.icon-switch-5-fill:before {
  content: "\eb97";
}
.icon-switch-5:before {
  content: "\eb98";
}
.icon-switch-6-fill:before {
  content: "\eb99";
}
.icon-switch-6:before {
  content: "\eb9a";
}
.icon-switch-7-fill:before {
  content: "\eb9b";
}
.icon-switch-7:before {
  content: "\eb9c";
}
.icon-switch-fill:before {
  content: "\eb9d";
}
.icon-switch:before {
  content: "\eb9e";
}
.icon-tabs-1-fill:before {
  content: "\eb9f";
}
.icon-tabs-1:before {
  content: "\eba0";
}
.icon-tabs-fill:before {
  content: "\eba1";
}
.icon-tabs:before {
  content: "\eba2";
}
.icon-target-fill:before {
  content: "\eba3";
}
.icon-target:before {
  content: "\eba4";
}
.icon-television-1-fill:before {
  content: "\eba5";
}
.icon-television-1:before {
  content: "\eba6";
}
.icon-television-fill:before {
  content: "\eba7";
}
.icon-television:before {
  content: "\eba8";
}
.icon-time-fill:before {
  content: "\eba9";
}
.icon-time:before {
  content: "\ebaa";
}
.icon-trash-fill:before {
  content: "\ebab";
}
.icon-trash:before {
  content: "\ebac";
}
.icon-umbrella-fill:before {
  content: "\ebad";
}
.icon-umbrella:before {
  content: "\ebae";
}
.icon-unlink-fill:before {
  content: "\ebaf";
}
.icon-unlink:before {
  content: "\ebb0";
}
.icon-unlocked-1-fill:before {
  content: "\ebb1";
}
.icon-unlocked-1:before {
  content: "\ebb2";
}
.icon-unlocked-2-fill:before {
  content: "\ebb3";
}
.icon-unlocked-2:before {
  content: "\ebb4";
}
.icon-unlocked-fill:before {
  content: "\ebb5";
}
.icon-unlocked:before {
  content: "\ebb6";
}
.icon-upload-fill:before {
  content: "\ebb7";
}
.icon-upload:before {
  content: "\ebb8";
}
.icon-user-1-fill:before {
  content: "\ebb9";
}
.icon-user-1:before {
  content: "\ebba";
}
.icon-user-2-fill:before {
  content: "\ebbb";
}
.icon-user-2:before {
  content: "\ebbc";
}
.icon-user-3-fill:before {
  content: "\ebbd";
}
.icon-user-3:before {
  content: "\ebbe";
}
.icon-user-4-fill:before {
  content: "\ebbf";
}
.icon-user-4:before {
  content: "\ebc0";
}
.icon-user-5-fill:before {
  content: "\ebc1";
}
.icon-user-5:before {
  content: "\ebc2";
}
.icon-user-6-fill:before {
  content: "\ebc3";
}
.icon-user-6:before {
  content: "\ebc4";
}
.icon-user-7-fill:before {
  content: "\ebc5";
}
.icon-user-7:before {
  content: "\ebc6";
}
.icon-user-fill:before {
  content: "\ebc7";
}
.icon-user:before {
  content: "\ebc8";
}
.icon-users-1-fill:before {
  content: "\ebc9";
}
.icon-users-1:before {
  content: "\ebca";
}
.icon-users-fill:before {
  content: "\ebcb";
}
.icon-users:before {
  content: "\ebcc";
}
.icon-video-camera-1-fill:before {
  content: "\ebcd";
}
.icon-video-camera-1:before {
  content: "\ebce";
}
.icon-video-camera-fill:before {
  content: "\ebcf";
}
.icon-video-camera:before {
  content: "\ebd0";
}
.icon-video-player-1-fill:before {
  content: "\ebd1";
}
.icon-video-player-1:before {
  content: "\ebd2";
}
.icon-video-player-2-fill:before {
  content: "\ebd3";
}
.icon-video-player-2:before {
  content: "\ebd4";
}
.icon-video-player-fill:before {
  content: "\ebd5";
}
.icon-video-player:before {
  content: "\ebd6";
}
.icon-view-1-fill:before {
  content: "\ebd7";
}
.icon-view-1:before {
  content: "\ebd8";
}
.icon-view-2-fill:before {
  content: "\ebd9";
}
.icon-view-2:before {
  content: "\ebda";
}
.icon-view-fill:before {
  content: "\ebdb";
}
.icon-view:before {
  content: "\ebdc";
}
.icon-volume-control-1-fill:before {
  content: "\ebdd";
}
.icon-volume-control-1:before {
  content: "\ebde";
}
.icon-volume-control-fill:before {
  content: "\ebdf";
}
.icon-volume-control:before {
  content: "\ebe0";
}
.icon-warning-fill:before {
  content: "\ebe1";
}
.icon-warning:before {
  content: "\ebe2";
}
.icon-wifi-1-fill:before {
  content: "\ebe3";
}
.icon-wifi-1:before {
  content: "\ebe4";
}
.icon-wifi-fill:before {
  content: "\ebe5";
}
.icon-wifi:before {
  content: "\ebe6";
}
.icon-windows-1-fill:before {
  content: "\ebe7";
}
.icon-windows-1:before {
  content: "\ebe8";
}
.icon-windows-2-fill:before {
  content: "\ebe9";
}
.icon-windows-2:before {
  content: "\ebea";
}
.icon-windows-3-fill:before {
  content: "\ebeb";
}
.icon-windows-3:before {
  content: "\ebec";
}
.icon-windows-4-fill:before {
  content: "\ebed";
}
.icon-windows-4:before {
  content: "\ebee";
}
.icon-windows-fill:before {
  content: "\ebef";
}
.icon-windows:before {
  content: "\ebf0";
}
.icon-wireless-internet-fill:before {
  content: "\ebf1";
}
.icon-wireless-internet:before {
  content: "\ebf2";
}
.icon-worldwide-1-fill:before {
  content: "\ebf3";
}
.icon-worldwide-1:before {
  content: "\ebf4";
}
.icon-worldwide-fill:before {
  content: "\ebf5";
}
.icon-worldwide:before {
  content: "\ebf6";
}
.icon-zoom-in-fill:before {
  content: "\ebf7";
}
.icon-zoom-in:before {
  content: "\ebf8";
}
.icon-zoom-out-fill:before {
  content: "\ebf9";
}
.icon-zoom-out:before {
  content: "\ebfa";
}
.icon-link-bold:before {
  content: "\f07b";
}
/* @font-face for Barlow removed to force Google Fonts usage */
/* @font-face for Barlow 500 removed to force Google Fonts usage */
/* @font-face for Barlow 600 removed to force Google Fonts usage */
/* @font-face for Barlow 700 removed to force Google Fonts usage */
/* @font-face for Barlow 800 removed to force Google Fonts usage */
/* @font-face for Work Sans 400 removed to force Google Fonts usage */
/* @font-face for Work Sans 500 removed to force Google Fonts usage */
/* @font-face for Work Sans 600 removed to force Google Fonts usage */
/* @font-face for Work Sans 700 removed to force Google Fonts usage */
/* @font-face for Work Sans 800 removed to force Google Fonts usage */
@font-face {
  font-family: Teko;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/teko/Teko-Regular.eot);
  src: local("Teko Regular"), local("Teko-Regular"),
    url(/fonts/teko/Teko-Regular.eot?#iefix) format("embedded-opentype"),
    url(/fonts/teko/Teko-Regular.woff2) format("woff2"),
    url(/fonts/teko/Teko-Regular.woff) format("woff"),
    url(/fonts/teko/Teko-Regular.ttf) format("truetype"),
    url(/fonts/teko/Teko-Regular.svg#Teko) format("svg");
}
@font-face {
  font-family: Teko;
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/teko/Teko-Medium.eot);
  src: local("Teko Medium"), local("Teko-Medium"),
    url(/fonts/teko/Teko-Medium.eot?#iefix) format("embedded-opentype"),
    url(/fonts/teko/Teko-Medium.woff2) format("woff2"),
    url(/fonts/teko/Teko-Medium.woff) format("woff"),
    url(/fonts/teko/Teko-Medium.ttf) format("truetype"),
    url(/fonts/teko/Teko-Medium.svg#Teko) format("svg");
}
@font-face {
  font-family: Teko;
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/teko/Teko-SemiBold.eot);
  src: local("Teko SemiBold"), local("Teko-SemiBold"),
    url(/fonts/teko/Teko-SemiBold.eot?#iefix) format("embedded-opentype"),
    url(/fonts/teko/Teko-SemiBold.woff2) format("woff2"),
    url(/fonts/teko/Teko-SemiBold.woff) format("woff"),
    url(/fonts/teko/Teko-SemiBold.ttf) format("truetype"),
    url(/fonts/teko/Teko-SemiBold.svg#Teko) format("svg");
}
@font-face {
  font-family: Teko;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/teko/Teko-Bold.eot);
  src: local("Teko Bold"), local("Teko-Bold"),
    url(/fonts/teko/Teko-Bold.eot?#iefix) format("embedded-opentype"),
    url(/fonts/teko/Teko-Bold.woff2) format("woff2"),
    url(/fonts/teko/Teko-Bold.woff) format("woff"),
    url(/fonts/teko/Teko-Bold.ttf) format("truetype"),
    url(/fonts/teko/Teko-Bold.svg#Teko) format("svg");
}
@font-face {
  font-family: "Corporate A";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/corporate-a/Corporate-A-Regular.eot);
  src: local("Corporate A Regular"), local("Corporate-A-Regular"),
    url(/fonts/corporate-a/Corporate-A-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/fonts/corporate-a/Corporate-A-Regular.woff2) format("woff2"),
    url(/fonts/corporate-a/Corporate-A-Regular.woff) format("woff"),
    url(/fonts/corporate-a/Corporate-A-Regular.ttf) format("truetype"),
    url(/fonts/corporate-a/Corporate-A-Regular.svg#Corporate-A) format("svg");
}
@font-face {
  font-family: "Corporate S";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/corporate-s/Corporate-S-Regular.eot);
  src: local("Corporate S Regular"), local("Corporate-S-Regular"),
    url(/fonts/corporate-s/Corporate-S-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/fonts/corporate-s/Corporate-S-Regular.woff2) format("woff2"),
    url(/fonts/corporate-s/Corporate-S-Regular.woff) format("woff"),
    url(/fonts/corporate-s/Corporate-S-Regular.ttf) format("truetype"),
    url(/fonts/corporate-s/Corporate-S-Regular.svg#Corporate-S) format("svg");
}
.ekko-lightbox {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-right: 0 !important;
}
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 1;
}
.ekko-lightbox-nav-overlay a > * {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > :focus {
  outline: 0;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: 0;
}
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: a 2s infinite ease-in-out;
  -o-animation: a 2s infinite ease-in-out;
  animation: a 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  -webkit-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@-webkit-keyframes a {
  0%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-o-keyframes a {
  0%,
  to {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes a {
  0%,
  to {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
img.lazy.lazy {
  min-width: 1px !important;
  min-height: 1px !important;
}
.embed-responsive img.lazy {
  width: -webkit-fit-content !important;
}
.videosimagenes .row.videobanners .embed-responsive img.lazy {
  width: auto !important;
}
.card-container .card .embed-responsive-ifema img.embed-responsive-item.lazy {
  min-width: 100% !important;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: initial;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  height: auto;
  margin: 10px;
}
.colabIMG {
  max-width: 137px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.s-slide {
  margin-left: 5px;
  margin-right: 5px;
}
.f-slide {
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 100%;
}
.c-slide {
  margin-left: 10px;
  margin-right: 10px;
  height: 330px !important;
}
.collection-slide .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
.collection-slide .slick-slide .c-slide {
  margin-left: 0;
  margin-right: 0;
}
.i-slide {
  height: 310px !important;
}
.img-slide {
  opacity: 0.5;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-width: 200px;
  margin: 4px !important;
  height: 135px !important;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slick-current .img-slide {
  opacity: 0.8;
}
.img-slide:hover {
  opacity: 1;
}
.slick-next.icon-right::before,
.slick-prev.icon-left::before {
  color: #2931b3;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 40px;
  line-height: 1;
  font-family: "Barlow";
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -55px;
  z-index: 2 !important;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "\e80a";
  color: #000;
}
[dir="rtl"] .slick-prev:before {
  content: "\e80a";
  color: #000;
}
.slick-next {
  right: -56px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "\e809";
  color: #000;
}
[dir="rtl"] .slick-next:before {
  content: "\e809";
  color: #000;
}
.slick-dots {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.embed-container {
  margin-bottom: 40px;
  left: 0;
  width: 100%;
}
.carouselH {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.carouselH .slick-slider .slick-prev {
  left: -30px;
}
.carouselH .slick-slider .slick-next {
  right: -30px;
}
.carouselD {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.SVideo {
  height: 500px;
  width: 100%;
}
.Simg {
  height: 500px !important;
  width: auto;
  display: block !important;
  margin: auto !important;
}
.carouselM {
  position: relative;
  margin-bottom: 0;
}
.carouselM .slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.carouselM .slider-nav .slick-list {
  width: 80%;
}
.CSlider {
  height: 500px;
}
.slick-slider .slick-list {
  z-index: 0 !important;
}
.collection-slide {
  margin-bottom: 40px;
  max-width: 2560px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.carouselD .collection-slide:hover button {
  opacity: 0.65;
}
.carouselD .collection-slide button {
  width: 40px;
  background-color: rgba(255, 255, 255, 0.85) !important;
  border-radius: 100% !important;
  opacity: 0;
}
.carouselD .collection-slide button::before {
  background-color: transparent !important;
  color: #000 !important;
}
.carouselD .collection-slide button:hover {
  opacity: 1;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.carouselD .collection-slide > .slick-prev {
  left: 20px;
}
.carouselD .collection-slide > .slick-next {
  right: 20px;
}
.slider-nav > .slick-prev {
  left: 30px;
}
.slider-nav > .slick-next {
  right: 30px;
}
@media (max-width: 992px) {
  .slider-nav > .slick-prev {
    left: 0;
  }
  .slider-nav > .slick-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .img-slide {
    height: 90px !important;
  }
  .slick-prev {
    left: -20px;
    z-index: 2 !important;
  }
  .slick-next {
    right: -20px;
    z-index: 2 !important;
  }
}
@media (max-width: 550px) {
  .img-slide {
    height: 60px !important;
  }
}
.row.slick-slide {
  margin: 0 auto;
}
#iv-container {
  position: fixed;
  background: #0d0d0d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}
.iv-container {
  overflow: hidden;
}
.iv-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  text-shadow: 0 0 3px #6d6d6d;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.iv-close:after,
.iv-close:before {
  content: "";
  height: 4px;
  width: 32px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.iv-close:before {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.iv-close:after {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.iv-close:hover {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.iv-snap-view {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid #666;
  background: #000;
  z-index: 100;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
}
.iv-snap-image-wrap {
  display: inline-block;
  position: absolute;
  max-width: 150px;
  max-height: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.iv-snap-image {
  position: relative;
}
.iv-snap-handle {
  position: absolute;
  border: 1px solid #ccc;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.5);
}
.iv-zoom-slider {
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #666;
  border-top: 0;
  background: rgba(204, 204, 204, 0.1);
  height: 15px;
  position: absolute;
  top: 150px;
  left: -1px;
}
.iv-zoom-handle {
  width: 20px;
  height: 15px;
  background: #ccc;
  position: absolute;
}
.iv-image-view {
  position: absolute;
  height: 100%;
  width: 100%;
}
.iv-image-wrap {
  display: inline-block;
}
.iv-image-wrap:active {
  cursor: move;
}
.iv-large-image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.iv-loader {
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 100;
  margin-top: -16px;
  margin-left: -16px;
  font-size: 5px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  -o-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.iv-loader:after {
  width: 10em;
  height: 10em;
  border-radius: 50%;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .iv-snap-view {
    z-index: -1;
    visibility: hidden;
  }
}
.oval-container {
  margin: 1em;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.oval-container:hover .buttons:not(:last-of-type) {
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
  opacity: 1;
  display: block;
}
.oval-container:hover .rotate {
  background-color: #1a1f71;
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.oval-container:active .rotate {
  background-color: #c8343e;
}
.oval-container .buttons:not(:last-of-type) {
  text-align: center;
  color: #000;
  background-color: #fff;
  display: none;
}
.oval-container .buttons:not(:last-of-type) span {
  font-size: 30px !important;
  line-height: 38px;
}
.buttons {
  display: block;
  width: 35px;
  height: 35px;
  margin: 20px auto 0;
  text-decoration: none;
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18),
    0 4px 12px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18),
    0 4px 12px -7px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.buttons:nth-last-of-type(2) {
  -webkit-transition-delay: 20ms;
  -o-transition-delay: 20ms;
  transition-delay: 20ms;
}
.buttons:nth-last-of-type(3) {
  -webkit-transition-delay: 40ms;
  -o-transition-delay: 40ms;
  transition-delay: 40ms;
}
.buttons:nth-last-of-type(4) {
  -webkit-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  transition-delay: 60ms;
}
.buttons:nth-last-of-type(5) {
  -webkit-transition-delay: 80ms;
  -o-transition-delay: 80ms;
  transition-delay: 80ms;
}
.buttons:nth-last-of-type(6) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.buttons:nth-last-of-type(1) {
  width: 55px;
  height: 55px;
  opacity: 1;
}
.buttons:nth-last-of-type(2):hover {
  background-color: #eeeff9;
}
.buttons:nth-last-of-type(2):active {
  background-color: #dddef3;
}
.buttons:nth-last-of-type(3):hover {
  background-color: #eeeff9;
}
.buttons:nth-last-of-type(3):active {
  background-color: #dddef3;
}
.buttons:hover {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.ovalSpan {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.ovalSpan.rotate {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #2931b3;
}
.ovalSpan:before {
  color: #fff;
  position: absolute;
  font-size: 27px;
  left: 14px;
  top: 14px;
}
.oval-container {
  -webkit-transition: margin-bottom 1s ease;
  -o-transition: margin-bottom 1s ease;
  transition: margin-bottom 1s ease;
}
.oval-container [title]:before {
  content: attr(title);
  background: #585858;
  padding: 5px 7px;
  margin-right: 10px;
  border-radius: 2px;
  color: #fff;
  font: 500 12px Roboto;
  white-space: nowrap;
  position: absolute;
  bottom: 20%;
  right: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.oval-container [title]:focus:not(:active)::before,
.oval-container [title]:hover::before {
  visibility: visible;
  opacity: 1;
}
.oval-container.moveUp {
  margin-bottom: 95px;
}
.box-link {
  margin: 60px 0 20px;
}
.box-link a.link-box-link {
  font-size: 20px;
  line-height: 120px;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fff;
  display: block;
  cursor: pointer;
}
.box-link-blue {
  background-color: #4c5ec5;
}
.box-link-blue:hover {
  background-color: #4755a5;
}
.container-map {
  position: relative;
  padding: 20px 0 0 !important;
}
.container-map .map-buttons {
  position: absolute;
  bottom: 30px;
  right: 10px;
  z-index: 1;
}
.container-map .map-buttons .map-button {
  background-color: #2931b3;
  width: 30px;
  height: 30px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin: 10px;
  cursor: pointer;
  padding: 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.container-map .map-buttons .map-button:hover {
  background-color: #1b2075;
}
.container-map .map-buttons .map-button::before {
  margin: 0;
  vertical-align: top;
}
.container-map .pannable-image {
  width: 100%;
}
.pagFW {
  height: 250px;
  position: relative;
  background-color: #e63f47;
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px;
}
.pagFW + footer {
  margin-top: 0;
}
.pagFW-next,
.pagFW-prev {
  width: 50%;
  margin-top: 100px;
  color: #fff;
}
.pagFW-prev {
  float: left;
}
.pagFW-next {
  float: right;
}
.P-Right,
.P-Right2 {
  text-align: right;
  float: left;
  padding-right: 10%;
  width: 100%;
}
.P-Left,
.P-Left2 {
  text-align: left;
  float: right;
  padding-left: 10%;
  width: 100%;
}
.P-Left,
.P-Right {
  font-size: 16px;
}
.P-Left2,
.P-Right2 {
  font-size: 20px;
}
.FW-icon-left,
.FW-icon-right {
  font-size: 40px;
  position: absolute;
  top: 90px;
}
.FW-icon-left {
  left: 20%;
}
.FW-icon-right {
  right: 20%;
}
.FW-Separator {
  width: 1px;
  height: 50px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 100px;
  background-color: #fff;
}
@media only screen and (max-width: 990px) {
  .FW-icon-left {
    left: 10%;
  }
  .FW-icon-right {
    right: 10%;
  }
}
@media only screen and (max-width: 600px) {
  .FW-icon-left {
    left: 1.5%;
  }
  .FW-icon-right {
    right: 1.5%;
  }
  .P-Left,
  .P-Left2 {
    padding-left: 4%;
  }
  .P-Right,
  .P-Right2 {
    padding-right: 4%;
  }
  .P-Left,
  .P-Right {
    font-size: 13px;
  }
  .P-Left2,
  .P-Right2 {
    font-size: 17px;
  }
}
.main-container {
  padding: 25px;
  background: #f1f1f1;
}
.colecciones-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.masterdiv {
  width: 250px;
  height: 315px;
  background-color: #80808000;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.masterdiv-nohover {
  width: 250px;
  height: 315px;
  background-color: #80808000;
  display: inline-block;
  position: relative;
  cursor: default;
}
.masterdivAZ {
  width: 210px;
  background-color: #80808000;
  display: inline-block;
  position: relative;
  margin-right: 75px;
  margin-bottom: 300px;
  margin-top: 40px;
}
.IMGContainer {
  width: 210px;
  height: 210px;
  overflow: hidden;
  position: relative;
  margin-left: 30px;
}
.real-crop-div {
  position: relative;
  width: 210px;
  height: 210px;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.crop-div {
  position: absolute;
  width: 210px;
  height: 210px;
  overflow: hidden;
}
.showcard {
  width: 336px;
  display: inline-block;
  margin: 15px;
}
.imgblogger {
  width: 100% !important;
}
.DTitle {
  padding-left: 100px;
  padding-right: 100px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-top: 50px;
}
.carrubox {
  position: absolute;
  width: 100%;
  height: 350px;
  background-color: #fff;
  margin-top: 35px;
  max-width: 2560px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.carrubox2 {
  height: 330px;
}
.designerIMG {
  width: auto;
  height: 210px !important;
  position: absolute;
  z-index: 2;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.designerIMGFilter {
  width: auto;
  height: 210px !important;
  position: absolute;
  margin-left: 30px;
  z-index: 1;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.IMGfooter {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #000),
    color-stop(50%, #fff)
  );
  background: -webkit-linear-gradient(left, #000 50%, #fff 50%);
  background: -o-linear-gradient(left, #000 50%, #fff 50%);
  background: linear-gradient(to right, #000 50%, #fff 50%);
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  background-position: right bottom;
  width: 230px;
  height: 121px;
  position: absolute;
  top: 185px;
  white-space: normal;
  overflow: hidden;
}
.IMGfooter p:first-child {
  margin-top: 36px;
}
.AZContainer {
  position: absolute;
  height: 300px;
  width: 280px;
  background-color: #ffffff00;
}
.showlink {
  color: #000;
  display: block;
  font-weight: 700;
}
.showlink:hover {
  color: #000;
}
.showlink:first-of-type {
  margin-top: 10px;
}
.card-div.body .default-link-wrapper:first-of-type {
  margin-top: 10px;
}
.Letter {
  font-size: 180px;
  position: relative;
  top: 0;
  text-align: center;
  font-weight: 700;
  color: #252525;
  cursor: default;
}
.IMGtitle {
  margin-top: 48px;
  margin-bottom: 18px;
  margin-left: 29px;
  text-align: left;
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #252525;
  letter-spacing: 0;
  max-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.IMGsubtitle {
  margin-top: 0;
  margin-left: 29px;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  color: #000 !important;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.filterDIV {
  display: none;
  width: 210px;
  height: 210px !important;
  position: absolute;
  margin-left: 30px;
  z-index: 2;
  top: 0;
  color: #252525;
  opacity: 0.5;
}
.masterdiv:hover .IMGfooter {
  -webkit-transition: background-position 0.5s ease;
  -o-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
  background-position: left bottom;
}
.masterdiv:hover .IMGfooter .IMGsubtitle,
.masterdiv:hover .IMGfooter .IMGtitle {
  color: #fff !important;
}
.masterdiv:hover .real-crop-div {
  width: 0;
}
.iframe-container {
  position: relative;
}
.iframe-container iframe {
  top: 0;
  left: 0;
  width: 100%;
}
.iframe-container iframe div.body {
  margin-right: 0;
}
.embed-responsive-ifema iframe.embed-responsive-item {
  width: 100%;
}
.SR-width {
  width: unset;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .SR-width {
    padding-bottom: 20px;
  }
}
.SR-width:hover .imgblogger {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.SR-title {
  margin-bottom: 30px;
}
.SR-icon {
  position: absolute;
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.MLeft {
  margin-left: 50px;
}
.Nomb-R {
  font-size: 16px;
}
.download-T {
  font-size: 13px;
}
.D-Data {
  font-size: 12px;
  color: #707070;
  float: right;
  margin-top: 5px;
}
.Cdiv.body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  max-width: 100%;
}
.masterdiv:hover .filterDIV {
  display: inline;
}
.VItem {
  min-width: 90% !important;
  width: 90% !important;
  height: auto !important;
}
.WBox {
  background-color: transparent;
}
.WBox .row.text-center {
  padding-bottom: 20px;
}
.D-Watermark {
  position: absolute;
  z-index: -3;
  opacity: 0.1;
  font-family: "Barlow" ;
  font-size: 120px;
  font-weight: 600;
  color: #3f3f3f;
  left: 0;
  top: 0;
  max-width: calc(100% + 20px);
  line-height: 1;
}
.showcontainer {
  text-align: center;
  position: relative;
}
.showcontainer > .card > .card-div.body {
  text-align: left;
}
.tab-content {
  background-color: transparent;
}
@media (max-width: 1440px) {
  .showcard {
    width: 286px;
  }
}
@media (max-width: 1280px) {
  .showcard {
    width: 223px;
    margin: 10px;
  }
}
.showcard {
  width: 303px;
  margin: 10px;
}
@media (max-width: 1023px) {
  .D-Watermark {
    font-size: 75px;
    top: 15px;
  }
}
@media (max-width: 990px) {
  .carrubox2 {
    height: 340px;
  }
  .showcontainer {
    text-align: center;
  }
  .slick-slider {
    margin-top: 5px;
  }
  .showcard {
    width: 42%;
    margin: 11px;
  }
}
@media (max-width: 768px) {
  .showcard {
    width: 100%;
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .D-Watermark {
    font-size: 65px;
    top: 5px;
  }
  .Cdiv.body {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 535px) {
  .showcard {
    width: 100%;
    margin: 0;
  }
  .AZContainer {
    width: 100%;
    margin: 0;
  }
  .showcontainer {
    text-align: center;
  }
  .Cdiv.body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .SR-icon {
    display: none;
  }
  .Nomb-R {
    margin-left: 0;
  }
  .download-T {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .D-Watermark {
    display: none;
  }
}
@media (max-width: 430px) {
  .videobanner {
    max-width: 100% !important;
  }
}
@media (max-width: 400px) {
  .Cdiv.body {
    max-width: 100%;
  }
}
.galeria-box-container {
  margin: 15px 0;
}
.galeria-box {
  border: 1px solid #ddd;
  margin: 20px 0;
  margin-left: 0;
  padding: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.galeria-box div {
  padding: 20px;
}
.galeria-box div a {
  float: right;
}
.galeria-box-title {
  border: none;
  margin: 0;
  margin-top: 30px;
}
.galeria-box-title .galeria-title {
  padding: 0;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #707070;
}
.galeria-box-title .pais-title {
  padding: 0;
  padding-left: 20px;
  font-size: 14px;
}
#success_message {
  display: none;
}
.help-block {
  color: #df2828;
  display: block;
}
.formKO,
.formOK {
  padding: 10px 0 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.formOK {
  color: #00c300;
}
.formKO {
  color: red;
}
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  -o-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  -o-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  -o-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  -o-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes sk-circleBounceDelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
span.resultados {
  background-color: #000;
  color: #fff;
  border-radius: 60%;
  padding: 3px;
  border-radius: 20px;
  padding: 2px 5px;
  font-size: 10px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  padding: 0;
}
.ui-menu .ui-menu-item {
  padding-bottom: 5px !important;
}
.ui-menu .ui-menu-item a {
  line-height: 1.4 !important;
}
#searchBox .ui-menu .ui-menu-item b {
  font-weight: 100;
  font-family: "Barlow" !important;
}
.ui-menu .ui-menu-item.ui-menu-item.ui-menu-item a {
  font-family: "Barlow" !important;
  padding: 0 12px 5px;
}
.ui-menu .ui-menu-item.ui-menu-item.ui-menu-item a b {
  font-family: "Barlow" !important;
}
.results-wrapper .result a {
  word-break: break-word;
}
.search-tabs-wrapper {
  position: relative;
  height: 60px;
}
.search-tabs-wrapper .search-tabs-bg {
  width: 100%;
  height: 56px;
  background-color: #ffca1b;
  overflow: visible;
}
.search-tabs-wrapper .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 100px;
}
.search-tabs-wrapper .container .tab {
  margin-right: 50px;
  font-weight: 700;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-tabs-wrapper .container .tab:hover {
  background-color: rgba(73, 73, 73, 0.171);
}
.search-tabs-wrapper .container .tab p {
  margin-bottom: 0;
}
.search-tabs-wrapper .container .tab.active {
  border-bottom: 4px solid #000;
}
.results-wrapper {
  margin-top: 30px;
}
.results-wrapper .result {
  margin-top: 30px;
}
.results-wrapper .result h3 {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
  margin-bottom: 10px;
  font-size: 20px;
  display: inline-block;
  border-bottom: 1px solid #000;
}
.results-wrapper .result p {
  margin-bottom: 5px;
}
.results-wrapper .result a {
  font-weight: 700;
  color: #000;
}
.results-wrapper .result a:after {
  background-color: #000 !important;
}
#search-others,
#search-this {
  display: none;
}
#search-others.active,
#search-this.active {
  display: block;
}
@media (max-width: 1440px) {
  .search-tabs-wrapper .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .search-tabs-wrapper .container {
    padding: 0 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .search-tabs-wrapper .container .tab {
    margin-right: 0;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  .search-tabs-wrapper .container {
    padding: 0;
  }
  .search-tabs-wrapper .container .tab {
    font-size: 14px;
  }
}
.ui-autocomplete {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000 !important;
}
#filtroSuggestBox {
  height: calc(100% - 150px);
}
#filtroSuggestBox .ui-widget-content .ui-menu-item {
  padding: 7px 12px 8px !important;
  margin: 0 !important;
}
#filtroSuggestBox .ui-widget-content .ui-menu-item a {
  padding: 0 !important;
  border: 0 none !important;
  border-radius: 0 !important;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  width: auto;
  background-color: transparent !important;
  margin: 0;
  line-height: 24px;
  text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: -o-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
  -webkit-transition: -webkit-background-size 0.3s;
  transition: -webkit-background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
  transition: background-size 0.3s, -webkit-background-size 0.3s;
}
#filtroSuggestBox .ui-widget-content .ui-menu-item a.ui-state-focus,
#filtroSuggestBox .ui-widget-content .ui-menu-item a.ui-state-hover,
#filtroSuggestBox .ui-widget-content .ui-menu-item a:focus,
#filtroSuggestBox .ui-widget-content .ui-menu-item a:hover {
  -webkit-background-size: 100% 1px !important;
  background-size: 100% 1px !important;
}
#searchBox > div {
  height: 100%;
} /*! jQuery UI - v1.9.2 - 2020-02-12
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
* html .ui-autocomplete {
  width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.8;
  zoom: 1;
  font-weight: lighter;
  color: #f0f0f0;
  font-family: "Barlow"  !important;
}
.ui-menu .ui-menu-item a b {
  font-weight: 700;
  color: #fff;
  font-family: "Barlow"  !important;
}
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
  font-weight: 400;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: 400;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-widget {
  font-family: "Barlow", sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: "Barlow", sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #1717170a;
  font-weight: 400;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_777777_256x240.png);
}
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: 0;
  padding: 5px;
  background: #666;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
.notification {
  width: 390px;
  background-color: rgba(41, 49, 179, 0.85);
  right: 20px;
  top: 250px;
  color: #fff;
  z-index: 10;
  position: fixed;
  padding: 10px 0 20px;
}
.alert-icon {
  background-color: red;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  left: -16px;
}
.exit-icon {
  width: 25px;
  position: absolute;
  top: 10px;
  right: 15px;
}
.alert-title {
  padding: 5px 0 0 50px;
  margin: 0;
  font-size: 20px;
}
.alert-description {
  padding: 10px 50px 10px 50px;
  font-size: 14px;
}
.alert-button1 {
  background-color: rgba(41, 49, 179, 0.9);
  color: #fff;
  height: 40px;
  width: 150px;
  margin: 5px;
  border: 2px solid #fff;
}
.alert-button2 {
  background-color: #fff360d4;
  color: #000;
  height: 40px;
  width: 150px;
  margin: 5px;
  border: 2px solid #ffffffc7;
}
@media (max-width: 512px) {
  .notification {
    width: unset;
    background-color: rgba(41, 49, 179, 0.95);
    right: 0;
    left: 0;
    top: 75px;
    margin: 0 10px;
  }
  .alert-icon {
    top: 10px;
    left: 10px;
  }
  .alert-title {
    padding: 5px 60px 0 70px;
  }
  .alert-description {
    padding: 20px 60px 10px 70px;
  }
  .exit-icon {
    top: 10px;
    right: 15px;
  }
}
.Letter,
.h1,
.h2,
.h3,
.h4,
h1,
h2 {
  font-family: "Barlow"  !important;
}
.h5,
.h6 {
  font-family: "Barlow" !important;
  font-weight: 700;
}
.module-box > section:not(.kpi-box) > .row:first-child {
  display: block;
  margin: 0 0 40px 0;
}
.module-box > section:last-child {
  padding-bottom: 0;
}
.fa-caret-right {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.active .fa-caret-right {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-container {
  padding: 0 !important;
}
.panel-heading {
  min-height: 64px;
}
.panel-div.body .box-with-title .row div .embed-container div .slick-next {
  right: 5px;
}
.panel-div.body .box-with-title .row div .embed-container div .slick-prev {
  left: 5px;
}
.panel-div.body .box-with-title .row div .embed-container div .slick-list {
  margin: 0 50px;
}
.panel-div.body .box-with-title .embed-container .slider-nav {
  margin: 0 50px;
}
.data-toggle-div {
  cursor: pointer;
  width: 100%;
  height: 67px;
  position: absolute;
  z-index: 2;
}
.panel-default {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
  position: relative;
}
.panel-default::after {
  content: "\e9ad";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "Barlow";
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 32px;
  z-index: 1;
}
.panel-default.active {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
  position: relative;
}
.panel-default.active::after {
  content: "\e9ad";
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "Barlow";
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 32px;
  z-index: 1;
}
.panel-title {
  margin: 0;
  padding: 20px;
  margin-right: 30px;
}
.text-title {
  color: #000;
  font-size: 17px !important;
  margin: 0;
  line-height: 1.5;
}
.panel-div.body {
  margin: 30px;
}
.country-card {
  padding: 15px;
  padding-bottom: 60px;
}
.f-15 {
  font-size: 15px;
}
.f-24 {
  font-size: 24px;
}
.country-info {
  padding: 15px 15px 0;
}
.country-info p {
  margin: 5px 0;
}
.panel-default div hr {
  margin: 0 50px;
}
.country-flag {
  margin-right: 5px;
}
.country-links {
  float: right;
  margin: 10px 20px;
}
.country-footer {
  position: absolute;
  bottom: 0;
  padding: 10px 15px;
  margin: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .country-card {
    padding-bottom: 85px;
  }
  .country-links {
    float: unset;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .country-links span {
    margin: 5px 15px;
    display: block;
  }
}
@media (max-width: 768px) {
  .accordion-container .panel-group .panel .panel-collapse .panel-div.body {
    margin: 15px 5px;
  }
  .accordion-container
    .panel-group
    .panel
    .panel-collapse
    .panel-div.body
    .SR-width {
    padding-bottom: 15px;
  }
}
.module-box .container:first-of-type,
.tab-pane .container:first-of-type {
  padding-top: 0;
}
.tab-pane .box-with-title .row h2.col-12.h4 {
  padding-left: 20px;
}
.panel-div.body > section > div.row > h3.col-12.h4 {
  padding-left: 20px;
}
.module-box section div div h3.col-12.h4 {
  padding-left: 0;
}
.module-box .container,
.tab-pane .container {
  padding-left: 0;
  padding-right: 0;
}
.flag {
  width: 24px;
  height: 24px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
.flag.flag-AD {
  background-position: 0 0;
}
.flag.flag-AE {
  background-position: -24px 0;
}
.flag.flag-AF {
  background-position: -48px 0;
}
.flag.flag-AG {
  background-position: -72px 0;
}
.flag.flag-AI {
  background-position: -96px 0;
}
.flag.flag-AL {
  background-position: -120px 0;
}
.flag.flag-AM {
  background-position: -144px 0;
}
.flag.flag-AN {
  background-position: -168px 0;
}
.flag.flag-AO {
  background-position: -192px 0;
}
.flag.flag-AQ {
  background-position: -216px 0;
}
.flag.flag-AR {
  background-position: -240px 0;
}
.flag.flag-AS {
  background-position: -264px 0;
}
.flag.flag-AT {
  background-position: -288px 0;
}
.flag.flag-AU {
  background-position: -312px 0;
}
.flag.flag-AW {
  background-position: -336px 0;
}
.flag.flag-AX {
  background-position: -360px 0;
}
.flag.flag-AZ {
  background-position: 0 -24px;
}
.flag.flag-BA {
  background-position: -24px -24px;
}
.flag.flag-BB {
  background-position: -48px -24px;
}
.flag.flag-BD {
  background-position: -72px -24px;
}
.flag.flag-BE {
  background-position: -96px -24px;
}
.flag.flag-BF {
  background-position: -120px -24px;
}
.flag.flag-BG {
  background-position: -144px -24px;
}
.flag.flag-BH {
  background-position: -168px -24px;
}
.flag.flag-BI {
  background-position: -192px -24px;
}
.flag.flag-BJ {
  background-position: -216px -24px;
}
.flag.flag-BL {
  background-position: -240px -24px;
}
.flag.flag-BM {
  background-position: -264px -24px;
}
.flag.flag-BN {
  background-position: -288px -24px;
}
.flag.flag-BO {
  background-position: -312px -24px;
}
.flag.flag-BR {
  background-position: -336px -24px;
}
.flag.flag-BS {
  background-position: -360px -24px;
}
.flag.flag-BT {
  background-position: 0 -48px;
}
.flag.flag-BW {
  background-position: -24px -48px;
}
.flag.flag-BY {
  background-position: -48px -48px;
}
.flag.flag-BZ {
  background-position: -72px -48px;
}
.flag.flag-CA {
  background-position: -96px -48px;
}
.flag.flag-CC {
  background-position: -120px -48px;
}
.flag.flag-CD {
  background-position: -144px -48px;
}
.flag.flag-CF {
  background-position: -168px -48px;
}
.flag.flag-CG {
  background-position: -192px -48px;
}
.flag.flag-CH {
  background-position: -216px -48px;
}
.flag.flag-CI {
  background-position: -240px -48px;
}
.flag.flag-CK {
  background-position: -264px -48px;
}
.flag.flag-CL {
  background-position: -288px -48px;
}
.flag.flag-CM {
  background-position: -312px -48px;
}
.flag.flag-CN {
  background-position: -336px -48px;
}
.flag.flag-CO {
  background-position: -360px -48px;
}
.flag.flag-CR {
  background-position: 0 -72px;
}
.flag.flag-CU {
  background-position: -24px -72px;
}
.flag.flag-CV {
  background-position: -48px -72px;
}
.flag.flag-CW {
  background-position: -72px -72px;
}
.flag.flag-CX {
  background-position: -96px -72px;
}
.flag.flag-CY {
  background-position: -120px -72px;
}
.flag.flag-CZ {
  background-position: -144px -72px;
}
.flag.flag-DE {
  background-position: -168px -72px;
}
.flag.flag-DJ {
  background-position: -192px -72px;
}
.flag.flag-DK {
  background-position: -216px -72px;
}
.flag.flag-DM {
  background-position: -240px -72px;
}
.flag.flag-DO {
  background-position: -264px -72px;
}
.flag.flag-DZ {
  background-position: -288px -72px;
}
.flag.flag-EC {
  background-position: -312px -72px;
}
.flag.flag-EE {
  background-position: -336px -72px;
}
.flag.flag-EG {
  background-position: -360px -72px;
}
.flag.flag-EH {
  background-position: 0 -96px;
}
.flag.flag-ER {
  background-position: -24px -96px;
}
.flag.flag-ES {
  background-position: -48px -96px;
}
.flag.flag-ET {
  background-position: -72px -96px;
}
.flag.flag-EU {
  background-position: -96px -96px;
}
.flag.flag-FI {
  background-position: -120px -96px;
}
.flag.flag-FJ {
  background-position: -144px -96px;
}
.flag.flag-FK {
  background-position: -168px -96px;
}
.flag.flag-FM {
  background-position: -192px -96px;
}
.flag.flag-FO {
  background-position: -216px -96px;
}
.flag.flag-FR {
  background-position: -240px -96px;
}
.flag.flag-GA {
  background-position: -264px -96px;
}
.flag.flag-GB {
  background-position: -288px -96px;
}
.flag.flag-GD {
  background-position: -312px -96px;
}
.flag.flag-GE {
  background-position: -336px -96px;
}
.flag.flag-GG {
  background-position: -360px -96px;
}
.flag.flag-GH {
  background-position: 0 -120px;
}
.flag.flag-GI {
  background-position: -24px -120px;
}
.flag.flag-GL {
  background-position: -48px -120px;
}
.flag.flag-GM {
  background-position: -72px -120px;
}
.flag.flag-GN {
  background-position: -96px -120px;
}
.flag.flag-GQ {
  background-position: -120px -120px;
}
.flag.flag-GR {
  background-position: -144px -120px;
}
.flag.flag-GS {
  background-position: -168px -120px;
}
.flag.flag-GT {
  background-position: -192px -120px;
}
.flag.flag-GU {
  background-position: -216px -120px;
}
.flag.flag-GW {
  background-position: -240px -120px;
}
.flag.flag-GY {
  background-position: -264px -120px;
}
.flag.flag-HK {
  background-position: -288px -120px;
}
.flag.flag-HN {
  background-position: -312px -120px;
}
.flag.flag-HR {
  background-position: -336px -120px;
}
.flag.flag-HT {
  background-position: -360px -120px;
}
.flag.flag-HU {
  background-position: 0 -144px;
}
.flag.flag-IC {
  background-position: -24px -144px;
}
.flag.flag-ID {
  background-position: -48px -144px;
}
.flag.flag-IE {
  background-position: -72px -144px;
}
.flag.flag-IL {
  background-position: -96px -144px;
}
.flag.flag-IM {
  background-position: -120px -144px;
}
.flag.flag-IN {
  background-position: -144px -144px;
}
.flag.flag-IQ {
  background-position: -168px -144px;
}
.flag.flag-IR {
  background-position: -192px -144px;
}
.flag.flag-IS {
  background-position: -216px -144px;
}
.flag.flag-IT {
  background-position: -240px -144px;
}
.flag.flag-JE {
  background-position: -264px -144px;
}
.flag.flag-JM {
  background-position: -288px -144px;
}
.flag.flag-JO {
  background-position: -312px -144px;
}
.flag.flag-JP {
  background-position: -336px -144px;
}
.flag.flag-KE {
  background-position: -360px -144px;
}
.flag.flag-KG {
  background-position: 0 -168px;
}
.flag.flag-KH {
  background-position: -24px -168px;
}
.flag.flag-KI {
  background-position: -48px -168px;
}
.flag.flag-KM {
  background-position: -72px -168px;
}
.flag.flag-KN {
  background-position: -96px -168px;
}
.flag.flag-KP {
  background-position: -120px -168px;
}
.flag.flag-KR {
  background-position: -144px -168px;
}
.flag.flag-KW {
  background-position: -168px -168px;
}
.flag.flag-KY {
  background-position: -192px -168px;
}
.flag.flag-KZ {
  background-position: -216px -168px;
}
.flag.flag-LA {
  background-position: -240px -168px;
}
.flag.flag-LB {
  background-position: -264px -168px;
}
.flag.flag-LC {
  background-position: -288px -168px;
}
.flag.flag-LI {
  background-position: -312px -168px;
}
.flag.flag-LK {
  background-position: -336px -168px;
}
.flag.flag-LR {
  background-position: -360px -168px;
}
.flag.flag-LS {
  background-position: 0 -192px;
}
.flag.flag-LT {
  background-position: -24px -192px;
}
.flag.flag-LU {
  background-position: -48px -192px;
}
.flag.flag-LV {
  background-position: -72px -192px;
}
.flag.flag-LY {
  background-position: -96px -192px;
}
.flag.flag-MA {
  background-position: -120px -192px;
}
.flag.flag-MC {
  background-position: -144px -192px;
}
.flag.flag-MD {
  background-position: -168px -192px;
}
.flag.flag-ME {
  background-position: -192px -192px;
}
.flag.flag-MF {
  background-position: -216px -192px;
}
.flag.flag-MG {
  background-position: -240px -192px;
}
.flag.flag-MH {
  background-position: -264px -192px;
}
.flag.flag-MK {
  background-position: -288px -192px;
}
.flag.flag-ML {
  background-position: -312px -192px;
}
.flag.flag-MM {
  background-position: -336px -192px;
}
.flag.flag-MN {
  background-position: -360px -192px;
}
.flag.flag-MO {
  background-position: 0 -216px;
}
.flag.flag-MP {
  background-position: -24px -216px;
}
.flag.flag-MQ {
  background-position: -48px -216px;
}
.flag.flag-MR {
  background-position: -72px -216px;
}
.flag.flag-MS {
  background-position: -96px -216px;
}
.flag.flag-MT {
  background-position: -120px -216px;
}
.flag.flag-MU {
  background-position: -144px -216px;
}
.flag.flag-MV {
  background-position: -168px -216px;
}
.flag.flag-MW {
  background-position: -192px -216px;
}
.flag.flag-MX {
  background-position: -216px -216px;
}
.flag.flag-MY {
  background-position: -240px -216px;
}
.flag.flag-MZ {
  background-position: -264px -216px;
}
.flag.flag-NA {
  background-position: -288px -216px;
}
.flag.flag-NC {
  background-position: -312px -216px;
}
.flag.flag-NE {
  background-position: -336px -216px;
}
.flag.flag-NF {
  background-position: -360px -216px;
}
.flag.flag-NG {
  background-position: 0 -240px;
}
.flag.flag-NI {
  background-position: -24px -240px;
}
.flag.flag-NL {
  background-position: -48px -240px;
}
.flag.flag-NO {
  background-position: -72px -240px;
}
.flag.flag-NP {
  background-position: -96px -240px;
}
.flag.flag-NR {
  background-position: -120px -240px;
}
.flag.flag-NU {
  background-position: -144px -240px;
}
.flag.flag-NZ {
  background-position: -168px -240px;
}
.flag.flag-OM {
  background-position: -192px -240px;
}
.flag.flag-PA {
  background-position: -216px -240px;
}
.flag.flag-PE {
  background-position: -240px -240px;
}
.flag.flag-PF {
  background-position: -264px -240px;
}
.flag.flag-PG {
  background-position: -288px -240px;
}
.flag.flag-PH {
  background-position: -312px -240px;
}
.flag.flag-PK {
  background-position: -336px -240px;
}
.flag.flag-PL {
  background-position: -360px -240px;
}
.flag.flag-PN {
  background-position: 0 -264px;
}
.flag.flag-PR {
  background-position: -24px -264px;
}
.flag.flag-PS {
  background-position: -48px -264px;
}
.flag.flag-PT {
  background-position: -72px -264px;
}
.flag.flag-PW {
  background-position: -96px -264px;
}
.flag.flag-PY {
  background-position: -120px -264px;
}
.flag.flag-QA {
  background-position: -144px -264px;
}
.flag.flag-RO {
  background-position: -168px -264px;
}
.flag.flag-RS {
  background-position: -192px -264px;
}
.flag.flag-RU {
  background-position: -216px -264px;
}
.flag.flag-RW {
  background-position: -240px -264px;
}
.flag.flag-SA {
  background-position: -264px -264px;
}
.flag.flag-SB {
  background-position: -288px -264px;
}
.flag.flag-SC {
  background-position: -312px -264px;
}
.flag.flag-SD {
  background-position: -336px -264px;
}
.flag.flag-SE {
  background-position: -360px -264px;
}
.flag.flag-SG {
  background-position: 0 -288px;
}
.flag.flag-SH {
  background-position: -24px -288px;
}
.flag.flag-SI {
  background-position: -48px -288px;
}
.flag.flag-SK {
  background-position: -72px -288px;
}
.flag.flag-SL {
  background-position: -96px -288px;
}
.flag.flag-SM {
  background-position: -120px -288px;
}
.flag.flag-SN {
  background-position: -144px -288px;
}
.flag.flag-SO {
  background-position: -168px -288px;
}
.flag.flag-SR {
  background-position: -192px -288px;
}
.flag.flag-SS {
  background-position: -216px -288px;
}
.flag.flag-ST {
  background-position: -240px -288px;
}
.flag.flag-SV {
  background-position: -264px -288px;
}
.flag.flag-SY {
  background-position: -288px -288px;
}
.flag.flag-SZ {
  background-position: -312px -288px;
}
.flag.flag-TC {
  background-position: -336px -288px;
}
.flag.flag-TD {
  background-position: -360px -288px;
}
.flag.flag-TF {
  background-position: 0 -312px;
}
.flag.flag-TG {
  background-position: -24px -312px;
}
.flag.flag-TH {
  background-position: -48px -312px;
}
.flag.flag-TJ {
  background-position: -72px -312px;
}
.flag.flag-TK {
  background-position: -96px -312px;
}
.flag.flag-TL {
  background-position: -120px -312px;
}
.flag.flag-TM {
  background-position: -144px -312px;
}
.flag.flag-TN {
  background-position: -168px -312px;
}
.flag.flag-TO {
  background-position: -192px -312px;
}
.flag.flag-TR {
  background-position: -216px -312px;
}
.flag.flag-TT {
  background-position: -240px -312px;
}
.flag.flag-TV {
  background-position: -264px -312px;
}
.flag.flag-TW {
  background-position: -288px -312px;
}
.flag.flag-TZ {
  background-position: -312px -312px;
}
.flag.flag-UA {
  background-position: -336px -312px;
}
.flag.flag-UG {
  background-position: -360px -312px;
}
.flag.flag-US {
  background-position: 0 -336px;
}
.flag.flag-UY {
  background-position: -24px -336px;
}
.flag.flag-UZ {
  background-position: -48px -336px;
}
.flag.flag-VA {
  background-position: -72px -336px;
}
.flag.flag-VC {
  background-position: -96px -336px;
}
.flag.flag-VE {
  background-position: -120px -336px;
}
.flag.flag-VG {
  background-position: -144px -336px;
}
.flag.flag-VI {
  background-position: -168px -336px;
}
.flag.flag-VN {
  background-position: -192px -336px;
}
.flag.flag-VU {
  background-position: -216px -336px;
}
.flag.flag-WF {
  background-position: -240px -336px;
}
.flag.flag-WS {
  background-position: -264px -336px;
}
.flag.flag-YE {
  background-position: -288px -336px;
}
.flag.flag-YT {
  background-position: -312px -336px;
}
.flag.flag-ZA {
  background-position: -336px -336px;
}
.flag.flag-ZM {
  background-position: -360px -336px;
}
.flag.flag-ZW {
  background-position: 0 -360px;
}
.lightpick {
  position: absolute;
  z-index: 99999;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #000;
  font-family: "Barlow", sans-serif;
  line-height: 1.125em;
}
.lightpick--inlined {
  position: relative;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lightpick.is-hidden {
  display: none;
}
.lightpick__months {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 1px;
  margin: 15px 0;
}
.lightpick--2-columns .lightpick__months {
  grid-template-columns: auto auto;
}
.lightpick--3-columns .lightpick__months {
  grid-template-columns: auto auto auto;
}
.lightpick--4-columns .lightpick__months {
  grid-template-columns: auto auto auto auto;
}
.lightpick--5-columns .lightpick__months {
  grid-template-columns: auto auto auto auto auto;
}
.lightpick__month {
  padding: 4px;
  width: 288px;
  background-color: #fff;
  border: 1px solid #e3242d;
  padding: 10px;
}
.lightpick__month-title-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e3242d;
}
.lightpick__month-title {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: default;
  padding: 0 4px;
  border-radius: 4px;
  color: #e3242d;
}
.lightpick__month-title > .lightpick__select {
  border: none;
  background-color: transparent;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #e3242d;
}
.lightpick__month-title > .lightpick__select:disabled {
  color: #333;
}
.lightpick__month-title > .lightpick__select-months {
  font-weight: 700;
  font-size: 1em;
  margin-right: 0.5em;
  color: #e3242d;
}
.lightpick__toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.lightpick__previous-action::before {
  content: "\e80a";
  font-family: "Barlow";
  font-style: normal;
  display: inline-block;
  color: #e3242d;
  font-size: 20px;
}
.lightpick__next-action::before {
  content: "\e809";
  font-family: "Barlow";
  font-style: normal;
  display: inline-block;
  color: #e3242d;
  font-size: 20px;
}
.lightpick__close-action,
.lightpick__next-action,
.lightpick__previous-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
  width: 32px;
  height: 32px;
  outline: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.178);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lightpick__next-action,
.lightpick__previous-action {
  font-size: 12px;
}
.lightpick__close-action {
  font-size: 18px;
}
.lightpick__month-title-bar .lightpick__month-title .lightpick__select-months {
  direction: ltr;
  text-transform: capitalize;
}
.lightpick__select-months option {
  text-transform: capitalize;
}
.lightpick__close-action:active,
.lightpick__next-action:active,
.lightpick__previous-action:active {
  color: inherit;
}
.lightpick__days-of-the-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  color: #e3242d;
}
.lightpick__day-of-the-week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lightpick__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  color: #e3242d;
}
.lightpick__day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}
.lightpick__day.is-today {
  color: #e3242d;
  border: 1px solid #e3242d;
}
.lightpick__day:not(.is-disabled):hover {
  background-color: #64646454;
}
.lightpick__day.is-disabled {
  opacity: 0.38;
  pointer-events: none;
}
.lightpick__day.disabled-tooltip {
  pointer-events: auto;
}
.lightpick__day.is-disabled.is-forward-selected {
  opacity: 1;
}
.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
  background-color: #8a8a8a1a;
  background-image: none;
}
.lightpick__day.is-next-month,
.lightpick__day.is-previous-month {
  opacity: 0.38;
}
.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
  opacity: 1;
}
.lightpick__day.is-in-range {
  border-radius: 0;
  background-color: #a3a3a370;
  background-image: none;
}
.lightpick__day.is-in-range:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}
.lightpick__day.is-end-date.is-in-range.is-flipped,
.lightpick__day.is-start-date {
  border-top-left-radius: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50%;
  background-color: #e3242d;
  background-image: none;
}
.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
  border-top-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0;
  background-color: #e3242d;
  background-image: none;
}
.lightpick__day.is-end-date,
.lightpick__day.is-end-date:hover,
.lightpick__day.is-start-date,
.lightpick__day.is-start-date:hover {
  -webkit-background-size: auto auto;
  background-size: auto;
  background-position: center;
  color: #fff;
  font-weight: 700;
}
.lightpick__day.is-start-date.is-end-date {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #2931b3;
  background-image: none;
}
.lightpick__tooltip {
  display: none;
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none;
}
.lightpick__tooltip::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}
.lightpick__tooltip::after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.lightpick__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lightpick__apply-action,
.lightpick__reset-action {
  border-radius: 5px;
  font-size: 12px;
  border: none;
}
.lightpick__reset-action {
  color: #fff;
  background-color: #aeacad;
}
.lightpick__apply-action {
  color: #fff;
  background-color: #2495f3;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:after,
.daterangepicker:before {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #000;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: rgba(93, 101, 243, 0.37);
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #2931b3;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker option.disabled,
.daterangepicker td.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .drp-calendar,
  .daterangepicker.single .ranges {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .drp-calendar,
  .daterangepicker .ranges {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.daterangepicker .drp-calendar.right {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}
.daterangepicker .drp-calendar.right tdiv.body {
  display: none !important;
}
.daterangepicker .drp-calendar.right thead > tr:nth-child(2) {
  display: none !important;
}
.daterangepicker .drp-calendar.right th.month {
  display: none !important;
}
.daterangepicker .drp-calendar.right .calendar-table {
  background: 0 0 !important;
}
.daterangepicker .daterangepicker.ltr .ranges,
.daterangepicker.ltr .drp-calendar {
  float: none !important;
}
.daterangepicker .drp-calendar.right .daterangepicker_input {
  position: absolute !important;
}
.daterangepicker .calendar-table table {
  display: inline;
}
.daterangepicker .drp-calendar .calendar-table table tdiv.body tr {
  background-color: #fff;
}
.optanon-alert-box-wrapper .optanon-alert-box-bg p {
  font-size: 80% !important;
  font-family: "Barlow";
}
.optanon-alert-box-wrapper .optanon-alert-box-div.body {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.banner-policy-link {
  color: #fff;
  outline: 0;
}
.banner-policy-link:hover {
  color: #efefef;
}
#optanon-popup-div.body-left-shading {
  -webkit-background-size: 92% 92% !important;
  background-size: 92% !important;
}
.menuFixed header .header-nav-container ~ #carouselHome,
.menuFixed header .header-nav-container ~ .hero-banner-slick,
.menuFixed header .header-nav-container ~ .new-hero-slick {
  margin-top: 70px !important;
}
div.body.withTopbar.menuFixed header .header-nav-container ~ #carouselHome,
div.body.withTopbar.menuFixed header .header-nav-container ~ .hero-banner-slick,
div.body.withTopbar.menuFixed header .header-nav-container ~ .new-hero-slick {
  margin-top: 110px !important;
}
div.body.withAlert.menuFixed header .header-nav-container ~ #carouselHome,
div.body.withAlert.menuFixed header .header-nav-container ~ .hero-banner-slick,
div.body.withAlert.menuFixed header .header-nav-container ~ .new-hero-slick {
  margin-top: 140px !important;
}
.hero-left {
  -o-object-position: left;
  object-position: left;
}
.hero-right {
  -o-object-position: right;
  object-position: right;
}
.hero-center {
  -o-object-position: center;
  object-position: center;
}
.slick-list .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#carouselHome,
.new-hero-slick {
  overflow: hidden;
  margin: 0 !important;
}
#carouselHome .new-hero-slider,
.new-hero-slick .new-hero-slider {
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  font-family: "Barlow"  !important;
}
#carouselHome .new-hero-slider.rtl,
.new-hero-slick .new-hero-slider.rtl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#carouselHome .new-hero-slider.rtl .container > div,
.new-hero-slick .new-hero-slider.rtl .container > div {
  padding-left: calc(50% + 80px);
  max-width: 100%;
}
#carouselHome .new-hero-slider.rtl .container .new-hero-title-background,
.new-hero-slick .new-hero-slider.rtl .container .new-hero-title-background {
  left: 50%;
  z-index: -1;
}
#carouselHome .new-hero-slider.rtl .alt-title-container,
.new-hero-slick .new-hero-slider.rtl .alt-title-container {
  position: absolute;
  right: 0;
  left: auto;
}
#carouselHome
  .new-hero-slider.rtl
  .alt-title-container
  .new-hero-title-container,
.new-hero-slick
  .new-hero-slider.rtl
  .alt-title-container
  .new-hero-title-container {
  padding-left: 30px;
  padding-top: 30px;
}
#carouselHome .new-hero-slider.rtl .alt-img-container,
.new-hero-slick .new-hero-slider.rtl .alt-img-container {
  left: 0;
  right: auto;
  position: absolute;
}
#carouselHome .new-hero-slider:not(.rtl) .container > div,
.new-hero-slick .new-hero-slider:not(.rtl) .container > div {
  max-width: 50%;
  z-index: 1;
}
#carouselHome .new-hero-slider:not(.rtl) .container > div p,
.new-hero-slick .new-hero-slider:not(.rtl) .container > div p {
  padding-right: 80px;
  word-break: break-word;
}
#carouselHome .new-hero-slider .alt-img-container,
.new-hero-slick .new-hero-slider .alt-img-container {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
#carouselHome .new-hero-slider .alt-img-container .new-hero-background,
.new-hero-slick .new-hero-slider .alt-img-container .new-hero-background {
  position: relative !important;
}
#carouselHome .new-hero-slider .container,
.new-hero-slick .new-hero-slider .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#carouselHome .new-hero-slider .container > div,
.new-hero-slick .new-hero-slider .container > div {
  line-height: 1.3;
}
#carouselHome .new-hero-slider .new-hero-background,
.new-hero-slick .new-hero-slider .new-hero-background {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  margin: 0 !important;
}
#carouselHome .new-hero-slider .new-hero-background .new-hero-ie,
.new-hero-slick .new-hero-slider .new-hero-background .new-hero-ie {
  width: auto !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#carouselHome .new-hero-slider .new-hero-title-container,
.new-hero-slick .new-hero-slider .new-hero-title-container {
  height: auto;
  position: relative;
  padding-bottom: 80px;
  padding-top: 88px;
  padding-left: 200px;
}
#carouselHome .new-hero-slider .new-hero-title-background,
.new-hero-slick .new-hero-slider .new-hero-title-background {
  margin: 0 !important;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 50%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
#carouselHome .new-hero-slider .new-hero-title,
.new-hero-slick .new-hero-slider .new-hero-title {
  font-size: 50px;
  color: #fff;
  max-width: 100%;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 30px;
}
#carouselHome .new-hero-slider .new-hero-subtitle,
.new-hero-slick .new-hero-slider .new-hero-subtitle {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
}
#carouselHome .new-hero-slider .new-hero-summary,
.new-hero-slick .new-hero-slider .new-hero-summary {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
#carouselHome .data-background,
.new-hero-slick .data-background {
  height: 580px;
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#carouselHome .data-background .container,
.new-hero-slick .data-background .container {
  padding: 0 100px;
}
#carouselHome .data-background .container .h1,
.new-hero-slick .data-background .container .h1 {
  max-width: 550px;
  padding-left: 0;
  padding-top: 100px;
  line-height: 1.1;
}
#carouselHome .data-background .container .h6,
.new-hero-slick .data-background .container .h6 {
  font-size: 20px;
  padding-left: 0;
}
#carouselHome .data-background .container .h5,
.new-hero-slick .data-background .container .h5 {
  bottom: 83px;
  left: 0;
}
#carouselHome .data-background .container .new-hero-title-background,
.new-hero-slick .data-background .container .new-hero-title-background {
  width: 50%;
  z-index: -1;
}
#carouselHome .data-background .header-background,
.new-hero-slick .data-background .header-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  margin: 0;
}
#carouselHome .slick-dots,
.new-hero-slick .slick-dots {
  position: absolute;
  bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#carouselHome .slick-dots li,
.new-hero-slick .slick-dots li {
  width: 60px;
}
#carouselHome .slick-dots li button,
.new-hero-slick .slick-dots li button {
  background-color: #ddd !important;
  height: 6px !important;
}
@media (max-width: 1440px) {
  #carouselHome .data-background .container,
  .new-hero-slick .data-background .container {
    padding-left: 40px;
  }
  #carouselHome .new-hero-slider.rtl .container .new-hero-title,
  .new-hero-slick .new-hero-slider.rtl .container .new-hero-title {
    max-width: 100%;
    padding-right: 0;
  }
  #carouselHome .new-hero-slider .new-hero-title,
  .new-hero-slick .new-hero-slider .new-hero-title {
    padding-right: 20px;
    font-size: 45px;
  }
}
@media (max-width: 1280px) {
  .new-hero-title-container {
    padding-left: 150px;
  }
  .alt-title-container .new-hero-title-container {
    padding-top: 50px;
    font-size: 45px !important;
  }
}
@media (max-width: 1279px) {
  .new-hero-title {
    font-size: 38px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1024px) {
  #carouselHome,
  .new-hero-slick {
    height: auto;
    margin: 0 !important;
  }
}
@media (max-width: 992px) {
  #carouselHome,
  .new-hero-slick {
    height: auto;
    margin: 0 !important;
  }
  #carouselHome .data-background,
  .new-hero-slick .data-background {
    height: 420px;
  }
  #carouselHome .slick-dots,
  .new-hero-slick .slick-dots {
    bottom: -5px;
    padding-left: 0;
    padding-right: 0;
  }
  #carouselHome .slick-dots > li,
  .new-hero-slick .slick-dots > li {
    width: 40px;
  }
  #carouselHome .slick-dots > li button,
  .new-hero-slick .slick-dots > li button {
    width: 40px !important;
  }
  #carouselHome .new-hero-subtitle,
  .new-hero-slick .new-hero-subtitle {
    font-size: 30px;
  }
  #carouselHome .new-hero-slider,
  .new-hero-slick .new-hero-slider {
    height: 420px;
  }
  #carouselHome .new-hero-slider .container,
  .new-hero-slick .new-hero-slider .container {
    max-width: calc(100% - 20px);
  }
  #carouselHome .new-hero-title,
  .new-hero-slick .new-hero-title {
    font-size: 35px !important;
  }
  #carouselHome .new-hero-summary,
  .new-hero-slick .new-hero-summary {
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
  #carouselHome .new-hero-slider,
  .new-hero-slick .new-hero-slider {
    height: auto;
  }
  #carouselHome .new-hero-slider .container,
  .new-hero-slick .new-hero-slider .container {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
  #carouselHome .new-hero-slider .container .new-hero-title-background,
  .new-hero-slick .new-hero-slider .container .new-hero-title-background {
    width: 100%;
  }
  #carouselHome .new-hero-slider .container .new-hero-title,
  .new-hero-slick .new-hero-slider .container .new-hero-title {
    max-width: 100%;
    padding-right: 0 !important;
  }
  #carouselHome .new-hero-slider .new-hero-subtitle,
  .new-hero-slick .new-hero-slider .new-hero-subtitle {
    font-size: 25px;
  }
  #carouselHome .new-hero-slider.rtl .container > div,
  .new-hero-slick .new-hero-slider.rtl .container > div {
    position: relative;
    left: auto;
    padding: 0;
    line-height: 1.3;
  }
  #carouselHome .new-hero-slider.rtl .container .new-hero-title-background,
  .new-hero-slick .new-hero-slider.rtl .container .new-hero-title-background {
    left: 0;
    max-width: 100%;
  }
  #carouselHome .new-hero-slider.rtl .container .new-hero-title,
  .new-hero-slick .new-hero-slider.rtl .container .new-hero-title {
    max-width: 100%;
    font-size: 30px !important;
    padding-right: 0 !important;
  }
  #carouselHome .data-background,
  .new-hero-slick .data-background {
    height: auto;
  }
}
@media (max-width: 767px) {
  .menuFixed header .header-nav-container ~ #carouselHome,
  .menuFixed header .header-nav-container ~ .hero-banner-slick,
  .menuFixed header .header-nav-container ~ .new-hero-slick {
    margin-top: 60px !important;
  }
  div.body.withTopbar.menuFixed header .header-nav-container ~ #carouselHome,
  div.body.withTopbar.menuFixed
    header
    .header-nav-container
    ~ .hero-banner-slick,
  div.body.withTopbar.menuFixed header .header-nav-container ~ .new-hero-slick {
    margin-top: 100px !important;
  }
  div.body.withAlert.menuFixed header .header-nav-container ~ #carouselHome,
  div.body.withAlert.menuFixed
    header
    .header-nav-container
    ~ .hero-banner-slick,
  div.body.withAlert.menuFixed header .header-nav-container ~ .new-hero-slick {
    margin-top: 160px !important;
  }
  #carouselHome .new-hero-slider,
  .new-hero-slick .new-hero-slider {
    height: auto;
  }
  #carouselHome .new-hero-slider .container,
  .new-hero-slick .new-hero-slider .container {
    position: relative;
    margin: 0;
    max-width: 100% !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 30px 30px 60px !important;
  }
  #carouselHome .new-hero-slider .container > div,
  .new-hero-slick .new-hero-slider .container > div {
    max-width: 100% !important;
  }
  #carouselHome .new-hero-slider .container .new-hero-title-background,
  .new-hero-slick .new-hero-slider .container .new-hero-title-background {
    width: 100%;
  }
  #carouselHome .new-hero-slider .container .new-hero-title,
  .new-hero-slick .new-hero-slider .container .new-hero-title {
    max-width: 100%;
    font-size: 30px;
    padding-right: 0 !important;
  }
  #carouselHome .new-hero-slider .new-hero-subtitle,
  .new-hero-slick .new-hero-slider .new-hero-subtitle {
    font-size: 25px;
  }
  #carouselHome .new-hero-slider.rtl .container > div,
  .new-hero-slick .new-hero-slider.rtl .container > div {
    position: relative;
    left: auto;
    padding: 0;
    line-height: 1.3;
  }
  #carouselHome .new-hero-slider.rtl .container .new-hero-title-background,
  .new-hero-slick .new-hero-slider.rtl .container .new-hero-title-background {
    left: 0;
    max-width: 100%;
  }
  #carouselHome .new-hero-slider.rtl .container .new-hero-title,
  .new-hero-slick .new-hero-slider.rtl .container .new-hero-title {
    max-width: 100%;
    font-size: 30px !important;
    padding-right: 0 !important;
  }
  #carouselHome .new-hero-slider .double,
  .new-hero-slick .new-hero-slider .double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #carouselHome .new-hero-slider .alt-img-container,
  .new-hero-slick .new-hero-slider .alt-img-container {
    position: relative !important;
    width: 100%;
    height: 400px;
  }
  #carouselHome .data-background,
  .new-hero-slick .data-background {
    height: auto;
  }
  #carouselHome .data-background .container,
  .new-hero-slick .data-background .container {
    padding: 40px !important;
    position: relative;
    margin: 0;
    max-width: 100% !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 30px 40px 60px !important;
  }
  #carouselHome .data-background .container .h1,
  .new-hero-slick .data-background .container .h1 {
    font-size: 30px;
  }
  #carouselHome .data-background .container .h5,
  .new-hero-slick .data-background .container .h5 {
    font-size: 20px;
  }
  #carouselHome .data-background .container .h6,
  .new-hero-slick .data-background .container .h6 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .row.row-block .h4:not(span) {
    margin-right: 10px;
  }
  .new-hero-slider .container.container.container {
    padding: 30px 20px 50px !important;
  }
}
@media (max-width: 500px) {
  .alt-img-container {
    position: relative;
    width: 100%;
    height: 250px !important;
  }
  .new-hero-slider.rtl .alt-title-container {
    padding-bottom: 60px !important;
  }
  .new-hero-title-container.new-hero-title-container {
    padding: 35px !important;
  }
  #carouselHome .new-hero-slider .new-hero-title.new-hero-title.new-hero-title,
  .new-hero-slick
    .new-hero-slider
    .new-hero-title.new-hero-title.new-hero-title {
    font-size: 25px;
  }
}
.dia-calendario {
  width: 100%;
}
.calendario h4 {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 15px;
}
.calendario h4:first-child {
  border-top: none;
  padding-top: 0;
}
.hora-calendario {
  padding: 0 10px 0 20px;
}
.zona-calendario {
  font-size: 85%;
  color: #666;
}
@media (max-width: 3500px) {
  .dia-calendario > div.hora-calendario {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .dia-calendario > div.datos-calendario {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .dia-calendario > div.enlace-calendario {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}
div.body
  .calendario
  :not(footer)
  > .btn.btn-primary.btn.btn-primary.btn.btn-primary.btn.btn-primary {
  min-width: 100px !important;
  padding: 9px 12px !important;
  font-size: 14px !important;
}
.enlace-calendario {
  display: table-cell;
}
.calendario-home .dia-calendario {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
@media (max-width: 1024px) {
  .calendario {
    margin: 0;
  }
  .datos-calendario {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .dia-calendario > div.hora-calendario {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dia-calendario > div.datos-calendario {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dia-calendario > div.enlace-calendario {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 12px;
  }
  div.body
    .calendario
    :not(footer)
    > .btn.btn-primary.btn.btn-primary.btn.btn-primary.btn.btn-primary {
    float: right;
    margin-right: -6px !important;
  }
  .hora-calendario {
    padding: 0 10px 0 10px;
  }
  .hora-calendario p {
    margin: 4px 0 10px;
  }
  .datos-calendario {
    display: table-row;
  }
  .datos-calendario p {
    margin: 0 12px;
  }
  .datos-calendario strong {
    width: 100%;
    display: block;
  }
  .calendario h4 {
    margin-top: 20px;
  }
  .calendario h4:first-child {
    margin-top: 0;
  }
  .calendario-home .datos-calendario p {
    margin: 0;
  }
  .calendario-home .dia-calendario {
    padding-bottom: 15px;
  }
}
.cog-form__container,
html .cog-form {
  width: 100% !important;
  max-width: 100% !important;
}
.cog-form {
  --background-hsl: 0, 0%, 80% !important;
  --border-radius: 0px !important;
  --border-width: 1px !important;
  --color: #000000 !important;
  --font-family: "Barlow" !important;
  --font-size: 16px !important;
  --font-weight: normal !important;
  --gutter: 25px !important;
  --highlight: #8322fa !important;
  --highlight-reverse: hsl(0, 0%, 100%) !important;
  --icon-weight: 0.9 !important;
  --line-height: 1.4 !important;
  --negative: hsl(2, 70%, 47%) !important;
  --negative-reverse: white !important;
  --primary: #e32424 !important;
  --primary-reverse: #ffffff !important;
  --small-text: 0.85em !important;
  --speed: 1s !important;
  --a__color: #e32424 !important;
  --a__font-family: "Barlow" !important;
  --a__font-size: 1.08em !important;
  --a__font-weight: normal !important;
  --checkable__border-color: #333 !important;
  --checkbox__border-radius: 4px !important;
  --checkable__scale: 1 !important;
  --checkable-checked__scale: 1.1 !important;
  --button-primary__background-color: #e32424 !important;
  --button-primary__border-color: #e32424 !important;
  --button-primary__border-width: var(--border-width) !important;
  --button-primary__border-radius: 4px !important;
  --button-primary__color: #ffffff !important;
  --button-primary__font-family: "Barlow" !important;
  --button-primary__font-size: 1.08em !important;
  --button-primary__font-weight: normal !important;
  --button-secondary__background-color: #ffffff !important;
  --button-secondary__border-color: #e32424 !important;
  --button-secondary__border-radius: 4px !important;
  --button-secondary__border-width: var(--border-width) !important;
  --button-secondary__color: #e32424 !important;
  --button-secondary__font-family: "Barlow" !important;
  --button-secondary__font-size: 1.08em !important;
  --button-secondary__font-weight: normal !important;
  --form__background-color: rgba(255, 255, 255, 1) !important;
  --form__margins: 2px !important;
  --form__margins--responsive: 2px !important;
  --form__opacity: 1 !important;
  --form__width: 800px !important;
  --h2__font-size: 1.54em !important;
  --header__background-color: rgba(0, 0, 0, 0) !important;
  --header__padding-bottom: 0 !important;
  --header__color: #000000 !important;
  --header__font-family: "Barlow" !important;
  --header__font-size: 1.85em !important;
  --header__font-weight: bold !important;
  --heading__base-size: 1.54em !important;
  --heading__color: #000000 !important;
  --heading__font-family: "Barlow" !important;
  --heading__font-size: 1.54em !important;
  --heading__font-weight: bold !important;
  --input__background-color: white !important;
  --input__border-color: #333 !important;
  --input__border-radius: 4px !important;
  --input__border-style: solid !important;
  --input__border-width: var(--border-width) !important;
  --input__box-shadow: none !important;
  --input__color: #333 !important;
  --input__line-height: calc(var(--line-height) - 0.1) !important;
  --input__padding-h: 10px !important;
  --input__padding-v: 13px !important;
  --input-focus__box-shadow: 0 0 1px 2px var(--input__background-color) !important;
  --label__color: #000000 !important;
  --label__font-family: "Barlow" !important;
  --label__font-size: 1.08em !important;
  --label__font-weight: 500 !important;
  --page__background-color: rgba(204, 204, 204, 1) !important;
  --page__background-image: none !important;
  --page__background-size: cover !important;
  --page__margins: 40px auto auto !important;
  --placeholder__color: #333 !important;
  --toggle__border-radius: var(--input__border-radius) !important;
}
.cog-button__text {
  padding: 3px 20px !important;
}
:root:root:root:root:root .cog-cognito--styled .cog-button--primary:hover,
html .cog-cognito--styled .cog-button--primary:hover {
  color: #fff !important;
  background: #000 !important;
}
div.body :not(footer) > .btn.btn-primary {
  color: #fff !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
  min-width: 162px !important;
  padding: 14px 30px 14px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "Barlow"  !important;
}
div.body :not(footer) > .btn.btn-primary.disabled {
  background-color: #aeaeae !important;
  color: #fff !important;
}
div.body :not(footer) > .btn.btn-primary:hover {
  background-color: #fff !important;
  color: #000 !important;
}
div.body :not(footer) > .btn.btn-primary:active,
div.body :not(footer) > .btn.btn-primary:focus {
  background-color: #444 !important;
  color: #fff !important;
}
div.body :not(footer) > .btn.btn-secondary {
  color: #000 !important;
  background-color: #fff !important;
  border: none !important;
  min-width: 162px !important;
  padding: 15px 31px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "Barlow"  !important;
}
div.body :not(footer) > .btn.btn-secondary.disabled {
  background-color: #aeaeae !important;
  color: #fff !important;
}
div.body :not(footer) > .btn.btn-secondary:hover {
  background-color: #000 !important;
  color: #fff !important;
}
div.body :not(footer) > .btn.btn-secondary:active,
div.body :not(footer) > .btn.btn-secondary:focus {
  background-color: #444 !important;
  color: #fff !important;
}
.download-item {
  border: 1px solid #c4c4c4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.download-item .download-icon {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  font-size: 32px;
}
.download-item .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 5px;
}
.download-item .title {
  word-break: break-word;
}
.download-item .title .h6 {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 0.25px;
}
.download-item .type-size-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 23%;
}
.download-item .type-size {
  text-align: center;
}
.download-item .type-size > span {
  display: inline-block;
}
.download-item .size {
  white-space: nowrap;
}
.download-item .type-size {
  color: #707070;
}
@media (min-width: 768px) {
  .download-item .download-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .download-item .type-size-wrapper {
    max-width: none;
  }
  .download-item .type-size {
    white-space: nowrap;
  }
}
div.download-item.card:not(.disabled):hover {
  margin-top: -3px;
  margin-bottom: 23px;
}
@media (min-width: 1024px) {
  .download-half .download-item {
    max-width: 50%;
  }
}
.download-item .download-type {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  font-size: 32px;
}
@media (min-width: 768px) {
  .download-item .download-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.download-item .download-title {
  padding-bottom: 26px;
  word-break: break-word;
}
.download-item .download-title span {
  margin: 0;
}
.download-item .download-footer {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 5px;
}
.download-item .download-footer a {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.download-item .download-footer > :not(a) {
  color: #707070;
  text-align: center;
}
@media (min-width: 768px) {
  .download-item .download-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .download-item .download-footer a {
    left: 72px;
  }
  .download-item .download-footer span {
    white-space: nowrap;
  }
}
.show-applied-container .delete-all-tags {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.show-applied {
  color: #e3242d;
  font-size: 15px;
}
.show-applied::after {
  content: "\e9ad";
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  position: relative;
  top: 3px;
  font-weight: 700;
}
.show-applied.show::after {
  content: "\e9ae";
}
.filters-subtitle {
  font-size: 15px !important;
  margin-bottom: 10px;
}
.show-applied-container {
  display: none;
}
.filter-list {
  display: inline;
}
.filter-form {
  margin: 0 !important;
}
.insti-apply {
  display: none;
  width: 100%;
  height: 50px;
  background-color: #e3242d;
  position: fixed;
  right: -100%;
  bottom: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: 9999999;
  cursor: pointer;
}
.insti-apply p {
  margin: 0;
  color: #fff;
}
.institutional .tab-pane section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.header-filters {
  max-width: 2560px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffc405;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
  padding: 30px 0 !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-filters > .container {
  padding: 0 100px;
  margin: 0 100px;
}
@media (max-width: 578px) {
  .header-filters > .container {
    padding: 0 10px;
  }
  .filter-list .tag-box {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px;
  }
  .filter-list {
    display: block;
  }
  .show-applied-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .filter-tags {
    overflow: hidden;
    position: relative;
    height: 0;
    display: block !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .insti-apply {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .insti-apply.show {
    right: 0;
  }
  .insti-apply.show.up {
    bottom: 0;
  }
}
div.body:not(.ie) .new-press-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(15%, #ef3e4a)
  ) !important;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 40%,
    #ef3e4a 15%
  ) !important;
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 40%,
    #ef3e4a 15%
  ) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 40%,
    #ef3e4a 15%
  ) !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
div.body:not(.ie) .new-press-card:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
div.body:not(.ie) .new-press-card .new-press-card-img {
  width: 90%;
  position: relative;
  left: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
div.body:not(.ie) .new-press-card .new-press-card-img .new-press-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
}
div.body:not(.ie) .new-press-card .new-press-card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
div.body:not(.ie) .new-press-card .new-press-card-footer .press-text {
  width: 80%;
  padding: 10px;
  padding-left: 10%;
  font-size: 13px;
}
div.body:not(.ie) .new-press-card .new-press-card-footer .press-text p {
  margin: 0;
  color: #fff;
}
div.body:not(.ie) .new-press-card .new-press-card-footer .press-text .date {
  text-transform: uppercase;
}
div.body:not(.ie) .new-press-card .new-press-card-footer .arrow-container {
  background-color: #f0f0f0;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.body:not(.ie) .new-press-card .new-press-card-footer .arrow-container span {
  color: #000;
  font-size: 40px;
}
.icon-add-fill:before,
.icon-minus-1-fill:before {
  margin-right: 10px;
}
.view-more-events:disabled {
  border: none;
}
.event-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fixed-loading {
  position: fixed;
  top: 50%;
  left: calc(50% - 10px);
  background-color: #e2e2e294;
  border-radius: 100%;
  padding: 10px;
  z-index: 100000;
}
.fixed-loading .sk-circle {
  margin: 0 !important;
}
.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0 solid #000;
}
.control-radio .control_indicator {
  border-radius: 50%;
}
.control input:focus ~ .control_indicator,
.control:hover input ~ .control_indicator {
  background: #ccc;
}
.control input:checked ~ .control_indicator {
  background: #272fb1;
}
.control input:checked:focus ~ .control_indicator,
.control:hover input:not([disabled]):checked ~ .control_indicator {
  background: #272fb1;
}
.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control_indicator:after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-radio .control_indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control-radio input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}
.event-card {
  min-height: 410px;
}
.event-card-slider div a picture img {
  margin: 10px 0 0 0 !important;
}
.box-no-padding {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.p5cn .daterangepicker div div table thead tr th {
  padding: 5px;
}
.insti-news-title {
  color: #e3242d;
}
.event-card-slider h2 {
  padding-left: 0 !important;
}
.event-result-inf .row div nav {
  display: none;
}
.event-results-month,
.event-results-year {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.event-results-month {
  padding-left: 20px;
  padding-right: 5px;
}
.event-results-year {
  padding-right: 20px;
}
.newsletter-link {
  text-decoration: underline;
}
.newsletter-link:hover {
  text-decoration: underline;
}
.filters-text.filters-text {
  font-weight: 700;
  color: #e3242d;
  margin: 0;
  color: #000 !important;
  border-bottom: 2px solid #000;
  text-align: center;
}
.filters-box-title {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  white-space: nowrap;
  font-size: 32px;
}
.main-header-title {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-top: 50px !important;
}
.filter-section {
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  margin-top: 0 !important;
}
.control_indicator.termsconds {
  background-color: transparent !important;
  border: 1px solid #dedede;
  border-radius: 3px;
  -webkit-box-shadow: 0 9px 15px 1px #0000001c;
  box-shadow: 0 9px 15px 1px #0000001c;
}
.delete-tag {
  position: absolute;
  right: 8px;
  height: 20px;
  width: 20px;
  z-index: 9999;
  cursor: pointer;
  top: 12px;
}
.tag-box.show {
  display: inline-block;
}
.tag-box {
  padding: 10px;
  margin-bottom: 10px;
  border: 2px solid #000 !important;
  display: none;
  position: relative;
  margin-right: 10px;
}
.filter-tag.filter-tag {
  font-size: 15px;
  color: #000 !important;
  font-weight: 700;
}
.filter-tag.filter-tag::after {
  content: "\ea99";
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  margin-left: 5px;
  color: #000 !important;
}
span.show-applied span {
  color: #000 !important;
  font-weight: 700;
}
span.show-applied::after {
  color: #000 !important;
}
.delete-all-tags {
  cursor: pointer;
  text-decoration: underline;
  white-space: nowrap;
}
.filter-tags {
  display: inline;
}
.show-calendar {
  margin: 0 10px;
  color: #e3242d;
  cursor: pointer;
  text-decoration: underline;
  display: inline;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: 0 !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: none;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: none;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-single,
.irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs {
  height: 55px;
}
.irs-with-grid {
  height: 75px;
}
.irs-line {
  height: 10px;
  top: 33px;
  background: #eee;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-50%, #ddd),
    color-stop(150%, #fff)
  );
  background: -webkit-linear-gradient(top, #ddd -50%, #fff 150%);
  background: -o-linear-gradient(top, #ddd -50%, #fff 150%);
  background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
  border: 1px solid #ccc;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
.irs-line-left {
  height: 8px;
}
.irs-line-mid {
  height: 8px;
}
.irs-line-right {
  height: 8px;
}
.irs-bar {
  height: 10px;
  top: 33px;
  background: #e3242d;
}
.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #8c131c;
  border-right: 0;
  background: #8c131c;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#8c131c),
    to(#c1131c)
  );
  background: -webkit-linear-gradient(bottom, #8c131c 0, #c1131c 100%);
  background: -o-linear-gradient(bottom, #8c131c 0, #c1131c 100%);
  background: linear-gradient(to top, #8c131c 0, #c1131c 100%);
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}
.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.irs-slider {
  top: 28px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 27px;
  cursor: pointer;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background: #fff;
}
.irs-max,
.irs-min {
  color: #000;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
  background: #ccc;
}
.irs-from,
.irs-single,
.irs-to {
  color: #e3242d;
  font-size: 15px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
  background: #999;
}
.irs-grid {
  height: 27px;
}
.irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}
.irs-grid-pol.small {
  background: #999;
}
.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
.time-filter-active {
  border: 2px solid #e3242d;
  padding: 9px 19px;
}
.filter-title-active {
  color: #e3242d;
  font-size: 20px !important;
}
.control {
  font-family: arial;
  display: block !important;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #2931b3;
}
.control input:focus ~ .control_indicator,
.control:hover input ~ .control_indicator {
  background: #fff;
}
.control input:checked ~ .control_indicator {
  background: #2931b3;
}
.control input:disabled ~ .control_indicator {
  background: #e8e8e8;
  opacity: 2;
  pointer-events: none;
  border: 1px solid #b3b3b3;
}
.control_indicator:after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block !important;
}
.control-checkbox .control_indicator:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #afafaf;
}
.slick-dots {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  position: relative;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
  width: 70px;
  height: 10px;
  padding: 0;
}
.tickets-link {
  border: 2px solid #fff;
  padding: 8px 20px;
  color: #fff;
  margin: 0 20px;
  line-height: 1;
  height: 36px;
  display: inline-table;
  margin-right: 20px;
  margin-left: auto;
  vertical-align: middle;
}
.tickets-link span {
  vertical-align: middle;
  display: table-cell;
}
.tickets-link:hover {
  color: #fff;
}
.filters-box-show {
  right: 0;
  -webkit-box-shadow: -2px 0 5px 0 #b1b1b161;
  box-shadow: -2px 0 5px 0 #b1b1b161;
}
.addtocalendar::before {
  color: #2931b3 !important;
  font-size: 35px;
}
.columns-left span[class^="icon"],
.columns-right span[class^="icon"] {
  font-size: 15px !important;
}
.entradas-menu-link {
  display: none;
}
.nav-submenu-container {
  text-align: right;
  width: 100%;
}
.icono-localizacion {
  font-size: 15px !important;
}
.icono-localizacion::before {
  content: "\eae7";
  font-family: "Barlow";
  line-height: 1em;
}
.color-red::before {
  color: red;
}
.color-blue::before {
  color: #00f;
}
.color-green::before {
  color: green;
}
.color-purple::before {
  color: purple;
}
.color-orange::before {
  color: orange;
}
.years-grid {
  padding-top: 40px !important;
}
.menu-contact {
  position: absolute;
  right: 30px;
  bottom: 60px;
  color: #fff !important;
}
.menu-contact::before {
  font-size: 25px;
  position: relative;
  right: 5px;
  top: 5px;
}
.position-checks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.f-servicios {
  font-size: 20px !important;
}
.newsletter-container {
  width: 50%;
  margin-bottom: 20px;
}
.text404container {
  width: 60%;
}
.image404 {
  height: 90px;
}
#header-nav-mobile {
  background-color: #ce1a23;
  display: none;
}
.dropdown-menu-fullwidth {
  height: 250px;
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
  background-color: #2931b3;
  max-width: 2560px;
  margin: 0 auto;
  right: -9999px;
  left: -9999px;
  z-index: 20;
}
.sub-buttons-mobile {
  padding: 0 30px;
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.insti-dp-item {
  padding: 10px 10px;
}
.insti-menu-link {
  height: 70px;
  color: #fff !important;
  border: 0 none !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 20px !important;
  vertical-align: middle;
}
.insti-menu-link:hover:active {
  padding: 0 20px !important;
}
.insti-menu-link span {
  vertical-align: middle;
}
.insti-menu-link-m {
  height: 70px;
  color: #fff !important;
  border: 0 none !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
}
.newsletter-email {
  padding-right: 20px;
  max-width: 550px;
}
.newsletter-email input {
  border: 0 none;
}
.newsletter-email div button {
  color: #fff;
  background-color: #2931b3;
  border: 0 none;
}
.scroll-tabs {
  min-width: 232px !important;
}
.scroll-tabs a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.container404 {
  padding: 70px 50px;
}
.input-group.event-search {
  border: 1px solid #000;
  width: 70%;
}
.event-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-right: 20px;
}
.tarifas-filters {
  width: 100%;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.category-search select {
  left: 0;
}
.sitio {
  margin: 0;
}
.sitio::before {
  content: "•";
  font-size: 30px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.feria:nth-child(even) .sitio::before {
  color: #e3242d;
}
.feria:nth-child(odd) .sitio::before {
  color: #2931b3;
}
.iframe-nobox-title {
  padding: 0 0 0 100px;
  margin: 0;
}
.iframe-nobox .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 50px 0;
}
.ifema-logo {
  height: 20px;
}
.iframe-nobox .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
}
.iframe-nobox .iframe-container iframe div.body {
  margin-right: 0;
}
.selector-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin: 10px;
}
.form-search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 10px;
}
.selector-label {
  border: 1px solid #2931b3;
  overflow: hidden;
  height: 40px;
  position: relative;
  width: 100%;
}
.selector-label::after {
  content: "\e9ad";
  font-family: "Barlow";
  color: #000;
  padding: 0;
  position: absolute;
  right: 2px;
  top: -2px;
  font-size: 30px;
  color: #2931b3;
  z-index: 1;
  text-align: center;
  height: 100%;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-check {
  padding-right: 15px;
  width: 50%;
}
.terms-and-conds {
  width: 50%;
  padding-left: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.nobox-form {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.quejaform-container {
  width: 800px;
  position: relative;
  left: calc(50% - 400px);
}
.v-hidden-transition {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.v-visible-transition {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.icon-menu-2-fill,
.icon-menu-4-fill {
  margin-left: 20px;
  cursor: pointer;
}
.icon-menu-2-fill::before,
.icon-menu-4-fill::before {
  color: #2931b3;
}
.icon-menu-2-fill.disabled,
.icon-menu-4-fill.disabled {
  border: 0 none;
}
.icon-menu-2-fill.disabled::before,
.icon-menu-4-fill.disabled::before {
  color: #ced4da !important;
}
.ferias-ext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ferias-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ferias-slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-left: 40px;
  width: 270px;
}
.ferias-slider-subcontainer {
  width: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.ferias-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ferias-card {
  border: 1px solid #e1e1e1;
  width: 250px;
  padding: 15px;
  margin: 10px;
  -webkit-box-shadow: 0 0 3px 0 #e3e3e3bf;
  box-shadow: 0 0 3px 0 #e3e3e3bf;
  background-color: #fff;
  min-width: 250px;
}
.ferias-card p {
  font-size: 14px;
}
.ferias-slider-nav-l,
.ferias-slider-nav-r {
  font-family: "Barlow";
  position: absolute;
  font-size: 50px;
  width: 20px;
  top: 240px;
  height: 50px;
  color: #000;
  cursor: pointer;
}
.ferias-slider-nav-l {
  position: absolute;
  left: -35px;
  top: 45%;
}
.ferias-slider-nav-r {
  position: absolute;
  right: -5px;
  top: 45%;
}
.ferias-slider-nav-l::before {
  content: "\e80a";
}
.ferias-slider-nav-r::after {
  content: "\e809";
}
#cvinput {
  cursor: pointer;
  color: #2931b3;
}
.galeria-box div span.d-flex::before {
  font-size: 30px;
  margin-right: 20px;
}
.plan-header {
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.plan-div.body-title {
  font-size: 40px;
  margin-bottom: 30px;
}
.plan-title {
  font-size: 40px;
  color: gray;
}
.flex-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  margin: 0;
}
.nav-no-wrap {
  white-space: nowrap;
}
.nav-slider-left {
  left: -50px;
}
.nav-slider-left:before {
  content: "\e80a";
  margin-left: -5px;
}
.nav-slider-right {
  right: -50px;
}
.nav-slider-right:after {
  content: "\e809";
  margin-left: -5px;
}
.nav-slider-left,
.nav-slider-right {
  font-family: "Barlow";
  position: absolute;
  font-size: 30px;
  width: 20px;
  top: 8px;
  height: 50px;
  color: #000;
  cursor: pointer;
}
.menu-link {
  color: #fff;
}
.menu-link-alt {
  color: #2931b3;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.gestion-card-container {
  padding-right: 20px;
  padding-left: 20px;
}
.gestion-card {
  text-align: center;
  margin: 50px 0 25px;
  min-height: 180px;
  width: 100%;
}
.gestion-card .gestion-div.body {
  padding-bottom: 50px;
}
.gestion-img-container {
  text-align: center;
  height: 105px;
}
.gestion-img {
  position: absolute;
  top: -60px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 160px;
}
.gestion-div.body {
  padding: 10px;
}
.gestion-name {
  font-size: 14px;
  margin-bottom: 40px;
}
.tarifas-camera {
  bottom: 5px;
  right: 5px;
  position: absolute;
}
.tarifas-camera::before {
  background-color: #00000096;
  color: #fff;
  border-radius: 78px;
  font-size: 35px;
  padding: 8px;
  width: 52px;
}
.showlink-g {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
}
.notfound-title {
  font-size: 30px;
}
.notfound-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 140px;
}
.notfound-container > div {
  width: 50%;
}
.event-card-footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event-button {
  float: right;
  background-color: #e3242d;
  color: #fff;
  font-size: 14px;
  border: none;
  line-height: 20px;
  margin-bottom: 0 !important;
}
.header-button {
  margin-top: 50px;
  background-color: #ffffff00;
  color: #fff !important;
  border: 2px solid #fff;
  padding: 8px 33px;
  font-size: 14px;
}
header .breadcrumb {
  margin: 0;
}
.event-box-title {
  margin-top: 0 !important;
}
.event-subtitle {
  margin-top: 20px;
}
.gob-img {
  position: absolute;
  top: -26px;
  left: 35px;
  max-width: 150px;
}
.gob-data {
  float: left;
  text-align: left;
  margin-left: 180px;
}
.event-list-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1200px;
}
.event-list-card div picture img {
  -o-object-fit: cover;
  object-fit: cover;
}
.event-list-img {
  width: 14%;
  height: 90px;
  margin: 0;
}
.event-list-date {
  position: relative;
  width: 15%;
  background-color: unset;
  margin: 10px;
  padding: 0;
  text-align: center;
}
.list-card-div.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
}
.event-list-title {
  margin: 0 5px;
}
.event-list-ubi {
  color: #707070;
  position: absolute;
  top: 58px;
  left: 12.4%;
}
.event-list-button {
  padding: 5px;
  height: 45px;
  width: 210px;
  margin: 15px;
  background-color: #e3242d;
  color: #fff;
  border: none;
}
.event-list-desc {
  font-size: 15px;
  margin: 0;
  width: 65%;
}
.tarifas-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: none;
}
.tarifas-img-box {
  width: 13%;
}
.tarifas-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tarifas-div.body {
  width: 74%;
  padding: 0 20px;
  height: 100%;
}
.tarifas-title {
  font-size: 23px;
  font-weight: 700;
}
.tarifas-description {
  margin: 0;
  font-size: 17px;
}
.precios-box {
  text-align: right;
  width: 12%;
}
.precio-title {
  font-size: 14px;
  color: #707070;
  margin: 0;
}
.precio-moneda {
  margin: 0;
  font-size: 23px;
}
.tarifas-footer {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}
.tarifas-footer span {
  font-size: 17px;
}
.tarifas-footer a span {
  font-size: 17px;
}
.tarifas-link {
  float: right;
}
.tarifas-container {
  margin-bottom: 30px;
}
.tarifas-button {
  height: 40px;
  background-color: #e3242d;
  color: #fff;
  padding: 3px 20px;
  font-size: 14px;
  border: none;
}
.tf-1 {
  width: 45%;
}
.tf-2 {
  width: 25%;
}
.tf-3 {
  width: 25%;
}
.tf-4 {
  width: 25%;
}
.tf-1 > .icon-placeholder-3::before,
.tf-2 > .icon-users-1::before,
.tf-3 > .icon-more-2-fill::before,
.tf-4 > a > .icon-map-location::before {
  margin-right: 5px;
}
.lightpick {
  font-family: "Barlow";
  padding: 0;
}
@media (max-width: 1440px) {
  div.body > header div.header-nav {
    padding: 0;
  }
  .header-filters > .container {
    padding: 0 10px;
    margin: 0 20px;
  }
  .event-list-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .event-list-img {
    width: 25%;
    height: 90px;
    margin: 0;
  }
  .event-list-date {
    position: relative;
    width: 19%;
    background-color: unset;
    margin: 10px;
    padding: 0;
    text-align: center;
  }
  .list-card-div.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px;
  }
  .event-list-title {
    margin: 0;
    font-size: 15px;
  }
  .event-list-ubi {
    position: absolute;
    top: 58px;
    left: 17.7%;
  }
  .event-list-button {
    padding: 5px;
    height: 45px;
    width: 220px;
    margin: 15px;
    background-color: #e3242d;
    color: #fff;
    font-size: 14px;
    border: none;
  }
  .event-list-desc {
    font-size: 13px;
    margin: 0;
    width: 91%;
  }
}
@media (max-width: 1280px) {
  .filter-section {
    position: relative !important;
    top: 0;
  }
  .input-group.event-search {
    width: 80%;
    width: calc(100% - 220px);
  }
  .tarifas-footer {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
  }
  .tf-1 {
    width: 45%;
    padding-left: 30px;
    position: relative;
  }
  .tf-2 {
    width: 20%;
    padding-left: 30px;
    position: relative;
  }
  .tf-3 {
    width: 25%;
  }
  .tf-4 {
    width: 25%;
  }
  .tarifas-footer div .icon-placeholder-3:before {
    content: "\eae8";
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 25px;
  }
  .tarifas-footer div .icon-users-1:before {
    content: "\ebca";
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 25px;
  }
  .tarifas-footer div .icon-more-2-fill:before {
    content: "\ea93";
    font-size: 25px;
  }
  .tarifas-footer div .icon-map-location:before {
    content: "\ea79";
    font-size: 25px;
  }
}
@media (max-width: 850px) {
  .entradas-link {
    display: none;
  }
}
@media (min-width: 768px) {
  .cards-sliders {
    overflow: hidden;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 0;
    position: relative;
    margin: 0 20px;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .card-slider-nav-l {
    left: 70px;
  }
  .card-slider-nav-l:before {
    content: "\e80a";
    margin-left: -5px;
  }
  .card-slider-nav-r {
    right: 89px;
  }
  .card-slider-nav-r:after {
    content: "\e809";
    margin-left: -5px;
  }
  .card-slider-nav-l,
  .card-slider-nav-r {
    font-family: "Barlow";
    position: absolute;
    font-size: 50px;
    width: 20px;
    top: 240px;
    height: 50px;
    color: #000;
    cursor: pointer;
  }
}
.menuFixed > header > nav.nohero {
  margin-top: 60px !important;
}
@media (min-width: 993px) {
  .menuFixed header .header-nav-container ~ .hero-image {
    margin-top: 70px;
  }
  .menuFixed header .header-nav-container ~ #carouselHome {
    margin-top: 70px;
  }
}
@media (max-width: 992px) {
  .slick-slider {
    margin-top: 5px;
  }
  .event-slider .slick-next,
  .event-slider .slick-prev {
    top: 30px;
  }
  .event-card-slider {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .event-card-slider .order-1,
  .event-card-slider h2,
  .event-card-slider h3 {
    text-align: center;
  }
  .event-card-slider h3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .event-card-slider h2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .event-card-slider div:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .event-card-slider .event-ubi {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .event-card-slider p {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    text-align: left;
  }
  .event-card-slider > div.d-flex {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .filters-box-title {
    white-space: normal;
    font-size: 24px;
  }
  .filter-section {
    position: relative !important;
    top: 0;
  }
  .main-header-title .h4,
  .menuFixed main .main-header-title .h4 {
    font-size: 32px;
  }
  .filters-box-show {
    right: 0;
  }
  div.body > header div.header-nav .navbar-brand.insti-logo {
    text-align: left;
  }
  div.body > header div.header-nav-container {
    padding: 0;
  }
  .ferias-card {
    width: 380px;
    min-width: 380px;
  }
  .ferias-slider-subcontainer {
    width: 400px;
  }
  .ferias-slider-container {
    width: 400px;
  }
  .container404 {
    padding-right: 0;
  }
  .tarifas-button {
    margin-top: 25px;
  }
  .tarifas-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tarifas-filters .col {
    min-height: 79px;
  }
  .iframe-nobox-title {
    padding: 0 0 0 30px;
    margin: 0;
  }
  .iframe-nobox-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 15px;
  }
  .quejaform-container {
    width: 100%;
    left: 0;
  }
  .ferias-ext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ferias-slider-container {
    margin-top: 40px;
    margin-left: 0;
  }
  .ferias-slider-nav-l {
    left: -36px;
  }
  .ferias-slider-nav-r {
    right: -7px;
  }
  .panel-div.body .galeria-box.w-100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
  .panel-div.body div.galeria-box div {
    width: 100% !important;
  }
  .panel-div.body div.galeria-box div span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .plan-title {
    font-size: 30px;
  }
  .plan-div.body-title {
    font-size: 30px;
  }
  .event-list-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 200px;
  }
  .event-list-img {
    width: 30%;
    height: 110px;
    margin: 0;
  }
  .event-list-date {
    position: absolute;
    width: 30%;
    background-color: unset;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 110px;
    background-color: #fff;
    padding: 5px 0;
    left: 0;
  }
  .list-card-div.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    margin: 0;
  }
  .event-list-title {
    margin: 10px;
    font-size: 15px;
    width: 100%;
  }
  .event-list-ubi {
    position: absolute;
    left: 0;
    font-size: 13px;
    width: 30%;
    text-align: center;
    top: 165px;
  }
  .event-list-button {
    padding: 0;
    margin: 20px;
    background-color: #e3242d;
    color: #fff;
    font-size: 14px;
    margin-top: 38px;
    border: none;
  }
  .event-list-desc {
    font-size: 13px;
    margin: 0;
    width: 100%;
  }
  .tarifas-div.body {
    width: 70%;
    padding: 0 20px;
    height: 100%;
  }
  .precios-box {
    text-align: right;
    width: 20%;
  }
  .tarifas-img-box {
    width: 25%;
  }
  .tarifas-footer span {
    font-size: 14px;
  }
  .tarifas-footer a span {
    font-size: 14px;
  }
  .tf-1 {
    width: 45%;
  }
  .tf-2 {
    width: 25%;
  }
  .tf-3 {
    width: 25%;
  }
  .tf-4 {
    width: 20%;
    padding-left: 30px;
    position: relative;
  }
  .tarifas-footer div .icon-map-location:before {
    content: "\ea79";
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  #header-nav-mobile {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .event-results-month,
  .event-results-year {
    font-size: 18px !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .event-results-month {
    padding-left: 10px;
    padding-right: 5px;
  }
  .event-results-year {
    padding-left: 0;
  }
  .event-card-slider div a picture img {
    margin: 10px 0;
  }
  .event-slider .slick-next {
    top: 14px;
    right: 20px;
  }
  .event-slider .slick-prev {
    left: 20px;
    top: 14px;
  }
  .filter-section {
    top: 0;
  }
  .newslettertext {
    font-size: 14px;
  }
  .event-button {
    margin: 0 !important;
  }
  .notfound-container {
    padding: 0;
  }
  .notfound-container > div {
    width: 100%;
  }
  .month-text {
    text-align: center;
    margin-top: 20px;
  }
  .insti-press-card {
    margin: 0 !important;
    width: 100% !important;
  }
  #submenu-entradas {
    float: right;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 30px;
    height: 70px;
  }
  #eventos-dd + .dropdown-menu,
  #ifema-dd + .dropdown-menu,
  .dropdown-menu-fullwidth {
    display: none !important;
  }
  .tarifas-footer {
    height: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tf-1,
  .tf-2,
  .tf-3,
  .tf-4 {
    width: 100%;
    padding: 0;
    margin: 5px 0;
  }
  .tarifas-footer div .icon-map-location:before,
  .tarifas-footer div .icon-more-2-fill:before,
  .tarifas-footer div .icon-placeholder-3:before,
  .tarifas-footer div .icon-users-1:before {
    position: relative;
    margin-right: 10px;
    top: 3px;
  }
  .tarifas-link {
    float: unset;
  }
  .newsletter-container {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .terms-and-conds {
    width: 100%;
    padding-left: 10px;
  }
  .text404container {
    width: 90%;
  }
  .event-form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-category {
    width: 100%;
  }
  .selector-label {
    margin-bottom: 15px !important;
    width: 100%;
  }
  .selector-label::after {
    width: auto;
  }
  .selector-container {
    width: 60%;
  }
  .form-search-container {
    width: 60%;
  }
  .nobox-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .plan-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .plan-header div.mr-40 {
    margin: 10px 0;
  }
  .plan-title {
    font-size: 30px;
  }
  .plan-div.body-title {
    font-size: 30px;
  }
  .flex-tabs {
    margin: 0 15px;
  }
  .nav-slider-right {
    right: -15px;
  }
  .nav-slider-left {
    left: -15px;
  }
  .card-slider-nav-l,
  .card-slider-nav-r {
    display: none;
  }
  .scroll-tabs {
    min-width: 150px !important;
  }
  .input-group.event-search {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .category-search {
    margin-top: 20px;
  }
  .tarifas-box {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tarifas-img-box {
    width: unset;
    margin-bottom: 40px;
  }
  .tarifas-div.body {
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }
  .precios-box {
    text-align: right;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
  }
  .precio-title {
    margin: 0 10px;
  }
  .precio-moneda {
    margin: 0;
    font-size: 18px;
    margin: 0 10px;
  }
}
@media (min-width: 579px) {
  .delete-all-tags.desk {
    display: inline;
  }
}
@media (max-width: 578px) {
  .delete-all-tags.desk {
    display: none;
  }
  .event-slider .slick-next {
    top: 25px;
    right: 20px;
  }
  .event-slider .slick-prev {
    left: 20px;
    top: 25px;
  }
  .event-card-slider h2 {
    font-size: 20px;
    padding: 0 90px !important;
  }
  .filters-box-show {
    right: 0;
  }
  .position-checks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text404 {
    width: 90% !important;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset !important;
  }
  .image404 {
    display: none;
  }
  .ferias-img-container {
    display: none;
  }
  .event-subtitle {
    font-size: 17px;
  }
  .ferias-ext {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ferias-img-container {
    position: absolute;
  }
}
@media (max-width: 575px) {
  .header-filters > .container {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .contact-links a {
    display: block;
  }
  .event-card-slider h2 {
    font-size: 20px;
    padding: 0 60px !important;
  }
  .event-slider .slick-next {
    right: 15px;
  }
  .event-slider .slick-prev {
    left: 15px;
  }
  .event-slider .slick-next::before {
    font-size: 25px;
  }
  .event-slider .slick-prev::before {
    font-size: 25px;
  }
  .carousel-item .data-background .h1 {
    max-width: 100%;
  }
  .entradas-menu-link {
    position: absolute;
    right: 160px;
    display: initial;
    bottom: 60px;
  }
  #submenu-entradas {
    display: none;
  }
  .ferias-slider-container {
    width: 220px;
  }
  .ferias-slider-nav-l {
    left: -41px;
  }
  .ferias-slider-nav-r {
    right: -10px;
  }
  .ferias-card {
    width: 200px;
    min-width: 200px;
  }
  .ferias-slider-subcontainer {
    width: 220px;
  }
  .fp-check {
    width: 100%;
  }
  .selector-container {
    width: 100%;
  }
  .form-search-container {
    width: 100%;
  }
  .causa-checks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gob-data {
    margin-left: 0;
    margin-top: 150px;
  }
  .gob-img {
    left: 20px;
  }
  .precios-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-list-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-list-img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .list-card-div.body {
    width: 100%;
  }
  .event-list-date {
    width: 40%;
    text-align: center;
    top: 15px;
    background-color: #fff;
    padding: 5px 5px;
    left: 15px;
  }
  .event-list-ubi {
    display: none;
  }
}
@media (max-width: 400px) {
  .ferias-slider-nav-l {
    left: -21px;
  }
  .ferias-slider-nav-r {
    right: 9px;
  }
  .ferias-card {
    width: 160px;
    min-width: 160px;
  }
  .ferias-slider-subcontainer {
    width: 180px;
  }
}
@media (max-width: 360px) {
  .filter-tag.filter-tag {
    font-size: 14px;
  }
  .event-card-slider h2 {
    padding: 0 20px !important;
    font-size: 18px;
  }
  .event-slider .slick-next {
    right: 0;
  }
  .event-slider .slick-prev {
    left: 0;
  }
  .lightpick__month {
    width: 280px !important;
    margin: 0 auto;
  }
  .event-list-date {
    width: 50%;
  }
  .ferias-slider-container {
    width: 190px;
  }
}
div.body > footer > section.insti-footer a.animated-link {
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: 0.5s color ease;
  -o-transition: 0.5s color ease;
  transition: 0.5s color ease;
  text-decoration: none;
  overflow: hidden;
}
div.body > footer > section.insti-footer a.animated-link:hover {
  color: #000;
}
div.body > footer > section.insti-footer a.animated-link:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  width: 0;
  max-width: 100%;
  overflow: hidden;
}
div.body > footer > section.insti-footer a.animated-link:hover:after {
  width: 100%;
}
.new-video img {
  height: auto !important;
  width: 100% !important;
}
.new-video .video-player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60%;
}
.new-video .video-player::before {
  background-color: transparent !important;
  font-size: 74px !important;
  padding: 0 !important;
  text-shadow: 0 0 6px #000;
  margin: 0;
}
.new-video .video-player .video-title {
  text-align: left;
  margin-top: 20px;
}
.new-video .video-player .video-title span {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  text-shadow: 0 0 6px #000;
}
@media (max-width: 1023px) {
  .new-video .video-player {
    padding-left: 40px;
    width: 60%;
  }
  .new-video .video-player::before {
    background-color: transparent !important;
    font-size: 62px !important;
    padding: 0 !important;
  }
  .new-video .video-player .video-title span {
    font-size: 35px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .new-video .video-player {
    padding-left: 20px;
    width: 100%;
  }
  .new-video .video-player::before {
    background-color: transparent !important;
    font-size: 50px !important;
    padding: 0 !important;
  }
  .new-video .video-player .video-title {
    margin-top: 10px;
  }
  .new-video .video-player .video-title span {
    font-size: 25px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .new-video .video-player {
    padding: 20px;
    width: 80%;
  }
  .new-video .video-player::before {
    background-color: transparent !important;
    font-size: 38px !important;
    padding: 0 !important;
  }
  .new-video .video-player .video-title span {
    font-size: 22px;
    line-height: 24px;
  }
}
.row .h4:not(span) {
  padding-left: 0;
}
.iframe-nobox-title,
.row .h4:not(span) {
  font-weight: 700;
  font-size: 36px;
  padding: 0 !important;
  display: inline;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.iframe-nobox-title {
  margin-left: 30px;
}
.row-block {
  display: block;
  margin: 0 0 20px 0 !important;
}
@media (max-width: 767px) {
  .iframe-nobox-title,
  .row .h4:not(span) {
    font-size: 24px;
  }
}
@media (max-width: 578px) {
  .row.row-block .h4:not(span) {
    margin-right: 10px;
  }
}
.prlform .form-check {
  margin-left: 5px;
}
.prlform p.subtitulo {
  font-weight: 700;
}
.prlform .bloque-informativo {
  border: 1px solid #e5e5e5;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.prlform .bloque-informativo .entradillaBloque {
  margin: 10px 0;
}
.prlform .form-row {
  width: auto;
}
.prlform .form-row.dinamico,
.prlform .form-row.prl-box {
  border: 1px solid #e5e5e5;
  border-top: 0 none;
}
.prlform .form-row.bloque-informativo,
.prlform .form-row.dinamico,
.prlform .form-row.prl-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.prlform .descBloque {
  border: 1px solid #e5e5e5;
  border-bottom: 0 none;
}
.prlform .bloque-informativo .descBloque {
  border: 0 none;
}
.prlform
  .btn.boton-dinamico.btn.boton-dinamico.btn.boton-dinamico.btn.boton-dinamico.btn.boton-dinamico {
  padding: 0 !important;
  min-width: 40px !important;
  position: absolute;
  right: 10px;
}
.prlform
  .btn.boton-dinamico.btn.boton-dinamico.btn.boton-dinamico.btn.boton-dinamico.btn.boton-dinamico.boton-mas {
  position: relative;
  right: 12px;
  margin-top: 5px;
}
.prlform .form-group {
  margin-top: 5px;
  margin-bottom: 10px;
}
.prlform .btn.boton-menos {
  top: 32px;
}
.prlform .icon-add-fill::before,
.prlform .icon-substract-fill::before {
  margin-right: 0;
}
.prlform .bloque-dinamico .dinamico:first-of-type .boton-menos {
  display: none;
}
.prlform .form-check .form-check-label span {
  font-weight: 700;
}
.prlform .form-check small {
  margin-top: 15px;
}
.prlform > fieldset > div > legend {
  background-color: #0082ca;
  padding: 3px 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  margin-bottom: 8px;
}
.prlform > fieldset > div > .subtitulo {
  background-color: #09d;
  padding: 5px 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  margin-bottom: 8px;
}
.prlform > fieldset > div > .descripcion {
  background-color: #858787;
  padding: 3px 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.prlform .descBloque {
  font-size: 16px;
  margin-top: 15px;
  font-weight: 700;
  background-color: #0082ca;
  margin-bottom: 0;
  padding: 5px 10px;
  color: #fff;
}
.prlform .bloque-informativo .descBloque {
  margin-top: 0;
}
.prlform.PalacioMunicipal > fieldset > div > legend {
  background-color: #007c37;
}
.prlform.PalacioMunicipal > fieldset > div > .subtitulo {
  background-color: #699c65;
}
.prlform.PalacioMunicipal .descBloque {
  background-color: #007c37;
}
.prlform .g-recaptcha {
  display: inline-block;
}
.form-control:focus,
.new-form-select:focus {
  border-color: #000;
}
.form-control:focus,
.new-form-select:focus {
  -webkit-box-shadow: inset 0 0 0 0.2rem #000;
  box-shadow: inset 0 0 0 0.2rem #000;
}
div.body.withAlert .ifm-alert {
  position: relative;
  display: none;
  width: 100%;
  height: 70px;
  background-color: #f5f8f9;
  margin-left: -10px !important;
  margin-right: -10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
div.body.withAlert .ifm-alert .ifm-alert-container {
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}
div.body.withAlert .ifm-alert .ifm-alert-container .ifm-alert-img {
  margin-right: 10px;
  display: inline-block;
}
div.body.withAlert .ifm-alert .ifm-alert-container .ifm-alert-img::before {
  font-size: 45px;
  color: #e3242d;
  margin-left: -2px;
}
div.body.withAlert .ifm-alert .ifm-alert-container .ifm-alert-img img {
  max-height: 40px;
  vertical-align: top;
}
div.body.withAlert .ifm-alert .ifm-alert-container .ifm-alert-content {
  display: inline-block;
  max-height: 70px;
  overflow: hidden;
  padding-right: 40px;
}
div.body.withAlert
  .ifm-alert
  .ifm-alert-container
  .ifm-alert-content
  .ifm-alert-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
div.body.withAlert
  .ifm-alert
  .ifm-alert-container
  .ifm-alert-content
  .ifm-alert-texto {
  display: block;
  font-size: 13px;
  line-height: 16px;
}
div.body.withAlert .ifm-alert .ifm-alert-close {
  position: absolute;
  color: grey;
  font-size: 14px;
  right: 15px;
  top: 10px;
  border: 0 none;
  background: 0 0;
  padding: 5px;
  line-height: 1;
  text-shadow: 0 0 1px #fff;
}
div.body.withAlert .ifm-alert .ifm-alert-close:hover {
  color: #000;
  text-shadow: 0 0 1px #fff;
}
div.body.withAlert .ifm-alert .ifm-alert-link-container span {
  display: none;
}
div.body.withAlert .ifm-alert .ifm-alert-link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  div.body.withAlert .ifm-alert {
    height: 100px;
    position: relative;
    padding: 0 !important;
  }
  div.body.withAlert .ifm-alert .ifm-alert-container {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    padding: 5px 10px 10px;
    text-align: center;
    overflow: hidden;
  }
  div.body.withAlert .ifm-alert .ifm-alert-container .ifm-alert-img {
    margin-right: 0;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
  }
  div.body.withAlert .ifm-alert .ifm-alert-container .ifm-alert-img::before {
    font-size: 38px;
    line-height: 26px;
    vertical-align: top;
    margin-left: 0;
  }
  div.body.withAlert .ifm-alert .ifm-alert-container .ifm-alert-img img {
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  div.body.withAlert .ifm-alert .ifm-alert-container .ifm-alert-content {
    display: block;
    max-height: 55px;
    padding: 0 10px;
  }
  div.body.withAlert
    .ifm-alert
    .ifm-alert-container
    .ifm-alert-content
    .ifm-alert-title {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
  }
  div.body.withAlert
    .ifm-alert
    .ifm-alert-container
    .ifm-alert-content
    .ifm-alert-texto {
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
  }
  div.body.withAlert .ifm-alert .ifm-alert-close {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  div.body.withAlert .ifm-alert {
    margin-left: calc(-50% + 364px) !important;
    margin-right: calc(-50% + 364px) !important;
    padding-left: calc(50% - 364px) !important;
    padding-right: calc(50% - 364px) !important;
  }
  div.body.withAlert .ifm-alert .ifm-alert-close {
    right: calc(50% - 344px);
    top: calc(50% - 12px);
  }
  div.body.withAlert.withTopbar .ifm-alert .ifm-alert-close {
    top: 5px;
  }
}
@media (min-width: 1024px) {
  div.body.withAlert .ifm-alert {
    margin-left: calc(-50% + 495px) !important;
    margin-right: calc(-50% + 495px) !important;
    padding-left: calc(50% - 495px) !important;
    padding-right: calc(50% - 495px) !important;
  }
  div.body.withAlert .ifm-alert .ifm-alert-close {
    right: calc(50% - 475px);
  }
}
@media (min-width: 1280px) {
  div.body.withAlert .ifm-alert {
    width: 2560px;
    margin-left: -685px !important;
    margin-right: -685px !important;
    padding-left: 685px !important;
    padding-right: 685px !important;
  }
  div.body.withAlert .ifm-alert .ifm-alert-container {
    padding: 10px 0;
  }
  div.body.withAlert .ifm-alert .ifm-alert-close {
    right: calc(50% - 595px);
  }
}
div.body.withAlert:not(.overflow-hidden-scroll) .ifm-alert {
  display: block;
}
div.body .main .ifm-kpi-container,
div.body main.container .ifm-kpi-container {
  padding-top: 20px;
  padding-bottom: 20px !important;
}
div.body .main .ifm-kpi-container .row,
div.body main.container .ifm-kpi-container .row {
  display: block;
  font-size: 0;
  text-align: center;
  letter-spacing: 0;
}
div.body .main .ifm-kpi-container .row .col,
div.body main.container .ifm-kpi-container .row .col {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
div.body .main .ifm-kpi-container .row.row-block,
div.body main.container .ifm-kpi-container .row.row-block {
  max-width: 100% !important;
  padding: 0 !important;
  text-align: left;
}
div.body .main .ifm-kpi-container .ifm-kpi,
div.body main.container .ifm-kpi-container .ifm-kpi {
  text-align: center;
  overflow-x: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.body .main .ifm-kpi-container .ifm-kpi .ifm-kpi-img,
div.body main.container .ifm-kpi-container .ifm-kpi .ifm-kpi-img {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
div.body .main .ifm-kpi-container .ifm-kpi .ifm-kpi-img img,
div.body main.container .ifm-kpi-container .ifm-kpi .ifm-kpi-img img {
  vertical-align: middle;
  height: 55px;
}
div.body .main .ifm-kpi-container .ifm-kpi .ifm-kpi-data,
div.body main.container .ifm-kpi-container .ifm-kpi .ifm-kpi-data {
  font-weight: 600;
  font-family: "Barlow"  !important;
  font-size: 32px;
  line-height: 36px;
  margin: 5px 0;
}
div.body .main .ifm-kpi-container .ifm-kpi .ifm-kpi-data span,
div.body main.container .ifm-kpi-container .ifm-kpi .ifm-kpi-data span {
  vertical-align: bottom;
  line-height: 32px;
}
div.body .main .ifm-kpi-container .ifm-kpi .ifm-kpi-title,
div.body main.container .ifm-kpi-container .ifm-kpi .ifm-kpi-title {
  font-size: 18px;
}
@media (min-width: 768px) {
  div.body .main .ifm-kpi-container.transparent,
  div.body main.container .ifm-kpi-container.transparent {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
  div.body .main .ifm-kpi-container .row .col,
  div.body main.container .ifm-kpi-container .row .col {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  div.body .main .ifm-kpi-container .row,
  div.body main.container .ifm-kpi-container .row {
    margin: 0 auto;
    max-width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1023px) {
  div.body .main .ifm-kpi-container .ifm-kpi-carousel,
  div.body main.container .ifm-kpi-container .ifm-kpi-carousel {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  div.body .main .ifm-kpi-container .ifm-kpi-carousel .ifm-kpi,
  div.body main.container .ifm-kpi-container .ifm-kpi-carousel .ifm-kpi {
    margin: 0;
  }
  div.body .main .ifm-kpi-container .ifm-kpi-carousel .slick-list,
  div.body main.container .ifm-kpi-container .ifm-kpi-carousel .slick-list {
    overflow: visible;
    width: 75%;
    margin: 0 auto;
  }
  div.body .main .ifm-kpi-container .ifm-kpi-carousel .slick-slide,
  div.body main.container .ifm-kpi-container .ifm-kpi-carousel .slick-slide {
    max-width: 100%;
    opacity: 0.25;
  }
  div.body .main .ifm-kpi-container .ifm-kpi-carousel .slick-slide img,
  div.body
    main.container
    .ifm-kpi-container
    .ifm-kpi-carousel
    .slick-slide
    img {
    margin: 0;
  }
  div.body
    .main
    .ifm-kpi-container
    .ifm-kpi-carousel
    .slick-slide[aria-hidden="false"],
  div.body
    main.container
    .ifm-kpi-container
    .ifm-kpi-carousel
    .slick-slide[aria-hidden="false"] {
    opacity: 1;
  }
  div.body .main .ifm-kpi-container .ifm-kpi-carousel .slick-dots,
  div.body main.container .ifm-kpi-container .ifm-kpi-carousel .slick-dots {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 30px auto 0;
  }
  div.body .main .ifm-kpi-container .row:not(.ifm-kpi-carousel),
  div.body main.container .ifm-kpi-container .row:not(.ifm-kpi-carousel) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  div.body .main .ifm-kpi-container .ifm-kpi-carousel .slick-list,
  div.body main.container .ifm-kpi-container .ifm-kpi-carousel .slick-list {
    width: 50%;
  }
}
.container.container {
  max-width: 100% !important;
}
.header-filters > .container.container {
  margin: 0;
}
div.body > header .hero-image > .container.container h1 {
  padding: 0;
  margin: 0;
}
div.body > .main > section#carouselExampleIndicators {
  padding-bottom: 60px !important;
}
div.body > .main > section#carouselExampleIndicators .carousel-indicators {
  margin-bottom: 20px;
}
.search-tabs-wrapper .container .tab p {
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}
.header-filters.container.container {
  max-width: 100% !important;
}
@media (max-width: 767px) {
  #carouselHome .slick-slide .container.container,
  .header-filters > .container.container,
  .new-hero-slick .slick-slide .container.container,
  div.body > footer section.container-fluid > .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  div.body > footer section.container-fluid > .container .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  div.body > footer ul:not(.nav-tabs) {
    padding-left: 0;
  }
  div.body > footer .social-links {
    text-align: left;
  }
  div.body > footer .stores .row > div {
    width: auto !important;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  div.body > footer .white-footer {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .search-tabs-wrapper .container,
  div.body #carouselHome .carousel-item .data-background > div {
    max-width: calc(100% - 40px) !important;
    max-width: 728px !important;
  }
  #carouselHome .slick-slide .container.container,
  .header-filters > .container.container,
  .new-hero-slick .slick-slide .container.container,
  div.body > header .header-nav.container,
  div.body > header .hero-image > .container.container,
  div.body > header nav[aria-label="breadcrumb"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  div.body > footer .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .headerButtons > .row > div:first-child a {
    padding-left: calc(100% - 364px);
  }
  .headerButtons > .row > div:last-child a {
    padding-right: calc(100% - 364px);
  }
  .container.container {
    max-width: 728px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  div.body > header div.header-nav-container {
    padding: 0 20px !important;
    padding-left: calc(50% - 364px) !important;
    padding-right: calc(50% - 364px) !important;
  }
}
@media (min-width: 1024px) {
  .search-tabs-wrapper .container,
  div.body #carouselHome .carousel-item .data-background > div {
    max-width: calc(100% - 34px) !important;
    max-width: 990px !important;
  }
  div.body > footer .container-fluid {
    padding-right: 17px;
    padding-left: 17px;
  }
  #carouselHome .slick-slide .container.container,
  .header-filters > .container.container,
  .new-hero-slick .slick-slide .container.container,
  div.body > header .header-nav.container,
  div.body > header .hero-image > .container.container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .headerButtons > .row > div:first-child a {
    padding-left: calc(100% - 495px);
  }
  .headerButtons > .row > div:last-child a {
    padding-right: calc(100% - 495px);
  }
  .container.container {
    max-width: 990px !important;
  }
  .container.kpi-box {
    max-width: 980px !important;
  }
  div.body > header .header-nav-container {
    padding-left: calc(50% - 495px) !important;
    padding-right: calc(50% - 495px) !important;
  }
}
@media (min-width: 1280px) {
  div.body > footer .container-fluid,
  div.body > header nav[aria-label="breadcrumb"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .header-filters > .container.container,
  .search-tabs-wrapper .container,
  div.body #carouselHome .carousel-item .data-background > div,
  div.body > header .header-nav.container,
  div.body > header .hero-image > .container.container,
  div.body > header nav[aria-label="breadcrumb"] .container {
    max-width: 100% !important;
    padding-left: calc(50% - 595px) !important;
    padding-right: calc(50% - 595px) !important;
  }
  div.body > footer .container.container {
    max-width: 100% !important;
    padding-left: calc(50% - 595px);
    padding-right: calc(50% - 595px);
  }
  aside.box-with-title,
  div.body > .main > #section,
  div.body > .main > article,
  div.body > .main > section {
    padding-left: calc(50% - 595px) !important;
    padding-right: calc(50% - 595px) !important;
  }
  .headerButtons > .row > div:first-child a {
    padding-left: calc(100% - 595px);
  }
  .headerButtons > .row > div:last-child a {
    padding-right: calc(100% - 595px);
  }
  .container.container {
    max-width: 1230px !important;
  }
  div.body > header .header-nav-container {
    padding-left: calc(50% - 595px) !important;
    padding-right: calc(50% - 595px) !important;
  }
  .search-tabs-wrapper .container.container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1440px) {
  #carouselHome .slick-slide .container.container,
  .header-filters > .container.container,
  .new-hero-slick .slick-slide .container.container,
  .search-tabs-wrapper .container,
  div.body #carouselHome .carousel-item .data-background > div,
  div.body > header .hero-image > .container.container,
  div.body > header nav[aria-label="breadcrumb"] .container {
    max-width: 1390px !important;
    padding: 0 100px !important;
  }
  div.body > footer .container.container {
    max-width: 1390px !important;
    padding: 0 100px;
  }
  .container.container {
    max-width: 1390px !important;
  }
  .search-tabs-wrapper .container.container {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (max-width: 767px) {
  .kpis-home {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: -30px !important;
  }
  .kpis-home .col {
    -webkit-flex-basis: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    max-width: 50%;
    width: 50%;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.body main > .cta.cta .cta-title {
  letter-spacing: 0;
}
div.body
  > .main
  > section.basico
  .row.floating
  .col-12.col-md-12
  .col-12.col-lg-6.margin-bottom.z-1.text-center {
  min-height: 66.4vw;
}
@media (min-width: 768px) {
  div.body
    > .main
    > section.basico
    .row.floating
    .col-12.col-md-12
    .col-12.col-lg-6.margin-bottom.z-1.text-center {
    min-height: 458px;
  }
}
@media (min-width: 992px) {
  div.body
    > .main
    > section.basico
    .row.floating
    .col-12.col-md-12
    .col-12.col-lg-6.margin-bottom.z-1.text-center {
    min-height: 215px;
  }
}
@media (min-width: 1024px) {
  div.body
    > .main
    > section.basico
    .row.floating
    .col-12.col-md-12
    .col-12.col-lg-6.margin-bottom.z-1.text-center {
    min-height: 302px;
  }
}
@media (min-width: 1280px) {
  div.body
    > .main
    > section.basico
    .row.floating
    .col-12.col-md-12
    .col-12.col-lg-6.margin-bottom.z-1.text-center {
    min-height: 382px;
  }
}
.banner-border > div {
  border: 1px solid #c4c4c4;
}
.banner > div {
  text-align: center;
  height: 105px;
}
.box-with-title .row .banner div a img.img-fluid {
  max-height: 100%;
}
.col-md-3.banner > div {
  height: 80px;
  line-height: 80px;
  overflow: hidden;
}
.col-md-3.banner > div img {
  max-height: 60px;
}
.col-md-2.banner > div {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}
.col-md-2.banner > div img {
  max-height: 50px;
}
.itemTContainer .banner {
  margin-bottom: 20px !important;
}
.box-with-title .row .banner div a img.img-fluid {
  max-height: 100%;
}
@media (max-width: 767px) {
  .banner > div {
    margin-bottom: 20px;
  }
  .list-no-wrap > div .banner > div {
    margin-bottom: 5px;
  }
}
.banner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
div.body .main aside.ifm-banner-container.ifm-banner-container.transparent,
div.body .main section.ifm-banner-container.ifm-banner-container.transparent,
div.body
  main.container
  aside.ifm-banner-container.ifm-banner-container.transparent,
div.body
  main.container
  section.ifm-banner-container.ifm-banner-container.transparent {
  padding-top: 0;
  padding-bottom: 0;
}
div.body .main aside.ifm-banner-container.ifm-banner-container .row,
div.body .main section.ifm-banner-container.ifm-banner-container .row,
div.body main.container aside.ifm-banner-container.ifm-banner-container .row,
div.body main.container section.ifm-banner-container.ifm-banner-container .row {
  text-align: left;
}
div.body .main aside.ifm-banner-container.ifm-banner-container .row h2,
div.body .main section.ifm-banner-container.ifm-banner-container .row h2,
div.body main.container aside.ifm-banner-container.ifm-banner-container .row h2,
div.body
  main.container
  section.ifm-banner-container.ifm-banner-container
  .row
  h2 {
  padding: 0 20px;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel,
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel,
div.body
  main.container
  aside.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel,
div.body
  main.container
  section.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel {
  font-size: 0;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel.slick-initialized
  [class^="col"],
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel.slick-initialized
  [class^="col"],
div.body
  main.container
  aside.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel.slick-initialized
  [class^="col"],
div.body
  main.container
  section.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel.slick-initialized
  [class^="col"] {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel
  [class^="col"],
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel
  [class^="col"],
div.body
  main.container
  aside.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel
  [class^="col"],
div.body
  main.container
  section.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel
  [class^="col"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel,
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel,
div.body
  main.container
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel,
div.body
  main.container
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .ifm-banner,
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .ifm-banner,
div.body
  main.container
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .ifm-banner,
div.body
  main.container
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .ifm-banner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 105px;
  text-align: center;
  overflow-x: hidden;
  margin: 0;
  height: auto;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .ifm-banner
  img,
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .ifm-banner
  img,
div.body
  main.container
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .ifm-banner
  img,
div.body
  main.container
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .ifm-banner
  img {
  display: inline-block;
  max-width: 100%;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-list,
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-list,
div.body
  main.container
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-list,
div.body
  main.container
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-list {
  overflow: visible;
  width: 50%;
  margin: 0 auto;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-slide,
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-slide,
div.body
  main.container
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-slide,
div.body
  main.container
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-slide {
  max-width: 100%;
  opacity: 0.25;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-slide
  img,
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-slide
  img,
div.body
  main.container
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-slide
  img,
div.body
  main.container
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-slide
  img {
  margin: 0;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-slide.slick-current,
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-slide.slick-current,
div.body
  main.container
  aside.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-slide.slick-current,
div.body
  main.container
  section.ifm-banner-container.ifm-banner-container
  .ifm-banner-carousel
  .slick-slide.slick-current {
  opacity: 1;
}
@media (min-width: 576px) {
  div.body
    .main
    aside.ifm-banner-container.ifm-banner-container
    .ifm-banner-carousel
    .slick-list,
  div.body
    .main
    section.ifm-banner-container.ifm-banner-container
    .ifm-banner-carousel
    .slick-list,
  div.body
    main.container
    aside.ifm-banner-container.ifm-banner-container
    .ifm-banner-carousel
    .slick-list,
  div.body
    main.container
    section.ifm-banner-container.ifm-banner-container
    .ifm-banner-carousel
    .slick-list {
    overflow: hidden;
    width: auto;
    margin: 0 auto;
  }
  div.body
    .main
    aside.ifm-banner-container.ifm-banner-container
    .ifm-banner-carousel
    .slick-slide,
  div.body
    .main
    section.ifm-banner-container.ifm-banner-container
    .ifm-banner-carousel
    .slick-slide,
  div.body
    main.container
    aside.ifm-banner-container.ifm-banner-container
    .ifm-banner-carousel
    .slick-slide,
  div.body
    main.container
    section.ifm-banner-container.ifm-banner-container
    .ifm-banner-carousel
    .slick-slide {
    max-width: 100%;
    opacity: 1;
  }
}
div.body > main.container > section.ifm-videosimagenes-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
div.body
  > main.container
  > section.ifm-videosimagenes-container
  .row.row-block:not(.carouselM) {
  padding-left: 100px;
  padding-right: 100px;
}
div.body
  > main.container
  > section.ifm-videosimagenes-container
  .carouselM.mobile-full {
  overflow-x: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
div.body
  > main.container
  > section.ifm-videosimagenes-container
  .carouselM.mobile-full
  .slick-slider {
  width: calc(1390px - 200px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw + ((100vw - 1190px) / 2));
  margin-right: calc(-50vw + ((100vw - 1190px) / 2));
}
@media (max-width: 1439px) {
  div.body
    > main.container
    > section.ifm-videosimagenes-container
    .row.row-block:not(.carouselM) {
    padding-left: 20px;
    padding-right: 20px;
  }
  div.body
    > main.container
    > section.ifm-videosimagenes-container
    .carouselM.mobile-full
    .slick-slider {
    width: calc(1230px - 40px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw + ((100vw - 1190px) / 2));
    margin-right: calc(-50vw + ((100vw - 1190px) / 2));
  }
}
@media (max-width: 1279px) {
  div.body
    > main.container
    > section.ifm-videosimagenes-container
    .carouselM.mobile-full
    .slick-slider {
    width: calc(990px - 40px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw + ((100vw - 950px) / 2));
    margin-right: calc(-50vw + ((100vw - 950px) / 2));
  }
}
@media (max-width: 1023px) {
  div.body
    > main.container
    > section.ifm-videosimagenes-container
    .carouselM.mobile-full
    .slick-slider {
    width: calc(728px - 40px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw + ((100vw - 688px) / 2));
    margin-right: calc(-50vw + ((100vw - 688px) / 2));
  }
}
@media (max-width: 767px) {
  div.body
    > main.container
    > section.ifm-videosimagenes-container
    .carouselM.mobile-full
    .slick-slider {
    width: 100%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50%;
    margin-right: -50%;
  }
}
@media (max-width: 575px) {
  div.body
    > main.container
    > section.ifm-banner-container
    .ifm-banner-carousel
    .banner {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  div.body > main.container > section.ifm-banner-container,
  div.body > main.container > section.ifm-kpi-container {
    padding-left: 0;
    padding-right: 0;
  }
  div.body > main.container > section.ifm-banner-container .row.row-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  div.body > main.container > section.ifm-banner-container .ifm-banner-carousel,
  div.body > main.container > section.ifm-kpi-container .ifm-kpi-carousel {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  div.body > .main > section.basico .row .z-1,
  div.body > .main > section.presentation .row .z-1 {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    float: none !important;
  }
  div.body > .main > section.basico .row .z-1 .embed-responsive-ifema,
  div.body > .main > section.basico .row .z-1 img,
  div.body > .main > section.presentation .row .z-1 .embed-responsive-ifema,
  div.body > .main > section.presentation .row .z-1 img {
    max-width: 100vw !important;
    width: 100vw !important;
  }
}
div.body > main.container > section.ifm-videosimagenes-container .carouselM {
  margin-bottom: 0;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel.slick-initialized
  .slick-slide,
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel.slick-initialized
  .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel.slick-initialized
  .slick-slide
  > div,
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel.slick-initialized
  .slick-slide
  > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
div.body
  .main
  aside.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel.slick-initialized
  [class^="col"],
div.body
  .main
  section.ifm-banner-container.ifm-banner-container
  .row.ifm-banner-carousel.slick-initialized
  [class^="col"] {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: none;
}
.ifm-banner-container .autoplay-dots-wrapper {
  margin-top: 0;
}
.ifm-banner a:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.suggestionBoxContainer ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.suggestionBoxContainer ul li span {
  font-size: 17px;
}
.suggestionBoxContainer ul li span:before {
  font-size: 17px;
  margin-right: 10px;
}
section.support-search-container .support-search-form-container {
  padding: 20px 0 0 !important;
}
section.support-search-container form {
  position: relative;
}
section.support-search-container .suggestionBoxContainer {
  position: absolute;
  height: auto !important;
}
section.support-search-container .suggestionBoxContainer ul {
  overflow: initial;
  position: relative;
  min-width: 100%;
  background-color: #f7f7f7 !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
}
section.support-search-container .suggestionBoxContainer ul li a {
  color: #000 !important;
}
@media (max-width: 767px) {
  section.support-search-container .support-search-title {
    font-size: 24px;
  }
}
#ifm-topbar {
  position: relative;
  background-color: inherit;
  background-color: #000;
}
#ifm-topbar .ifm-topbar-container {
  padding: 7px 0;
  background-color: inherit;
  color: #fff;
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
  max-width: 100vw;
}
#ifm-topbar .ifm-topbar-container .ifm-topbar-links,
#ifm-topbar .ifm-topbar-container .ifm-topbar-social {
  padding-right: 20px !important;
  height: 100%;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  vertical-align: top;
}
#ifm-topbar .ifm-topbar-container .ifm-topbar-links span,
#ifm-topbar .ifm-topbar-container .ifm-topbar-social span {
  display: none;
}
#ifm-topbar .ifm-topbar-container .ifm-topbar-links .ifm-topbar-button,
#ifm-topbar .ifm-topbar-container .ifm-topbar-social .ifm-topbar-button {
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  height: 100%;
}
#ifm-topbar .ifm-topbar-container .ifm-topbar-links .ifm-topbar-button span,
#ifm-topbar .ifm-topbar-container .ifm-topbar-social .ifm-topbar-button span {
  vertical-align: middle;
  line-height: 28px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.7;
  font-size: 14px;
}
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-links
  .ifm-topbar-button
  span[class^="icon"],
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-social
  .ifm-topbar-button
  span[class^="icon"] {
  overflow: visible;
  text-overflow: initial;
}
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-links
  .ifm-topbar-button
  span::before,
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-social
  .ifm-topbar-button
  span::before {
  width: auto;
  line-height: 26px;
  vertical-align: top;
}
#ifm-topbar .ifm-topbar-container .ifm-topbar-links .ifm-topbar-button img,
#ifm-topbar .ifm-topbar-container .ifm-topbar-social .ifm-topbar-button img {
  opacity: 0.7;
  height: 26px;
}
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-links
  .ifm-topbar-button:hover
  span,
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-social
  .ifm-topbar-button:hover
  span {
  opacity: 1;
}
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-links
  .ifm-topbar-button:hover
  img,
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-social
  .ifm-topbar-button:hover
  img {
  opacity: 1;
}
#ifm-topbar .ifm-topbar-container .ifm-topbar-social .ifm-topbar-button {
  padding: 0 8px;
}
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-social
  .ifm-topbar-button
  span::before {
  font-size: 16px;
}
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-social
  .ifm-topbar-button
  span[class^="icon"]
  + span {
  display: none;
}
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-social
  .ifm-topbar-button
  img
  + span {
  display: none;
}
#ifm-topbar .ifm-topbar-container .ifm-topbar-links .ifm-topbar-button {
  height: 100%;
  padding: 0 20px 0 19px;
  position: relative;
}
#ifm-topbar .ifm-topbar-container .ifm-topbar-links .ifm-topbar-button::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  margin: 4px 0;
  height: 16px;
  width: 1px;
  bottom: 0;
  right: 0;
}
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-links
  .ifm-topbar-button
  span[class^="icon"] {
  padding-right: 5px;
  height: 100%;
}
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-links
  .ifm-topbar-button
  span[class^="icon"]::before {
  font-size: 28px;
  margin-top: -1px;
}
#ifm-topbar .ifm-topbar-container .ifm-topbar-links .ifm-topbar-button img {
  padding-right: 5px;
}
#ifm-topbar
  .ifm-topbar-container
  .ifm-topbar-links
  a:last-of-type.ifm-topbar-button::after {
  display: none;
}
div.body.withTopbar #header-nav-container {
  table-layout: fixed;
}
div.body.withTopbar.withAlert .oval-container {
  margin-bottom: 95px;
}
div.body.withTopbar.withAlert.menuFixed
  header
  .header-nav-container
  ~ #carouselHome,
div.body.withTopbar.withAlert.menuFixed
  header
  .header-nav-container
  ~ .hero-banner-slick-wrapper,
div.body.withTopbar.withAlert.menuFixed
  header
  .header-nav-container
  ~ .new-hero-slick-wrapper {
  margin-top: 110px !important;
}
div.body.withTopbar:not(.overflow-hidden-scroll)
  > header
  div.header-nav-container.fixed
  + #carouselHome {
  margin-top: 110px;
}
div.body.withTopbar #searchBox,
div.body.withTopbar > header div.header-nav nav,
div.body.withTopbar > header div.header-nav-container.onTop div.header-nav nav {
  height: calc(100% - 150px);
  top: 150px;
}
div.body.withTopbar > header div.header-nav-container.fixed + #carouselHome,
div.body.withTopbar > header div.header-nav-container.fixed + .hero-image,
div.body.withTopbar > header div.header-nav-container.fixed + .search-header {
  margin-top: 110px;
}
@media (max-width: 991px) {
  div.body.withTopbar #ifm-topbar .ifm-topbar-container .ifm-topbar-social {
    padding: 0;
  }
  div.body.withTopbar
    #ifm-topbar
    .ifm-topbar-container
    .ifm-topbar-social
    .ifm-topbar-button {
    padding: 0 5px;
  }
  div.body.withTopbar #ifm-topbar .ifm-topbar-container .ifm-topbar-links {
    padding-right: 10px !important;
  }
  div.body.withTopbar
    #ifm-topbar
    .ifm-topbar-container
    .ifm-topbar-links
    .ifm-topbar-button {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  div.body.withTopbar #ifm-topbar .ifm-topbar-container .ifm-topbar-social {
    display: none;
  }
  div.body.withTopbar #searchBox,
  div.body.withTopbar > header div.header-nav nav,
  div.body.withTopbar
    > header
    div.header-nav-container.onTop
    div.header-nav
    nav {
    height: calc(100% - 100px);
    top: 100px;
  }
  div.body.withTopbar:not(.overflow-hidden-scroll)
    > header
    div.header-nav-container.fixed
    + #carouselHome {
    margin-top: 100px;
  }
  div.body.withTopbar > header div.header-nav-container.fixed + #carouselHome,
  div.body.withTopbar > header div.header-nav-container.fixed + .hero-image,
  div.body.withTopbar > header div.header-nav-container.fixed + .search-header {
    margin-top: 100px;
  }
  div.body.withTopbar.withAlert.menuFixed
    header
    .header-nav-container
    ~ #carouselHome,
  div.body.withTopbar.withAlert.menuFixed
    header
    .header-nav-container
    ~ .hero-banner-slick-wrapper,
  div.body.withTopbar.withAlert.menuFixed
    header
    .header-nav-container
    ~ .new-hero-slick {
    margin-top: 100px !important;
  }
}
@media (max-width: 375px) {
  div.body.withTopbar
    #ifm-topbar
    .ifm-topbar-container
    .ifm-topbar-links
    .ifm-topbar-button
    img {
    max-width: 110px;
  }
}
@media (max-width: 575px) {
  div.body.withTopbar
    #ifm-topbar
    .ifm-topbar-container
    .ifm-topbar-links
    .ifm-topbar-button {
    padding: 0 7px;
  }
  div.body.withTopbar
    #ifm-topbar
    .ifm-topbar-container
    .ifm-topbar-links
    .ifm-topbar-button
    span {
    display: block;
  }
  div.body.withTopbar
    #ifm-topbar
    .ifm-topbar-container
    .ifm-topbar-links
    .ifm-topbar-button
    span[class^="icon"] {
    display: none;
  }
  div.body.withTopbar
    #ifm-topbar
    .ifm-topbar-container
    .ifm-topbar-links
    .ifm-topbar-button
    img {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  div.body.withTopbar #ifm-topbar .ifm-topbar-container {
    padding-left: calc(50% - 364px) !important;
    padding-right: calc(50% - 364px) !important;
  }
  div.body.withTopbar.overflow-hidden-scroll.onTop
    .banner-publi
    ~ header
    div.header-nav-container.onTop
    div.header-nav
    nav {
    height: calc(100% - 150px);
    top: 150px;
  }
}
@media (min-width: 768px) {
  div.body.withTopbar #ifm-topbar .ifm-topbar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  div.body.withTopbar #ifm-topbar .ifm-topbar-container {
    padding-left: calc(50% - 495px) !important;
    padding-right: calc(50% - 495px) !important;
  }
}
@media (min-width: 1280px) {
  div.body.withTopbar #ifm-topbar .ifm-topbar-container {
    padding-left: calc(50% - 595px) !important;
    padding-right: calc(50% - 595px) !important;
    width: 100%;
  }
  div.body.withTopbar #ifm-topbar .ifm-topbar-container > div:last-child {
    padding-right: 0 !important;
  }
}
.mt-lg {
  margin-top: 40px !important;
}
@media (max-width: 1024px) {
  .mt-lg {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .mt-lg {
    margin-top: 10px !important;
  }
}
.pt-lg {
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .pt-lg {
    padding-top: 40px !important;
  }
}
.font-500 {
  font-weight: 500 !important;
}
.module-box .mt-lg,
.tab-pane .mt-lg {
  margin-top: 0 !important;
}
header section.mt-lg {
  margin-top: 0 !important;
}
div.body {
  font-size: 17px;
}
div.body > main.container {
  margin-bottom: 0;
}
div.body .main {
  width: 100% !important;
  overflow: hidden;
  max-width: 2560px !important;
}
div.body .main aside.box-with-title,
div.body .main > #section,
div.body .main > article,
div.body .main > section {
  position: relative;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
div.body .main aside.box-with-title:first-child,
div.body .main > #section:first-child,
div.body .main > article:first-child,
div.body .main > section:first-child {
  margin-top: 0 !important;
}
div.body .main aside.box-with-title.presentation:first-child,
div.body .main > #section.presentation:first-child,
div.body .main > article.presentation:first-child,
div.body .main > section.presentation:first-child {
  margin-top: 40px !important;
}
div.body .main aside.box-with-title.full-box-container .full-box,
div.body .main > #section.full-box-container .full-box,
div.body .main > article.full-box-container .full-box,
div.body .main > section.full-box-container .full-box {
  background-color: #f2f2f2;
  display: inline-block;
  height: 100%;
  width: 2560px;
  margin: 0 auto;
  left: -999px;
  right: -999px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: -1;
}
div.body .main > script:first-child + #section,
div.body .main > script:first-child + article,
div.body .main > script:first-child + aside.box-with-title,
div.body .main > script:first-child + section {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  div.body .main .mobile-full {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: calc(100% + 40px);
  }
}
@media (max-width: 575px) {
  .full-mobile-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media (min-width: 1440px) {
  div.body .main aside.box-with-title,
  div.body .main > #section,
  div.body .main > article,
  div.body .main > section {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
h2 {
  font-family: "Barlow" ;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0.5rem;
}
.ifema-h1 {
  font-family: "Barlow"  !important;
  font-size: 36px !important;
  line-height: 44px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}
.ifema-h2 {
  font-family: "Barlow"  !important;
  font-size: 32px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}
@media (max-width: 1023px) {
  h2 {
    font-family: "Barlow" ;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    text-transform: none;
  }
  .ifema-h1 {
    font-family: "Barlow"  !important;
    font-size: 34px !important;
    line-height: 38px !important;
    font-weight: 600 !important;
    text-transform: none !important;
  }
  .ifema-h2 {
    font-family: "Barlow"  !important;
    font-size: 28px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    text-transform: none !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-family: "Barlow" ;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
  }
  .ifema-h1 {
    font-family: "Barlow"  !important;
    font-size: 32px !important;
    line-height: 36px !important;
    font-weight: 600 !important;
    text-transform: none !important;
  }
}
#header-nav-mobile,
#searchBox,
.bg-header-nav,
div.body > header .search-header {
  background-color: #282351;
}
.header-nav-container.bg-header-primary {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    color-stop(50%, #fff),
    color-stop(50%, #171736),
    to(#171736)
  );
  background: -webkit-linear-gradient(
    left,
    #fff 0,
    #fff 50%,
    #171736 50%,
    #171736 100%
  );
  background: -o-linear-gradient(
    left,
    #fff 0,
    #fff 50%,
    #171736 50%,
    #171736 100%
  );
  background: linear-gradient(
    90deg,
    #fff 0,
    #fff 50%,
    #171736 50%,
    #171736 100%
  );
  font-family: "Barlow" ;
  max-width: 2560px;
  margin: auto !important;
  padding: 0 !important;
  right: 0;
  left: 0;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary {
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fff),
    color-stop(90%, #fff),
    color-stop(90%, #171736),
    to(#171736)
  );
  background: -webkit-linear-gradient(
    left,
    #fff 0,
    #fff 90%,
    #171736 90%,
    #171736 100%
  );
  background: -o-linear-gradient(
    left,
    #fff 0,
    #fff 90%,
    #171736 90%,
    #171736 100%
  );
  background: linear-gradient(
    90deg,
    #fff 0,
    #fff 90%,
    #171736 90%,
    #171736 100%
  );
  overflow: visible;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  span.navbar-organizador2
  a
  img {
  height: 30px;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  .ferial-menu-right-side {
  display: table;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#282351),
    to(#171736)
  );
  background: -webkit-linear-gradient(left, #282351 0, #171736 100%);
  background: -o-linear-gradient(left, #282351 0, #171736 100%);
  background: linear-gradient(90deg, #282351 0, #171736 100%);
  position: relative;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  .ferial-menu-right-side::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #282351;
  -webkit-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  .ferial-menu-right-side
  .navbar-ifema {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 60px;
  line-height: 60px;
  font-size: 0;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  .ferial-menu-right-side
  .navbar-ifema
  img {
  display: table-cell;
  height: 50px;
  padding-bottom: 3px;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  .ferial-menu-right-side
  span.nav-search {
  display: table-cell;
  vertical-align: middle;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  .ferial-menu-right-side
  span.nav-search::before {
  color: #fff;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  .ferial-menu-right-side
  span.nav-search:hover {
  background-color: #403964;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  .ferial-menu-right-side
  .navbar-toggler {
  display: table-cell;
  vertical-align: middle;
  min-width: 0;
  color: #fff;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  .ferial-menu-right-side
  .navbar-toggler:hover {
  background-color: #403964;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  .ferial-menu-right-side
  nav.collapse
  .bg-header-nav {
  background-color: #282351;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  span.nav-search:hover {
  background-color: #403964;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  button.navbar-toggler {
  border: 0 none;
  line-height: 0;
  background-color: transparent;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  button.navbar-toggler:hover {
  background-color: #403964;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  button.navbar-toggler
  .icon-menu {
  display: block;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  button[aria-expanded="true"].navbar-toggler {
  background-color: #282351;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  button[aria-expanded="true"].navbar-toggler::after {
  background-color: #282351;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  button[aria-expanded="true"].navbar-toggler:hover {
  background-color: #403964;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  button[aria-expanded="true"].navbar-toggler:hover::after {
  background-color: #403964;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  nav.collapse {
  background: rgba(64, 57, 100, 0.8) !important;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  nav.collapse
  ul.bg-header-nav {
  background-color: #282351;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  nav.collapse
  ul.bg-header-nav
  li.dropdown.show {
  background: #403964;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  nav.collapse
  ul.bg-header-nav
  li.dropdown.show
  a.dropdown-toggle {
  background: #403964 !important;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  nav.collapse
  ul.bg-header-nav
  li.dropdown.show
  div.dropdown-menu {
  background: #403964 !important;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  nav.collapse
  div.bg-header-primary {
  background-color: #282351 !important;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  nav.collapse
  div.bg-header-primary
  .tickets-link {
  text-align: center;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  nav.collapse
  div.bg-header-primary
  .insti-menu-link {
  padding: 0 !important;
  text-align: center;
  min-width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  nav.collapse
  div.bg-header-primary
  a:last-child {
  margin: 0 0 0 20px !important;
}
.header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  nav.collapse
  div.bg-header-primary
  a:first-child {
  margin: 0 !important;
}
div.body.overflow-hidden-scroll > header div.header-nav-container.fixed {
  max-width: 100%;
}
.institutional .header-nav-container.bg-header-primary {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#282351),
    to(#171736)
  ) !important;
  background: -webkit-linear-gradient(left, #282351, #171736) !important;
  background: -o-linear-gradient(left, #282351, #171736) !important;
  background: linear-gradient(90deg, #282351, #171736) !important;
}
.institutional .header-nav-container.bg-header-primary::before {
  display: none;
}
.institutional
  .header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary {
  background: 0 0 !important;
}
.institutional
  .header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  .insti-logo
  img {
  display: table-cell;
  height: 50px;
  padding-bottom: 2px;
}
.institutional
  .header-nav-container.bg-header-primary
  .header-nav.container.bg-header-primary
  .nav-submenu-container {
  display: table-cell;
}
div.body > header div.header-nav .navbar-organizador2 {
  padding-right: 30px;
}
div.body > header div.header-nav .navbar-brand {
  height: 60px;
  line-height: 60px;
  padding: 5px 0;
  font-size: 0;
}
div.body > header div.header-nav .navbar-date {
  font-family: "Barlow";
  font-size: 16px;
}
div.body > header div.header-nav .navbar-date span:last-child {
  font-size: 16px;
}
div.body:not(.menuFixed) .header-nav-container {
  -webkit-box-shadow: 0 -1px rgba(164, 164, 164, 0.2) inset;
  box-shadow: 0 -1px rgba(164, 164, 164, 0.2) inset;
}
div.body:not(.menuFixed) .ferial-menu-right-side,
div.body:not(.menuFixed) .header-nav.container.bg-header-primary {
  -webkit-box-shadow: 0 -1px rgba(164, 164, 164, 0.2) inset;
  box-shadow: 0 -1px rgba(164, 164, 164, 0.2) inset;
}
div.body:not(.menuFixed)
  .header-nav.container.bg-header-primary
  .ferial-menu-right-side::before {
  -webkit-box-shadow: 0 -1px rgba(164, 164, 164, 0.2) inset;
  box-shadow: 0 -1px rgba(164, 164, 164, 0.2) inset;
  height: 100% !important;
}
.institutional
  .header-nav-container.bg-header-primary
  .container.bg-header-primary {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  div.body > header div.header-nav #primaryNav.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.body > header div.header-nav #primaryNav.show ul.bg-header-nav {
    padding-bottom: 30px;
    left: calc(100% - 360px);
    min-height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  div.body
    > header
    div.header-nav
    #primaryNav.show
    ul.bg-header-nav
    li
    a
    + .dropdown-menu {
    overflow-y: auto;
    height: calc(100vh - 150px);
    margin-top: -5px;
  }
  @-moz-document url-prefix() {
    div.body > header div.header-nav #primaryNav.show ul.bg-header-nav {
      padding-bottom: 180px;
    }
  }
  div.body > header div.header-nav #primaryNav.show .language-logos-container {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    left: calc(100% - 360px);
  }
  div.body.withTopbar
    > header
    div.header-nav
    #primaryNav.show
    ul.bg-header-nav
    li
    a
    + .dropdown-menu {
    height: calc(100vh - 190px);
  }
  div.body.institutional
    > header
    div.header-nav
    #primaryNav.show
    #header-nav-mobile {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    left: calc(100% - 360px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}
@media (max-width: 767px) {
  div.body
    > header
    div.header-nav
    #primaryNav.show
    ul.bg-header-nav
    li
    a
    + .dropdown-menu {
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
}
@media (min-width: 992px) {
  @-moz-document url-prefix() {
    div.body > header div.header-nav #primaryNav.show ul.bg-header-nav {
      padding-bottom: 70px;
    }
  }
  .tickets-link {
    position: relative;
    border-radius: 20px;
    background-color: #fff;
    color: #292152;
    height: 40px;
    padding: 0 16px;
  }
  .tickets-link:hover {
    background-color: #e32424;
    border-color: #e32424;
  }
  .tickets-link:hover span {
    color: #fff;
  }
  .tickets-link .link-img {
    display: block;
    position: absolute;
    top: 10px;
    left: 18px;
    width: 18px;
    height: 18px;
  }
  .tickets-link span[class^="icon"]::before {
    display: block;
    position: absolute;
    top: calc(50% - 13px);
    left: 14px;
    width: 24px;
    height: 24px;
  }
  .tickets-link .link-img + span:not([class^="icon"]),
  .tickets-link span[class^="icon"] + span:not([class^="icon"]) {
    padding-left: 24px;
  }
}
@media (min-width: 1280px) {
  .header-nav-container.bg-header-primary
    .header-nav.container.bg-header-primary {
    padding: 0 !important;
    max-width: 1190px !important;
  }
}
div.body
  > header
  div.header-nav
  nav
  ul
  li:first-of-type.language-selector-container
  .language-selector
  > a:hover {
  background-color: #403964 !important;
}
div.body
  > header
  div.header-nav
  nav
  ul
  li:not(.language-selector-container):hover {
  background-color: #403964 !important;
}
div.body > header div.header-nav nav ul {
  padding-top: 30px;
  padding-bottom: 100px;
}
div.body > header div.header-nav nav ul li a + .dropdown-menu {
  padding-top: 45px;
}
div.body
  > header
  div.header-nav
  nav
  div.border-languages.border-languages.border-languages {
  pointer-events: none;
  border-right: 40px solid #f5f8f9;
  bottom: 40px;
  width: 400px;
  position: fixed;
  right: 0;
  height: 400px;
  z-index: 18;
}
div.body
  > header
  div.header-nav
  nav
  div.language-logos-container.language-logos-container.language-logos-container {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
  background-color: #282351;
  -webkit-animation: 0.3s ease-out 0s 1 slideInFromRight;
  -o-animation: 0.3s ease-out 0s 1 slideInFromRight;
  animation: 0.3s ease-out 0s 1 slideInFromRight;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
}
div.body
  > header
  div.header-nav
  nav
  div.language-logos-container.language-logos-container.language-logos-container
  div.logos-container {
  display: none;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.body
  > header
  div.header-nav
  nav
  div.language-logos-container.language-logos-container.language-logos-container
  div.logos-container
  div {
  display: inline-block;
  padding: 0 0 0 20px;
  vertical-align: bottom;
  height: 100%;
}
div.body
  > header
  div.header-nav
  nav
  div.language-logos-container.language-logos-container.language-logos-container
  div.logos-container
  div
  img {
  vertical-align: bottom;
  max-width: 135px;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
div.body
  > header
  div.header-nav
  nav
  div.language-logos-container.language-logos-container.language-logos-container
  div.logos-container
  div
  img.logo-ifema {
  padding-bottom: 5px;
}
div.body
  > header
  div.header-nav
  nav
  div.language-logos-container.language-logos-container.language-logos-container
  div.logos-container
  div:last-child {
  padding: 0 20px 0 20px !important;
}
div.body
  > header
  div.header-nav
  nav
  div.language-logos-container.language-logos-container.language-logos-container
  div.language-selector {
  height: 70px;
}
div.body
  > header
  div.header-nav
  nav
  div.language-logos-container.language-logos-container.language-logos-container
  div.language-selector
  .dropdown-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  padding: 0 10px !important;
}
div.body
  > header
  div.header-nav
  nav
  div.language-logos-container.language-logos-container.language-logos-container
  div.language-selector
  .dropdown-item
  img {
  margin-top: 0 !important;
  position: relative;
  bottom: 1px;
}
div.body
  > header
  div.header-nav
  nav
  div.language-logos-container.language-logos-container.language-logos-container
  div.language-selector
  .dropdown-item:hover {
  background-color: #403964;
}
div.body
  > header
  div.header-nav
  nav
  div.language-logos-container.language-logos-container.language-logos-container
  div.language-selector
  div.lang-separator {
  background-color: #fff;
  width: 1px;
  height: 40px;
  margin: 15px 0;
}
@media (max-width: 991px) {
  div.body > header div.header-nav.container {
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .institutional
    .header-nav-container.bg-header-primary
    .header-nav.container.bg-header-primary
    .nav-submenu-container
    a.insti-menu-link {
    display: none;
  }
  .institutional
    .header-nav-container.bg-header-primary
    .header-nav.container.bg-header-primary
    .nav-submenu-container
    a.tickets-link {
    border: none;
    color: #fff;
    margin: 0;
    padding: 0;
  }
  .institutional
    .header-nav-container.bg-header-primary
    .header-nav.container.bg-header-primary
    .nav-submenu-container
    a.tickets-link
    .link-img,
  .institutional
    .header-nav-container.bg-header-primary
    .header-nav.container.bg-header-primary
    .nav-submenu-container
    a.tickets-link
    span {
    display: none;
  }
  .institutional
    .header-nav-container.bg-header-primary
    .header-nav.container.bg-header-primary
    .nav-submenu-container
    a.tickets-link:hover {
    background-color: transparent;
  }
  .institutional
    .header-nav-container.bg-header-primary
    .header-nav.container.bg-header-primary
    .nav-submenu-container
    a.tickets-link:hover::before {
    background-color: #403964;
  }
  .institutional
    .header-nav-container.bg-header-primary
    .header-nav.container.bg-header-primary
    .nav-submenu-container
    a.tickets-link::before {
    content: "\e94b";
    font-family: "Barlow";
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    margin: 0;
    padding: 0 17px !important;
  }
  div.body > header div.header-nav nav ul {
    padding-bottom: 200px;
  }
  div.body > header div.header-nav nav #header-nav-mobile {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 360px;
    -webkit-animation: 0.3s ease-out 0s 1 slideInFromRight;
    -o-animation: 0.3s ease-out 0s 1 slideInFromRight;
    animation: 0.3s ease-out 0s 1 slideInFromRight;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding: 10px 30px;
    overflow: hidden;
  }
  div.body > header div.header-nav nav #header-nav-mobile a.insti-menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }
  div.body
    > header
    div.header-nav
    nav
    div.language-logos-container.language-logos-container.language-logos-container
    div.logos-container {
    display: block;
    height: 100px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  div.body > header div.header-nav .navbar-brand {
    height: 50px;
    line-height: 50px;
    padding: 5px 0;
  }
  div.body > header div.header-nav .navbar-date {
    font-size: 14px;
  }
  div.body > header div.header-nav #primaryNav {
    overflow-y: visible;
  }
  div.body > header div.header-nav #primaryNav ul.bg-header-nav {
    min-height: calc(100% - 170px);
    max-height: calc(100% - 170px);
  }
  div.body > header div.header-nav nav ul {
    padding-bottom: 0;
    overflow: visible;
    overflow-y: auto;
  }
  div.body > header div.header-nav nav ul li a + .dropdown-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  div.body
    > header
    div.header-nav
    nav
    ul
    li
    a
    + .dropdown-menu
    > div:last-child {
    padding-bottom: 0;
  }
  div.body > header div.header-nav nav div#header-nav-mobile {
    bottom: 70px;
    position: fixed;
    width: 100%;
  }
  div.body
    > header
    div.header-nav
    nav
    div.border-languages.border-languages.border-languages {
    display: none;
  }
  div.body
    > header
    div.header-nav
    nav
    div.language-logos-container.language-logos-container.language-logos-container {
    width: 100%;
    right: 0;
    bottom: 0;
  }
  div.body
    > header
    div.header-nav
    nav
    div.language-logos-container.language-logos-container.language-logos-container
    .logos-container {
    min-height: 100px;
  }
  div.body
    > header
    div.header-nav
    nav
    div.language-logos-container.language-logos-container.language-logos-container
    div.language-selector {
    height: 70px;
    background-color: #f5f8f9;
  }
  div.body
    > header
    div.header-nav
    nav
    div.language-logos-container.language-logos-container.language-logos-container
    div.language-selector
    .dropdown-item {
    color: #000;
  }
  div.body
    > header
    div.header-nav
    nav
    div.language-logos-container.language-logos-container.language-logos-container
    div.language-selector
    .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
  div.body
    > header
    div.header-nav
    nav
    div.language-logos-container.language-logos-container.language-logos-container
    div.language-selector
    div.lang-separator {
    background-color: #000;
  }
  .institutional
    .header-nav-container.bg-header-primary
    .header-nav.container.bg-header-primary
    .nav-submenu-container
    a.tickets-link::before {
    height: 60px;
    line-height: 60px;
  }
  .institutional
    .header-nav-container.bg-header-primary
    .header-nav.container.bg-header-primary
    .insti-logo
    img {
    height: 40px;
  }
}
div.body .carousel-indicators > li,
div.body .slick-dots > li {
  display: inline-block;
  width: 15px !important;
  height: 15px !important;
  background: Transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 2.5px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.body .carousel-indicators > li.active,
div.body .carousel-indicators > li.slick-active,
div.body .slick-dots > li.active,
div.body .slick-dots > li.slick-active {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.7);
}
div.body .carousel-indicators > li.ac-invisible,
div.body .slick-dots > li.ac-invisible {
  width: 0 !important;
  padding: 0;
  margin: 0;
  border: 0;
}
div.body .events-carousel-dots-container .slick-dots,
div.body .ifm-kpi-carousel .slick-dots,
div.body .news-slider .slick-dots {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0;
  bottom: 0;
  line-height: 1;
}
div.body .events-carousel-dots-container .slick-dots li,
div.body .ifm-kpi-carousel .slick-dots li,
div.body .news-slider .slick-dots li {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  div.body .events-carousel .SR-width {
    padding-bottom: 10px;
  }
  div.body .events-carousel .slick-dots {
    display: block;
    padding: 16px 20px;
    margin-bottom: 0;
    margin-top: 0;
    bottom: 0;
  }
}
div.body.withAlert .ifm-alert {
  margin: 0 !important;
}
div.body.withAlert.withTopbar .ifm-alert {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 3;
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.body.withAlert.menuFixed
  > header
  div.header-nav-container.fixed
  + .hero-image {
  margin-top: 110px !important;
}
@media (min-width: 1280px) {
  div.body.withAlert .ifm-alert {
    margin: 0 auto !important;
    max-width: 2560px;
    width: auto;
    padding-left: calc(50% - 595px) !important;
    padding-right: calc(50% - 595px) !important;
  }
  div.body.withAlert .ifm-alert .ifm-alert-container {
    padding: 10px 0;
  }
}
div.body #carouselHome.media-der .slick-slide,
div.body #carouselHome.media-izq .slick-slide,
div.body .new-hero-slick.media-der .slick-slide,
div.body .new-hero-slick.media-izq .slick-slide {
  overflow: hidden;
}
div.body #carouselHome.media-der .new-hero-slider:focus,
div.body #carouselHome.media-izq .new-hero-slider:focus,
div.body .new-hero-slick.media-der .new-hero-slider:focus,
div.body .new-hero-slick.media-izq .new-hero-slider:focus {
  outline: 0;
}
div.body
  #carouselHome.media-der
  .new-hero-slider
  .container.container
  .mobile-plain-bg,
div.body
  #carouselHome.media-izq
  .new-hero-slider
  .container.container
  .mobile-plain-bg,
div.body
  .new-hero-slick.media-der
  .new-hero-slider
  .container.container
  .mobile-plain-bg,
div.body
  .new-hero-slick.media-izq
  .new-hero-slider
  .container.container
  .mobile-plain-bg {
  display: none;
  background-color: #322e59;
}
div.body
  #carouselHome.media-der
  .new-hero-slider
  .container.container
  > .ifema-banner-container
  .ifema-banner-wrapper
  .ifema-banner-content
  .new-hero-title,
div.body
  #carouselHome.media-izq
  .new-hero-slider
  .container.container
  > .ifema-banner-container
  .ifema-banner-wrapper
  .ifema-banner-content
  .new-hero-title,
div.body
  .new-hero-slick.media-der
  .new-hero-slider
  .container.container
  > .ifema-banner-container
  .ifema-banner-wrapper
  .ifema-banner-content
  .new-hero-title,
div.body
  .new-hero-slick.media-izq
  .new-hero-slider
  .container.container
  > .ifema-banner-container
  .ifema-banner-wrapper
  .ifema-banner-content
  .new-hero-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 20px;
}
div.body
  #carouselHome.media-der
  .new-hero-slider
  .container.container
  > .ifema-banner-container
  .ifema-banner-wrapper
  .ifema-banner-content
  .new-hero-subtitle,
div.body
  #carouselHome.media-izq
  .new-hero-slider
  .container.container
  > .ifema-banner-container
  .ifema-banner-wrapper
  .ifema-banner-content
  .new-hero-subtitle,
div.body
  .new-hero-slick.media-der
  .new-hero-slider
  .container.container
  > .ifema-banner-container
  .ifema-banner-wrapper
  .ifema-banner-content
  .new-hero-subtitle,
div.body
  .new-hero-slick.media-izq
  .new-hero-slider
  .container.container
  > .ifema-banner-container
  .ifema-banner-wrapper
  .ifema-banner-content
  .new-hero-subtitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
div.body
  #carouselHome.media-der
  .new-hero-slider
  .container.container
  > .ifema-banner-container
  .ifema-banner-wrapper
  .ifema-banner-content
  .new-hero-summary,
div.body
  #carouselHome.media-izq
  .new-hero-slider
  .container.container
  > .ifema-banner-container
  .ifema-banner-wrapper
  .ifema-banner-content
  .new-hero-summary,
div.body
  .new-hero-slick.media-der
  .new-hero-slider
  .container.container
  > .ifema-banner-container
  .ifema-banner-wrapper
  .ifema-banner-content
  .new-hero-summary,
div.body
  .new-hero-slick.media-izq
  .new-hero-slider
  .container.container
  > .ifema-banner-container
  .ifema-banner-wrapper
  .ifema-banner-content
  .new-hero-summary {
  font-family: "Barlow";
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
div.body
  #carouselHome.banner-interno
  > .ifema-banner-container
  .ifema-banner-wrapper,
div.body
  .new-hero-slick.banner-interno
  > .ifema-banner-container
  .ifema-banner-wrapper {
  line-height: 480px;
}
@media (min-width: 1024px) {
  div.body #carouselHome,
  div.body .new-hero-slick {
    height: 480px;
  }
  div.body #carouselHome.media-der .slick-slide,
  div.body #carouselHome.media-izq .slick-slide,
  div.body .new-hero-slick.media-der .slick-slide,
  div.body .new-hero-slick.media-izq .slick-slide {
    height: 480px;
  }
  div.body #carouselHome.media-der .new-hero-slider,
  div.body #carouselHome.media-izq .new-hero-slider,
  div.body .new-hero-slick.media-der .new-hero-slider,
  div.body .new-hero-slick.media-izq .new-hero-slider {
    height: 480px;
  }
  div.body #carouselHome.media-der .new-hero-slider .container.container,
  div.body #carouselHome.media-izq .new-hero-slider .container.container,
  div.body .new-hero-slick.media-der .new-hero-slider .container.container,
  div.body .new-hero-slick.media-izq .new-hero-slider .container.container {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container {
    max-width: calc(50% + 42px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background {
    position: relative;
    width: 120% !important;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background.new-hero-ie,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background.new-hero-ie,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background.new-hero-ie,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background.new-hero-ie {
    width: auto !important;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .ifema-banner-bg,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .ifema-banner-bg,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .ifema-banner-bg,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .ifema-banner-bg {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 31px);
    max-width: calc(50% + 31px);
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .ifema-banner-bg
    img,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .ifema-banner-bg
    img,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .ifema-banner-bg
    img,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .ifema-banner-bg
    img {
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    width: 120%;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container {
    float: left;
    height: 100%;
    max-width: calc(50% - 20px);
    width: calc(50% - 20px);
    position: relative;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper {
    position: relative;
    max-height: 100%;
    line-height: 430px;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    p,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    p,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    p,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    p {
    padding: 0;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    p:first-child,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    p:first-child,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    p:first-child,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    p:first-child {
    margin-top: 20px;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-izq
    .container.container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-izq
    .container.container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-izq
    .container.container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-izq
    .container.container {
    -webkit-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-izq
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-izq
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-izq
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-izq
    .container.container
    .alt-img-container
    .new-hero-background {
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-izq
    .container.container
    > .ifema-banner-container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-izq
    .container.container
    > .ifema-banner-container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-izq
    .container.container
    > .ifema-banner-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-izq
    .container.container
    > .ifema-banner-container {
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-izq
    .container.container
    .ifema-banner-bg
    img,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-izq
    .container.container
    .ifema-banner-bg
    img,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-izq
    .container.container
    .ifema-banner-bg
    img,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-izq
    .container.container
    .ifema-banner-bg
    img {
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-der
    .container.container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-der
    .container.container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-der
    .container.container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-der
    .container.container {
    -webkit-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-der
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-der
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-der
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-der
    .container.container
    .alt-img-container
    .new-hero-background {
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-der
    .container.container
    > .ifema-banner-container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-der
    .container.container
    > .ifema-banner-container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-der
    .container.container
    > .ifema-banner-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-der
    .container.container
    > .ifema-banner-container {
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-der
    .container.container
    .ifema-banner-bg
    img,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-der
    .container.container
    .ifema-banner-bg
    img,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-der
    .container.container
    .ifema-banner-bg
    img,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-der
    .container.container
    .ifema-banner-bg
    img {
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
  }
  div.body #carouselHome.media-der .new-hero-slider .slick-current,
  div.body #carouselHome.media-izq .new-hero-slider .slick-current,
  div.body .new-hero-slick.media-der .new-hero-slider .slick-current,
  div.body .new-hero-slick.media-izq .new-hero-slider .slick-current {
    z-index: 1;
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container {
    left: 0;
    right: auto;
    max-width: calc(50% - 30px);
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container {
    float: right;
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .ifema-banner-bg,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .ifema-banner-bg {
    right: 0;
    left: auto;
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-izq
    .container.container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-izq
    .container.container {
    -webkit-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-izq
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-izq
    .container.container
    .alt-img-container
    .new-hero-background {
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-izq
    .container.container
    > .ifema-banner-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-izq
    .container.container
    > .ifema-banner-container {
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-izq
    .container.container
    .ifema-banner-bg
    img,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-izq
    .container.container
    .ifema-banner-bg
    img {
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-der
    .container.container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-der
    .container.container {
    -webkit-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-der
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-der
    .container.container
    .alt-img-container
    .new-hero-background {
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-der
    .container.container
    > .ifema-banner-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-der
    .container.container
    > .ifema-banner-container {
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-der
    .container.container
    .ifema-banner-bg
    img,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-der
    .container.container
    .ifema-banner-bg
    img {
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
  }
}
@media (min-width: 1440px) {
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container {
    right: 0;
    max-width: 50%;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .ifema-banner-bg,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .ifema-banner-bg,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .ifema-banner-bg,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .ifema-banner-bg {
    width: calc(50% + 1px);
    max-width: calc(50% + 1px);
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container {
    left: 0;
    right: auto;
    max-width: calc(50% - 30px);
  }
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .ifema-banner-bg,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .ifema-banner-bg {
    width: calc(50% + 31px);
    max-width: calc(50% + 31px);
  }
}
@media (max-width: 1023px) {
  div.body #carouselHome.media-der .new-hero-slider .double,
  div.body #carouselHome.media-izq .new-hero-slider .double,
  div.body .new-hero-slick.media-der .new-hero-slider .double,
  div.body .new-hero-slick.media-izq .new-hero-slider .double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  div.body #carouselHome.media-der .new-hero-slider .container.container,
  div.body #carouselHome.media-izq .new-hero-slider .container.container,
  div.body .new-hero-slick.media-der .new-hero-slider .container.container,
  div.body .new-hero-slick.media-izq .new-hero-slider .container.container {
    max-width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 60px !important;
    min-height: 300px !important;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .mobile-plain-bg,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .mobile-plain-bg,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .mobile-plain-bg,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .mobile-plain-bg {
    position: absolute;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    bottom: 0;
    left: 0;
    display: block;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container {
    max-width: 100%;
    width: 100%;
    height: 300px !important;
    position: absolute !important;
    top: 0;
    right: 0;
    overflow: hidden;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background {
    position: relative;
    height: 100% !important;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container {
    margin-top: 300px !important;
    max-width: 100%;
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper {
    position: relative;
    max-height: 100%;
    line-height: 250px;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    p,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    p,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    p,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    p {
    padding: 0;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-title,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-title,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-title,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-title {
    font-size: 36px;
    line-height: 44px;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-subtitle,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-subtitle,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-subtitle,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-subtitle {
    font-size: 22px;
    line-height: 30px;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-summary,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-summary,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-summary,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-summary {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .ifema-banner-bg
    img,
  div.body
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .ifema-banner-bg
    img,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .ifema-banner-bg
    img,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .ifema-banner-bg
    img {
    bottom: 0;
    height: calc(100% - 100px) !important;
    top: auto;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-izq
    .alt-img-container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-izq
    .alt-img-container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-izq
    .alt-img-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-izq
    .alt-img-container {
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-izq
    .alt-img-container
    .new-hero-background,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-izq
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-izq
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-izq
    .alt-img-container
    .new-hero-background {
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-der
    .alt-img-container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-der
    .alt-img-container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-der
    .alt-img-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-der
    .alt-img-container {
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-der
    .alt-img-container
    .new-hero-background,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-der
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-der
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-der
    .alt-img-container
    .new-hero-background {
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  #carouselHome .new-hero-slider:not(.slick-slide),
  .new-hero-slick .new-hero-slider:not(.slick-slide) {
    display: none !important;
  }
  #carouselHome .new-hero-slider:first-of-type,
  .new-hero-slick .new-hero-slider:first-of-type {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-izq
    .alt-img-container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-izq
    .alt-img-container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-izq
    .alt-img-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-izq
    .alt-img-container {
    -webkit-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-izq
    .alt-img-container
    .new-hero-background,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-izq
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-izq
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-izq
    .alt-img-container
    .new-hero-background {
    -webkit-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-der
    .alt-img-container,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-der
    .alt-img-container,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-der
    .alt-img-container,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-der
    .alt-img-container {
    -webkit-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  div.body
    #carouselHome.media-der
    .new-hero-slider.corte-der
    .alt-img-container
    .new-hero-background,
  div.body
    #carouselHome.media-izq
    .new-hero-slider.corte-der
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-der
    .new-hero-slider.corte-der
    .alt-img-container
    .new-hero-background,
  div.body
    .new-hero-slick.media-izq
    .new-hero-slider.corte-der
    .alt-img-container
    .new-hero-background {
    -webkit-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
}
@media (max-width: 575px) {
  div.body
    .media-der#carouselHome
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper,
  div.body
    .media-der.new-hero-slick
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper,
  div.body
    .media-izq#carouselHome
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper,
  div.body
    .media-izq.new-hero-slick
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper {
    line-height: 1.5em;
  }
  div.body
    .media-der#carouselHome
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  div.body
    .media-der.new-hero-slick
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  div.body
    .media-izq#carouselHome
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  div.body
    .media-izq.new-hero-slick
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content {
    text-align: left;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  div.body .media-der#carouselHome .new-hero-slider .container.container,
  div.body .media-der.new-hero-slick .new-hero-slider .container.container,
  div.body .media-izq#carouselHome .new-hero-slider .container.container,
  div.body .media-izq.new-hero-slick .new-hero-slider .container.container {
    max-width: calc(990px + 42px) !important;
    padding: 0 40px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  div.body .media-der#carouselHome .new-hero-slider .container.container,
  div.body .media-der.new-hero-slick .new-hero-slider .container.container,
  div.body .media-izq#carouselHome .new-hero-slider .container.container,
  div.body .media-izq.new-hero-slick .new-hero-slider .container.container {
    max-width: calc(1230px + 42px) !important;
    padding: 0 40px !important;
  }
}
@media (min-width: 1440px) {
  div.body .media-der#carouselHome .new-hero-slider .container.container,
  div.body .media-der.new-hero-slick .new-hero-slider .container.container,
  div.body .media-izq#carouselHome .new-hero-slider .container.container,
  div.body .media-izq.new-hero-slick .new-hero-slider .container.container {
    max-width: calc(1390px - 120px) !important;
    padding: 0 40px !important;
  }
}
.new-hero-slick-wrapper {
  position: relative;
}
.new-hero-slick + .autoplay-dots-wrapper {
  position: absolute;
  bottom: 36px;
  width: 100%;
}
.new-hero-slick + .autoplay-dots-wrapper .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: Transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 2.5px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3);
}
.new-hero-slick + .autoplay-dots-wrapper .slick-dots li.slick-active {
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.7);
}
@media (min-width: 1024px) {
  .new-hero-slick + .autoplay-dots-wrapper {
    bottom: 16px;
  }
  .new-hero-slick.media-izq + .autoplay-dots-wrapper {
    left: calc(50% + 20px);
    width: auto;
  }
  .new-hero-slick.media-der + .autoplay-dots-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .new-hero-slick.media-der + .autoplay-dots-wrapper {
    padding-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .new-hero-slick.media-der + .autoplay-dots-wrapper {
    padding-left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .new-hero-slick.media-der + .autoplay-dots-wrapper {
    padding-left: 685px;
  }
}
.carouselM :focus {
  outline: 0 none;
}
.carouselM .slider-for .slick-next-container::before,
.carouselM .slider-for .slick-prev-container::before {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
}
.carouselM .slider-for .slick-prev-container::before {
  right: 100%;
  z-index: 1;
}
.carouselM .slider-for .slick-next-container::before {
  left: 100%;
}
.carouselM .slider-for .slick-next.icon-right,
.carouselM .slider-for .slick-prev.icon-left {
  background-color: rgba(255, 255, 255, 0.85) !important;
  border-radius: 100% !important;
  opacity: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.carouselM .slider-for .slick-next.icon-right::before,
.carouselM .slider-for .slick-prev.icon-left::before {
  background: 0 0 !important;
  color: #000 !important;
  opacity: 1;
  font-size: 50px !important;
}
.carouselM .slider-for .slick-next.icon-right:hover,
.carouselM .slider-for .slick-prev.icon-left:hover {
  opacity: 1;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.carouselM .slider-for .slick-prev.icon-left {
  left: -100px;
}
.carouselM .slider-for .slick-next.icon-right {
  right: -100px;
}
.carouselM .slider-for div.video-player {
  z-index: 1;
  opacity: 0.65;
  vertical-align: bottom;
}
.carouselM .slider-for div.video-player::before {
  background-color: transparent !important;
  font-size: 74px !important;
  padding: 0 !important;
  text-shadow: 0 0 6px #000;
  margin: 0;
}
.carouselM .slider-for div.video-player:hover {
  opacity: 1;
}
.carouselM .slider-for div.video-player:hover::before {
  background-color: transparent !important;
}
.carouselM .slider-for .slick-list {
  overflow: visible;
}
.carouselM .slider-for .slick-slide > div > .row {
  position: relative;
}
.carouselM .slider-for .slick-slide > div > .row .col {
  padding: 0 !important;
}
.carouselM .slider-for .embed-responsive img.embed-responsive-item {
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.carouselM .slider-nav {
  margin-top: 16px;
}
@media (min-width: 1280px) {
  .carouselM .slider-nav {
    margin-top: 24px;
  }
}
.carouselM .slider-nav .slick-list {
  overflow: hidden;
  width: 100%;
}
.carouselM .slider-nav .slick-list .img-slide {
  margin: 0 !important;
  opacity: 1;
  cursor: pointer;
}
.carouselM .slider-nav .slick-list .mini-video-slide {
  cursor: pointer;
}
.carouselM .slider-nav .slick-list .slick-current .img-slide,
.carouselM .slider-nav .slick-list .slick-current .mini-video-slide {
  cursor: default;
}
.carouselM .slider-nav .slick-list .mini-video-slide {
  position: relative;
}
.carouselM .slider-nav .slick-list .mini-video-slide::before {
  position: absolute;
  left: 10px;
  top: 5px;
  margin: 0;
  color: #fff;
  border-radius: 100%;
  font-size: 30px !important;
  padding: 0 !important;
  text-shadow: 0 0 6px #000;
  z-index: 1;
  line-height: 31px;
}
.carouselM:hover .slick-next.icon-right,
.carouselM:hover .slick-prev.icon-left {
  opacity: 0.65;
}
div.body .main > section.carruseldestacados {
  position: inherit;
  margin-top: 10px !important;
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  div.body .main > section.carruseldestacados {
    margin-top: 20px !important;
    padding-top: 40px !important;
  }
}
@media (min-width: 1025px) {
  div.body .main > section.carruseldestacados {
    margin-top: 40px !important;
  }
}
@media (max-width: 1439px) {
  .carouselM .slider-for .slick-prev.icon-left {
    left: -30px;
  }
  .carouselM .slider-for .slick-next.icon-right {
    right: -30px;
  }
}
@media (max-width: 1023px) {
  .carouselM .slider-for .slick-next.icon-right,
  .carouselM .slider-for .slick-prev.icon-left {
    width: 50px;
    height: 50px;
  }
  .carouselM .slider-for .slick-next.icon-right::before,
  .carouselM .slider-for .slick-prev.icon-left::before {
    font-size: 42px !important;
  }
  .carouselM .slider-for .slick-prev.icon-left {
    left: -25px;
  }
  .carouselM .slider-for .slick-next.icon-right {
    right: -25px;
  }
  .carouselM .slider-for div.video-player::before {
    font-size: 62px !important;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .carouselM .slider-for .slick-prev.icon-left {
    left: 10px;
    opacity: 0.65;
  }
  .carouselM .slider-for .slick-next.icon-right {
    right: 10px;
    opacity: 0.65;
  }
  .carouselM .slider-nav {
    margin-top: 16px;
  }
  .carouselM .slider-nav .slick-list .img-slide {
    margin: 0 !important;
  }
}
@media (max-width: 575px) {
  .carouselM .slider-for .slick-next.icon-right,
  .carouselM .slider-for .slick-prev.icon-left {
    width: 40px;
    height: 40px;
  }
  .carouselM .slider-for .slick-next.icon-right::before,
  .carouselM .slider-for .slick-prev.icon-left::before {
    font-size: 34px !important;
  }
  .carouselM .slider-for div.video-player::before {
    font-size: 50px !important;
    line-height: 50px;
  }
  .carouselM .slider-nav .slick-list .mini-video-slide::before {
    font-size: 24px !important;
    left: 5px;
    top: 5px;
    line-height: 25px;
    width: 24px;
  }
  .carouselM .slider-nav .slick-slide .img-slide {
    height: 50px !important;
  }
}
.carouselM .slider-for .slick-track,
.carouselM .slider-nav .slick-track {
  margin-left: 0;
}
.carouselM .slider-for .slick-list {
  padding-left: 20px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .carouselM .slider-for .slick-list {
    padding-left: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .carouselM .slider-for .slick-list {
    padding-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .carouselM .slider-for .slick-list {
    padding-left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .carouselM .slider-for .slick-list {
    padding-left: 685px;
  }
}
@media (min-width: 768px) {
  .carouselM .slider-for .slick-list {
    padding-right: calc(50vw - 367px);
  }
}
@media (min-width: 1024px) {
  .carouselM .slider-for .slick-list {
    padding-right: calc(50vw - 498px);
  }
}
@media (min-width: 1280px) {
  .carouselM .slider-for .slick-list {
    padding-right: calc(50vw - 619px);
  }
}
@media (min-width: 1440px) {
  .carouselM .slider-for .slick-list {
    padding-right: calc(50vw - 635px);
  }
}
@media (min-width: 2560px) {
  .carouselM .slider-for .slick-list {
    padding-right: 653px;
  }
}
.carouselM .slider-for .slick-slide > div > .row {
  padding-right: 8px;
}
@media (min-width: 768px) {
  .carouselM .slider-for .slick-slide > div > .row {
    padding-right: 16px;
  }
}
@media (min-width: 1440px) {
  .carouselM .slider-for .slick-slide > div > .row {
    padding-right: 32px;
  }
}
.carouselM .slider-for .embed-responsive::before {
  padding-top: 180px;
}
@media (min-width: 768px) {
  .carouselM .slider-for .embed-responsive::before {
    padding-top: 364px;
  }
}
@media (min-width: 1280px) {
  .carouselM .slider-for .embed-responsive::before {
    padding-top: 580px;
  }
}
.carouselM .slider-for .embed-responsive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33%, rgba(0, 0, 0, 0)),
    color-stop(106%, #000)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 33%,
    #000 106%
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 33%, #000 106%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 33%, #000 106%);
}
.carouselM .slider-for .description {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 16px;
  line-height: 0;
  text-align: left;
}
.carouselM .slider-for .description span {
  font-family: "Barlow";
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .carouselM .slider-for .description {
    margin: 32px;
    max-width: 370px;
  }
  .carouselM .slider-for .description span {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .carouselM .slider-for .description {
    margin-left: 56px;
    max-width: 350px;
  }
  .carouselM .slider-for .description span {
    font-size: 18px;
  }
}
.carouselM .slider-for .slick-arrow.slick-arrow {
  display: none !important;
}
@media (min-width: 1280px) {
  .carouselM .slider-for .slick-arrow.slick-arrow {
    display: block !important;
  }
}
.carouselM .slider-for .slick-arrow.slick-arrow.slick-disabled button {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out 0s,
    visibility 0s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s;
}
.carouselM .slider-for .slick-arrow.slick-arrow button {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
  background-color: #fff !important;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s, visibility 0s ease-in-out 0s;
}
.carouselM .slider-for .slick-arrow.slick-arrow button.slick-next::before,
.carouselM .slider-for .slick-arrow.slick-arrow button.slick-prev::before {
  content: "\e816";
  color: #e32424 !important;
}
.carouselM .slider-for .slick-arrow.slick-arrow .slick-prev {
  left: calc(50vw - 502px);
}
@media (min-width: 1280px) {
  .carouselM .slider-for .slick-arrow.slick-arrow .slick-prev {
    left: calc(50vw - 623px);
  }
}
@media (min-width: 2560px) {
  .carouselM .slider-for .slick-arrow.slick-arrow .slick-prev {
    left: 665px;
  }
}
.carouselM .slider-for .slick-arrow.slick-arrow .slick-prev::before {
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.carouselM .slider-for .slick-arrow.slick-arrow .slick-next {
  right: calc(50vw - 502px);
}
@media (min-width: 1280px) {
  .carouselM .slider-for .slick-arrow.slick-arrow .slick-next {
    right: calc(50vw - 623px);
  }
}
@media (min-width: 2560px) {
  .carouselM .slider-for .slick-arrow.slick-arrow .slick-next {
    right: 665px;
  }
}
.carouselM .slider-for .slick-arrow.slick-arrow .slick-next::before {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.carouselM .slider-nav .slick-list {
  margin-left: 16px;
  margin-right: 16px;
  padding: 0 calc((100% - 32px) / 3) !important;
}
@media (min-width: 768px) {
  .carouselM .slider-nav .slick-list {
    margin-left: calc(50vw - 361px);
    margin-right: calc(50vw - 361px);
    padding-left: 235px !important;
    padding-right: 235px !important;
  }
}
@media (min-width: 1024px) {
  .carouselM .slider-nav .slick-list {
    margin-left: calc(50vw - 492px);
    margin-right: calc(50vw - 492px);
    padding-left: 322.5px !important;
    padding-right: 322.5px !important;
  }
}
@media (min-width: 1280px) {
  .carouselM .slider-nav .slick-list {
    margin-left: calc(50vw - 619px);
    margin-right: calc(50vw - 619px);
    padding-left: 249px !important;
    padding-right: 249px !important;
  }
}
@media (min-width: 1440px) {
  .carouselM .slider-nav .slick-list {
    padding-left: 245px !important;
    padding-right: 245px !important;
  }
}
@media (min-width: 2560px) {
  .carouselM .slider-nav .slick-list {
    margin-left: 669px;
    margin-right: 669px;
  }
}
.carouselM .slider-nav .slick-list .img-slide {
  max-width: none;
  width: 100%;
  height: 50px !important;
}
@media (min-width: 768px) {
  .carouselM .slider-nav .slick-list .img-slide {
    height: 92px !important;
  }
}
@media (min-width: 1280px) {
  .carouselM .slider-nav .slick-list .img-slide {
    height: 104px !important;
  }
}
.carouselM .slider-nav .s-slide {
  position: relative;
  margin: 0 4px;
}
@media (min-width: 768px) {
  .carouselM .slider-nav .s-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1440px) {
  .carouselM .slider-nav .s-slide {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.carouselM .slider-nav .s-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.carouselM .slider-nav .slick-slide:not(.slick-current) .s-slide::after {
  opacity: 0.65;
}
.carouselM .slider-for .slick-slide > div > .row,
.carouselM .slider-nav .slick-slide > div > .row {
  margin: 0 auto;
}
.carouselM .slider-for .video-card:focus:not(:active) {
  outline: 3px solid #e32424;
  outline-offset: -3px;
}
.carouselM
  .slider-for
  .slick-arrow:not(.mouse-click)
  button:focus:not(:active) {
  outline: 2px solid #e32424;
}
div.body .main #carouselHome a.btn,
div.body .main .new-hero-slick a.btn,
div.body .main aside.box-with-title a.btn,
div.body .main > #section a.btn,
div.body .main > article a.btn,
div.body .main > section a.btn,
div.body header #carouselHome a.btn,
div.body header .new-hero-slick a.btn,
div.body header aside.box-with-title a.btn,
div.body header > #section a.btn,
div.body header > article a.btn,
div.body header > section a.btn {
  margin: 10px 20px 10px 0 !important;
  vertical-align: top !important;
  width: auto;
}
div.body .main #carouselHome .new-hero-button,
div.body .main .new-hero-slick .new-hero-button,
div.body .main aside.box-with-title .new-hero-button,
div.body .main > #section .new-hero-button,
div.body .main > article .new-hero-button,
div.body .main > section .new-hero-button,
div.body header #carouselHome .new-hero-button,
div.body header .new-hero-slick .new-hero-button,
div.body header aside.box-with-title .new-hero-button,
div.body header > #section .new-hero-button,
div.body header > article .new-hero-button,
div.body header > section .new-hero-button {
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 10px 20px 10px 0 !important;
}
div.body .main #carouselHome .new-hero-button.new-hero-button-light,
div.body .main .new-hero-slick .new-hero-button.new-hero-button-light,
div.body .main aside.box-with-title .new-hero-button.new-hero-button-light,
div.body .main > #section .new-hero-button.new-hero-button-light,
div.body .main > article .new-hero-button.new-hero-button-light,
div.body .main > section .new-hero-button.new-hero-button-light,
div.body header #carouselHome .new-hero-button.new-hero-button-light,
div.body header .new-hero-slick .new-hero-button.new-hero-button-light,
div.body header aside.box-with-title .new-hero-button.new-hero-button-light,
div.body header > #section .new-hero-button.new-hero-button-light,
div.body header > article .new-hero-button.new-hero-button-light,
div.body header > section .new-hero-button.new-hero-button-light {
  background-color: #fff;
}
div.body .main #carouselHome .new-hero-button.new-hero-button-dark,
div.body .main .new-hero-slick .new-hero-button.new-hero-button-dark,
div.body .main aside.box-with-title .new-hero-button.new-hero-button-dark,
div.body .main > #section .new-hero-button.new-hero-button-dark,
div.body .main > article .new-hero-button.new-hero-button-dark,
div.body .main > section .new-hero-button.new-hero-button-dark,
div.body header #carouselHome .new-hero-button.new-hero-button-dark,
div.body header .new-hero-slick .new-hero-button.new-hero-button-dark,
div.body header aside.box-with-title .new-hero-button.new-hero-button-dark,
div.body header > #section .new-hero-button.new-hero-button-dark,
div.body header > article .new-hero-button.new-hero-button-dark,
div.body header > section .new-hero-button.new-hero-button-dark {
  background-color: #000;
}
div.body .main #carouselHome .new-hero-button > a.btn,
div.body .main .new-hero-slick .new-hero-button > a.btn,
div.body .main aside.box-with-title .new-hero-button > a.btn,
div.body .main > #section .new-hero-button > a.btn,
div.body .main > article .new-hero-button > a.btn,
div.body .main > section .new-hero-button > a.btn,
div.body header #carouselHome .new-hero-button > a.btn,
div.body header .new-hero-slick .new-hero-button > a.btn,
div.body header aside.box-with-title .new-hero-button > a.btn,
div.body header > #section .new-hero-button > a.btn,
div.body header > article .new-hero-button > a.btn,
div.body header > section .new-hero-button > a.btn {
  color: #fff !important;
  background-color: #000 !important;
  margin: 0 !important;
  width: auto;
}
div.body .main #carouselHome .new-hero-button > a.btn::before,
div.body .main .new-hero-slick .new-hero-button > a.btn::before,
div.body .main aside.box-with-title .new-hero-button > a.btn::before,
div.body .main > #section .new-hero-button > a.btn::before,
div.body .main > article .new-hero-button > a.btn::before,
div.body .main > section .new-hero-button > a.btn::before,
div.body header #carouselHome .new-hero-button > a.btn::before,
div.body header .new-hero-slick .new-hero-button > a.btn::before,
div.body header aside.box-with-title .new-hero-button > a.btn::before,
div.body header > #section .new-hero-button > a.btn::before,
div.body header > article .new-hero-button > a.btn::before,
div.body header > section .new-hero-button > a.btn::before {
  width: 100%;
  height: 100%;
}
div.body .main #carouselHome .new-hero-button > a.btn:focus:not(:active),
div.body .main #carouselHome .new-hero-button > a.btn:hover,
div.body .main .new-hero-slick .new-hero-button > a.btn:focus:not(:active),
div.body .main .new-hero-slick .new-hero-button > a.btn:hover,
div.body .main aside.box-with-title .new-hero-button > a.btn:focus:not(:active),
div.body .main aside.box-with-title .new-hero-button > a.btn:hover,
div.body .main > #section .new-hero-button > a.btn:focus:not(:active),
div.body .main > #section .new-hero-button > a.btn:hover,
div.body .main > article .new-hero-button > a.btn:focus:not(:active),
div.body .main > article .new-hero-button > a.btn:hover,
div.body .main > section .new-hero-button > a.btn:focus:not(:active),
div.body .main > section .new-hero-button > a.btn:hover,
div.body header #carouselHome .new-hero-button > a.btn:focus:not(:active),
div.body header #carouselHome .new-hero-button > a.btn:hover,
div.body header .new-hero-slick .new-hero-button > a.btn:focus:not(:active),
div.body header .new-hero-slick .new-hero-button > a.btn:hover,
div.body
  header
  aside.box-with-title
  .new-hero-button
  > a.btn:focus:not(:active),
div.body header aside.box-with-title .new-hero-button > a.btn:hover,
div.body header > #section .new-hero-button > a.btn:focus:not(:active),
div.body header > #section .new-hero-button > a.btn:hover,
div.body header > article .new-hero-button > a.btn:focus:not(:active),
div.body header > article .new-hero-button > a.btn:hover,
div.body header > section .new-hero-button > a.btn:focus:not(:active),
div.body header > section .new-hero-button > a.btn:hover {
  opacity: 0.85;
}
div.body .main #carouselHome .new-hero-button > a.btn span,
div.body .main .new-hero-slick .new-hero-button > a.btn span,
div.body .main aside.box-with-title .new-hero-button > a.btn span,
div.body .main > #section .new-hero-button > a.btn span,
div.body .main > article .new-hero-button > a.btn span,
div.body .main > section .new-hero-button > a.btn span,
div.body header #carouselHome .new-hero-button > a.btn span,
div.body header .new-hero-slick .new-hero-button > a.btn span,
div.body header aside.box-with-title .new-hero-button > a.btn span,
div.body header > #section .new-hero-button > a.btn span,
div.body header > article .new-hero-button > a.btn span,
div.body header > section .new-hero-button > a.btn span {
  display: block;
}
div.body .main #carouselHome .justify-content-center a.btn,
div.body .main #carouselHome .text-center a.btn,
div.body .main .new-hero-slick .justify-content-center a.btn,
div.body .main .new-hero-slick .text-center a.btn,
div.body .main aside.box-with-title .justify-content-center a.btn,
div.body .main aside.box-with-title .text-center a.btn,
div.body .main > #section .justify-content-center a.btn,
div.body .main > #section .text-center a.btn,
div.body .main > article .justify-content-center a.btn,
div.body .main > article .text-center a.btn,
div.body .main > section .justify-content-center a.btn,
div.body .main > section .text-center a.btn,
div.body header #carouselHome .justify-content-center a.btn,
div.body header #carouselHome .text-center a.btn,
div.body header .new-hero-slick .justify-content-center a.btn,
div.body header .new-hero-slick .text-center a.btn,
div.body header aside.box-with-title .justify-content-center a.btn,
div.body header aside.box-with-title .text-center a.btn,
div.body header > #section .justify-content-center a.btn,
div.body header > #section .text-center a.btn,
div.body header > article .justify-content-center a.btn,
div.body header > article .text-center a.btn,
div.body header > section .justify-content-center a.btn,
div.body header > section .text-center a.btn {
  margin: 10px !important;
}
div.body .main #carouselHome .justify-content-center .new-hero-button,
div.body .main #carouselHome .text-center .new-hero-button,
div.body .main .new-hero-slick .justify-content-center .new-hero-button,
div.body .main .new-hero-slick .text-center .new-hero-button,
div.body .main aside.box-with-title .justify-content-center .new-hero-button,
div.body .main aside.box-with-title .text-center .new-hero-button,
div.body .main > #section .justify-content-center .new-hero-button,
div.body .main > #section .text-center .new-hero-button,
div.body .main > article .justify-content-center .new-hero-button,
div.body .main > article .text-center .new-hero-button,
div.body .main > section .justify-content-center .new-hero-button,
div.body .main > section .text-center .new-hero-button,
div.body header #carouselHome .justify-content-center .new-hero-button,
div.body header #carouselHome .text-center .new-hero-button,
div.body header .new-hero-slick .justify-content-center .new-hero-button,
div.body header .new-hero-slick .text-center .new-hero-button,
div.body header aside.box-with-title .justify-content-center .new-hero-button,
div.body header aside.box-with-title .text-center .new-hero-button,
div.body header > #section .justify-content-center .new-hero-button,
div.body header > #section .text-center .new-hero-button,
div.body header > article .justify-content-center .new-hero-button,
div.body header > article .text-center .new-hero-button,
div.body header > section .justify-content-center .new-hero-button,
div.body header > section .text-center .new-hero-button {
  margin: 10px !important;
}
div.body .main #carouselHome .justify-content-center .new-hero-button > a.btn,
div.body .main #carouselHome .text-center .new-hero-button > a.btn,
div.body .main .new-hero-slick .justify-content-center .new-hero-button > a.btn,
div.body .main .new-hero-slick .text-center .new-hero-button > a.btn,
div.body
  .main
  aside.box-with-title
  .justify-content-center
  .new-hero-button
  > a.btn,
div.body .main aside.box-with-title .text-center .new-hero-button > a.btn,
div.body .main > #section .justify-content-center .new-hero-button > a.btn,
div.body .main > #section .text-center .new-hero-button > a.btn,
div.body .main > article .justify-content-center .new-hero-button > a.btn,
div.body .main > article .text-center .new-hero-button > a.btn,
div.body .main > section .justify-content-center .new-hero-button > a.btn,
div.body .main > section .text-center .new-hero-button > a.btn,
div.body header #carouselHome .justify-content-center .new-hero-button > a.btn,
div.body header #carouselHome .text-center .new-hero-button > a.btn,
div.body
  header
  .new-hero-slick
  .justify-content-center
  .new-hero-button
  > a.btn,
div.body header .new-hero-slick .text-center .new-hero-button > a.btn,
div.body
  header
  aside.box-with-title
  .justify-content-center
  .new-hero-button
  > a.btn,
div.body header aside.box-with-title .text-center .new-hero-button > a.btn,
div.body header > #section .justify-content-center .new-hero-button > a.btn,
div.body header > #section .text-center .new-hero-button > a.btn,
div.body header > article .justify-content-center .new-hero-button > a.btn,
div.body header > article .text-center .new-hero-button > a.btn,
div.body header > section .justify-content-center .new-hero-button > a.btn,
div.body header > section .text-center .new-hero-button > a.btn {
  margin: 0 !important;
}
div.body .main #carouselHome .btn.disabled,
div.body .main #carouselHome .btn:disabled,
div.body .main .new-hero-slick .btn.disabled,
div.body .main .new-hero-slick .btn:disabled,
div.body .main aside.box-with-title .btn.disabled,
div.body .main aside.box-with-title .btn:disabled,
div.body .main > #section .btn.disabled,
div.body .main > #section .btn:disabled,
div.body .main > article .btn.disabled,
div.body .main > article .btn:disabled,
div.body .main > section .btn.disabled,
div.body .main > section .btn:disabled,
div.body header #carouselHome .btn.disabled,
div.body header #carouselHome .btn:disabled,
div.body header .new-hero-slick .btn.disabled,
div.body header .new-hero-slick .btn:disabled,
div.body header aside.box-with-title .btn.disabled,
div.body header aside.box-with-title .btn:disabled,
div.body header > #section .btn.disabled,
div.body header > #section .btn:disabled,
div.body header > article .btn.disabled,
div.body header > article .btn:disabled,
div.body header > section .btn.disabled,
div.body header > section .btn:disabled {
  opacity: 1;
  position: relative;
  z-index: 0;
}
div.body .main #carouselHome .btn.disabled::before,
div.body .main #carouselHome .btn:disabled::before,
div.body .main .new-hero-slick .btn.disabled::before,
div.body .main .new-hero-slick .btn:disabled::before,
div.body .main aside.box-with-title .btn.disabled::before,
div.body .main aside.box-with-title .btn:disabled::before,
div.body .main > #section .btn.disabled::before,
div.body .main > #section .btn:disabled::before,
div.body .main > article .btn.disabled::before,
div.body .main > article .btn:disabled::before,
div.body .main > section .btn.disabled::before,
div.body .main > section .btn:disabled::before,
div.body header #carouselHome .btn.disabled::before,
div.body header #carouselHome .btn:disabled::before,
div.body header .new-hero-slick .btn.disabled::before,
div.body header .new-hero-slick .btn:disabled::before,
div.body header aside.box-with-title .btn.disabled::before,
div.body header aside.box-with-title .btn:disabled::before,
div.body header > #section .btn.disabled::before,
div.body header > #section .btn:disabled::before,
div.body header > article .btn.disabled::before,
div.body header > article .btn:disabled::before,
div.body header > section .btn.disabled::before,
div.body header > section .btn:disabled::before {
  content: "";
  background-color: #757575;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1023px) {
  div.body .main #carouselHome.presentation a.btn,
  div.body .main .new-hero-slick.presentation a.btn,
  div.body .main aside.box-with-title.presentation a.btn,
  div.body .main > #section.presentation a.btn,
  div.body .main > article.presentation a.btn,
  div.body .main > section.presentation a.btn,
  div.body header #carouselHome.presentation a.btn,
  div.body header .new-hero-slick.presentation a.btn,
  div.body header aside.box-with-title.presentation a.btn,
  div.body header > #section.presentation a.btn,
  div.body header > article.presentation a.btn,
  div.body header > section.presentation a.btn {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  div.body
    .main
    #carouselHome.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button,
  div.body
    .main
    .new-hero-slick.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button,
  div.body
    .main
    aside.box-with-title.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button,
  div.body
    .main
    > #section.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button,
  div.body
    .main
    > article.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button,
  div.body
    .main
    > section.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button,
  div.body
    header
    #carouselHome.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button,
  div.body
    header
    .new-hero-slick.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button,
  div.body
    header
    aside.box-with-title.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button,
  div.body
    header
    > #section.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button,
  div.body
    header
    > article.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button,
  div.body
    header
    > section.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  div.body
    .main
    #carouselHome.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button
    a.btn,
  div.body
    .main
    .new-hero-slick.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button
    a.btn,
  div.body
    .main
    aside.box-with-title.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button
    a.btn,
  div.body
    .main
    > #section.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button
    a.btn,
  div.body
    .main
    > article.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button
    a.btn,
  div.body
    .main
    > section.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button
    a.btn,
  div.body
    header
    #carouselHome.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button
    a.btn,
  div.body
    header
    .new-hero-slick.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button
    a.btn,
  div.body
    header
    aside.box-with-title.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button
    a.btn,
  div.body
    header
    > #section.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button
    a.btn,
  div.body
    header
    > article.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button
    a.btn,
  div.body
    header
    > section.presentation
    .new-hero-button.new-hero-button.new-hero-button.new-hero-button
    a.btn {
    margin: 0 !important;
  }
}
@media (min-width: 568px) and (max-width: 1023px) {
  div.body header #carouselHome a.btn,
  div.body header .new-hero-slick a.btn {
    margin: 10px !important;
  }
  div.body header #carouselHome .new-hero-button,
  div.body header .new-hero-slick .new-hero-button {
    margin: 10px !important;
  }
  div.body header #carouselHome .new-hero-button a.btn,
  div.body header .new-hero-slick .new-hero-button a.btn {
    margin: 0 !important;
  }
}
div.body .cta p {
  margin-bottom: 16px;
}
div.body .cta p:last-child {
  margin-bottom: 0;
}
div.body .cta .cta-title {
  margin-bottom: 10px !important;
}
div.body .cta .cta-subtitle {
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .cta .section-content {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  section.cta {
    padding-bottom: 20px;
  }
}
div.body .mod-presentation .presentation-container,
div.body .presentation .presentation-container {
  padding: 40px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  min-height: 200px;
}
div.body .mod-presentation .presentation-container .presentation-text,
div.body .presentation .presentation-container .presentation-text {
  width: calc(50%);
  padding: 0 20px 0 0;
}
div.body
  .mod-presentation
  .presentation-container
  .presentation-text
  a:not(.btn),
div.body .presentation .presentation-container .presentation-text a:not(.btn) {
  color: inherit;
  text-decoration: underline;
}
div.body .mod-presentation .presentation-container .presentation-text h2,
div.body .presentation .presentation-container .presentation-text h2 {
  margin-bottom: 20px;
  display: inline-block;
}
div.body
  .mod-presentation
  .presentation-container
  .presentation-text
  .links-wrapper,
div.body
  .presentation
  .presentation-container
  .presentation-text
  .links-wrapper {
  margin-bottom: 10px;
}
div.body
  .mod-presentation
  .presentation-container
  .presentation-text
  .links-wrapper
  a.download-link,
div.body
  .presentation
  .presentation-container
  .presentation-text
  .links-wrapper
  a.download-link {
  text-decoration: none;
}
div.body
  .mod-presentation
  .presentation-container
  .presentation-text
  .presentation-buttons,
div.body
  .presentation
  .presentation-container
  .presentation-text
  .presentation-buttons {
  text-align: left;
}
div.body
  .mod-presentation
  .presentation-container
  .presentation-text
  .presentation-buttons
  a,
div.body
  .presentation
  .presentation-container
  .presentation-text
  .presentation-buttons
  a {
  text-decoration: none;
}
div.body .mod-presentation .presentation-container .presentation-image,
div.body .presentation .presentation-container .presentation-image {
  bottom: 0;
  top: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  height: 100%;
  width: 50%;
}
div.body .mod-presentation .presentation-container .presentation-image img,
div.body .presentation .presentation-container .presentation-image img {
  min-height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(-10deg);
  -o-transform: translateX(-50%) skewX(-10deg);
  transform: translateX(-50%) skewX(-10deg);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100% !important;
}
div.body
  .mod-presentation
  .presentation-container
  .presentation-image
  .video-player::before,
div.body
  .presentation
  .presentation-container
  .presentation-image
  .video-player::before {
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
div.body
  .mod-presentation
  .presentation-container
  .presentation-image.corte-der,
div.body .presentation .presentation-container .presentation-image.corte-der {
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
div.body
  .mod-presentation
  .presentation-container
  .presentation-image.corte-der
  img,
div.body
  .presentation
  .presentation-container
  .presentation-image.corte-der
  img {
  -webkit-transform: translateX(-50%) skewX(10deg);
  -o-transform: translateX(-50%) skewX(10deg);
  transform: translateX(-50%) skewX(10deg);
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
div.body
  .mod-presentation
  .presentation-container
  .presentation-image.corte-der
  .video-player::before,
div.body
  .presentation
  .presentation-container
  .presentation-image.corte-der
  .video-player::before {
  -webkit-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
div.body
  .mod-presentation
  .presentation-container.media-izq
  .presentation-image,
div.body .presentation .presentation-container.media-izq .presentation-image {
  left: 0;
  right: auto;
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
div.body
  .mod-presentation
  .presentation-container.media-izq
  .presentation-image.corte-der,
div.body
  .presentation
  .presentation-container.media-izq
  .presentation-image.corte-der {
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
div.body
  .mod-presentation
  .presentation-container.media-izq
  .presentation-image.corte-der
  img,
div.body
  .presentation
  .presentation-container.media-izq
  .presentation-image.corte-der
  img {
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
div.body
  .mod-presentation
  .presentation-container.media-izq
  .presentation-image.corte-izq
  img,
div.body
  .presentation
  .presentation-container.media-izq
  .presentation-image.corte-izq
  img {
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
div.body
  .mod-presentation
  .presentation-container.media-izq
  .presentation-image
  .video-player::before,
div.body
  .presentation
  .presentation-container.media-izq
  .presentation-image
  .video-player::before {
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
div.body .mod-presentation .presentation-container.media-izq .presentation-text,
div.body .presentation .presentation-container.media-izq .presentation-text {
  float: right;
  padding: 0 0 0 20px;
}
@media (max-width: 1023px) {
  div.body .mod-presentation .presentation-container,
  div.body .presentation .presentation-container {
    padding: 20px;
    padding-top: calc(56.75% + 20px);
    overflow: hidden;
  }
  div.body .mod-presentation .presentation-container .presentation-text,
  div.body .presentation .presentation-container .presentation-text {
    width: 100%;
    padding: 0;
  }
  div.body
    .mod-presentation
    .presentation-container
    .presentation-text
    .presentation-buttons,
  div.body
    .presentation
    .presentation-container
    .presentation-text
    .presentation-buttons {
    text-align: center;
  }
  div.body .mod-presentation .presentation-container .presentation-image,
  div.body .presentation .presentation-container .presentation-image {
    height: 0;
    width: 100%;
    padding-bottom: 56.75%;
    -webkit-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  div.body .mod-presentation .presentation-container .presentation-image img,
  div.body .presentation .presentation-container .presentation-image img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) skewY(-5deg);
    -o-transform: translate(-50%, -50%) skewY(-5deg);
    transform: translate(-50%, -50%) skewY(-5deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  div.body
    .mod-presentation
    .presentation-container
    .presentation-image
    .video-player::before,
  div.body
    .presentation
    .presentation-container
    .presentation-image
    .video-player::before {
    -webkit-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  div.body
    .mod-presentation
    .presentation-container
    .presentation-image.corte-der,
  div.body .presentation .presentation-container .presentation-image.corte-der {
    -webkit-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  div.body
    .mod-presentation
    .presentation-container
    .presentation-image.corte-der
    img,
  div.body
    .presentation
    .presentation-container
    .presentation-image.corte-der
    img {
    -webkit-transform: translate(-50%, -50%) skewY(5deg);
    -o-transform: translate(-50%, -50%) skewY(5deg);
    transform: translate(-50%, -50%) skewY(5deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  div.body
    .mod-presentation
    .presentation-container
    .presentation-image.corte-der
    .video-player::before,
  div.body
    .presentation
    .presentation-container
    .presentation-image.corte-der
    .video-player::before {
    -webkit-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  div.body
    .mod-presentation
    .presentation-container.media-izq
    .presentation-image,
  div.body .presentation .presentation-container.media-izq .presentation-image {
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  div.body
    .mod-presentation
    .presentation-container.media-izq
    .presentation-image.corte-der,
  div.body
    .presentation
    .presentation-container.media-izq
    .presentation-image.corte-der {
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  div.body
    .mod-presentation
    .presentation-container.media-izq
    .presentation-image.corte-der
    img,
  div.body
    .presentation
    .presentation-container.media-izq
    .presentation-image.corte-der
    img {
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  div.body
    .mod-presentation
    .presentation-container.media-izq
    .presentation-image
    .video-player::before,
  div.body
    .presentation
    .presentation-container.media-izq
    .presentation-image
    .video-player::before {
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  div.body
    .mod-presentation
    .presentation-container.media-izq
    .presentation-text,
  div.body .presentation .presentation-container.media-izq .presentation-text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  div.body .main .mod-presentation,
  div.body .main .presentation {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
div.body .main > section.mod-presentation.mod-ctsi,
div.body .main > section.presentation.mod-ctsi {
  padding-top: 40px;
}
@media (min-width: 768px) {
  div.body .main > section.mod-presentation.mod-ctsi,
  div.body .main > section.presentation.mod-ctsi {
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {
  div.body .main > section.mod-presentation.mod-ctsi,
  div.body .main > section.presentation.mod-ctsi {
    padding-top: 80px;
  }
}
section.mod-presentation,
section.presentation {
  padding-top: 20px;
}
@media (min-width: 768px) {
  section.mod-presentation,
  section.presentation {
    padding-top: 40px;
  }
}
@media (min-width: 1280px) {
  section.mod-presentation .link-list-generic,
  section.presentation .link-list-generic {
    margin-top: 10px;
  }
}
.mod-presentation .presentation-image a,
.presentation .presentation-image a {
  outline: 0;
}
.mod-presentation .presentation-image a:focus:not(:active)::after,
.presentation .presentation-image a:focus:not(:active)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 150%;
  background-color: #e32424;
}
.mod-presentation
  .presentation-image
  a:focus:not(:active):not(.video-card)::before,
.presentation
  .presentation-image
  a:focus:not(:active):not(.video-card)::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.mod-presentation .presentation-image a:focus:not(:active).video-card,
.presentation .presentation-image a:focus:not(:active).video-card {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.mod-presentation
  .presentation-wrapper.media-der
  .presentation-image
  a:focus:not(:active)::after,
.presentation
  .presentation-wrapper.media-der
  .presentation-image
  a:focus:not(:active)::after {
  right: 0;
}
.mod-presentation
  .presentation-wrapper.media-der
  .presentation-image.corte-der
  a:focus:not(:active)::after,
.presentation
  .presentation-wrapper.media-der
  .presentation-image.corte-der
  a:focus:not(:active)::after {
  bottom: 0;
  -webkit-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.mod-presentation
  .presentation-wrapper.media-der
  .presentation-image.corte-izq
  a:focus:not(:active)::after,
.presentation
  .presentation-wrapper.media-der
  .presentation-image.corte-izq
  a:focus:not(:active)::after {
  top: 0;
  -webkit-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
.mod-presentation
  .presentation-wrapper.media-izq
  .presentation-image
  a:focus:not(:active)::after,
.presentation
  .presentation-wrapper.media-izq
  .presentation-image
  a:focus:not(:active)::after {
  left: 0;
}
.mod-presentation
  .presentation-wrapper.media-izq
  .presentation-image.corte-der
  a:focus:not(:active)::after,
.presentation
  .presentation-wrapper.media-izq
  .presentation-image.corte-der
  a:focus:not(:active)::after {
  top: 0;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.mod-presentation
  .presentation-wrapper.media-izq
  .presentation-image.corte-izq
  a:focus:not(:active)::after,
.presentation
  .presentation-wrapper.media-izq
  .presentation-image.corte-izq
  a:focus:not(:active)::after {
  bottom: 0;
  -webkit-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
div.body :not(footer) .header-filters #category-search {
  margin-bottom: 10px;
}
div.body :not(footer) .header-filters #category-search .form-row {
  width: 100%;
  padding-bottom: 20px;
}
div.body :not(footer) .event-filters-container {
  font-size: 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
div.body :not(footer) .event-filters-container .calendar-search {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0 none;
  max-height: 44px;
  width: 60%;
}
div.body
  :not(footer)
  .event-filters-container
  .calendar-search
  .icon-search::before {
  color: #000 !important;
  font-weight: 400;
}
div.body :not(footer) .event-filters-container .calendar-search .form-control {
  height: 44px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 55px;
  border-right: none !important;
  border: 0 none;
}
div.body
  :not(footer)
  .event-filters-container
  .calendar-search
  div.input-group-append {
  position: absolute;
  right: 0;
  margin-top: 3px;
  margin-right: 3px;
  border-top-right-radius: none;
  border-bottom-right-radius: none;
}
div.body
  :not(footer)
  .event-filters-container
  .calendar-search
  div.input-group-append
  span.input-group-text {
  border: none;
  height: 38px;
  max-height: 38px !important;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: transparent;
}
div.body
  :not(footer)
  .event-filters-container
  .calendar-search
  div.input-group-append
  span.input-group-text.icon-search.pointer {
  max-height: 40px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
div.body
  :not(footer)
  .event-filters-container
  .calendar-search
  div.input-group-append
  span.input-group-text.icon-search.pointer::before {
  font-size: 26px;
}
div.body :not(footer) .event-filters-container .filter-search-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  vertical-align: top !important;
  display: inline-block !important;
  width: 20%;
}
div.body :not(footer) .event-filters-container .filter-search-btn a {
  width: 100%;
  margin: 0 !important;
  min-width: auto !important;
  padding: 12px 20px !important;
}
div.body :not(footer) .event-filters-container .filters-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
div.body :not(footer) .event-filters-container .filters-container span::before {
  margin: 0 10px;
  color: #000 !important;
  font-weight: 700;
  vertical-align: middle;
}
div.body
  :not(footer)
  .event-filters-container
  .filters-container
  .filters-text {
  font-size: 17px;
}
div.body :not(footer) .event-box-alt h2.ifema-h3:not(:first-child) {
  margin-top: 20px;
  margin-bottom: 44px !important;
}
div.body :not(footer) .event-box-alt .event-results-month {
  text-transform: capitalize;
}
.events-carousel.slick-slider {
  margin-bottom: 0;
}
.events-carousel .slick-track {
  width: auto !important;
}
.events-carousel .slick-slide {
  height: initial;
}
div.body .event-cards-dots {
  margin-top: -16px;
  margin-bottom: 10px;
}
div.body .event-cards-dots ul.slick-dots {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  left: auto;
  right: auto;
  margin: 0 auto;
  padding: 0 10px;
  bottom: 0;
}
div.event-card {
  border: 0 none;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
div.event-card .event-image-container {
  position: relative;
  overflow: hidden;
}
div.event-card .event-image-container .embed-responsive-ifema::before {
  padding-top: 90%;
}
div.event-card .event-image-container .event-text {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-family: "Barlow" ;
  line-height: 1;
  padding: 5px 0;
}
div.event-card .event-image-container .event-text span {
  vertical-align: middle;
  line-height: 20px;
}
div.event-card .event-image-container .event-date.original-ifema::before {
  background: #e32424;
}
div.event-card .event-image-container .event-date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  color: #fff;
  padding-left: 20px;
  font-family: "Barlow";
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
div.event-card .event-image-container .event-date::before {
  content: " ";
  position: absolute;
  display: block;
  width: 300px;
  height: 200px;
  top: 0;
  left: 0;
  z-index: -1;
  background: #282351;
  -webkit-transform: skewY(15deg);
  -o-transform: skewY(15deg);
  transform: skewY(15deg);
}
div.event-card .event-image-container .event-date .date {
  padding-bottom: 6px;
}
div.event-card .event-image-container .event-date .date div {
  display: inline-block;
}
div.event-card .card-div.body {
  padding: 20px;
}
div.event-card .card-div.body .h6 {
  font-family: "Barlow" ;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
div.event-card .card-div.body .event-description {
  margin-bottom: 0;
  font-family: "Barlow";
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
div.event-card .event-card-footer {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  padding: 0 20px 10px 20px;
}
div.event-card .event-card-footer [class*=" icon-"]::before {
  margin-right: 8px;
  font-size: 20px;
  line-height: 24px;
  vertical-align: top;
}
div.event-card .event-card-footer .icon-publico::before {
  font-size: 22px;
  line-height: 26px;
}
div.event-card .event-card-footer .event-type {
  display: block;
  font-family: "Barlow";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}
div.event-card .event-card-footer .event-button {
  display: block;
  position: relative;
  float: none;
  background-color: transparent;
  color: #000;
  text-decoration: underline;
  font-family: "Barlow";
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
div.event-card .event-card-footer .link-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
div.event-card .event-card-footer .link-logo .ifema-original-logo {
  bottom: 0;
  right: 0;
  font-family: "Barlow";
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
div.event-card .event-card-footer .link-logo .ifema-original-logo img {
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  height: 30px;
}
div.event-card .event-card-footer .link-logo .event-button {
  text-align: right;
}
@media (max-width: 1279px) {
  div.body :not(footer) .event-filters-container .filters-container {
    width: 35%;
  }
  div.body :not(footer) .event-filters-container .calendar-search {
    width: 65%;
  }
}
@media (max-width: 1023px) {
  .event-box-alt h1.event-title-alt.ifema-h2 {
    font-size: 40px !important;
    margin-top: 5px;
  }
  .event-box-alt .ifema-h3 .event-results-month,
  .event-box-alt .ifema-h3 .event-results-year {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  div.event-card .event-image-container .event-date {
    font-size: 20px;
    line-height: 21px;
  }
  div.event-card .card-div.body .h6 {
    font-size: 22px;
    line-height: 30px;
  }
  div.event-card .event-card-footer .link-logo .ifema-original-logo {
    font-size: 16px;
    line-height: 24px;
  }
  div.body :not(footer) .header-filters #category-search {
    margin-bottom: 0;
  }
  div.body :not(footer) .event-filters-container {
    display: inline-block;
  }
  div.body :not(footer) .event-filters-container .calendar-search {
    width: 70%;
  }
  div.body :not(footer) .event-filters-container .filter-search-btn {
    width: 30%;
  }
  div.body :not(footer) .event-filters-container .filters-container {
    width: auto;
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 578px) {
  div.body :not(footer) .event-filters-container .calendar-search {
    width: 65%;
  }
  div.body :not(footer) .event-filters-container .filter-search-btn {
    width: 35%;
  }
}
@media (max-width: 575px) {
  div.event-card .event-card-footer .event-type {
    padding-left: 10px;
  }
  .mobile-title {
    display: block !important;
  }
  .events-carousel .SR-width {
    outline: 0 !important;
  }
}
div.card {
  border: 0 none;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
div.card:not(.disabled):hover {
  margin-top: -3px;
  margin-bottom: 3px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
div.card:not(.disabled):hover img.embed-responsive-item {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
div.gestion-card.gestion-card:hover {
  margin-top: 47px;
  margin-bottom: 28px;
}
div.events-carousel div.slick-list div.slick-track div.slick-slide {
  padding-top: 4px;
}
div.card.bottom-links div.card-div.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
div.card.bottom-links div.card-div.body p:last-of-type {
  margin-bottom: auto;
}
div.card.bottom-links div.card-div.body a:first-of-type {
  margin-top: auto;
  padding-top: 16px;
}
div.card-div.body .default-link-wrapper:first-of-type {
  margin-top: 16px;
}
div.card-div.body .default-link-wrapper a:first-of-type {
  margin-top: 0;
}
div.card.bottom-links div.card-div.body .default-link-wrapper a:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.unbordered-card {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.unbordered-card:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.accordion-container {
  padding-bottom: 0;
}
div.accordion-container div:last-child div:last-child:not(.active) {
  margin-bottom: 0;
}
div.events-accordion {
  width: 100%;
  padding: 10px 20px 20px;
}
div.events-accordion .panel-div.body {
  margin: 20px;
}
div.events-accordion .panel-default div hr {
  margin: 0 30px;
}
div.events-accordion .panel .panel-div.body div.card:hover {
  margin-top: -3px;
  margin-bottom: 3px;
  -webkit-box-shadow: 0 6px 10px 0 #c3c3c3;
  box-shadow: 0 6px 10px 0 #c3c3c3;
}
@media (max-width: 767px) {
  div.events-accordion {
    padding: 10px;
  }
}
div.body.recommender > footer {
  padding-top: 0 !important;
}
div.body > footer {
  max-width: 2560px;
  margin: 0 auto;
  background-color: transparent !important;
  overflow: hidden;
  padding-top: 10%;
  z-index: 2;
  position: relative;
}
div.body
  > footer.feria-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie,
div.body
  > footer.insti-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie {
  background-color: transparent !important;
  position: relative;
  z-index: 0;
  text-align: left;
}
div.body
  > footer.feria-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie::before,
div.body
  > footer.insti-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie::before {
  content: " ";
  background-color: #ffc405;
  position: absolute;
  display: block;
  width: 100%;
  height: 120%;
  height: 9vw;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
}
div.body
  > footer.feria-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie::after,
div.body
  > footer.insti-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie::after {
  content: " ";
  background-color: #ffc405;
  position: absolute;
  display: block;
  width: 100%;
  height: 1000px;
  top: 0;
  left: 0;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: skewY(10deg);
  -o-transform: skewY(10deg);
  transform: skewY(10deg);
  z-index: -1;
}
div.body
  > footer.feria-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
  .container
  .row,
div.body
  > footer.insti-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
  .container
  .row {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -ms-flex-pack: start;
}
div.body
  > footer.feria-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
  .container
  .row
  div[class^="col-"],
div.body
  > footer.insti-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
  .container
  .row
  div[class^="col-"] {
  text-align: left;
}
div.body
  > footer.feria-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
  .container
  .row
  div[class^="col-"]
  img,
div.body
  > footer.insti-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
  .container
  .row
  div[class^="col-"]
  img {
  max-height: 70px;
  max-width: 75px;
}
div.body
  > footer.feria-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
  .container
  .row
  div[class^="col-"]
  ul,
div.body
  > footer.insti-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
  .container
  .row
  div[class^="col-"]
  ul {
  margin: 0;
}
div.body
  > footer.feria-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
  .container
  .row
  div[class^="col-"]
  ul
  li,
div.body
  > footer.insti-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
  .container
  .row
  div[class^="col-"]
  ul
  li {
  margin: 8px 20px 8px 0;
  display: inline-block;
}
div.body
  > footer.feria-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
  .container
  .row
  div[class^="col-"]
  ul
  li.banner-feria
  img,
div.body
  > footer.insti-footer
  > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
  .container
  .row
  div[class^="col-"]
  ul
  li.banner-feria
  img {
  height: 50px;
  max-width: 100%;
}
div.body
  > footer.feria-footer
  > section.area-interes-pie.area-interes-pie.area-interes-pie,
div.body
  > footer.insti-footer
  > section.area-interes-pie.area-interes-pie.area-interes-pie {
  background-color: transparent !important;
  position: relative;
  padding-top: calc(1vw + 10%);
}
div.body
  > footer.feria-footer
  > section.area-interes-pie.area-interes-pie.area-interes-pie::before,
div.body
  > footer.insti-footer
  > section.area-interes-pie.area-interes-pie.area-interes-pie::before {
  content: " ";
  background-color: #171736;
  position: absolute;
  display: block;
  width: 100%;
  height: 1000px;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
div.body
  > footer.feria-footer
  > section.area-interes-pie.area-interes-pie.area-interes-pie
  .h6,
div.body
  > footer.insti-footer
  > section.area-interes-pie.area-interes-pie.area-interes-pie
  .h6 {
  font-weight: 600;
}
div.body
  > footer.feria-footer
  > section.area-legal-pie.area-legal-pie.area-legal-pie,
div.body
  > footer.insti-footer
  > section.area-legal-pie.area-legal-pie.area-legal-pie {
  background-color: #fff !important;
  position: relative;
}
div.body
  > footer.feria-footer
  > section.area-legal-pie.area-legal-pie.area-legal-pie
  a,
div.body
  > footer.feria-footer
  > section.area-legal-pie.area-legal-pie.area-legal-pie
  a.animated-link:hover,
div.body
  > footer.insti-footer
  > section.area-legal-pie.area-legal-pie.area-legal-pie
  a,
div.body
  > footer.insti-footer
  > section.area-legal-pie.area-legal-pie.area-legal-pie
  a.animated-link:hover {
  color: #000 !important;
}
div.body
  > footer.feria-footer
  > section.area-legal-pie.area-legal-pie.area-legal-pie
  .container
  .row
  .col,
div.body
  > footer.insti-footer
  > section.area-legal-pie.area-legal-pie.area-legal-pie
  .container
  .row
  .col {
  margin: 0;
}
div.body
  > footer.feria-footer
  > section.area-legal-pie.area-legal-pie.area-legal-pie
  ul
  li,
div.body
  > footer.insti-footer
  > section.area-legal-pie.area-legal-pie.area-legal-pie
  ul
  li {
  height: 60px;
  line-height: 60px;
}
@media (max-width: 767px) {
  div.body
    > footer.feria-footer
    > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
    .container
    .row
    div[class^="col-"]
    img,
  div.body
    > footer.insti-footer
    > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
    .container
    .row
    div[class^="col-"]
    img {
    max-height: 60px;
    max-width: 65px;
  }
  div.body
    > footer.feria-footer
    > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
    .container
    .row
    div[class^="col-"]
    ul,
  div.body
    > footer.insti-footer
    > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
    .container
    .row
    div[class^="col-"]
    ul {
    margin: 0;
  }
  div.body
    > footer.feria-footer
    > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
    .container
    .row
    div[class^="col-"]
    ul
    li,
  div.body
    > footer.insti-footer
    > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie
    .container
    .row
    div[class^="col-"]
    ul
    li {
    margin: 8px 15px 8px 0;
    display: inline-block;
  }
  div.body footer.insti-footer > section.area-patrocinadores-pie ul {
    padding: 25px 0;
  }
}
@media (min-width: 768px) {
  div.body
    > footer.feria-footer
    > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie {
    padding: 20px 0;
  }
  div.body
    > footer.feria-footer
    > section.area-interes-pie.area-interes-pie.area-interes-pie,
  div.body
    > footer.insti-footer
    > section.area-interes-pie.area-interes-pie.area-interes-pie {
    padding-top: calc(1vw + 70px);
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  div.body
    > footer.feria-footer
    > section.area-patrocinadores-pie.area-patrocinadores-pie.area-patrocinadores-pie {
    padding: 0;
  }
  div.body
    > footer.feria-footer
    > section.area-interes-pie.area-interes-pie.area-interes-pie,
  div.body
    > footer.insti-footer
    > section.area-interes-pie.area-interes-pie.area-interes-pie {
    padding-top: calc(1vw + 90px);
  }
  div.body
    > footer.feria-footer
    > section.area-interes-pie.area-interes-pie.area-interes-pie::before {
    top: 0;
  }
}
@media (min-width: 1280px) {
  div.body
    > footer.feria-footer
    > section.area-interes-pie.area-interes-pie.area-interes-pie,
  div.body
    > footer.insti-footer
    > section.area-interes-pie.area-interes-pie.area-interes-pie {
    padding-top: calc(1vw + 110px);
  }
}
@media (min-width: 1920px) {
  div.body
    > footer.feria-footer
    > section.area-interes-pie.area-interes-pie.area-interes-pie {
    padding-top: calc(4% + 40px);
  }
}
.carouselH .slick-slider .slick-prev,
.minibanners .slick-slider .slick-prev {
  left: -50px;
}
.carouselH .slick-slider .slick-next,
.minibanners .slick-slider .slick-next {
  right: -50px;
}
.carouselH .grid-slider-left,
.carouselH .grid-slider-right,
.carouselH .slick-next,
.carouselH .slick-prev,
.minibanners .grid-slider-left,
.minibanners .grid-slider-right,
.minibanners .slick-next,
.minibanners .slick-prev {
  background-color: rgba(0, 0, 0, 0.85) !important;
  border-radius: 100% !important;
  opacity: 0.65;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: center;
  line-height: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.carouselH .grid-slider-left:before,
.carouselH .grid-slider-right:before,
.carouselH .slick-next:before,
.carouselH .slick-prev:before,
.minibanners .grid-slider-left:before,
.minibanners .grid-slider-right:before,
.minibanners .slick-next:before,
.minibanners .slick-prev:before {
  background: 0 0;
  color: #fff !important;
  opacity: 1;
  font-size: 34px !important;
  line-height: 40px;
}
.carouselH .grid-slider-left:hover,
.carouselH .grid-slider-right:hover,
.carouselH .slick-next:hover,
.carouselH .slick-prev:hover,
.minibanners .grid-slider-left:hover,
.minibanners .grid-slider-right:hover,
.minibanners .slick-next:hover,
.minibanners .slick-prev:hover {
  opacity: 1;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.carouselH .slick-slider {
  width: calc(100% - 100px);
}
.FW-icon-left,
.FW-icon-right {
  background-color: rgba(255, 255, 255, 0.85) !important;
  border-radius: 100% !important;
  opacity: 0.65;
  width: 60px;
  height: 60px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: center;
  line-height: 0;
  top: inherit;
}
.FW-icon-left:before,
.FW-icon-right:before {
  background: 0 0;
  color: #000 !important;
  opacity: 1;
  font-size: 40px !important;
  line-height: 60px;
}
.FW-icon-left:hover,
.FW-icon-right:hover {
  opacity: 1;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
@media (max-width: 1023px) {
  .FW-icon-left,
  .FW-icon-right {
    width: 50px;
    height: 50px;
  }
  .FW-icon-left::before,
  .FW-icon-right::before {
    font-size: 42px !important;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .FW-icon-left,
  .FW-icon-right {
    width: 40px;
    height: 40px;
  }
  .FW-icon-left::before,
  .FW-icon-right::before {
    font-size: 34px !important;
    line-height: 40px;
  }
}
div.body .main > section.ifm-paralax-container {
  background-color: transparent;
  padding: 0 !important;
}
div.body .main > section.ifm-paralax-container .ifm-paralax-slider {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  letter-spacing: 0;
  height: 100%;
  overflow: hidden;
}
div.body
  .main
  > section.ifm-paralax-container
  .ifm-paralax-slider
  .slick-track {
  display: block !important;
}
div.body
  .main
  > section.ifm-paralax-container
  .ifm-paralax-slider
  .ifm-paralax-slide {
  position: relative;
  border: none;
  height: calc(100vh - 60px);
}
div.body
  .main
  > section.ifm-paralax-container
  .ifm-paralax-slider
  .ifm-paralax-slide
  .ifm-paralax-image {
  height: calc(100vh - 60px);
}
div.body
  .main
  > section.ifm-paralax-container
  .ifm-paralax-slider
  .ifm-paralax-slide
  .ifm-paralax-image
  img {
  height: calc(100vh - 60px);
  margin: 0;
  padding: 0;
}
div.body
  .main
  > section.ifm-paralax-container
  .ifm-paralax-slider
  .ifm-paralax-slide
  .ifm-paralax-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  padding: 20px 20px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(30px, 0) rotate3d(1, 0, 0, 165deg);
  transform: translate(30px, 0) rotate3d(1, 0, 0, 165deg);
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all ease 1.5s;
  -o-transition: all ease 1.5s;
  transition: all ease 1.5s;
}
div.body
  .main
  > section.ifm-paralax-container
  .ifm-paralax-slider
  .ifm-paralax-slide
  .ifm-paralax-content
  > * {
  max-width: 50%;
}
div.body
  .main
  > section.ifm-paralax-container
  .ifm-paralax-slider
  .ifm-paralax-slide
  .ifm-paralax-poligon {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
    rotate3d(0, 0, 1, -25deg);
  transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
    rotate3d(0, 0, 1, -25deg);
  -webkit-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  background-color: #e3242d;
  opacity: 0.75;
  height: 300vw;
  width: 300vw;
  z-index: 2;
  -webkit-box-shadow: 5px 2px 5px 0 transparent;
  box-shadow: 5px 2px 5px 0 transparent;
  translate: 0;
  -webkit-transition: all ease 1.5s;
  -o-transition: all ease 1.5s;
  transition: all ease 1.5s;
}
div.body
  .main
  > section.ifm-paralax-container
  .ifm-paralax-slider
  .ifm-paralax-slide:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-30px, -120px) rotate3d(1, 0, 0, 0deg)
    rotate3d(0, 0, 1, 45deg);
  transform: translate(-30px, -120px) rotate3d(1, 0, 0, 0deg)
    rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: all ease 1.5s;
  -o-transition: all ease 1.5s;
  transition: all ease 1.5s;
  background-color: #171736;
  opacity: 0.75;
  height: 300vw;
  width: 300vw;
  z-index: 1;
}
div.body
  .main
  > section.ifm-paralax-container
  .ifm-paralax-slider
  .ifm-paralax-slide.ifm-paralax-current
  .ifm-paralax-poligon {
  -webkit-transform: translate(-30px, -120px) rotate3d(1, 0, 0, 0deg)
    rotate3d(0, 0, 1, -45deg);
  transform: translate(-30px, -120px) rotate3d(1, 0, 0, 0deg)
    rotate3d(0, 0, 1, -45deg);
  -webkit-box-shadow: 5px 2px 5px 0 rgba(0, 0, 0, 0.65);
  box-shadow: 5px 2px 5px 0 rgba(0, 0, 0, 0.65);
  background-color: #2931b3;
  height: 142vw;
  width: 142vw;
  opacity: 1;
}
div.body
  .main
  > section.ifm-paralax-container
  .ifm-paralax-slider
  .ifm-paralax-slide.ifm-paralax-current
  .ifm-paralax-content {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate3d(1, 0, 0, 0deg);
  transform: translate(0, 0) rotate3d(1, 0, 0, 0deg);
}
div.body
  .main
  > section.ifm-paralax-container
  .ifm-paralax-slider
  .ifm-paralax-slide.ifm-paralax-current
  ~ .ifm-paralax-poligon {
  translate: 0;
}
div.body
  .main
  > section.ifm-paralax-container
  .ifm-paralax-slider
  .ifm-paralax-slide.ifm-paralax-current:first-child::before {
  -webkit-transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
    rotate3d(0, 0, 1, 65deg);
  transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
    rotate3d(0, 0, 1, 65deg);
  background-color: #e3242d;
}
.ifm-paralax-image {
  height: calc(100vh);
  top: 0;
  position: relative;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
.parallax {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide {
    height: calc(100vh - 70px);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide
    .ifm-paralax-image {
    height: calc(100vh - 70px);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide
    .ifm-paralax-image
    img {
    height: calc(100vh - 70px);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide
    .ifm-paralax-content {
    -webkit-transform: translate(300px, 0) rotate3d(1, 0, 0, 165deg);
    transform: translate(300px, 0) rotate3d(1, 0, 0, 165deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide
    .ifm-paralax-poligon {
    -webkit-transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
      rotate3d(0, 0, 1, -25deg);
    transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
      rotate3d(0, 0, 1, -25deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide:first-child::before {
    -webkit-transform: translate(-300px, -100px) rotate3d(1, 0, 0, 0deg)
      rotate3d(0, 0, 1, 45deg);
    transform: translate(-300px, -100px) rotate3d(1, 0, 0, 0deg)
      rotate3d(0, 0, 1, 45deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide.ifm-paralax-current
    .ifm-paralax-poligon {
    -webkit-transform: translate(-300px, -100px) rotate3d(1, 0, 0, 0deg)
      rotate3d(0, 0, 1, -45deg);
    transform: translate(-300px, -100px) rotate3d(1, 0, 0, 0deg)
      rotate3d(0, 0, 1, -45deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide.ifm-paralax-current
    .ifm-paralax-content {
    -webkit-transform: translate(0, 0) rotate3d(1, 0, 0, 0deg);
    transform: translate(0, 0) rotate3d(1, 0, 0, 0deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide.ifm-paralax-current:first-child::before {
    -webkit-transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
      rotate3d(0, 0, 1, 65deg);
    transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
      rotate3d(0, 0, 1, 65deg);
  }
}
@media (min-width: 1024px) {
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide
    .ifm-paralax-content {
    -webkit-transform: translate(400px, 0) rotate3d(1, 0, 0, 165deg);
    transform: translate(400px, 0) rotate3d(1, 0, 0, 165deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide
    .ifm-paralax-poligon {
    -webkit-transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
      rotate3d(0, 0, 1, -25deg);
    transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
      rotate3d(0, 0, 1, -25deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide:first-child::before {
    -webkit-transform: translate(-400px, -100px) rotate3d(1, 0, 0, 0deg)
      rotate3d(0, 0, 1, 45deg);
    transform: translate(-400px, -100px) rotate3d(1, 0, 0, 0deg)
      rotate3d(0, 0, 1, 45deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide.ifm-paralax-current
    .ifm-paralax-poligon {
    -webkit-transform: translate(-400px, -100px) rotate3d(1, 0, 0, 0deg)
      rotate3d(0, 0, 1, -45deg);
    transform: translate(-400px, -100px) rotate3d(1, 0, 0, 0deg)
      rotate3d(0, 0, 1, -45deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide.ifm-paralax-current
    .ifm-paralax-content {
    -webkit-transform: translate(0, 0) rotate3d(1, 0, 0, 0deg);
    transform: translate(0, 0) rotate3d(1, 0, 0, 0deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide.ifm-paralax-current:first-child::before {
    -webkit-transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
      rotate3d(0, 0, 1, 65deg);
    transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
      rotate3d(0, 0, 1, 65deg);
  }
}
@media (min-width: 1440px) {
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide
    .ifm-paralax-content {
    -webkit-transform: translate(10%, 0) rotate3d(1, 0, 0, 165deg);
    transform: translate(10%, 0) rotate3d(1, 0, 0, 165deg);
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide
    .ifm-paralax-poligon {
    -webkit-transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
      rotate3d(0, 0, 1, -25deg);
    transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
      rotate3d(0, 0, 1, -25deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide:first-child::before {
    -webkit-transform: translate(-10%, -100px) rotate3d(1, 0, 0, 0deg)
      rotate3d(0, 0, 1, 45deg);
    transform: translate(-10%, -100px) rotate3d(1, 0, 0, 0deg)
      rotate3d(0, 0, 1, 45deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide.ifm-paralax-current
    .ifm-paralax-poligon {
    -webkit-transform: translate(-10%, -100px) rotate3d(1, 0, 0, 0deg)
      rotate3d(0, 0, 1, -45deg);
    transform: translate(-10%, -100px) rotate3d(1, 0, 0, 0deg)
      rotate3d(0, 0, 1, -45deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide.ifm-paralax-current
    .ifm-paralax-content {
    -webkit-transform: translate(0, 0) rotate3d(1, 0, 0, 0deg);
    transform: translate(0, 0) rotate3d(1, 0, 0, 0deg);
  }
  div.body
    .main
    > section.ifm-paralax-container
    .ifm-paralax-slider
    .ifm-paralax-slide.ifm-paralax-current:first-child::before {
    -webkit-transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
      rotate3d(0, 0, 1, 65deg);
    transform: translate(20px, 0) rotate3d(1, 0, 0, 110deg)
      rotate3d(0, 0, 1, 65deg);
  }
}
@media (min-width: 768px) {
  div.body .main > section.textoSobreFondo {
    height: 430px !important;
  }
  div.body .main > section.textoSobreFondo .row.rtl {
    right: 0;
  }
  div.body .main > section.textoSobreFondo .full-box {
    position: absolute !important;
    -webkit-transform: inherit !important;
    -o-transform: inherit !important;
    transform: inherit !important;
  }
  div.body .main > section.textoSobreFondo .full-box img {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  div.body .main > section.textoSobreFondo .ifm-text-wrapper {
    position: relative;
    height: 100%;
  }
  div.body .main > section.textoSobreFondo .ifm-text-wrapper .row {
    overflow: hidden;
    max-height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute !important;
  }
  div.body .main > section.textoSobreFondo .link-list-wrapper {
    text-align: left !important;
  }
}
div.body .main > section.textoSobreFondo {
  height: auto;
}
div.body .main > section.textoSobreFondo .full-box {
  overflow: hidden;
  position: relative;
  max-height: 430px;
}
div.body .main > section.textoSobreFondo .full-box img {
  position: relative;
}
div.body .main > section.textoSobreFondo .ifm-text-wrapper .row {
  position: relative;
  padding-top: 0;
  width: 100%;
}
div.body .main > section.textoSobreFondo .link-list-wrapper {
  text-align: center;
}
@media (max-width: 767px) {
  div.body .main > section.textoSobreFondo .ifm-text-wrapper .row {
    width: 100% !important;
    padding-top: 20px;
  }
  div.body .main > section.textoSobreFondo .ifm-text-wrapper {
    color: inherit !important;
  }
}
div.body .main > section.textoSobreFondo {
  height: auto !important;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
}
div.body .main > section.textoSobreFondo .row.rtl {
  float: right;
}
div.body .main > section.textoSobreFondo .full-box {
  max-height: 100%;
  position: relative !important;
}
div.body .main > section.textoSobreFondo .full-box img {
  position: relative !important;
  width: auto !important;
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
div.body .main > section.textoSobreFondo .ifm-text-wrapper {
  padding-left: inherit;
  padding-right: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  line-height: 1.5rem;
}
div.body .main > section.textoSobreFondo .ifm-text-wrapper .row {
  position: relative !important;
}
div.body .main > section.ifm-bg-module .ifm-bg-img {
  position: relative;
}
div.body .main > section.ifm-bg-module .ifm-bg-img .video-player {
  position: absolute;
  text-align: center;
  left: auto;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  padding-left: 0;
  color: #fff;
  opacity: 0.65;
  width: 74px;
}
div.body .main > section.ifm-bg-module .ifm-bg-img .video-player:hover {
  opacity: 1;
}
div.body .main > section.ifm-bg-module .ifm-bg-img .video-player .play-wrapper {
  width: 100%;
  text-align: center;
}
div.body
  .main
  > section.ifm-bg-module
  .ifm-bg-img
  .video-player
  .play-wrapper::before {
  margin: 0 auto;
  background-color: transparent !important;
  font-size: 74px !important;
  padding: 0 !important;
  text-shadow: 0 0 6px #000;
}
div.body .main > section.ifm-bg-module .ifm-bg-img.rtl .video-player {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) and (max-width: 1279px) {
  div.body .main > section.textoSobreFondo .full-box {
    -webkit-transform: translateX(-100px) !important;
    -o-transform: translateX(-100px) !important;
    transform: translateX(-100px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  div.body .main > section.textoSobreFondo .full-box {
    -webkit-transform: translateX(-260px) !important;
    -o-transform: translateX(-260px) !important;
    transform: translateX(-260px) !important;
  }
}
@media (max-width: 767px) {
  div.body .main > section.textoSobreFondo .ifm-text-wrapper {
    position: relative;
  }
  div.body .main > section.textoSobreFondo .full-box img {
    left: 50%;
    top: 50%;
  }
}
div.body .main > section.ifm-bg-module {
  padding: 0 !important;
  min-height: 250px;
}
div.body .main > section.ifm-bg-module .ifm-bg-img img {
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: calc(-1280px + 50%);
  max-width: 2560px;
  width: 2560px;
  height: auto;
}
div.body .main > section.ifm-bg-module .ifm-bg-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 20px 80px !important;
}
div.body .main > section.ifm-bg-module .ifm-bg-text.rtl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
div.body .main > section.ifm-bg-module .ifm-bg-text .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
}
@media (max-width: 1439px) {
  div.body .main > section.ifm-bg-module .ifm-bg-text {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  div.body .main > section.ifm-bg-module .ifm-bg-text,
  div.body main.container > section.ifm-bg-module .ifm-bg-text {
    position: relative;
    color: initial !important;
  }
  div.body .main > section.ifm-bg-module .ifm-bg-text .row,
  div.body main.container > section.ifm-bg-module .ifm-bg-text .row {
    width: 100% !important;
  }
  div.body .main > section.ifm-bg-module .ifm-bg-text,
  div.body main.container > section.ifm-bg-module .ifm-bg-text {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    padding: 40px 10px 20px !important;
  }
  div.body .main > section.ifm-bg-module .ifm-bg-img img.desktop,
  div.body main.container > section.ifm-bg-module .ifm-bg-img img.desktop {
    display: none;
  }
  div.body .main > section.ifm-bg-module .ifm-bg-img img.movile,
  div.body main.container > section.ifm-bg-module .ifm-bg-img img.movile {
    width: 100vw;
    height: auto;
    -webkit-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    transform: translate(0) !important;
    margin: 0;
  }
}
@media (min-width: 768px) {
  div.body .main > section.ifm-bg-module .ifm-bg-img img.movile,
  div.body main.container > section.ifm-bg-module .ifm-bg-img img.movile {
    display: none;
  }
  div.body .main > section.ifm-bg-module .ifm-bg-text .row {
    width: 50%;
  }
  div.body .main > section.ifm-bg-module .ifm-bg-img img ~ .video-player {
    right: calc(50% - 728px * 0.25);
  }
  div.body .main > section.ifm-bg-module .ifm-bg-img.rtl img ~ .video-player {
    left: calc(50% - 728px * 0.25);
  }
}
@media (min-width: 1024px) {
  div.body .main > section.ifm-bg-module .ifm-bg-img img ~ .video-player {
    right: calc(50% - 990px * 0.25);
  }
  div.body .main > section.ifm-bg-module .ifm-bg-img.rtl img ~ .video-player {
    left: calc(50% - 990px * 0.25);
  }
}
@media (min-width: 1280px) {
  div.body .main > section.ifm-bg-module .ifm-bg-img img ~ .video-player {
    right: calc(50% - 1190px * 0.25);
  }
  div.body .main > section.ifm-bg-module .ifm-bg-img.rtl img ~ .video-player {
    left: calc(50% - 1190px * 0.25);
  }
}
div.body span.ancla {
  position: absolute;
  margin-top: -64px;
}
@media (min-width: 768px) {
  div.body span.ancla {
    margin-top: -72px;
  }
}
div.body.withAlert:not(.withTopbar) span.ancla {
  margin-top: -164px;
}
@media (min-width: 768px) {
  div.body.withAlert:not(.withTopbar) span.ancla {
    margin-top: -142px;
  }
}
div.body.withTopbar span.ancla {
  margin-top: -104px;
}
@media (min-width: 768px) {
  div.body.withTopbar span.ancla {
    margin-top: -112px;
  }
}
div.body .mod-links-submenu ~ * span.ancla {
  margin-top: -172px;
}
@media (min-width: 768px) {
  div.body .mod-links-submenu ~ * span.ancla {
    margin-top: -180px;
  }
}
@media (min-width: 1280px) {
  div.body .mod-links-submenu ~ * span.ancla {
    margin-top: -216px;
  }
}
div.body .mod-links-submenu.fixed-child ~ * span.ancla {
  margin-top: -132px;
}
@media (min-width: 768px) {
  div.body .mod-links-submenu.fixed-child ~ * span.ancla {
    margin-top: -140px;
  }
}
@media (min-width: 1280px) {
  div.body .mod-links-submenu.fixed-child ~ * span.ancla {
    margin-top: -156px;
  }
}
div.body.withAlert:not(.withTopbar) .mod-links-submenu ~ * span.ancla {
  margin-top: -232px;
}
@media (min-width: 768px) {
  div.body.withAlert:not(.withTopbar) .mod-links-submenu ~ * span.ancla {
    margin-top: -210px;
  }
}
@media (min-width: 1280px) {
  div.body.withAlert:not(.withTopbar) .mod-links-submenu ~ * span.ancla {
    margin-top: -226px;
  }
}
div.body.withAlert:not(.withTopbar)
  .mod-links-submenu.fixed-child
  ~ *
  span.ancla {
  margin-top: -232px;
}
@media (min-width: 768px) {
  div.body.withAlert:not(.withTopbar)
    .mod-links-submenu.fixed-child
    ~ *
    span.ancla {
    margin-top: -210px;
  }
}
@media (min-width: 1280px) {
  div.body.withAlert:not(.withTopbar)
    .mod-links-submenu.fixed-child
    ~ *
    span.ancla {
    margin-top: -226px;
  }
}
div.body.withTopbar .mod-links-submenu ~ * span.ancla {
  margin-top: -172px;
}
@media (min-width: 768px) {
  div.body.withTopbar .mod-links-submenu ~ * span.ancla {
    margin-top: -180px;
  }
}
@media (min-width: 1280px) {
  div.body.withTopbar .mod-links-submenu ~ * span.ancla {
    margin-top: -196px;
  }
}
div.body.withTopbar .mod-links-submenu.fixed-child ~ * span.ancla {
  margin-top: -172px;
}
@media (min-width: 768px) {
  div.body.withTopbar .mod-links-submenu.fixed-child ~ * span.ancla {
    margin-top: -180px;
  }
}
@media (min-width: 1280px) {
  div.body.withTopbar .mod-links-submenu.fixed-child ~ * span.ancla {
    margin-top: -196px;
  }
}
.html-video-full .new-video .video-player,
.youtube-full .new-video .video-player {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  width: 100%;
}
.html-video-full .new-video .video-player .video-title,
.youtube-full .new-video .video-player .video-title {
  text-align: center;
}
.veil-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.veil-video:hover {
  opacity: 1;
}
.veil-video .veil-icons {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.veil-video .pause-button,
.veil-video .sound-button {
  font-size: 32px;
  padding: 0 5px;
  cursor: pointer;
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.4) 0,
    rgba(255, 252, 255, 0.4) 40%,
    rgba(255, 252, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.4) 0,
    rgba(255, 252, 255, 0.4) 40%,
    rgba(255, 252, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.4) 0,
    rgba(255, 252, 255, 0.4) 40%,
    rgba(255, 252, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
div.body.withAlert > header div.header-nav-container.fixed + .html-video-full,
div.body.withAlert > header div.header-nav-container.fixed + .youtube-full {
  margin-top: 140px;
}
div.body.withTopbar > header div.header-nav-container.fixed + .html-video-full,
div.body.withTopbar > header div.header-nav-container.fixed + .youtube-full {
  margin-top: 110px;
}
@media (min-width: 1024px) {
  .new-hero-slider-1col .alt-img-container .alt-img-bg {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
    background-color: #000;
  }
}
@media (min-width: 1280px) {
  div.body .html-video-full .new-video,
  div.body .youtube-full .new-video {
    max-width: 1230px !important;
  }
}
@media (max-width: 767px) {
  div.body.withAlert > header div.header-nav-container.fixed + .html-video-full,
  div.body.withAlert > header div.header-nav-container.fixed + .youtube-full {
    margin-top: 160px;
  }
  div.body.withTopbar
    > header
    div.header-nav-container.fixed
    + .html-video-full,
  div.body.withTopbar > header div.header-nav-container.fixed + .youtube-full {
    margin-top: 100px;
  }
}
.ifm-az-filter {
  margin-bottom: 40px;
}
.ifm-az-filter .ifm-filter-char {
  color: grey;
  font-size: 20px;
  margin-right: 5px;
  cursor: pointer;
}
.ifm-az-filter .ifm-filter-char:hover {
  color: #000;
}
.ifm-az-filter .ifm-filter-char label,
.ifm-az-filter .ifm-filter-char span {
  cursor: pointer;
}
.ifm-az-filter .ifm-filter-form .form-group {
  margin: 0;
}
.ifm-az-filter .ifm-filter-form .form-group .input-group {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ifm-az-filter .ifm-filter-form .ifm-filter-input {
  border: 1px solid #ccc;
  border-right: 0;
  width: 100%;
  max-width: 300px;
  padding: 0 5px;
}
.ifm-az-filter .ifm-filter-form .ifm-filter-button {
  border: 1px solid #ccc;
  border-left: 0;
  height: 100%;
  background-color: #fff;
  color: grey;
  font-size: 30px;
  line-height: 30px;
  padding: 0 5px;
}
.ifm-az-filter .ifm-filter-form .ifm-filter-button:hover {
  color: #000;
}
.ifm-az-error {
  font-size: 20px;
  margin: 40px 0;
}
.ifm-pagination .pagination-box .pagination {
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 16px 0;
}
.ifm-pagination .pagination-box .pagination .page-item {
  display: inline-block;
  vertical-align: bottom;
}
.ifm-pagination .pagination-box .pagination .page-item .page-link {
  border: 0 none;
  background-color: transparent;
  color: #000;
  min-width: 36px;
  text-align: center;
  margin: 0;
  padding: 8px 12px;
  line-height: 1em;
}
.ifm-pagination .pagination-box .pagination .page-item .page-link:hover {
  background-color: #e9ecef;
}
.ifm-pagination .pagination-box .pagination .page-item .page-link span {
  display: none;
}
.ifm-pagination .pagination-box .pagination .page-item .page-link.icon-left {
  font-size: 32px;
  padding: 0;
  margin-right: 20px;
}
.ifm-pagination .pagination-box .pagination .page-item .page-link.icon-right {
  font-size: 32px;
  padding: 0;
  margin-left: 20px;
}
.ifm-pagination .pagination-box .pagination .page-item .page-link:focus {
  outline: 1px dotted #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ifm-pagination .pagination-box .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #000;
}
.ifm-pagination .pagination-box .pagination .page-item.disabled .page-link {
  color: grey;
}
.institutional main.signage {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.institutional main.signage .signage-events-module {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.institutional main.signage .signage-events-module.signage-titled {
  padding: 55px 0 27px !important;
}
.institutional main.signage .signage-events-module .signage-left-gradient {
  background: -webkit-linear-gradient(
    left,
    #fff 5px,
    rgba(255, 255, 255, 0) 100px
  );
  background: -o-linear-gradient(left, #fff 5px, rgba(255, 255, 255, 0) 100px);
  background: linear-gradient(90deg, #fff 5px, rgba(255, 255, 255, 0) 100px);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(50%);
}
.institutional main.signage .signage-events-module .signage-right-gradient {
  background: -webkit-linear-gradient(
    right,
    #fff 5px,
    rgba(255, 255, 255, 0) 100px
  );
  background: -o-linear-gradient(right, #fff 5px, rgba(255, 255, 255, 0) 100px);
  background: linear-gradient(-90deg, #fff 5px, rgba(255, 255, 255, 0) 100px);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(50%);
}
.institutional
  main.signage
  .signage-events-module.col-12
  .signage-left-gradient {
  display: none;
}
.institutional
  main.signage
  .signage-events-module.col-12
  .signage-right-gradient {
  display: none;
}
.institutional main.signage .signage-title {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
}
.institutional main.signage .signage-title h2 {
  margin: 15px 0 0;
  display: inline-block;
}
.institutional main.signage .signage-events {
  display: table;
  table-layout: fixed;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.institutional main.signage .signage-events.resizable-element {
  left: 50%;
  top: 50%;
  width: auto;
}
.institutional main.signage .signage-events .signage-row {
  display: table-row;
  height: 100%;
}
.institutional
  main.signage
  .signage-events
  .signage-events-carousel
  > .slick-list {
  display: table-cell;
  vertical-align: middle;
}
.institutional main.signage .signage-events .signage-event {
  display: table-cell;
  padding: 20px;
  height: auto;
}
.institutional main.signage .signage-events .signage-event .signage-event-card {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-height: 400px;
  width: 400px;
}
.institutional
  main.signage
  .signage-events
  .signage-event
  .signage-event-card.card:hover {
  margin: 0;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.institutional
  main.signage
  .signage-events
  .signage-event
  .signage-event-card
  .event-card-footer {
  padding-top: 6px;
}
@media (max-width: 767px) {
  .institutional
    main.signage
    .signage-events-module.col-12
    .signage-events
    .signage-events-carousel
    .signage-event
    .signage-event-card {
    width: 90vw;
  }
}
.ifm-video-banner img.video {
  -webkit-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  transform: skewX(10deg);
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.ifm-video-banner .video-player {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-left: 0;
  color: #fff;
  opacity: 0.65;
}
.ifm-video-banner .video-player:hover {
  opacity: 1;
}
.ifm-video-banner .video-player .play-wrapper {
  width: 100%;
  text-align: center;
}
.ifm-video-banner .video-player .play-wrapper::before {
  margin: 0 auto;
  background-color: transparent !important;
  font-size: 74px !important;
  padding: 0 !important;
  text-shadow: 0 0 6px #000;
}
.ifm-video-banner .video-player .video-title {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.ifm-video-banner .slide-media {
  position: absolute;
  pointer-events: none;
}
.ifm-video-banner-full .video-player {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 0;
  color: #fff;
  opacity: 0.65;
}
.ifm-video-banner-full .video-player:hover {
  opacity: 1;
}
.ifm-video-banner-full .video-player .play-wrapper {
  width: 100%;
  text-align: center;
}
.ifm-video-banner-full .video-player .play-wrapper::before {
  margin: 0 auto;
  background-color: transparent !important;
  font-size: 74px !important;
  padding: 0 !important;
  text-shadow: 0 0 6px #000;
}
.ifm-video-banner-full .video-player .video-title {
  display: none;
}
.ifm-video-banner-full .slide-media {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ifm-video-banner video.slide-media,
.ifm-video-banner-full video.slide-media {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
}
.new-hero-slider.ifm-video-banner-full.new-hero-slider-1col.ifm-video-deco {
  background-color: #322e59;
}
@media (max-width: 1023px) {
  .ifm-video-banner .slide-media {
    -webkit-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  .ifm-video-banner .video-player .play-wrapper {
    -webkit-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  .new-hero-slider.corte-der .ifm-video-banner .slide-media {
    -webkit-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  .new-hero-slider.corte-der .ifm-video-banner .video-player .play-wrapper {
    -webkit-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  #carouselHome .ifm-video-banner-full,
  .new-hero-slick .ifm-video-banner-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #carouselHome .ifm-video-banner-full .video-player,
  .new-hero-slick .ifm-video-banner-full .video-player {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    padding-bottom: 40px;
  }
  #carouselHome .ifm-video-banner-full .header-background,
  .new-hero-slick .ifm-video-banner-full .header-background {
    left: auto;
    right: auto;
  }
  #carouselHome .ifm-video-banner-full .slide-media,
  .new-hero-slick .ifm-video-banner-full .slide-media {
    -webkit-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  #carouselHome .ifm-video-banner-full.corte-der .video-player,
  .new-hero-slick .ifm-video-banner-full.corte-der .video-player {
    -webkit-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  #carouselHome .ifm-video-banner-full.corte-der .slide-media,
  .new-hero-slick .ifm-video-banner-full.corte-der .slide-media {
    -webkit-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
}
@media (max-width: 767px) {
  .ifm-video-banner .slide-media {
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  .ifm-video-banner .video-player .play-wrapper {
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  .new-hero-slider.corte-der .ifm-video-banner .slide-media {
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  .new-hero-slider.corte-der .ifm-video-banner .video-player .play-wrapper {
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  #carouselHome .ifm-video-banner-full.data-background .container,
  .new-hero-slick .ifm-video-banner-full.data-background .container {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  #carouselHome .ifm-video-banner-full .video-player,
  .new-hero-slick .ifm-video-banner-full .video-player {
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  #carouselHome .ifm-video-banner-full .slide-media,
  .new-hero-slick .ifm-video-banner-full .slide-media {
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  #carouselHome .ifm-video-banner-full.corte-der .video-player,
  .new-hero-slick .ifm-video-banner-full.corte-der .video-player {
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  #carouselHome .ifm-video-banner-full.corte-der .slide-media,
  .new-hero-slick .ifm-video-banner-full.corte-der .slide-media {
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
}
@media (min-width: 1024px) {
  .ifm-video-banner .slide-media {
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
  }
  .ifm-video-banner .video-player .play-wrapper {
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  .new-hero-slider.corte-der .ifm-video-banner .slide-media {
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
  }
  .new-hero-slider.corte-der .ifm-video-banner .video-player .play-wrapper {
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
  #carouselHome .ifm-video-banner-full .container.container,
  .new-hero-slick .ifm-video-banner-full .container.container {
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  #carouselHome
    .ifm-video-banner-full
    .container.container
    > .ifema-banner-container,
  .new-hero-slick
    .ifm-video-banner-full
    .container.container
    > .ifema-banner-container {
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  #carouselHome .ifm-video-banner-full .container.container .alt-img-container,
  .new-hero-slick
    .ifm-video-banner-full
    .container.container
    .alt-img-container {
    max-width: none !important;
    left: -9999px !important;
    right: -9999px !important;
    width: 100vw !important;
    margin: 0 auto;
    z-index: 0;
  }
  #carouselHome
    .ifm-video-banner-full
    .container.container
    .alt-img-container
    .new-hero-background,
  .new-hero-slick
    .ifm-video-banner-full
    .container.container
    .alt-img-container
    .new-hero-background {
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
  #carouselHome
    .ifm-video-banner-full
    .container.container
    .alt-img-container
    .video-player,
  .new-hero-slick
    .ifm-video-banner-full
    .container.container
    .alt-img-container
    .video-player {
    margin-left: 16px;
  }
  #carouselHome .ifm-video-banner-full .container.container .ifema-banner-bg,
  .new-hero-slick .ifm-video-banner-full .container.container .ifema-banner-bg {
    display: none;
  }
  #carouselHome.media-izq
    .new-hero-slider.new-hero-slider-1col
    .container.container
    > .ifema-banner-container,
  .new-hero-slick.media-izq
    .new-hero-slider.new-hero-slider-1col
    .container.container
    > .ifema-banner-container {
    float: left;
  }
  #carouselHome.media-der
    .new-hero-slider.new-hero-slider-1col
    .ifema-banner-content
    > a.btn:last-of-type,
  #carouselHome.media-izq
    .new-hero-slider.new-hero-slider-1col
    .ifema-banner-content
    > a.btn:last-of-type,
  .new-hero-slick.media-der
    .new-hero-slider.new-hero-slider-1col
    .ifema-banner-content
    > a.btn:last-of-type,
  .new-hero-slick.media-izq
    .new-hero-slider.new-hero-slider-1col
    .ifema-banner-content
    > a.btn:last-of-type {
    margin-right: 0 !important;
  }
  #carouselHome.media-der
    .new-hero-slider.new-hero-slider-1col
    .ifema-banner-content
    > .new-hero-button:last-of-type,
  #carouselHome.media-izq
    .new-hero-slider.new-hero-slider-1col
    .ifema-banner-content
    > .new-hero-button:last-of-type,
  .new-hero-slick.media-der
    .new-hero-slider.new-hero-slider-1col
    .ifema-banner-content
    > .new-hero-button:last-of-type,
  .new-hero-slick.media-izq
    .new-hero-slider.new-hero-slider-1col
    .ifema-banner-content
    > .new-hero-button:last-of-type {
    margin-right: 0 !important;
  }
  #carouselHome.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-left
    .container.container
    > .ifema-banner-container,
  #carouselHome.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-left
    .container.container
    > .ifema-banner-container,
  .new-hero-slick.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-left
    .container.container
    > .ifema-banner-container,
  .new-hero-slick.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-left
    .container.container
    > .ifema-banner-container {
    float: left;
    text-align: left;
  }
  #carouselHome.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-left
    .container.container
    .alt-img-container
    .video-player,
  #carouselHome.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-left
    .container.container
    .alt-img-container
    .video-player,
  .new-hero-slick.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-left
    .container.container
    .alt-img-container
    .video-player,
  .new-hero-slick.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-left
    .container.container
    .alt-img-container
    .video-player {
    margin-left: 16px;
  }
  #carouselHome.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-right
    .container.container
    > .ifema-banner-container,
  #carouselHome.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-right
    .container.container
    > .ifema-banner-container,
  .new-hero-slick.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-right
    .container.container
    > .ifema-banner-container,
  .new-hero-slick.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-right
    .container.container
    > .ifema-banner-container {
    float: right;
    text-align: right;
  }
  #carouselHome.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-right
    .container.container
    .alt-img-container
    .video-player,
  #carouselHome.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-right
    .container.container
    .alt-img-container
    .video-player,
  .new-hero-slick.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-right
    .container.container
    .alt-img-container
    .video-player,
  .new-hero-slick.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-content-right
    .container.container
    .alt-img-container
    .video-player {
    margin-left: -16px;
  }
  #carouselHome.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-align-top
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  #carouselHome.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-align-top
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  .new-hero-slick.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-align-top
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  .new-hero-slick.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-align-top
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content {
    vertical-align: top;
  }
  #carouselHome.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-align-middle
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  #carouselHome.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-align-middle
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  .new-hero-slick.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-align-middle
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  .new-hero-slick.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-align-middle
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content {
    vertical-align: middle;
  }
  #carouselHome.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-align-bottom
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  #carouselHome.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-align-bottom
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  .new-hero-slick.media-der
    .new-hero-slider.new-hero-slider-1col.ifm-banner-align-bottom
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  .new-hero-slick.media-izq
    .new-hero-slider.new-hero-slider-1col.ifm-banner-align-bottom
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content {
    vertical-align: bottom;
  }
}
.ifm-video-banner a:focus:not(:active) .play-wrapper::before {
  outline: 2px solid #e32424;
}
.ifm-video-banner .video-player:focus:not(:active) {
  outline: 2px solid #e32424;
  opacity: 1;
}
.ifm-comparative {
  padding-top: 40px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ifm-comparative {
    padding-top: 30px;
  }
}
.ifm-comparative .ifm-cmp-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: -5px;
  margin-left: -5px;
}
.ifm-comparative .ifm-cmp-row .ifm-cmp-col {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}
div.body .main > section .ifm-cmp-card .ifm-cmp-button a {
  margin: 0 !important;
}
.ifm-cmp-card {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  font-family: "Barlow";
  height: 100%;
  line-height: 1.5em;
  -webkit-transition: margin ease 0.2s;
  -o-transition: margin ease 0.2s;
  transition: margin ease 0.2s;
  cursor: default;
  overflow: hidden;
}
.ifm-cmp-card .ifm-cmp-header {
  min-height: 50px;
  padding: 20px 20px 35px;
  position: relative;
  text-align: center;
  z-index: 1;
  background-color: #ffc405;
  cursor: pointer;
}
.ifm-cmp-card .ifm-cmp-header .ifm-cmp-background {
  content: " ";
  background: inherit;
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  bottom: 0;
  z-index: -1;
}
.ifm-cmp-card .ifm-cmp-header .ifm-cmp-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
  word-break: break-word;
}
.ifm-cmp-card .ifm-cmp-header .ifm-cmp-title + .ifm-cmp-boxes {
  margin-top: 10px;
}
.ifm-cmp-card .ifm-cmp-header .ifm-cmp-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -5px;
  margin-right: -5px;
}
.ifm-cmp-card .ifm-cmp-header .ifm-cmp-box {
  background-color: #fff;
  color: grey;
  font-weight: 500;
  padding: 10px 15px;
  width: auto;
  display: inline-block;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  word-break: break-word;
  min-width: 100px;
  margin-bottom: 10px;
}
.ifm-cmp-card .ifm-cmp-header .ifm-cmp-box .ifm-cmp-box-title {
  margin: 2px 0 4px;
  color: #171736;
  font-size: 16px;
  line-height: 1.3em;
}
.ifm-cmp-card .ifm-cmp-header .ifm-cmp-box .ifm-cmp-box-subtitle {
  margin: 2px 0 4px;
  font-size: 16px;
  line-height: 1.3em;
}
.ifm-cmp-card .ifm-cmp-toggle {
  display: block;
  position: relative;
  right: 25px;
  top: 0;
  width: 20px;
  height: 30px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: visible;
  text-align: center;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  z-index: 1;
  position: relative;
  float: right;
  margin-top: -30px;
  pointer-events: none;
}
.ifm-cmp-card .ifm-cmp-toggle::after {
  content: "";
  -webkit-box-sizing: unset;
  box-sizing: unset;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 12px;
  width: 12px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-shadow: 1px 1px 1px 0 grey;
  box-shadow: 1px 1px 1px 0 grey;
}
.ifm-cmp-card .ifm-cmp-div.body {
  display: block;
  position: relative;
  max-height: 2000px;
  min-height: 10px;
  -webkit-transition: max-height ease-in-out 1s;
  -o-transition: max-height ease-in-out 1s;
  transition: max-height ease-in-out 1s;
}
.ifm-cmp-card .ifm-cmp-div.body .cke .ifm-cmp-checks {
  padding: 0;
}
.ifm-cmp-card .ifm-cmp-div.body ul {
  padding-left: 18px;
}
.ifm-cmp-card .ifm-cmp-div.body ul.ifm-cmp-checks {
  list-style-type: none;
  padding: 30px 20px 40px;
  word-break: break-word;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.ifm-cmp-card .ifm-cmp-div.body ul.ifm-cmp-checks li {
  position: relative;
  padding-left: 25px;
}
.ifm-cmp-card .ifm-cmp-div.body ul.ifm-cmp-checks .ifm-cmp-check-icon {
  height: 20px;
  width: 20px;
}
.ifm-cmp-card .ifm-cmp-div.body ul.ifm-cmp-checks .ifm-cmp-check-icon::after {
  content: "";
  -webkit-box-sizing: unset;
  box-sizing: unset;
  position: absolute;
  display: block;
  left: 7px;
  top: 8px;
  width: 3px;
  height: 7px;
  border: solid #171736;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ifm-cmp-card .ifm-cmp-footer {
  text-align: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.ifm-cmp-card.ifm-cmp-collapsed .ifm-cmp-toggle {
  margin-top: -35px;
}
.ifm-cmp-card.ifm-cmp-collapsed .ifm-cmp-toggle::after {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ifm-cmp-card.ifm-cmp-collapsed .ifm-cmp-div.body {
  max-height: 0;
  -webkit-transition: max-height ease-in-out 1s;
  -o-transition: max-height ease-in-out 1s;
  transition: max-height ease-in-out 1s;
}
@media (min-width: 576px) {
  .ifm-cmp-card .ifm-cmp-header .ifm-cmp-background {
    -webkit-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
  }
}
@media (min-width: 1024px) {
  .ifm-comparative .ifm-cmp-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ifm-comparative .ifm-cmp-row .ifm-cmp-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  .ifm-cmp-card {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ifm-cmp-card .ifm-cmp-header {
    position: relative;
    text-align: center;
    padding: 10px;
    cursor: auto;
  }
  .ifm-cmp-card .ifm-cmp-header .ifm-cmp-title {
    font-size: 20px;
  }
  .ifm-cmp-card .ifm-cmp-header .ifm-cmp-box .ifm-cmp-box-title {
    font-size: 16px;
  }
  .ifm-cmp-card .ifm-cmp-header .ifm-cmp-box .ifm-cmp-box-subtitle {
    font-size: 16px;
  }
  .ifm-cmp-card .ifm-cmp-toggle {
    display: none;
  }
  .ifm-cmp-card .ifm-cmp-div.body {
    display: block !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .ifm-cmp-card .ifm-cmp-div.body .ifm-cmp-checks {
    padding: 40px 10px;
  }
  .ifm-cmp-card.ifm-cmp-collapsed .ifm-cmp-div.body {
    max-height: 2000px;
  }
}
#ifm-importante {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 666;
}
#ifm-importante .container-importante {
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  left: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
#ifm-importante .ifm-importante-text p {
  margin: 0 0 10px;
}
#ifm-importante .ifm-importante-text ul {
  margin: 0 0 10px;
}
#ifm-importante .ifm-importante-read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ifm-importante
  .ifm-importante-read
  .ifm-importante-close-wrapper.new-hero-button-light {
  background-color: #fff;
}
#ifm-importante
  .ifm-importante-read
  .ifm-importante-close-wrapper.new-hero-button-dark {
  background-color: #000;
}
#ifm-importante
  .ifm-importante-read
  .ifm-importante-close-wrapper
  #ifm-importante-close {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: 0 none;
}
#ifm-importante
  .ifm-importante-read
  .ifm-importante-close-wrapper
  #ifm-importante-close:hover {
  opacity: 0.85;
}
#ifm-importante
  .ifm-importante-read
  .ifm-importante-close-wrapper
  #ifm-importante-close:hover
  span {
  opacity: 1;
}
@media (max-width: 767px) {
  #ifm-importante .container-importante {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #ifm-importante .container-importante {
    max-width: 728px !important;
  }
}
@media (min-width: 768px) {
  #ifm-importante .container-importante {
    padding: 40px;
  }
  #ifm-importante .ifm-importante-text {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  #ifm-importante .container-importante {
    max-width: 990px;
  }
}
@media (min-width: 1280px) {
  #ifm-importante .container-importante {
    max-width: 1230px;
  }
}
@media (min-width: 1440px) {
  #ifm-importante .container-importante {
    max-width: 1390px;
  }
}
div.body .main > section.ifm-stackable {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ifm-stackable {
  margin-top: 40px;
  padding-top: 30px;
  margin-bottom: 0;
}
.ifm-stackable br {
  display: none;
}
.ifm-stackable .ifm-stk-row .ifm-stk-col {
  position: relative;
  margin-bottom: -1px;
  height: 100%;
  min-height: 160px;
  pointer-events: none;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col:nth-child(3n + 1)
  .ifm-stk-wrapper
  .ifm-stk-bg
  .ifm-stk-spine-bg {
  background-color: #292152;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col:nth-child(3n + 2)
  .ifm-stk-wrapper
  .ifm-stk-bg
  .ifm-stk-spine-bg {
  background-color: #000;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col:nth-child(3n)
  .ifm-stk-wrapper
  .ifm-stk-bg
  .ifm-stk-spine-bg {
  background-color: #171736;
}
.ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-btn-mobile {
  z-index: 1;
  position: absolute;
  top: 65px;
  right: 20px;
  cursor: pointer;
  pointer-events: auto;
}
.ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-btn-mobile span {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #fff;
  font-size: 40px;
}
.ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-btn-mobile span::before {
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  -o-transition: -o-transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s,
    -webkit-transform 0.5s ease-in-out 0s, -o-transform 0.5s ease-in-out 0s;
}
.ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper {
  position: relative;
  -webkit-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
  height: 100%;
  min-height: 160px;
}
.ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-spine {
  position: absolute;
  display: table;
  padding-top: 65px;
  width: 100%;
  height: 160px;
  pointer-events: auto;
}
.ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-spine > * {
  z-index: 1;
  position: relative;
  margin: 0;
  padding: 0 90px 0 20px;
  width: 100%;
  -webkit-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
  overflow: hidden;
  color: #fff;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.6s ease-in-out 0s,
    opacity 0.6s ease-in-out 0s;
  -o-transition: visibility 0.6s ease-in-out 0s, opacity 0.6s ease-in-out 0s;
  transition: visibility 0.6s ease-in-out 0s, opacity 0.6s ease-in-out 0s;
  min-height: 28px;
  max-height: 56px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Barlow" ;
}
@media (min-width: 768px) {
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-spine > * {
    min-height: 32px;
    max-height: 64px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-spine > * {
    min-height: 32px;
    max-height: 32px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
}
@media (min-width: 1280px) {
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-spine > * {
    min-height: 32px;
    max-height: 32px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
}
@media (min-width: 1440px) {
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-spine > * {
    min-height: 32px;
    max-height: 32px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col
  .ifm-stk-wrapper
  .ifm-stk-bg
  .ifm-stk-spine-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.6s ease-in-out 0s,
    opacity 0.6s ease-in-out 0s;
  -o-transition: visibility 0.6s ease-in-out 0s, opacity 0.6s ease-in-out 0s;
  transition: visibility 0.6s ease-in-out 0s, opacity 0.6s ease-in-out 0s;
  background-color: #292152;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col
  .ifm-stk-wrapper
  .ifm-stk-bg
  .ifm-stk-content-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: auto;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col
  .ifm-stk-wrapper
  .ifm-stk-bg
  .ifm-stk-content-bg
  img {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  visibility: hidden;
  -webkit-transition: visibility 0.1s ease-in-out 0.5s;
  -o-transition: visibility 0.1s ease-in-out 0.5s;
  transition: visibility 0.1s ease-in-out 0.5s;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col
  .ifm-stk-wrapper
  .ifm-stk-bg
  .ifm-stk-content-bg
  .ifm-stk-veil {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-content {
  position: relative;
  padding: 65px 20px 20px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: auto;
  color: #fff;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col
  .ifm-stk-wrapper
  .ifm-stk-content
  .ifm-stk-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-height: 900px;
  -webkit-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.2s ease-in-out 0s,
    opacity 0.2s ease-in-out 0s;
  -o-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col
  .ifm-stk-wrapper
  .ifm-stk-content
  .ifm-stk-text
  .ifm-stk-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 60px;
  overflow: hidden;
  min-height: 28px;
  max-height: 140px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Barlow" ;
}
@media (min-width: 768px) {
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col
    .ifm-stk-wrapper
    .ifm-stk-content
    .ifm-stk-text
    .ifm-stk-title {
    min-height: 32px;
    max-height: 160px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col
    .ifm-stk-wrapper
    .ifm-stk-content
    .ifm-stk-text
    .ifm-stk-title {
    min-height: 32px;
    max-height: 96px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
}
@media (min-width: 1280px) {
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col
    .ifm-stk-wrapper
    .ifm-stk-content
    .ifm-stk-text
    .ifm-stk-title {
    min-height: 32px;
    max-height: 96px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
}
@media (min-width: 1440px) {
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col
    .ifm-stk-wrapper
    .ifm-stk-content
    .ifm-stk-text
    .ifm-stk-title {
    min-height: 32px;
    max-height: 96px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
  }
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col
  .ifm-stk-wrapper
  .ifm-stk-content
  .ifm-stk-text
  .ifm-stk-description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col
  .ifm-stk-wrapper
  .ifm-stk-content
  .ifm-stk-text
  .ifm-stk-links {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col
  .ifm-stk-wrapper
  .ifm-stk-content
  .ifm-stk-text
  .ifm-stk-links
  a.btn:focus:not(:active) {
  outline: 2px solid #000;
  outline-offset: -3px;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col.active
  .ifm-stk-btn-mobile
  span::before {
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col.active
  .ifm-stk-wrapper
  .ifm-stk-spine
  > * {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease-in-out 0s,
    opacity 0.3s ease-in-out 0s;
  -o-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col.active
  .ifm-stk-wrapper
  .ifm-stk-bg
  .ifm-stk-spine-bg {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease-in-out 0.1s,
    opacity 0.3s ease-in-out 0.1s;
  -o-transition: visibility 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s;
  transition: visibility 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col.active
  .ifm-stk-wrapper
  .ifm-stk-bg
  .ifm-stk-content-bg
  img {
  visibility: visible;
  -webkit-transition: visibility 0.1s ease-in-out 0.2s;
  -o-transition: visibility 0.1s ease-in-out 0.2s;
  transition: visibility 0.1s ease-in-out 0.2s;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col.active
  .ifm-stk-wrapper
  .ifm-stk-content {
  max-height: 1000px;
}
.ifm-stackable
  .ifm-stk-row
  .ifm-stk-col.active
  .ifm-stk-wrapper
  .ifm-stk-content
  .ifm-stk-text {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.5s ease-in 0.5s, opacity 0.5s ease-in 0.5s;
  -o-transition: visibility 0.5s ease-in 0.5s, opacity 0.5s ease-in 0.5s;
  transition: visibility 0.5s ease-in 0.5s, opacity 0.5s ease-in 0.5s;
}
@media (min-width: 576px) {
  .ifm-stackable {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .ifm-stackable .ifm-stk-row .ifm-stk-col {
    min-height: 180px;
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-btn-mobile {
    right: 40px;
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper {
    min-height: 180px;
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-spine > * {
    max-width: 728px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 60px;
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-content {
    padding-left: calc(50vw - 351px);
    padding-right: calc(50vw - 351px);
  }
}
@media (min-width: 992px) {
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-spine > * {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ifm-stackable .ifm-stk-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 500px;
    min-width: 120px;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: -webkit-flex-basis 0.3s ease-in-out,
      -webkit-flex-basis 0.3s ease-in-out;
    transition: -webkit-flex-basis 0.3s ease-in-out,
      -webkit-flex-basis 0.3s ease-in-out;
    -o-transition: flex-basis 0.3s ease-in-out;
    transition: flex-basis 0.3s ease-in-out;
    transition: flex-basis 0.3s ease-in-out, -webkit-flex-basis 0.3s ease-in-out,
      -webkit-flex-basis 0.3s ease-in-out,
      -ms-flex-preferred-size 0.3s ease-in-out;
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-btn-mobile {
    display: none;
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper {
    -webkit-transform: skewY(0);
    -o-transform: skewY(0);
    transform: skewY(0);
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-spine {
    height: 500px;
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-spine > * {
    position: absolute;
    top: 40px;
    left: -320px;
    width: 380px;
    margin: 0;
    padding: 0;
    max-width: unset;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
  }
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col
    .ifm-stk-wrapper
    .ifm-stk-bg
    .ifm-stk-content-bg
    img {
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col
    .ifm-stk-wrapper
    .ifm-stk-bg
    .ifm-stk-content-bg
    .ifm-stk-veil {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(15%, rgba(0, 0, 0, 0.8)),
      color-stop(95%, rgba(0, 0, 0, 0.2))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 0.8) 15%,
      rgba(0, 0, 0, 0.2) 95%
    );
    background: -o-linear-gradient(
      left,
      rgba(0, 0, 0, 0.8) 15%,
      rgba(0, 0, 0, 0.2) 95%
    );
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.8) 15%,
      rgba(0, 0, 0, 0.2) 95%
    );
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col
    .ifm-stk-wrapper
    .ifm-stk-content
    .ifm-stk-text {
    width: 70%;
    min-width: 460px;
    -webkit-transform: skewY(0);
    -o-transform: skewY(0);
    transform: skewY(0);
  }
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col
    .ifm-stk-wrapper
    .ifm-stk-content
    .ifm-stk-text
    .ifm-stk-title {
    margin-right: 0;
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col.active {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    cursor: default;
  }
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col.active
    .ifm-stk-wrapper
    .ifm-stk-content
    .ifm-stk-text {
    -webkit-transition: visibility 0.5s ease-in 0.3s, opacity 0.5s ease-in 0.3s;
    -o-transition: visibility 0.5s ease-in 0.3s, opacity 0.5s ease-in 0.3s;
    transition: visibility 0.5s ease-in 0.3s, opacity 0.5s ease-in 0.3s;
  }
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col:first-child
    .ifm-stk-wrapper
    .ifm-stk-content {
    padding-left: calc(50vw - 482px);
  }
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col:last-child
    .ifm-stk-wrapper
    .ifm-stk-content {
    padding-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .ifm-stackable .ifm-stk-row .ifm-stk-col {
    min-width: 150px;
  }
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col:first-child
    .ifm-stk-wrapper
    .ifm-stk-content {
    padding-left: calc(50vw - 603px);
  }
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col:last-child
    .ifm-stk-wrapper
    .ifm-stk-content {
    padding-right: calc(50vw - 603px);
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-spine > * {
    left: -306px;
  }
}
@media (min-width: 1440px) {
  .ifm-stackable .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col {
    min-width: 200px;
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-spine > * {
    left: -280px;
  }
  .ifm-stackable .ifm-stk-row .ifm-stk-col .ifm-stk-wrapper .ifm-stk-content {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 2560px) {
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col:first-child
    .ifm-stk-wrapper
    .ifm-stk-content {
    padding-left: 685px;
  }
  .ifm-stackable
    .ifm-stk-row
    .ifm-stk-col:last-child
    .ifm-stk-wrapper
    .ifm-stk-content {
    padding-right: 685px;
  }
}
.ifm-stackable .ifm-stk-col {
  outline: 0 none;
}
.ifm-stackable:not(.mousedown) .ifm-stk-col:focus:not(:active)::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e32424;
}
.event-main-filters {
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
  padding: 0 20px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.event-main-filters::-webkit-scrollbar {
  display: none;
}
.event-main-filters ul {
  display: inline-block;
  margin-top: 0;
  padding: 6px;
  height: 42px;
  list-style-type: none;
  border-top-left-radius: 21px 50%;
  border-bottom-left-radius: 21px 50%;
  border-top-right-radius: 21px 50%;
  border-bottom-right-radius: 21px 50%;
  background-color: #f2f2f2;
}
.event-main-filters ul li {
  display: inline-block;
  padding: 0 17px;
  min-height: 30px;
  border-top-left-radius: 15px 50%;
  border-bottom-left-radius: 15px 50%;
  border-top-right-radius: 15px 50%;
  border-bottom-right-radius: 15px 50%;
  color: #000;
  cursor: pointer;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.3s ease-in-out 0s,
    color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.event-main-filters ul li:not(.active):hover {
  background-color: #cecece;
}
.event-main-filters ul li.active {
  color: #fff;
  background-color: #000;
  -webkit-transition: background-color 0.5s ease-in-out 0s,
    color 0.5s ease-in-out 0s;
  -o-transition: background-color 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
  transition: background-color 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
}
.event-main-filters ul li {
  outline: 0;
}
.event-main-filters ul li:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  padding: 0;
}
.pagination .next,
.pagination .previous {
  margin: 0;
  border: solid 2px #000;
  padding: 0;
  height: 48px;
  min-width: 48px;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  color: #000;
}
.pagination .next div,
.pagination .previous div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
}
.pagination .next div span,
.pagination .previous div span {
  position: relative;
  padding: 0;
  width: 0;
  visibility: hidden;
  font-size: 18px;
  font-weight: 600;
}
.pagination .next div span::before,
.pagination .previous div span::before {
  position: absolute;
  top: -1px;
  visibility: visible;
  font-size: 31px;
}
.pagination .next .disabled,
.pagination .next[disabled],
.pagination .previous .disabled,
.pagination .previous[disabled] {
  border-color: #757575;
  background-color: #fff;
  color: #757575;
}
.pagination .previous div span {
  padding-left: 20px;
}
.pagination .previous div span::before {
  left: -5px;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pagination .next div span {
  padding-right: 20px;
}
.pagination .next div span.icon-arrow::before {
  right: -5px;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pagination .pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 20px;
  font-weight: 600;
}
.pagination .pages span {
  display: none;
  color: #000;
}
.pagination .pages span.active {
  display: inline-block;
}
.pagination .pages span.num-pages,
.pagination .pages span.of {
  display: inline-block;
  margin-left: 12px;
}
.pagination .pages span.dots {
  display: none;
  color: #bbb;
}
.pagination .pages span:focus:not(:active) {
  outline: 2px solid #e32424;
}
@media (min-width: 576px) {
  .pagination .next,
  .pagination .previous {
    padding: 0 16px;
    min-width: 130px;
  }
  .pagination .next div span,
  .pagination .previous div span {
    width: auto;
    visibility: visible;
  }
  .pagination .previous div span::before {
    left: -10px;
  }
  .pagination .next div span.icon-arrow::before {
    right: -10px;
  }
}
@media (min-width: 768px) {
  .pagination .pages {
    padding: 0 16px;
  }
  .pagination .pages span {
    display: inline-block;
    width: 48px;
    text-align: center;
    border-radius: 4px;
  }
  .pagination .pages span.active {
    background-color: #000;
    color: #fff;
  }
  .pagination
    .pages
    span:not(.dots):not(.of):not(.num-pages):not(.active):hover {
    background-color: #eee;
    cursor: pointer;
  }
  .pagination .pages span.num-pages,
  .pagination .pages span.of {
    display: none;
  }
  .pagination .pages span.dots {
    display: inline-block;
  }
}
.pagination button {
  outline: 0;
}
.pagination button:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: 2px;
}
.ifm-featured-event-card .date-sheath .new-date-icon {
  background-color: #079bdf;
}
.ifm-featured-event-card .type::before {
  background-color: #079bdf;
}
.ifm-featured-event-card.blue .date-sheath .new-date-icon {
  background-color: #079bdf;
}
.ifm-featured-event-card.blue .type::before {
  background-color: #079bdf;
}
.ifm-featured-event-card.orange .date-sheath .new-date-icon {
  background-color: #ff5e03;
}
.ifm-featured-event-card.orange .type::before {
  background-color: #ff5e03;
}
.ifm-featured-event-card.coral .date-sheath .new-date-icon {
  background-color: #e32424;
}
.ifm-featured-event-card.coral .type::before {
  background-color: #e32424;
}
.ifm-featured-event-card.purple .date-sheath .new-date-icon {
  background-color: #8322fa;
}
.ifm-featured-event-card.purple .type::before {
  background-color: #8322fa;
}
.ifm-featured-event .slick-slider {
  margin: 0;
}
.ifm-featured-event .slick-slider .slick-list {
  padding-left: 20px;
  padding-right: 5%;
}
@media (min-width: 768px) {
  .ifm-featured-event .slick-slider .slick-list {
    padding-left: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .ifm-featured-event .slick-slider .slick-list {
    padding-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .ifm-featured-event .slick-slider .slick-list {
    padding-left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .ifm-featured-event .slick-slider .slick-list {
    padding-left: 685px;
  }
}
@media (min-width: 375px) {
  .ifm-featured-event .slick-slider .slick-list {
    padding-right: 10%;
  }
}
@media (min-width: 768px) {
  .ifm-featured-event .slick-slider .slick-list {
    padding-right: 15%;
  }
}
@media (min-width: 1024px) {
  .ifm-featured-event .slick-slider .slick-list {
    padding-right: calc(50vw - 502px);
  }
}
@media (min-width: 1280px) {
  .ifm-featured-event .slick-slider .slick-list {
    padding-right: calc(50vw - 623px);
  }
}
@media (min-width: 1440px) {
  .ifm-featured-event .slick-slider .slick-list {
    padding-right: calc(50vw - 639px);
  }
}
@media (min-width: 2560px) {
  .ifm-featured-event .slick-slider .slick-list {
    padding-right: 649px;
  }
}
.ifm-featured-event
  .slick-slider
  .slick-list
  .slick-track
  .slick-slide:first-child,
.ifm-featured-event
  .slick-slider
  .slick-list
  .slick-track
  .slick-slide:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 375px) {
  .ifm-featured-event
    .slick-slider
    .slick-list
    .slick-track
    .slick-slide:first-child,
  .ifm-featured-event
    .slick-slider
    .slick-list
    .slick-track
    .slick-slide:not(:last-child) {
    margin-right: 20px;
  }
}
@media (min-width: 1440px) {
  .ifm-featured-event
    .slick-slider
    .slick-list
    .slick-track
    .slick-slide:first-child,
  .ifm-featured-event
    .slick-slider
    .slick-list
    .slick-track
    .slick-slide:not(:last-child) {
    margin-right: 36px;
  }
}
@media (max-width: 1023px) {
  .ifm-featured-event .slick-slider .slick-dots {
    display: none !important;
  }
}
.ifm-featured-event .slick-slider .slick-dots {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  bottom: 0;
  padding: 32px 0 22px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .ifm-featured-event .slick-slider .slick-dots {
    max-width: 688px;
  }
}
@media (min-width: 1024px) {
  .ifm-featured-event .slick-slider .slick-dots {
    max-width: 950px;
  }
}
@media (min-width: 1280px) {
  .ifm-featured-event .slick-slider .slick-dots {
    max-width: 1190px;
  }
}
.ifm-featured-event .slick-slider .slick-dots li {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 0 none;
  height: 8px !important;
  width: 8px !important;
  background-color: #e3e3e3;
  -webkit-transition: background-color 0.2s ease-in 0s;
  -o-transition: background-color 0.2s ease-in 0s;
  transition: background-color 0.2s ease-in 0s;
}
.ifm-featured-event .slick-slider .slick-dots li:not(:first-child) {
  margin-left: 6px;
}
.ifm-featured-event .slick-slider .slick-dots li.slick-active {
  background-color: #000;
}
.ifm-featured-event .button-wrapper {
  display: none;
}
.ifm-featured-event .slider-wrapper {
  min-height: 305px;
}
.ifm-featured-event .ifm-featured-event-card {
  position: relative;
  height: 305px;
  overflow: hidden;
}
.ifm-featured-event .ifm-featured-event-card a {
  outline: 0 none;
}
.ifm-featured-event .ifm-featured-event-card span {
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ifm-featured-event .ifm-featured-event-card .card-content {
  height: 100%;
  width: 100%;
}
.ifm-featured-event .ifm-featured-event-card .card-content > a,
.ifm-featured-event .ifm-featured-event-card .content-wrapper > a {
  display: block;
  height: 100%;
  width: 100%;
}
.ifm-featured-event .ifm-featured-event-card .img-veil .img-wrapper,
.ifm-featured-event .ifm-featured-event-card .img-veil .veil {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ifm-featured-event .ifm-featured-event-card .img-veil .veil {
  z-index: -1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(23, 23, 54, 0.95))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(23, 23, 54, 0.95)
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(23, 23, 54, 0.95));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(23, 23, 54, 0.95));
}
.ifm-featured-event .ifm-featured-event-card .img-veil .img-wrapper {
  z-index: -2;
}
.ifm-featured-event .ifm-featured-event-card .img-veil .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.ifm-featured-event .ifm-featured-event-card .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 24px 14px;
}
.ifm-featured-event .ifm-featured-event-card .content-wrapper.content-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ifm-featured-event .ifm-featured-event-card .content-bottom {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.ifm-featured-event .ifm-featured-event-card .dates-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ifm-featured-event .ifm-featured-event-card .dates-wrapper .date-message {
  margin-top: 0;
  margin-left: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 8px 12px 9px;
  height: 34px;
  max-width: 100%;
  background-color: #000;
}
.ifm-featured-event .ifm-featured-event-card .dates-wrapper .date-message span {
  display: block;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #fff;
}
.ifm-featured-event .ifm-featured-event-card .dates-wrapper .date-sheath {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-height: 80px;
  max-width: 100%;
  margin-bottom: 10px;
}
.ifm-featured-event
  .ifm-featured-event-card
  .dates-wrapper
  .date-sheath
  .new-date-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px 0 0 4px;
  max-width: 100%;
}
.ifm-featured-event
  .ifm-featured-event-card
  .dates-wrapper
  .date-sheath
  .new-date-icon
  span[class^="icon"] {
  display: block;
  position: relative;
  height: 34px;
  width: 32px;
}
.ifm-featured-event
  .ifm-featured-event-card
  .dates-wrapper
  .date-sheath
  .new-date-icon
  span[class^="icon"]::before {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 20px;
  color: #fff;
}
.ifm-featured-event .ifm-featured-event-card .dates-wrapper .date-sheath .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 4px 4px 0;
  padding: 7px 8px 8px;
  height: 34px;
  max-width: 100%;
  background-color: #fff;
  text-align: center;
}
.ifm-featured-event
  .ifm-featured-event-card
  .dates-wrapper
  .date-sheath
  .date
  span {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
}
.ifm-featured-event
  .ifm-featured-event-card
  .dates-wrapper
  .date-sheath
  .date
  span:not(:first-child) {
  margin-left: 0.2em;
}
.ifm-featured-event
  .ifm-featured-event-card
  .dates-wrapper
  .date-message
  ~ .date-sheath {
  display: none;
}
.ifm-featured-event .ifm-featured-event-card .notes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ifm-featured-event .ifm-featured-event-card .notes-wrapper .note {
  margin-top: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 34px;
  max-width: 100%;
  background-color: #000;
}
.ifm-featured-event .ifm-featured-event-card .notes-wrapper .note span {
  display: block;
  padding: 8px 12px 9px;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.ifm-featured-event .ifm-featured-event-card .notes-wrapper .note:first-child {
  margin-top: 0;
}
.ifm-featured-event
  .ifm-featured-event-card
  .notes-wrapper
  .note.profesionales {
  display: none;
}
.ifm-featured-event .ifm-featured-event-card .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.ifm-featured-event .ifm-featured-event-card .text-wrapper .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ifm-featured-event .ifm-featured-event-card .text-wrapper span {
  display: block;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ifm-featured-event
  .ifm-featured-event-card
  .text-wrapper
  span:not(:first-child) {
  margin-top: 10px;
}
.ifm-featured-event .ifm-featured-event-card .text-wrapper .type {
  display: none;
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  line-height: 19px;
  max-height: 19px;
  text-transform: uppercase;
}
.ifm-featured-event .ifm-featured-event-card .text-wrapper .type::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.ifm-featured-event .ifm-featured-event-card .title {
  max-height: 60px;
}
.ifm-featured-event .ifm-featured-event-card .subtitle {
  max-height: 52px;
  margin-top: 0 !important;
}
.ifm-featured-event .ifm-featured-event-card span.type {
  -webkit-line-clamp: 1;
}
.ifm-featured-event .ifm-featured-event-card .tags {
  display: none;
}
.ifm-featured-event .no-results {
  padding-bottom: 80px;
}
@media (min-width: 375px) {
  .ifm-featured-event .ifm-featured-event-card .content-wrapper {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 768px) {
  .ifm-featured-event .slider-wrapper {
    min-height: 377px;
  }
  .ifm-featured-event .ifm-featured-event-card {
    height: 377px;
  }
  .ifm-featured-event .ifm-featured-event-card .dates-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .ifm-featured-event .ifm-featured-event-card .dates-wrapper .date-message {
    padding-top: 8px;
    padding-bottom: 9px;
    min-width: 101px;
  }
  .ifm-featured-event
    .ifm-featured-event-card
    .dates-wrapper
    .date-message
    span {
    font-size: 14px;
    line-height: 17px;
  }
  .ifm-featured-event .ifm-featured-event-card .dates-wrapper .date-sheath {
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 0;
    margin-left: 12px;
  }
  .ifm-featured-event
    .ifm-featured-event-card
    .dates-wrapper
    .date-sheath
    .new-date-icon {
    padding: 0 8px;
    height: 28px;
    width: 76px;
    border-radius: 4px 4px 0 0;
  }
  .ifm-featured-event
    .ifm-featured-event-card
    .dates-wrapper
    .date-sheath
    .new-date-icon
    span[class^="icon"] {
    display: block;
    position: relative;
    height: 34px;
    width: 32px;
  }
  .ifm-featured-event
    .ifm-featured-event-card
    .dates-wrapper
    .date-sheath
    .new-date-icon
    span[class^="icon"]::before {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 16px;
    color: #fff;
  }
  .ifm-featured-event
    .ifm-featured-event-card
    .dates-wrapper
    .date-sheath
    .date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    width: 76px;
    border-radius: 0 0 4px 4px;
    padding: 5px 6px 6px;
  }
  .ifm-featured-event
    .ifm-featured-event-card
    .dates-wrapper
    .date-sheath
    .date
    span:not(:first-child) {
    margin-left: 0;
  }
  .ifm-featured-event .ifm-featured-event-card .content-wrapper {
    padding: 24px 24px 24px 36px;
  }
  .ifm-featured-event .ifm-featured-event-card .content-wrapper.content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ifm-featured-event .ifm-featured-event-card .title {
    max-height: 64px;
  }
  .ifm-featured-event .ifm-featured-event-card .subtitle {
    max-height: 56px;
  }
  .ifm-featured-event .ifm-featured-event-card .tags {
    display: block;
    margin-bottom: 16px;
    max-width: 100%;
    max-height: 24px;
    overflow: hidden;
    pointer-events: none;
  }
  .ifm-featured-event .ifm-featured-event-card .tags > :not(:first-child) {
    margin-left: 8px;
  }
  .ifm-featured-event .ifm-featured-event-card .tags a {
    pointer-events: auto;
  }
  .ifm-featured-event .ifm-featured-event-card .tags span {
    display: inline-block;
    padding: 3px 14px 4px;
    border-radius: 12px;
    height: 24px;
    max-width: 100%;
    background-color: #f2f2f2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .ifm-featured-event .ifm-featured-event-card .notes-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .ifm-featured-event .ifm-featured-event-card .notes-wrapper .note {
    margin-left: 16px;
    margin-top: 0;
  }
  .ifm-featured-event
    .ifm-featured-event-card
    .notes-wrapper
    .note.profesionales {
    display: block;
  }
  .ifm-featured-event .ifm-featured-event-card .text-wrapper span {
    -webkit-line-clamp: 2;
  }
  .ifm-featured-event .ifm-featured-event-card .text-wrapper .type {
    display: -webkit-box;
  }
  .ifm-featured-event .ifm-featured-event-card .subtitle {
    margin-top: 10px !important;
  }
}
@media (min-width: 1024px) {
  .ifm-featured-event:not(.one-event) .header-wrapper {
    position: relative;
    padding-right: 150px;
  }
  .ifm-featured-event:not(.one-event) .header-wrapper .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .ifm-featured-event:not(.one-event) .header-wrapper .button-wrapper button {
    display: inline-block;
    outline: 0 none;
    border: 0 none;
    border-radius: 50%;
    padding: 0;
    height: 40px;
    width: 40px;
    background-color: #000;
    color: #fff;
  }
  .ifm-featured-event:not(.one-event)
    .header-wrapper
    .button-wrapper
    button
    span::before {
    position: relative;
    top: -1px;
  }
  .ifm-featured-event:not(.one-event)
    .header-wrapper
    .button-wrapper
    button.prev {
    margin-right: 10px;
  }
  .ifm-featured-event:not(.one-event)
    .header-wrapper
    .button-wrapper
    button.prev
    span::before {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .ifm-featured-event:not(.one-event)
    .header-wrapper
    .button-wrapper
    button.next
    span::before {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .ifm-featured-event:not(.one-event)
    .header-wrapper
    .button-wrapper
    button[disabled="disabled"] {
    background-color: #ccc;
    pointer-events: none;
    cursor: auto;
  }
  .ifm-featured-event .slider-wrapper {
    min-height: 440px;
  }
  .ifm-featured-event .ifm-featured-event-card {
    height: 440px;
  }
  .ifm-featured-event .ifm-featured-event-card .img-wrapper img {
    -webkit-transition: -webkit-transform 0.2s ease-in 0s;
    transition: -webkit-transform 0.2s ease-in 0s;
    -o-transition: -o-transform 0.2s ease-in 0s;
    transition: transform 0.2s ease-in 0s;
    transition: transform 0.2s ease-in 0s, -webkit-transform 0.2s ease-in 0s,
      -o-transform 0.2s ease-in 0s;
  }
  .ifm-featured-event .ifm-featured-event-card .dates-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .ifm-featured-event .ifm-featured-event-card .dates-wrapper .date-sheath {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-left: 24px;
    margin-bottom: 16px;
  }
  .ifm-featured-event
    .ifm-featured-event-card
    .dates-wrapper
    .date-sheath
    .new-date-icon {
    border-radius: 4px 0 0 4px;
    padding: 8px;
    height: auto;
  }
  .ifm-featured-event
    .ifm-featured-event-card
    .dates-wrapper
    .date-sheath
    .new-date-icon
    span[class^="icon"]::before {
    font-size: 32px;
    top: 0;
    left: 0;
  }
  .ifm-featured-event
    .ifm-featured-event-card
    .dates-wrapper
    .date-sheath
    .date {
    border-radius: 0 4px 4px 0;
    height: 82px;
    width: 101px;
  }
  .ifm-featured-event .ifm-featured-event-card .content-wrapper {
    padding: 32px 32px 36px 72px;
  }
  .ifm-featured-event .ifm-featured-event-card .content-wrapper.content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .ifm-featured-event .ifm-featured-event-card .content-bottom {
    max-width: 45%;
  }
  .ifm-featured-event .ifm-featured-event-card .title {
    max-height: 80px;
  }
  .ifm-featured-event .ifm-featured-event-card .subtitle {
    max-height: 60px;
  }
  .ifm-featured-event .ifm-featured-event-card .type {
    font-size: 18px;
    line-height: 24px;
    max-height: 24px;
  }
  .ifm-featured-event .ifm-featured-event-card .type::before {
    top: 8px;
  }
  .ifm-featured-event .ifm-featured-event-card .tags {
    max-height: 32px;
  }
  .ifm-featured-event .ifm-featured-event-card .tags span {
    padding-top: 6px;
    padding-bottom: 9px;
    height: 32px;
    border-radius: 16px;
  }
  .ifm-featured-event .ifm-featured-event-card .tags span:hover {
    background-color: #ddd;
  }
  .ifm-featured-event .ifm-featured-event-card:hover .img-wrapper img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
div.body.portadaferia .ifm-featured-event .ifm-featured-event-card .tags {
  display: none;
}
.ifm-featured-event:not(.one-event)
  .header-wrapper
  .button-wrapper
  button:focus:not(:active) {
  outline: 2px solid #e32424;
}
.ifm-featured-event .card-content > a {
  outline: 0;
}
.ifm-featured-event .card-content > a:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.ifm-featured-event .tags a {
  outline: 0;
}
.ifm-featured-event .tags a:focus:not(:active) span {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
div.body .main > section.ifm-highlighted-notice {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ifm-highlighted-notice {
  padding-top: 30px !important;
  padding-bottom: 0 !important;
}
.ifm-highlighted-notice .ifm-hl-notice-wrapper {
  margin: 0 auto;
}
.ifm-highlighted-notice .ifm-hl-notice-wrapper .ifm-hl-notice-container {
  position: relative;
  padding: 32px 80px 32px 20px;
  background-color: #ffd343;
  color: #000;
}
.ifm-highlighted-notice
  .ifm-hl-notice-wrapper
  .ifm-hl-notice-container
  .imf-hl-notice-img {
  height: 40px;
}
.ifm-highlighted-notice
  .ifm-hl-notice-wrapper
  .ifm-hl-notice-container
  .imf-hl-notice-img-container:not(:last-child) {
  margin-bottom: 8px;
}
.ifm-highlighted-notice
  .ifm-hl-notice-wrapper
  .ifm-hl-notice-container.big-img
  .imf-hl-notice-img-container:not(:last-child) {
  margin-bottom: 32px;
}
.ifm-highlighted-notice
  .ifm-hl-notice-wrapper
  .ifm-hl-notice-container.big-img
  .imf-hl-notice-img {
  height: 100px;
  margin-bottom: 0;
}
.ifm-highlighted-notice
  .ifm-hl-notice-wrapper
  .ifm-hl-notice-container
  .ifm-hl-notice-title {
  margin: 0;
  padding: 0;
  font-family: "Barlow" ;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 10px;
}
.ifm-highlighted-notice
  .ifm-hl-notice-wrapper
  .ifm-hl-notice-container
  .ifm-hl-notice-title:last-child {
  margin-bottom: 0;
}
.ifm-highlighted-notice
  .ifm-hl-notice-wrapper
  .ifm-hl-notice-container
  .ifm-hl-notice-free-text {
  margin: 0;
  padding: 0;
  font-family: "Barlow";
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
.ifm-highlighted-notice
  .ifm-hl-notice-wrapper
  .ifm-hl-notice-container
  .ifm-hl-notice-free-text
  > :last-child {
  margin-bottom: 0;
}
.ifm-highlighted-notice
  .ifm-hl-notice-wrapper
  .ifm-hl-notice-container
  .ifm-hl-notice-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
}
.ifm-highlighted-notice
  .ifm-hl-notice-wrapper
  .ifm-hl-notice-container
  .ifm-hl-notice-icon-container
  span {
  position: relative;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #000;
  color: #fff;
  font-size: 35px;
}
.ifm-highlighted-notice
  .ifm-hl-notice-wrapper
  .ifm-hl-notice-container
  .ifm-hl-notice-icon-container
  span::before {
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .ifm-highlighted-notice {
    padding-top: 40px !important;
  }
  .ifm-highlighted-notice .ifm-hl-notice-wrapper {
    max-width: 688px !important;
  }
  .ifm-highlighted-notice .ifm-hl-notice-wrapper .ifm-hl-notice-container {
    padding: 32px 178px 32px 68px;
  }
  .ifm-highlighted-notice
    .ifm-hl-notice-wrapper
    .ifm-hl-notice-container.big-img
    .ifm-hl-notice-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ifm-highlighted-notice
    .ifm-hl-notice-wrapper
    .ifm-hl-notice-container.big-img
    .imf-hl-notice-img-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ifm-highlighted-notice
    .ifm-hl-notice-wrapper
    .ifm-hl-notice-container.big-img
    .imf-hl-notice-img-container:not(:last-child) {
    margin-right: 68px;
    margin-bottom: 0;
  }
  .ifm-highlighted-notice
    .ifm-hl-notice-wrapper
    .ifm-hl-notice-container
    .ifm-hl-notice-title {
    margin-bottom: 12px;
  }
  .ifm-highlighted-notice
    .ifm-hl-notice-wrapper
    .ifm-hl-notice-container
    .ifm-hl-notice-title:last-child {
    margin-bottom: 0;
  }
  .ifm-highlighted-notice
    .ifm-hl-notice-wrapper
    .ifm-hl-notice-container
    .ifm-hl-notice-free-text {
    font-size: 18px;
    line-height: 22px;
  }
  .ifm-highlighted-notice
    .ifm-hl-notice-wrapper
    .ifm-hl-notice-container
    .ifm-hl-notice-icon-container {
    right: 70px;
  }
}
@media (min-width: 1024px) {
  .ifm-highlighted-notice {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ifm-highlighted-notice .ifm-hl-notice-wrapper {
    max-width: 950px !important;
  }
  .ifm-highlighted-notice .ifm-hl-notice-wrapper .ifm-hl-notice-container {
    padding: 36px 256px 36px 108px;
  }
  .ifm-highlighted-notice
    .ifm-hl-notice-wrapper
    .ifm-hl-notice-container.big-img
    .imf-hl-notice-img-container:not(:last-child) {
    margin-right: 108px;
  }
  .ifm-highlighted-notice
    .ifm-hl-notice-wrapper
    .ifm-hl-notice-container
    .ifm-hl-notice-title {
    font-size: 26px;
    line-height: 30px;
  }
  .ifm-highlighted-notice
    .ifm-hl-notice-wrapper
    .ifm-hl-notice-container
    .ifm-hl-notice-icon-container {
    right: 108px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s,
      -webkit-box-shadow 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s,
      -webkit-box-shadow 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s,
      -o-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s,
      -webkit-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s,
      -webkit-box-shadow 0.3s ease-in-out 0s;
  }
  .ifm-highlighted-notice .ifm-hl-notice-wrapper a .ifm-hl-notice-container {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s,
      -webkit-box-shadow 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s,
      -webkit-box-shadow 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s,
      -o-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s,
      -webkit-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s,
      -webkit-box-shadow 0.3s ease-in-out 0s;
  }
  .ifm-highlighted-notice
    .ifm-hl-notice-wrapper
    a
    .ifm-hl-notice-container:hover {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
  }
  .ifm-highlighted-notice
    .ifm-hl-notice-wrapper
    a
    .ifm-hl-notice-container:hover
    .ifm-hl-notice-icon-container {
    -webkit-transform: translate(12px, 0);
    -o-transform: translate(12px, 0);
    transform: translate(12px, 0);
  }
}
@media (min-width: 1280px) {
  .ifm-highlighted-notice .ifm-hl-notice-wrapper {
    max-width: 1190px !important;
  }
}
.ifm-highlighted-notice .links-wrapper:not(:first-child) {
  margin-top: 24px;
}
div.body .main > section.calendar-grid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.calendar-grid {
  padding-top: 10px;
  padding-bottom: 0;
}
.calendar-grid .row > * {
  padding-bottom: 24px;
}
.calendar-grid .event-main-filters ul {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .calendar-grid {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .calendar-grid .row > * {
    padding-bottom: 32px;
  }
  .calendar-grid .event-main-filters ul {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .calendar-grid .container {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (max-width: 374px) {
  .calendar-grid .row > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.calendar-grid .filterable-elements-counter {
  margin-bottom: 24px;
}
.calendar-grid .filterable-elements-counter span {
  font-family: "Barlow" ;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.calendar-grid .filterable-elements-counter span:not(:first-child) {
  margin-left: 0.3em;
}
@media (min-width: 1024px) {
  .calendar-grid .filterable-elements-counter {
    margin-bottom: 32px;
  }
}
.calendar-grid .ifm-evento-basico-card > a {
  position: relative;
}
.calendar-grid .ifm-evento-basico-card > a:focus:not(:active)::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e32424;
}
.calendar-grid .ifm-evento-basico-card .tags a:focus:not(:active) span {
  background-color: #ddd;
}
a.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
a.btn img {
  margin: 0;
}
div.body .main > section a.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-banner-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  padding: 14px 20px;
  border-radius: 4px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d70303),
    to(#e64100)
  );
  background-image: -webkit-linear-gradient(top, #d70303, #e64100);
  background-image: -o-linear-gradient(top, #d70303, #e64100);
  background-image: linear-gradient(to bottom, #d70303, #e64100);
}
.hero-banner-button img {
  margin: 0 10px 0 0;
}
.hero-banner-button span {
  display: inline-block;
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.hero-banner-button span[class^="icon"] {
  margin-right: 10px;
}
.hero-banner-button:hover {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#e32424),
    to(#e32424)
  );
  background-image: -webkit-linear-gradient(bottom, #e32424, #e32424);
  background-image: -o-linear-gradient(bottom, #e32424, #e32424);
  background-image: linear-gradient(to top, #e32424, #e32424);
}
.hero-banner-button:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: 2px;
}
.link-primary {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.link-primary:not(.disabled) {
  color: #000;
}
.link-primary:not(.disabled)::after {
  content: "\e809";
  position: absolute;
  top: calc(50% - 16px);
  right: 5px;
  color: #e32424;
  font-family: "Barlow";
  font-weight: 700;
  font-size: 22px;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  transition: right 0.3s ease-in-out 0s;
}
.link-primary span:not([class^="icon"]) {
  margin-right: 0;
  padding-bottom: 2px;
  background-color: transparent !important;
  text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e32424),
    to(#e32424)
  );
  background-image: -webkit-linear-gradient(#e32424, #e32424);
  background-image: -o-linear-gradient(#e32424, #e32424);
  background-image: linear-gradient(#e32424, #e32424);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
  -webkit-transition: -webkit-background-size 0.3s;
  transition: -webkit-background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
  transition: background-size 0.3s, -webkit-background-size 0.3s;
}
.link-primary:hover span:not([class^="icon"]) {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
.link-primary:hover::after {
  right: 0;
  text-decoration: none;
}
.link-primary .link-img,
.link-primary span[class^="icon"] {
  display: none;
}
.link-primary:focus:not(:active) {
  outline: 2px solid #e32424;
}
@media (min-width: 1024px) {
  .link-primary .link-img,
  .link-primary span[class^="icon"] {
    display: inline;
  }
  .link-primary span[class^="icon"] {
    margin-right: 7px;
    font-size: 22px;
    line-height: 0;
  }
  .link-primary .link-img {
    margin: 0 7px 0 0;
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 374px) {
  .lista-enlaces .row > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.link-primary span:not([class^="icon"]) {
  font-family: "Barlow";
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
@media (min-width: 1024px) {
  .link-primary span:not([class^="icon"]) {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
div.body .main > section.lista-tags {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  div.body .main > section.lista-tags {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .lista-tags .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.lista-tags {
  padding-top: 40px;
  padding-bottom: 32px;
  width: 100%;
  background-color: #f2f2f5;
}
.lista-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lista-tags ul li {
  display: inline-block;
  margin: 0 8px 12px 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .lista-tags {
    padding-bottom: 30px;
  }
  .lista-tags ul li {
    margin-right: 10px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .lista-tags {
    padding-bottom: 24px;
  }
  .lista-tags ul li {
    margin-right: 16px;
  }
}
.chip-primary {
  display: block;
  border-radius: 24px;
  padding: 15px 14px;
  height: 48px;
  background-color: #fff;
}
.chip-primary span:not([class^="icon"]) {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chip-primary .link-img,
.chip-primary span[class^="icon"] {
  display: none;
}
@media (min-width: 1024px) {
  .chip-primary {
    position: relative;
  }
  .chip-primary .link-img,
  .chip-primary span[class^="icon"] {
    display: block;
  }
  .chip-primary .link-img,
  .chip-primary span[class^="icon"]::before {
    position: absolute;
    top: 13px;
    left: 14px;
  }
  .chip-primary .link-img {
    height: 22px;
    width: 22px;
  }
  .chip-primary span[class^="icon"]::before {
    font-size: 22px;
    color: #000;
  }
  .chip-primary .link-img + span:not([class^="icon"]),
  .chip-primary span[class^="icon"] + span:not([class^="icon"]) {
    padding-left: 30px;
  }
  .chip-primary:not(.disabled):hover {
    background-color: #ddd;
  }
}
.download-link > span:not(.download-icon) {
  padding-bottom: 2px;
  text-decoration: none;
}
.download-link .download-icon {
  position: relative;
  margin-left: 10px;
}
.download-link .download-icon::before {
  position: relative;
  top: 2px;
  font-size: 24px;
}
.download-link:not(.disabled) {
  color: #000;
}
.download-link:not(.disabled) > span:not(.download-icon) {
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e32424),
    to(#e32424)
  );
  background-image: -webkit-linear-gradient(#e32424, #e32424);
  background-image: -o-linear-gradient(#e32424, #e32424);
  background-image: linear-gradient(#e32424, #e32424);
  -webkit-transition: color 0.3s ease-in-out 0s, -webkit-background-size 0.3s;
  transition: color 0.3s ease-in-out 0s, -webkit-background-size 0.3s;
  -o-transition: background-size 0.3s, color 0.3s ease-in-out 0s;
  transition: background-size 0.3s, color 0.3s ease-in-out 0s;
  transition: background-size 0.3s, color 0.3s ease-in-out 0s,
    -webkit-background-size 0.3s;
}
.download-link:not(.disabled) .download-icon {
  color: #e32424;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.download-link:not(.disabled):active > span:not(.download-icon),
.download-link:not(.disabled):hover > span:not(.download-icon) {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
.download-link:not(.disabled):focus:not(:active) {
  outline: 2px solid #e32424;
}
.download-link span:not(.download-icon) {
  font-family: "Barlow";
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
@media (min-width: 1024px) {
  .download-link span:not(.download-icon) {
    font-size: 18px;
    line-height: 22px;
  }
}
.link-primary.circle-icon-right > :not(:first-child),
a.btn.circle-icon-right > :not(:first-child) {
  margin-left: 0;
}
a.btn.circle-icon-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
a.btn.circle-icon-right > :first-child {
  margin-left: 10px;
}
.link-primary.circle-icon-right .link-img,
.link-primary.circle-icon-right span[class^="icon"] {
  margin-right: 0;
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
}
.hero-banner-slick .hero-banner-slider .hero-banner-button.circle-icon-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.hero-banner-slick
  .hero-banner-slider
  .hero-banner-button.circle-icon-right
  > :first-child {
  margin-left: 10px;
}
div.body:not(.institutional)
  .hero-banner-slick
  .hero-banner-slider
  .container
  .hero-banner-button.circle-icon-right
  span {
  padding-right: 0;
}
.hero-banner-slick
  .hero-banner-slider
  .hero-banner-button.circle-icon-right
  span[class^="icon"],
.link-primary.circle-icon-right span[class^="icon"],
a.btn.circle-icon-right span[class^="icon"] {
  position: relative;
}
.hero-banner-slick
  .hero-banner-slider
  .hero-banner-button.circle-icon-right
  span[class^="icon"]::before,
.link-primary.circle-icon-right span[class^="icon"]::before,
a.btn.circle-icon-right span[class^="icon"]::before {
  font-size: 24px;
}
.hero-banner-slick
  .hero-banner-slider
  .hero-banner-button.circle-icon-right
  span[class^="icon"]::before,
.link-primary.circle-icon-right span[class^="icon"]::before,
a.btn.circle-icon-right span[class^="icon"]::before {
  z-index: 1;
  position: relative;
  top: 2px;
  color: #000 !important;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.hero-banner-slick
  .hero-banner-slider
  .hero-banner-button.circle-icon-right
  span[class^="icon"]::after,
.link-primary.circle-icon-right span[class^="icon"]::after,
a.btn.circle-icon-right span[class^="icon"]::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  left: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out 0s,
    border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out 0s,
    border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out 0s,
    border-color 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .hero-banner-slick
    .hero-banner-slider
    .hero-banner-button.circle-icon-right
    span[class^="icon"]::before,
  .link-primary.circle-icon-right span[class^="icon"]::before,
  a.btn.circle-icon-right span[class^="icon"]::before {
    top: 1px;
    left: -2px;
    font-size: 28px;
  }
  .hero-banner-slick
    .hero-banner-slider
    .hero-banner-button.circle-icon-right
    span[class^="icon"]::after,
  .link-primary.circle-icon-right span[class^="icon"]::after,
  a.btn.circle-icon-right span[class^="icon"]::after {
    top: calc(50% - 15px);
    width: 32px;
    height: 32px;
  }
}
.hero-banner-slick
  .hero-banner-slider
  .hero-banner-button.circle-icon-right:not(:disabled):not(.disabled):focus:not(:active)
  span[class^="icon"]::before,
.hero-banner-slick
  .hero-banner-slider
  .hero-banner-button.circle-icon-right:not(:disabled):not(.disabled):hover
  span[class^="icon"]::before,
.link-primary.circle-icon-right:not(:disabled):not(.disabled):focus:not(:active)
  span[class^="icon"]::before,
.link-primary.circle-icon-right:not(:disabled):not(.disabled):hover
  span[class^="icon"]::before,
a.btn.circle-icon-right:not(:disabled):not(.disabled):focus:not(:active)
  span[class^="icon"]::before,
a.btn.circle-icon-right:not(:disabled):not(.disabled):hover
  span[class^="icon"]::before {
  color: #fff !important;
}
.hero-banner-slick
  .hero-banner-slider
  .hero-banner-button.circle-icon-right:not(:disabled):not(.disabled):focus:not(:active)
  span[class^="icon"]::after,
.hero-banner-slick
  .hero-banner-slider
  .hero-banner-button.circle-icon-right:not(:disabled):not(.disabled):hover
  span[class^="icon"]::after,
.link-primary.circle-icon-right:not(:disabled):not(.disabled):focus:not(:active)
  span[class^="icon"]::after,
.link-primary.circle-icon-right:not(:disabled):not(.disabled):hover
  span[class^="icon"]::after,
a.btn.circle-icon-right:not(:disabled):not(.disabled):focus:not(:active)
  span[class^="icon"]::after,
a.btn.circle-icon-right:not(:disabled):not(.disabled):hover
  span[class^="icon"]::after {
  background-color: #e32424;
  border-color: #e32424;
}
div.body .main #carouselHome .new-hero-button,
div.body .main .new-hero-slick .new-hero-button,
div.body .main aside.box-with-title .new-hero-button,
div.body .main > #section .new-hero-button,
div.body .main > article .new-hero-button,
div.body .main > section .new-hero-button,
div.body header #carouselHome .new-hero-button,
div.body header .new-hero-slick .new-hero-button,
div.body header aside.box-with-title .new-hero-button,
div.body header > #section .new-hero-button,
div.body header > article .new-hero-button,
div.body header > section .new-hero-button {
  border-radius: 4px;
}
.btn.disabled.disabled.disabled,
div.body:not(.institutional) :not(footer) > .btn.btn-primary.disabled,
div.body:not(.institutional) :not(footer) > .btn.btn-secondary.disabled {
  color: #fff !important;
  border: solid 2px #757575 !important;
}
div.body :not(footer) > .btn.btn-primary {
  border: 2px solid #000 !important;
  border-radius: 4px;
  padding: 14px 20px !important;
  font-family: "Barlow" !important;
  font-weight: 600 !important;
}
div.body :not(footer) > .btn.btn-primary.disabled,
div.body:not(.institutional) :not(footer) > .btn.btn-primary.disabled {
  background-color: #757575 !important;
}
div.body :not(footer) > .btn.btn-primary:hover {
  background-color: #292152 !important;
  color: #fff !important;
  border: 2px solid #292152 !important;
}
div.body :not(footer) > .btn.btn-primary:active,
div.body :not(footer) > .btn.btn-primary:focus {
  background-color: #544d75 !important;
  border: 2px solid #544d75 !important;
}
div.body :not(footer) > .btn.btn-secondary {
  border-radius: 4px;
  border: none !important;
  padding: 16px 22px !important;
  font-family: "Barlow" !important;
  font-weight: 600 !important;
}
div.body :not(footer) > .btn.btn-secondary.disabled.disabled.disabled.disabled,
div.body:not(.institutional) :not(footer) > .btn.btn-secondary.disabled {
  color: #757575 !important;
  background-color: #fff !important;
  border: none !important;
}
div.body :not(footer) > .btn.btn-secondary:hover {
  background-color: #fff !important;
  color: #292152 !important;
  border: none !important;
}
div.body :not(footer) > .btn.btn-secondary:active,
div.body :not(footer) > .btn.btn-secondary:focus {
  background-color: #fff !important;
  color: #544d75 !important;
  border: none !important;
}
div.body
  > :not(header):not(footer):not(form):not(nav)
  a:not(.btn):not(.truncate-small):not(.showlink):not(.link-background):not(.opacity):not(.ifm-cmp-link):not(.ifm-rts-button):not(.link-primary):not(.chip-primary):not(.nav-link):not(.video-player):not(.video-card):not(.hidden-text):not(.no-default-link):not(.hero-banner-button) {
  background-color: transparent !important;
  text-decoration: none !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: -o-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
  -webkit-transition: -webkit-background-size 0.3s;
  transition: -webkit-background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
  transition: background-size 0.3s, -webkit-background-size 0.3s;
  transition: background-size 0.3s, -webkit-background-size 0.3s;
  color: #8322fa;
  font-weight: 400;
}
div.body
  > :not(header):not(footer):not(form):not(nav)
  a:not(.btn):not(.truncate-small):not(.showlink):not(.link-background):not(.opacity):not(.ifm-cmp-link):not(.ifm-rts-button):not(.link-primary):not(.chip-primary):not(.nav-link):not(.video-player):not(.video-card):not(.hidden-text):not(.no-default-link):not(.hero-banner-button):hover {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
a.default-link.default-link.default-link {
  color: #8322fa !important;
}
div.body .main #carouselHome .btn.disabled::before,
div.body .main #carouselHome .btn:disabled::before,
div.body .main .new-hero-slick .btn.disabled::before,
div.body .main .new-hero-slick .btn:disabled::before,
div.body .main aside.box-with-title .btn.disabled::before,
div.body .main aside.box-with-title .btn:disabled::before,
div.body .main > #section .btn.disabled::before,
div.body .main > #section .btn:disabled::before,
div.body .main > article .btn.disabled::before,
div.body .main > article .btn:disabled::before,
div.body .main > section .btn.disabled::before,
div.body .main > section .btn:disabled::before,
div.body header #carouselHome .btn.disabled::before,
div.body header #carouselHome .btn:disabled::before,
div.body header .new-hero-slick .btn.disabled::before,
div.body header .new-hero-slick .btn:disabled::before,
div.body header aside.box-with-title .btn.disabled::before,
div.body header aside.box-with-title .btn:disabled::before,
div.body header > #section .btn.disabled::before,
div.body header > #section .btn:disabled::before,
div.body header > article .btn.disabled::before,
div.body header > article .btn:disabled::before,
div.body header > section .btn.disabled::before,
div.body header > section .btn:disabled::before {
  background-color: inherit;
  border-radius: 4px;
}
.orange-button a:focus:not(:active) span {
  outline: 2px solid #fff;
}
.orange-button {
  height: 48px;
}
.orange-button span {
  display: inline-block;
  border-radius: 4px;
  padding: 14px 20px;
  font-family: "Barlow";
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#e32424),
    to(#eb4f2a)
  );
  background-image: -webkit-linear-gradient(bottom, #e32424, #eb4f2a);
  background-image: -o-linear-gradient(bottom, #e32424, #eb4f2a);
  background-image: linear-gradient(to top, #e32424, #eb4f2a);
}
.orange-button a {
  display: inline-block;
  outline: 0 none;
  height: 48px;
  max-width: 100%;
}
.orange-button a:focus span,
.orange-button a:hover span {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#eb4f2a),
    to(#eb612a)
  );
  background-image: -webkit-linear-gradient(bottom, #eb4f2a, #eb612a);
  background-image: -o-linear-gradient(bottom, #eb4f2a, #eb612a);
  background-image: linear-gradient(to top, #eb4f2a, #eb612a);
}
:not(.slide-event) > .ifm-evento-basico-card .div.body .img-wrapper {
  height: 204px;
}
@media (min-width: 375px) {
  :not(.slide-event) > .ifm-evento-basico-card .div.body .img-wrapper {
    height: 104px;
  }
}
@media (min-width: 480px) {
  :not(.slide-event) > .ifm-evento-basico-card .div.body .img-wrapper {
    height: 140px;
  }
}
@media (min-width: 576px) {
  :not(.slide-event) > .ifm-evento-basico-card .div.body .img-wrapper {
    height: 203px;
  }
}
@media (min-width: 768px) {
  :not(.slide-event) > .ifm-evento-basico-card .div.body .img-wrapper {
    height: auto;
    min-height: 215px;
    max-height: 216px;
  }
}
@media (min-width: 1024px) {
  :not(.slide-event) > .ifm-evento-basico-card .div.body .img-wrapper {
    min-height: 193px;
    max-height: 194px;
  }
}
@media (min-width: 1280px) {
  :not(.slide-event) > .ifm-evento-basico-card .div.body .img-wrapper {
    min-height: 178px;
    max-height: 179px;
  }
}
.ifm-evento-basico-card .footer .title {
  margin-bottom: 14px;
}
.ifm-evento-basico-card .footer .type {
  margin-top: auto;
}
.ifm-evento-basico-card {
  position: relative;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.ifm-evento-basico-card
  .footer
  .footer-date-wrapper
  .date
  span[class^="icon"]::before {
  color: #079bdf;
}
.ifm-evento-basico-card .footer .type::before {
  background-color: #079bdf;
}
.ifm-evento-basico-card.blue
  .footer
  .footer-date-wrapper
  .date
  span[class^="icon"]::before {
  color: #079bdf;
}
.ifm-evento-basico-card.blue .footer .type::before {
  background-color: #079bdf;
}
.ifm-evento-basico-card.orange
  .footer
  .footer-date-wrapper
  .date
  span[class^="icon"]::before {
  color: #ff5e03;
}
.ifm-evento-basico-card.orange .footer .type::before {
  background-color: #ff5e03;
}
.ifm-evento-basico-card.coral
  .footer
  .footer-date-wrapper
  .date
  span[class^="icon"]::before {
  color: #e32424;
}
.ifm-evento-basico-card.coral .footer .type::before {
  background-color: #e32424;
}
.ifm-evento-basico-card.purple
  .footer
  .footer-date-wrapper
  .date
  span[class^="icon"]::before {
  color: #8322fa;
}
.ifm-evento-basico-card.purple .footer .type::before {
  background-color: #8322fa;
}
.ifm-evento-basico-card a {
  outline: 0 none;
}
.ifm-evento-basico-card:not(.card-link) > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}
.ifm-evento-basico-card span {
  max-width: 100%;
  font-family: "Barlow";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.ifm-evento-basico-card .div.body {
  position: relative;
  overflow: hidden;
  -webkit-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.ifm-evento-basico-card .div.body .img-wrapper {
  height: 100%;
  -webkit-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.ifm-evento-basico-card .div.body .img-wrapper img {
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ifm-evento-basico-card .div.body .div.body-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.ifm-evento-basico-card .div.body .div.body-text-wrapper .div.body-text {
  padding: 6px;
  text-align: right;
}
.ifm-evento-basico-card .div.body .div.body-text-wrapper .div.body-text .note {
  display: inline-block;
  border-radius: 16px;
  padding: 2px 6px;
  max-width: 100%;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ifm-evento-basico-card .footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  padding: 16px 9px 16px;
}
.ifm-evento-basico-card .footer .coming-soon {
  position: absolute;
  top: -20px;
  width: calc(100% - 18px);
  max-width: calc(100% - 18px);
}
.ifm-evento-basico-card .footer .coming-soon span {
  display: inline-block;
  border-radius: 3px;
  padding: 1px 4px 2px;
  max-width: 100%;
  background-color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  color: #fff;
}
.ifm-evento-basico-card .footer .footer-date-wrapper {
  line-height: 0;
}
.ifm-evento-basico-card .footer .footer-date-wrapper .new-date {
  position: absolute;
  top: -8px;
  width: calc(100% - 18px);
  max-width: calc(100% - 18px);
}
.ifm-evento-basico-card .footer .footer-date-wrapper .new-date span {
  display: inline-block;
  border-radius: 3px;
  padding: 1px 4px 2px;
  max-width: 100%;
  background-color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  color: #fff;
}
.ifm-evento-basico-card .footer .footer-date-wrapper .date {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .ifm-evento-basico-card .footer .footer-date-wrapper .date {
    margin-bottom: 12px;
  }
}
.ifm-evento-basico-card .footer .footer-date-wrapper .date span[class^="icon"] {
  position: absolute;
  top: -2px;
  left: 0;
}
.ifm-evento-basico-card
  .footer
  .footer-date-wrapper
  .date
  span[class^="icon"]::before {
  font-size: 18px;
  background-color: transparent;
}
.ifm-evento-basico-card .footer .footer-date-wrapper .date .date-text {
  display: block;
  border-radius: 3px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
}
.ifm-evento-basico-card .footer .footer-date-wrapper .date:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 5px;
}
.ifm-evento-basico-card .footer .footer-date-wrapper .date + .date {
  margin-left: -1px;
}
.ifm-evento-basico-card
  .footer
  .coming-soon
  ~ .footer-date-wrapper.footer-date-wrapper {
  display: none;
}
.ifm-evento-basico-card .footer .title {
  max-height: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}
.ifm-evento-basico-card .footer .type {
  display: none;
}
.ifm-evento-basico-card .tags {
  display: none;
}
.ifm-evento-basico-card.card-link .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  height: 100%;
  width: 100%;
  background-color: #8322fa;
}
.ifm-evento-basico-card.card-link .wrapper .content {
  position: relative;
  padding-top: 24px;
}
.ifm-evento-basico-card.card-link
  .wrapper
  .content
  span[class^="icon"]::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #fff;
}
.ifm-evento-basico-card.card-link .wrapper .content .text-discover {
  display: block;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media (min-width: 768px) {
  .ifm-evento-basico-card
    .div.body
    .div.body-text-wrapper
    .div.body-text
    .note {
    padding: 7px 14px;
    font-size: 14px;
    line-height: 17px;
  }
  .ifm-evento-basico-card .footer {
    padding: 16px 14px;
  }
  .ifm-evento-basico-card .footer .coming-soon span {
    padding: 5px 6px;
    font-size: 14px;
    line-height: 17px;
  }
  .ifm-evento-basico-card .footer .footer-date-wrapper {
    overflow: hidden;
  }
  .ifm-evento-basico-card .footer .footer-date-wrapper .new-date {
    position: absolute;
    top: -20px;
    right: auto;
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .ifm-evento-basico-card .footer .footer-date-wrapper .new-date span {
    border-radius: 3px;
    padding: 5px 6px;
    font-size: 14px;
    max-width: 90%;
    line-height: 17px;
  }
  .ifm-evento-basico-card
    .footer
    .footer-date-wrapper
    .date
    span[class^="icon"] {
    top: 1px;
  }
  .ifm-evento-basico-card .footer .footer-date-wrapper .date .date-text {
    display: inline-block;
    font-size: 15px;
    line-height: 19px;
  }
  .ifm-evento-basico-card .footer .footer-date-wrapper .new-date + .date {
    margin-left: -1px;
  }
  .ifm-evento-basico-card .footer .title {
    max-height: 44px;
    font-size: 18px;
    line-height: 22px;
  }
  .ifm-evento-basico-card .footer .type {
    display: block;
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-transform: uppercase;
    max-height: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ifm-evento-basico-card .footer .type::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
  .ifm-evento-basico-card.card-link .wrapper .content .text-discover {
    font-size: 18px;
    line-height: 22px;
  }
  :not(.signage-event-card) > .ifm-evento-basico-card .footer {
    padding-bottom: 64px;
  }
  :not(.signage-event-card) > .ifm-evento-basico-card .tags {
    display: block;
    position: absolute;
    bottom: 16px;
    padding: 0 16px;
    max-width: 100%;
    max-height: 32px;
    overflow: hidden;
    pointer-events: none;
  }
  :not(.signage-event-card)
    > .ifm-evento-basico-card
    .tags
    a:not(:first-child)
    span {
    margin-left: 10px;
  }
  :not(.signage-event-card) > .ifm-evento-basico-card .tags span {
    display: inline-block;
    padding: 5px 14px 8px;
    border-radius: 16px;
    height: 32px;
    max-width: 100%;
    background-color: #f2f2f2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    line-height: 22px;
    pointer-events: auto;
  }
  :not(.signage-event-card) > .ifm-evento-basico-card .tags span:hover {
    background-color: #ddd;
  }
  .ifm-evento-basico-card .footer .footer-date-wrapper .date:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  :not(.slide-event) > .ifm-evento-basico-card {
    -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
    transition: -webkit-transform 0.2s ease-in-out 0s;
    -o-transition: -o-transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s,
      -webkit-transform 0.2s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
  }
  :not(.slide-event) > .ifm-evento-basico-card:hover {
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
  }
}
@media (max-width: 767px) {
  .ifm-evento-basico-card .footer.single-new-date .footer-date-wrapper {
    display: inline-block;
    position: relative;
    max-width: 100%;
  }
  .ifm-evento-basico-card
    .footer.single-new-date
    .footer-date-wrapper
    .new-date {
    position: absolute;
    top: -24px;
    left: 0;
    text-align: left;
    width: 100%;
    max-width: 100%;
  }
  .ifm-evento-basico-card
    .footer.single-new-date
    .footer-date-wrapper
    .date
    .date-text {
    border-top-left-radius: 0;
  }
  .ifm-evento-basico-card
    .footer.single-new-date
    .coming-soon
    ~ .footer-date-wrapper {
    display: none;
  }
}
.screen-basic-event .limit-height {
  max-height: 485px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .div.body
  .div.body-text-wrapper
  .div.body-text
  .note {
  padding: 7px 14px;
  font-size: 14px;
  line-height: 17px;
}
.screen-basic-event .signage-event-card .ifm-evento-basico-card .footer {
  padding: 16px 14px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .coming-soon
  span {
  padding: 5px 6px;
  font-size: 14px;
  line-height: 17px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .footer-date-wrapper {
  overflow: hidden;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .footer-date-wrapper
  .new-date {
  position: absolute;
  top: -20px;
  right: auto;
  max-width: 100%;
  width: 100%;
  text-align: left;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .footer-date-wrapper
  .new-date
  span {
  border-radius: 3px;
  padding: 5px 6px;
  font-size: 14px;
  max-width: 90%;
  line-height: 17px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .footer-date-wrapper
  .date
  span[class^="icon"] {
  top: 1px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .footer-date-wrapper
  .date
  .date-text {
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .footer-date-wrapper
  .new-date
  + .date {
  margin-left: -1px;
}
.screen-basic-event .signage-event-card .ifm-evento-basico-card .footer .title {
  max-height: 44px;
  font-size: 18px;
  line-height: 22px;
}
.screen-basic-event .signage-event-card .ifm-evento-basico-card .footer .type {
  display: block;
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
  max-height: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .type::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card.card-link
  .wrapper
  .content
  .text-discover {
  font-size: 18px;
  line-height: 22px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .div.body
  .div.body-text-wrapper
  .div.body-text
  .note {
  font-size: 16px;
  line-height: 19px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .coming-soon
  span {
  font-size: 16px;
  line-height: 19px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .footer-date-wrapper
  .new-date
  span {
  padding: 5px 5px;
  font-size: 16px;
  line-height: 19px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .footer-date-wrapper
  .date
  span[class^="icon"] {
  top: -2px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .footer-date-wrapper
  .date
  span[class^="icon"]::before {
  font-size: 22px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .footer-date-wrapper
  .date
  .date-text {
  padding: 5px 6px 5px 30px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .footer-date-wrapper
  .new-date
  + .date
  .date-text {
  padding-left: 4px;
}
.screen-basic-event .signage-event-card .ifm-evento-basico-card .footer .title {
  max-height: 48px;
  font-size: 20px;
  line-height: 24px;
}
.screen-basic-event .signage-event-card .ifm-evento-basico-card .footer .type {
  max-height: 40px;
  font-size: 16px;
  line-height: 20px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .type::before {
  top: 5px;
}
.screen-basic-event
  .signage-event-card
  .ifm-evento-basico-card
  .footer
  .coming-soon
  ~ .footer-date-wrapper.footer-date-wrapper {
  display: none;
}
.screen-basic-event .slick-slider .signage-event-card {
  max-width: 342px;
}
.institutional
  main.signage.screen-basic-event
  .signage-events
  .signage-event
  .signage-event-card {
  width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.institutional
  main.signage.screen-basic-event
  .signage-events
  .signage-event
  .signage-event-card
  .ifm-evento-basico-card {
  height: auto;
}
.institutional
  main.signage.screen-basic-event
  .signage-events
  .slick-slider
  .signage-event
  .signage-event-card {
  width: 400px;
}
div.body.portadaferia .ifm-evento-basico-card .tags {
  display: none;
}
div.body.portadaferia .ifm-evento-basico-card .footer {
  padding-bottom: 24px;
}
.ifm-evento-basico-card > a {
  position: relative;
}
.ifm-evento-basico-card > a:focus:not(:active):before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e32424;
}
.ifm-evento-basico-card .tags a {
  outline: 0;
}
.ifm-evento-basico-card .tags a:focus:not(:active) span {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
div.body .main > section.ifm-evento-basico {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ifm-evento-basico {
  background-color: #f2f2f5;
}
.ifm-evento-basico .event-main-filters ul {
  margin-bottom: 24px;
}
.ifm-evento-basico .slick-slider {
  margin: 0;
}
.ifm-evento-basico .slick-slider .slick-list {
  padding: 0 7% 14px 20px;
}
.ifm-evento-basico .slick-slider .slick-slide:not(:last-child) {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .ifm-evento-basico {
    padding-top: 40px;
  }
  .ifm-evento-basico .slick-slider .slick-list {
    padding-left: calc(50vw - 351px);
  }
  .ifm-evento-basico .slick-slider .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ifm-evento-basico {
    padding-top: 40px;
  }
  .ifm-evento-basico .slick-slider .slick-list {
    padding-left: calc(50vw - 482px);
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .ifm-evento-basico .slick-slider .slick-slide:not(:last-child) {
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .ifm-evento-basico .slick-slider .slick-list {
    padding-left: calc(50vw - 603px);
  }
}
@media (min-width: 1440px) {
  .ifm-evento-basico .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 2560px) {
  .ifm-evento-basico .slick-slider .slick-list {
    padding-left: 685px;
  }
}
@media (min-width: 1024px) {
  .ifm-evento-basico .slidable .slick-slider .slick-slide {
    -webkit-transition: margin 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s,
      opacity 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    transition: margin 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s,
      opacity 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    -o-transition: margin 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s,
      opacity 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
    transition: margin 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s,
      transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    transition: margin 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s,
      transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s,
      -webkit-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
  }
  .ifm-evento-basico
    .slidable.mouseover:not(.mouseover-block)
    .slick-slider
    .slick-slide:not(:hover) {
    opacity: 0.3;
  }
  .ifm-evento-basico
    .slidable.mouseover:not(.mouseover-block)
    .slick-slider
    .slick-slide:hover {
    -webkit-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
  }
  .ifm-evento-basico
    .slidable.mouseover:not(.mouseover-block)
    .slick-slider
    .slick-slide:hover:not(:first-child) {
    padding-left: 12.7px;
  }
  .ifm-evento-basico
    .slidable.mouseover:not(.mouseover-block)
    .slick-slider
    .slick-slide:hover
    + .slick-slide {
    padding-left: 12.7px;
  }
  .ifm-evento-basico
    .slidable.mouseover-child-nf:not(.mouseover-block)
    .slick-slider
    .slick-slide:first-child {
    margin-left: -13.6px;
  }
}
.slide-event > .ifm-evento-basico-card .div.body .img-wrapper {
  min-height: 178px;
  max-height: 190px;
}
@media (min-width: 375px) {
  .slide-event > .ifm-evento-basico-card .div.body .img-wrapper {
    min-height: 103px;
    max-height: 150px;
  }
}
@media (min-width: 480px) {
  .slide-event > .ifm-evento-basico-card .div.body .img-wrapper {
    min-height: 165px;
    max-height: 166px;
  }
}
@media (min-width: 576px) {
  .slide-event > .ifm-evento-basico-card .div.body .img-wrapper {
    max-height: 225px;
  }
}
@media (min-width: 768px) {
  .slide-event > .ifm-evento-basico-card .div.body .img-wrapper {
    min-height: 182px;
    max-height: 183px;
  }
}
.ifm-evento-basico {
  padding-top: 30px;
}
.ifm-evento-basico .ifm-evento-basico-header {
  margin-bottom: 24px;
}
.ifm-evento-basico .ifm-evento-basico-header a .title-wrapper {
  position: relative;
  padding-right: 50px;
  line-height: 0;
  color: #000;
}
.ifm-evento-basico .ifm-evento-basico-header a .title-wrapper > * {
  margin-bottom: 0;
}
.ifm-evento-basico
  .ifm-evento-basico-header
  a
  .title-wrapper
  span[class^="icon"]::before {
  position: absolute;
  top: calc(50% - 14px);
  right: 0;
  font-size: 22px;
  line-height: 30px;
}
.ifm-evento-basico
  .ifm-evento-basico-header
  a
  .title-wrapper:not(.disabled)::after {
  content: "\e809";
  position: absolute;
  top: calc(50% - 16px);
  right: 5px;
  font-size: 32px;
  line-height: 32px;
  font-family: "Barlow";
  font-weight: 700;
  color: #e32424;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  transition: right 0.3s ease-in-out 0s;
}
.ifm-evento-basico .ifm-evento-basico-header a .title-wrapper:hover .h-events {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
.ifm-evento-basico
  .ifm-evento-basico-header
  a
  .title-wrapper:hover:not(.disabled)::after {
  right: 0;
}
.ifm-evento-basico .ifm-evento-basico-header a .title-wrapper .h-events {
  display: inline;
  margin-right: 0;
  padding-bottom: 2px;
  background-color: transparent !important;
  text-decoration: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e32424),
    to(#e32424)
  );
  background-image: -webkit-linear-gradient(#e32424, #e32424);
  background-image: -o-linear-gradient(#e32424, #e32424);
  background-image: linear-gradient(#e32424, #e32424);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
  -webkit-transition: -webkit-background-size 0.3s;
  transition: -webkit-background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
  transition: background-size 0.3s, -webkit-background-size 0.3s;
}
.ifm-evento-basico .ifm-evento-basico-header .subtitle {
  margin-top: 10px;
  margin-bottom: 0;
}
.ifm-evento-basico .slidable {
  min-height: 271px;
}
.ifm-evento-basico .slidable .next-wrapper,
.ifm-evento-basico .slidable .prev-wrapper {
  display: none;
}
.ifm-evento-basico .slidable .slick-slider .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ifm-evento-basico
  .slidable
  .slick-slider
  .slick-slide
  .ifm-evento-basico-card {
  height: auto;
}
.ifm-evento-basico
  .slidable
  .slick-slider
  .slick-slide
  .ifm-evento-basico-card.card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ifm-evento-basico
  .slidable
  .slick-slider
  .slick-slide
  .ifm-evento-basico-card.card-link
  a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.ifm-evento-basico
  .slidable
  .slick-slider
  .slick-slide
  .ifm-evento-basico-card.card-link
  a
  .wrapper {
  height: auto;
}
.ifm-evento-basico .no-results {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .ifm-evento-basico
    .slidable
    .slick-slider
    .slick-slide
    .ifm-evento-basico-card.card-link {
    width: 100%;
  }
}
@media (min-width: 375px) {
  .ifm-evento-basico .slidable {
    min-height: 196px;
  }
}
@media (min-width: 576px) {
  .ifm-evento-basico .slidable {
    min-height: 258px;
  }
  .ifm-evento-basico .slidable .slick-slider .slick-slide > * {
    max-width: 340px;
  }
}
@media (min-width: 768px) {
  .ifm-evento-basico {
    padding-top: 40px;
  }
  .ifm-evento-basico .ifm-evento-basico-header {
    margin-bottom: 32px;
  }
  .ifm-evento-basico .ifm-evento-basico-header .title-wrapper {
    display: inline-block;
  }
  .ifm-evento-basico
    .ifm-evento-basico-header
    .title-wrapper
    span[class^="icon"]::before {
    top: calc(50% - 15px);
    line-height: 32px;
  }
  .ifm-evento-basico .slidable {
    min-height: 320px;
  }
  .ifm-evento-basico .slidable .slick-slider .slick-slide > * {
    width: 276px;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .ifm-evento-basico .ifm-evento-basico-header {
    margin-bottom: 20px;
  }
  .ifm-evento-basico
    .ifm-evento-basico-header
    .title-wrapper
    span[class^="icon"]::before {
    top: calc(50% - 19px);
    line-height: 40px;
  }
  .ifm-evento-basico .slidable {
    position: relative;
    min-height: 360px;
  }
  .ifm-evento-basico .slidable .buttons-wrapper {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  .ifm-evento-basico .slidable .buttons-wrapper .next-wrapper,
  .ifm-evento-basico .slidable .buttons-wrapper .prev-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    height: 100%;
  }
  .ifm-evento-basico .slidable .buttons-wrapper .next-wrapper.disabled,
  .ifm-evento-basico .slidable .buttons-wrapper .prev-wrapper.disabled {
    visibility: hidden;
  }
  .ifm-evento-basico .slidable .buttons-wrapper .next-wrapper button,
  .ifm-evento-basico .slidable .buttons-wrapper .prev-wrapper button {
    outline: 0 none;
    border: 0 none;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #000;
    cursor: pointer;
    pointer-events: auto;
  }
  .ifm-evento-basico
    .slidable
    .buttons-wrapper
    .next-wrapper
    button
    span[class^="icon"]::before,
  .ifm-evento-basico
    .slidable
    .buttons-wrapper
    .prev-wrapper
    button
    span[class^="icon"]::before {
    position: relative;
    top: 2px;
    color: #fff;
    font-size: 40px;
  }
  .ifm-evento-basico
    .slidable
    .buttons-wrapper
    .prev-wrapper
    button
    span[class^="icon"]::before {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .ifm-evento-basico
    .slidable
    .buttons-wrapper
    .next-wrapper
    button
    span[class^="icon"]::before {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (min-width: 1440px) {
  .ifm-evento-basico .slidable .buttons-wrapper .prev-wrapper {
    margin-left: -80px;
  }
  .ifm-evento-basico .slidable .buttons-wrapper .next-wrapper {
    margin-right: -80px;
  }
}
@media (max-width: 767px) {
  .ifm-evento-basico .slick-slide > div {
    width: 100%;
  }
}
.ifm-evento-basico .slick-slide > div > div {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.ifm-evento-basico .buttons-wrapper button:focus:not(:active) {
  outline: 2px solid #e32424;
}
.calendar-filters .lightpick {
  background-color: transparent;
}
.calendar-filters .lightpick .lightpick__months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.calendar-filters .lightpick .lightpick__months .lightpick__month {
  border: 0 none;
  margin: 20px auto;
  width: 100%;
  min-width: 300px;
  max-width: 327px;
  background-color: transparent;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__month-title-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__month-title-bar
  .lightpick__month-title {
  margin: 0;
  padding: 0;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__month-title-bar
  .lightpick__month-title
  span {
  text-transform: capitalize;
  font-family: "Barlow";
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div {
  position: relative;
  width: 14%;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.15px;
  text-align: center;
  color: #fff !important;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.lightpick__day {
  cursor: pointer;
  border-radius: 50%;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-next-month,
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-previous-month {
  visibility: hidden;
  pointer-events: none;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-in-range {
  background-image: none;
  background-color: transparent;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.lightpick__day.is-available:not(.is-disabled):hover {
  background-image: none;
  background-color: transparent;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-today:not(.is-start-date):not(.is-end-date) {
  position: relative;
  border: 0 none;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-today:not(.is-start-date):not(.is-end-date):not(.is-in-range) {
  color: #fff !important;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-today:not(.is-start-date):not(.is-end-date)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 32px;
  width: 32px;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-end-date.is-in-range,
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-start-date {
  border: 0 none;
  background-color: transparent !important;
  color: #292152 !important;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-end-date.is-in-range::before,
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-start-date::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 0 none;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  background-color: #fff;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-in-range::after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 5px;
  left: 0;
  height: 32px;
  width: 100%;
  background-color: #696486;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-in-range.is-start-date::after {
  width: 50%;
  left: 50%;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-in-range.is-start-date.is-flipped::after {
  left: 0;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-in-range.is-end-date::after {
  width: 50%;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-in-range.is-end-date.is-flipped::after {
  left: 50%;
}
.calendar-filters
  .lightpick
  .lightpick__months
  .lightpick__month
  .lightpick__days
  > div.is-in-range.is-start-date.is-end-date::after {
  display: none;
}
@media (min-width: 1024px) {
  .calendar-filters .lightpick .lightpick__months {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 15px 0 0;
  }
  .calendar-filters
    .lightpick
    .lightpick__months
    .lightpick__month
    .lightpick__days
    > div.lightpick__day.is-available:not(.is-disabled):hover::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 5px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    background-color: #696486;
  }
  .calendar-filters
    .lightpick
    .lightpick__months
    .lightpick__month
    .lightpick__days
    > div.lightpick__day.is-available:not(.is-disabled):hover.is-in-range::before {
    background-color: #ddd;
  }
}
@media (max-width: 767px) {
  div.body.child-form-field-unfolded,
  div.body.child-unfolded {
    overflow: hidden;
  }
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  position: relative;
  padding: 4px 26px 15px 8px;
  min-width: 0;
  min-height: 60px;
  width: 100%;
  background-color: #f2f2f2;
  line-height: 0;
  cursor: pointer;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .info-text {
  display: block;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper {
  z-index: 9999;
  position: fixed;
  padding-top: 70px;
  background-color: #171736;
  top: 100vh;
  left: 0;
  height: 100vh;
  height: var(--vhfnnav);
  width: 100vw;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper.transition-mobile {
  -webkit-transition: top 0.5s ease-in-out 0s;
  -o-transition: top 0.5s ease-in-out 0s;
  transition: top 0.5s ease-in-out 0s;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper
  .close-options {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #292152;
  cursor: pointer;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper
  .close-options
  span {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 26px;
  color: #fff;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper
  .close-options
  span::before {
  position: absolute;
  top: 8px;
  left: 7px;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper {
  height: calc(100% - 96px);
  overflow: auto;
  background-color: #292152;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper::-webkit-scrollbar {
  display: none;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-title {
  margin: 20px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Barlow" ;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-content {
  height: calc(100% - 63px);
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper
  .unfold-elements-apply {
  padding: 24px 20px;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper
  .unfold-elements-apply
  .button-wrapper {
  width: 100%;
  height: 48px;
  background-color: #fff;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper
  .unfold-elements-apply
  .button-wrapper
  button {
  border: 0 none;
  padding: 0;
  height: 100%;
  width: 100%;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper
  .unfold-elements-apply
  .button-wrapper
  button
  div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .unfold-elements-wrapper
  .unfold-elements-apply
  .button-wrapper
  button
  div
  span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Barlow" ;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.editing
  .unfold-elements-wrapper {
  top: 0;
  cursor: default;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text {
  padding-left: 5px;
  padding-right: 5px;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text
  .info-text {
  padding-left: 3px;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text
  input {
  display: block;
  outline: 0;
  border: 0 none;
  padding: 0 3px;
  width: 100%;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Barlow";
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text
  input::-webkit-input-placeholder {
  opacity: 1;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text
  input::-webkit-input-placeholder,
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text
  input::placeholder {
  opacity: 1;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text
  input:-ms-input-placeholder {
  opacity: 1;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text
  input
  + .input-focus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type {
  border-bottom-left-radius: 4px;
  border-right: 1px solid #bbb;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content
  .multiple-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content
  .multiple-type
  .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 22px;
  border-radius: 50%;
  height: 20px;
  min-width: 20px;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content
  .multiple-type
  .number
  span {
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content
  span {
  display: inline-block;
  max-width: 100%;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content
  span:not(.placeholder) {
  font-weight: 600;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .options-wrapper {
  margin-top: 32px;
  padding: 0 20px;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .options-wrapper
  .option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 14px 16px;
  width: 100%;
  min-height: 48px;
  cursor: pointer;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .options-wrapper
  .option
  input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .options-wrapper
  .option
  .personalized-check {
  position: relative;
  margin-right: 14px;
  border: solid 2px #fff;
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  max-height: 20px;
  max-width: 20px;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .options-wrapper
  .option
  .personalized-check
  span {
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 3px;
  border: solid 2px #fff;
  border-right: none;
  border-top: none;
  border-bottom-right-radius: 2px;
  width: 10px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .options-wrapper
  .option
  label {
  position: relative;
  display: inline;
  margin: 0;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  cursor: pointer;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .options-wrapper
  .option:not(:first-child) {
  margin-top: 4px;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date {
  border-bottom-right-radius: 4px;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .dates-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .dates-wrapper
  span {
  display: inline-block;
  max-width: 100%;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .dates-wrapper
  span:not(.placeholder) {
  font-weight: 600;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-content.selection-date
  .ranges-wrapper {
  margin: 12px 0 0;
  padding: 0 20px;
  overflow-x: auto;
  max-width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-content.selection-date
  .ranges-wrapper::-webkit-scrollbar {
  display: none;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-content.selection-date
  .ranges-wrapper
  ul.ranges {
  display: inline-block;
  margin: 0 20px 0 0;
  border-top-left-radius: 24px 50%;
  border-bottom-left-radius: 24px 50%;
  border-top-right-radius: 24px 50%;
  border-bottom-right-radius: 24px 50%;
  padding: 4px;
  white-space: nowrap;
  background-color: #f2f2f2;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-content.selection-date
  .ranges-wrapper
  ul.ranges
  li {
  display: inline-block;
  padding: 0 17px;
  border-top-left-radius: 20px 50%;
  border-bottom-left-radius: 20px 50%;
  border-top-right-radius: 20px 50%;
  border-bottom-right-radius: 20px 50%;
  padding: 10px 14px;
  min-height: 30px;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out 0s,
    color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-content.selection-date
  .ranges-wrapper
  ul.ranges
  li:not(:first-child) {
  margin-left: 10px;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-content.selection-date
  .ranges-wrapper
  ul.ranges
  li.active {
  color: #fff;
  background-color: #000;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-content.selection-date
  .calendar-wrapper {
  position: relative;
  margin-top: 20px;
  height: calc(100% - 65px);
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-content.selection-date
  .calendar-wrapper
  .change-months {
  display: none;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-content.selection-date
  .calendar-wrapper
  .calendar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-content.selection-date
  .calendar-wrapper
  .calendar::-webkit-scrollbar {
  display: none;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .unfold-elements-content.selection-date
  .calendar-wrapper
  .calendar-aux {
  display: none;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.calendar-filters
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .arrow
  span::before {
  font-size: 27px;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.calendar-filters .form-wrapper .form-content-wrapper .search {
  margin-top: 16px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  height: 48px;
  width: 100%;
  background-color: #000;
}
.calendar-filters .form-wrapper .form-content-wrapper .search button {
  border: 0 none;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
}
.calendar-filters .form-wrapper .form-content-wrapper .search button div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  height: 100%;
  width: 100%;
}
.calendar-filters .form-wrapper .form-content-wrapper .search button div span {
  font-family: "Barlow" ;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media (min-width: 375px) {
  .calendar-filters
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .dates-wrapper
    span.date-written {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .calendar-filters .form-wrapper .form-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
  }
  .calendar-filters
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .calendar-filters
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.type
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .options-wrapper {
    margin-top: 0;
    padding: 0 8px;
  }
  .calendar-filters
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.type
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .options-wrapper
    .option:not(:first-child) {
    margin-top: 8px;
  }
}
div.body
  .main.main-calendar
  > section.calendar-filters
  + nav
  + section:not(.calendar-grid) {
  margin-top: 0 !important;
}
.menuFixed
  main.main-calendar
  .calendar-filters.fixed-filter
  .fixed-content-wrapper
  .fixed-content {
  top: 60px;
}
div.body.withTopbar.menuFixed
  main.main-calendar
  .calendar-filters.fixed-filter
  .fixed-content-wrapper
  .fixed-content {
  top: 100px;
}
div.body.withAlert:not(.withTopbar).menuFixed
  main.main-calendar
  .calendar-filters.fixed-filter
  .fixed-content-wrapper
  .fixed-content {
  top: 160px;
}
@media (min-width: 768px) {
  .menuFixed
    main.main-calendar
    .calendar-filters.fixed-filter
    .fixed-content-wrapper
    .fixed-content {
    top: 70px;
  }
  div.body.withTopbar.menuFixed
    main.main-calendar
    .calendar-filters.fixed-filter
    .fixed-content-wrapper
    .fixed-content {
    top: 110px;
  }
  div.body.withAlert:not(.withTopbar).menuFixed
    main.main-calendar
    .calendar-filters.fixed-filter
    .fixed-content-wrapper
    .fixed-content {
    top: 140px;
  }
}
.calendar-filters:not(.fixed-filter) .fixed-content {
  background-color: transparent !important;
}
.calendar-filters.fixed-filter .fixed-content {
  z-index: 110;
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 2560px;
}
.calendar-filters .form-field,
.calendar-filters .search button {
  outline: 0;
}
.calendar-filters .option input {
  outline: 0;
}
.calendar-filters .calendar-wrapper .change-months button,
.calendar-filters .lightpick__day.is-available,
.calendar-filters .ranges li {
  outline: 0;
}
.calendar-filters .unfold-elements-apply button {
  outline: 0;
}
.calendar-filters .remove-filters {
  outline: 0;
}
.calendar-filters:not(.mouse-click) .form-field:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -4px;
}
.calendar-filters:not(.mouse-click) .search button:focus:not(:active) {
  outline: 2px solid #ff8181;
  outline-offset: -4px;
}
.calendar-filters:not(.mouse-click)
  .form-field.text
  input:focus:not(:active)
  + .input-focus {
  outline: 2px solid #e32424;
  outline-offset: -4px;
}
.calendar-filters:not(.mouse-click)
  .option
  input:focus:not(:active)
  + .personalized-check {
  outline: 2px solid #ff8181;
}
.calendar-filters:not(.mouse-click) .ranges li:focus:not(:active) {
  outline: 2px solid #e32424;
}
.calendar-filters:not(.mouse-click)
  .calendar-wrapper
  .change-months
  button:focus:not(:active) {
  outline: 2px solid #ff8181;
}
.calendar-filters:not(.mouse-click)
  .lightpick__day.is-available:focus:not(:active) {
  outline: 2px solid #ff8181;
  outline-offset: -2px;
}
.calendar-filters:not(.mouse-click)
  .unfold-elements-apply
  button:focus:not(:active) {
  outline: 2px solid #ff8181;
  outline-offset: 2px;
}
.calendar-filters:not(.mouse-click) .remove-filters:focus:not(:active) {
  outline: 2px solid #ff8181;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .ifm-calendario-evento-landing .lightpick .lightpick__months {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 15px 0 0;
  }
  .ifm-calendario-evento-landing
    .lightpick
    .lightpick__months
    .lightpick__month
    .lightpick__days
    > div.lightpick__day.is-available:not(.is-disabled):hover::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 5px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    background-color: #696486;
  }
  .ifm-calendario-evento-landing
    .lightpick
    .lightpick__months
    .lightpick__month
    .lightpick__days
    > div.lightpick__day.is-available:not(.is-disabled):hover.is-in-range::before {
    background-color: #ddd;
  }
}
div.body .main > section.ifm-calendario-evento-landing {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ifm-calendario-evento-landing {
  padding-top: 24px;
  padding-bottom: 30px;
}
.ifm-calendario-evento-landing .fixed-content {
  position: relative;
}
.ifm-calendario-evento-landing .fixed-content .fixed-content-bg,
.ifm-calendario-evento-landing .veil-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: opacity 0.1s ease-in-out 0s;
  -o-transition: opacity 0.1s ease-in-out 0s;
  transition: opacity 0.1s ease-in-out 0s;
}
.ifm-calendario-evento-landing .back-img-wrapper {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.ifm-calendario-evento-landing .back-img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ifm-calendario-evento-landing .filters-wrapper {
  margin-top: 16px;
}
.ifm-calendario-evento-landing .fixed-buttons {
  display: none;
}
.ifm-calendario-evento-landing
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
}
.ifm-calendario-evento-landing
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .field-separator-desktop {
  display: none;
}
.ifm-calendario-evento-landing
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #bbb;
}
.ifm-calendario-evento-landing
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content
  span:not(.placeholder) {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.ifm-calendario-evento-landing
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content
  .multiple-type
  .multiple-text {
  margin-right: 0.2em;
}
.ifm-calendario-evento-landing
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content
  .multiple-type
  .number {
  background-color: #000;
}
.ifm-calendario-evento-landing
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content
  .multiple-type
  .number
  span {
  font-size: 13px;
  color: #fff;
}
.ifm-calendario-evento-landing
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .options-wrapper
  .option.checked
  .personalized-check
  span {
  visibility: visible;
}
@media (min-width: 768px) {
  .ifm-calendario-evento-landing {
    padding: 40px 40px 42px;
    overflow: visible;
  }
  .ifm-calendario-evento-landing .filters-wrapper {
    margin-top: 25px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper {
    position: relative;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field {
    position: unset;
    padding: 0;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .form-always-displayed {
    position: relative;
    padding: 4px 22px 15px 16px;
    height: 100%;
    width: 100%;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .unfold-elements-wrapper {
    z-index: 90;
    padding-top: 0;
    height: auto;
    position: absolute;
    top: 120px;
    width: 100%;
    background-color: #292152;
    visibility: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .unfold-elements-wrapper
    .close-options {
    display: none;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper {
    padding: 8px 0;
    height: 100%;
    min-height: 100px;
    background-color: #292152;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-title {
    display: none;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .unfold-elements-wrapper
    .unfold-elements-apply {
    display: none;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing {
    background-color: #fff;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing
    .unfold-elements-wrapper {
    visibility: visible;
    top: 120px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing
    .arrow
    span::before {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field:not(.editing)
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .options-wrapper
    .option.checked
    .personalized-check
    span {
    visibility: hidden;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.text {
    padding: 4px 16px 15px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.type
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .options-wrapper {
    margin-top: 0;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.type
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .options-wrapper
    .option:not(:first-child) {
    margin-top: 8px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper {
    height: 460px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper {
    overflow: hidden;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date {
    height: 100%;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months {
    z-index: 1;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 21px;
    left: 0;
    padding: 0 24px;
    width: 100%;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .next,
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .previous {
    border: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .next
    span::before,
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .previous
    span::before {
    font-size: 32px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .next.disabled,
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .previous.disabled {
    visibility: hidden;
    pointer-events: none;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .previous
    span::before {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .next
    span::before {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .calendar {
    z-index: 0;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper.editing-child-unfolded
    .form-field-groups-wrapper
    .form-field-group
    .form-field.type {
    border-bottom-left-radius: unset;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper.editing-child-unfolded
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date {
    border-bottom-right-radius: unset;
  }
}
@media (min-width: 1024px) {
  .ifm-calendario-evento-landing {
    z-index: 10;
    padding: 60px 125px 102px;
  }
  .ifm-calendario-evento-landing .fixed-content .fixed-content-bg,
  .ifm-calendario-evento-landing .veil-bg {
    background-color: #70bfe3;
  }
  .ifm-calendario-evento-landing .filters-wrapper {
    margin-top: 32px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    > div:first-child {
    width: 40%;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    > div:not(:first-child) {
    width: 60%;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field {
    position: relative;
    padding: 0 16px;
    height: 80px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .field-separator-desktop {
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    height: calc(100% - 22px);
    width: 1px;
    background-color: #bbb;
    pointer-events: none;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .field-separator-desktop.hide {
    visibility: hidden;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .info-text {
    position: absolute;
    top: 6px;
    max-width: calc(100% - 32px);
    font-size: 16px;
    line-height: 19px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing {
    z-index: 1;
    height: 100px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing
    .unfold-elements-wrapper {
    top: 100%;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0 none;
    border-top-right-radius: unset;
    border-bottom-left-radius: 4px;
    padding: 0 16px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.text.editing {
    border-radius: 4px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.text
    input {
    font-size: 18px;
    line-height: 20px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.text
    input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.text
    input::-webkit-input-placeholder,
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.text
    input::placeholder {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.text
    input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .form-always-displayed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.type {
    border: 0 none;
    border-radius: unset;
    width: 230px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.type.editing {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.type
    .type-content {
    padding-right: 16px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.type
    .type-content
    span {
    font-size: 18px;
    line-height: 20px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.type
    .type-content
    span:not(.placeholder) {
    font-size: 18px;
    line-height: 20px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date {
    border-radius: unset;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date.editing {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .dates-wrapper
    span {
    font-size: 18px;
    line-height: 20px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .dates-wrapper
    span:not(.placeholder) {
    font-size: 18px;
    line-height: 20px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper {
    left: auto;
    right: 0;
    width: 630px;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .ranges-wrapper
    ul.ranges
    li:not(.active):hover {
    background-color: #cecece;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .arrow {
    right: -9px;
  }
  .ifm-calendario-evento-landing .form-wrapper .form-content-wrapper .search {
    margin-top: 0;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    height: 80px;
    width: 200px;
    min-width: 200px;
  }
}
@media (min-width: 1440px) {
  div.body .main > section.ifm-calendario-evento-landing {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  div.body .main > section.ifm-calendario-evento-landing .container {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper {
    left: 0;
    right: auto;
  }
}
.ifm-calendario-evento-landing.fixed-filter .fixed-content-wrapper {
  height: 184px;
}
.ifm-calendario-evento-landing.fixed-filter .fixed-content {
  max-height: 64px;
}
.ifm-calendario-evento-landing.fixed-filter .fixed-content .fixed-buttons {
  display: block;
}
.ifm-calendario-evento-landing.fixed-filter
  .fixed-content
  .fixed-buttons
  .open-fixed {
  visibility: visible;
  margin: 8px 0;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  height: 48px;
  width: 100%;
  background-color: #000;
  cursor: pointer;
}
.ifm-calendario-evento-landing.fixed-filter
  .fixed-content
  .fixed-buttons
  .open-fixed
  button {
  border: 0 none;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
}
.ifm-calendario-evento-landing.fixed-filter
  .fixed-content
  .fixed-buttons
  .open-fixed
  button
  div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  height: 100%;
  width: 100%;
}
.ifm-calendario-evento-landing.fixed-filter
  .fixed-content
  .fixed-buttons
  .open-fixed
  button
  div
  span {
  font-family: "Barlow" ;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.ifm-calendario-evento-landing.fixed-filter
  .fixed-content
  .fixed-buttons
  .close-fixed {
  display: none;
  visibility: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 38px;
  width: 100%;
}
.ifm-calendario-evento-landing.fixed-filter
  .fixed-content
  .fixed-buttons
  .close-fixed
  .close-fixed-icon {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #fff;
  cursor: pointer;
}
.ifm-calendario-evento-landing.fixed-filter
  .fixed-content
  .fixed-buttons
  .close-fixed
  .close-fixed-icon
  span[class^="icon"] {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 26px;
  color: #000;
}
.ifm-calendario-evento-landing.fixed-filter
  .fixed-content
  .fixed-buttons
  .close-fixed
  .close-fixed-icon
  span[class^="icon"]::before {
  position: absolute;
  top: 8px;
  left: 7px;
}
.ifm-calendario-evento-landing.fixed-filter
  .fixed-content
  .fixed-buttons
  .close-fixed
  span.close-text {
  padding-left: 12px;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.ifm-calendario-evento-landing.fixed-filter .fixed-content .form-wrapper {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}
.ifm-calendario-evento-landing.fixed-filter.fixed-unfolded
  .fixed-content-wrapper
  .fixed-content {
  padding-top: 92px;
  padding-bottom: 24px;
  max-height: 350px;
}
.ifm-calendario-evento-landing.fixed-filter.fixed-unfolded
  .fixed-content-wrapper
  .fixed-content
  .fixed-content-bg {
  opacity: 1 !important;
  background-color: #70bfe3 !important;
  -webkit-transition: opacity 0.1s ease-in-out 0s,
    background-color 0.4s ease-in-out 0s, max-height 0.3s ease-in-out 0s;
  -o-transition: opacity 0.1s ease-in-out 0s,
    background-color 0.4s ease-in-out 0s, max-height 0.3s ease-in-out 0s;
  transition: opacity 0.1s ease-in-out 0s, background-color 0.4s ease-in-out 0s,
    max-height 0.3s ease-in-out 0s;
}
.ifm-calendario-evento-landing.fixed-filter.fixed-unfolded
  .fixed-content-wrapper
  .fixed-content
  .fixed-buttons
  .open-fixed {
  display: none;
}
.ifm-calendario-evento-landing.fixed-filter.fixed-unfolded
  .fixed-content-wrapper
  .fixed-content
  .fixed-buttons
  .close-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}
.ifm-calendario-evento-landing.fixed-filter.fixed-unfolded
  .fixed-content-wrapper
  .fixed-content
  .form-wrapper {
  max-height: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s;
}
@media (min-width: 1024px) {
  .ifm-calendario-evento-landing.fixed-filter .fixed-content-wrapper {
    height: 100px;
  }
  .ifm-calendario-evento-landing.fixed-filter
    .fixed-content-wrapper
    .fixed-content {
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .ifm-calendario-evento-landing.fixed-filter
    .fixed-content-wrapper
    .fixed-content
    .fixed-buttons {
    display: none;
  }
  .ifm-calendario-evento-landing.fixed-filter
    .fixed-content-wrapper
    .fixed-content
    .form-wrapper {
    max-height: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media (max-width: 1023px) {
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable.transition-mobile
    .compact-fields {
    -webkit-transition: top 0.5s ease-in-out 0s;
    -o-transition: top 0.5s ease-in-out 0s;
    transition: top 0.5s ease-in-out 0s;
  }
}
.ifm-calendar-filters-list-seo .filters-wrapper {
  margin-top: 32px;
}
.ifm-calendar-filters-list-seo .filters-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.ifm-calendar-filters-list-seo .filters-header > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ifm-calendar-filters-list-seo .filters-header span {
  font-family: "Barlow" ;
  line-height: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.ifm-calendar-filters-list-seo .filters-header .word-filters {
  font-size: 22px;
}
.ifm-calendar-filters-list-seo .filters-header .remove-filters {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 18px;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field {
  border-radius: 4px;
  background-color: #3e3763;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text {
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #3e3763;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text.filled {
  border-color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text
  input {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text
  input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text
  input::-webkit-input-placeholder,
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text
  input::placeholder {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.text
  input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .info-text,
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .info-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .dates-wrapper,
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content {
  color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.date
  .dates-wrapper
  span,
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content
  span {
  color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content
  .number {
  background-color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field.type
  .type-content
  .number
  span {
  color: #3e3763;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .info-text {
  color: #b2afc1;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .arrow {
  right: 16px;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group
  .form-field
  .arrow
  span[class^="icon"]::before {
  color: #fff;
  font-size: 32px;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group:not(.deployable) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 4px;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable {
  margin-left: 4px;
  width: 119px;
  cursor: pointer;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable.transition-mobile
  .compact-fields
  .form-field.type
  .unfold-elements-wrapper
  .unfold-elements-content-wrapper
  .options-wrapper
  .option.checked
  .personalized-check
  span {
  visibility: visible;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable.deployed
  .compact-fields {
  top: 0;
  cursor: default;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  width: 100%;
  background-color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields-text
  > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields-text
  .word-filters {
  font-family: "Barlow";
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields-text
  .num-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 11px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-color: #000;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields-text
  .num-filters
  span {
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields {
  z-index: 9998;
  position: fixed;
  padding-top: 70px;
  background-color: #171736;
  top: 100vh;
  left: 0;
  height: 100vh;
  height: -webkit-fill-available;
  width: 100vw;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields
  .close-compact-fields {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 20px;
  height: 40px;
  background-color: #292152;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 27px 10px 10px;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields
  .close-compact-fields
  span[class^="icon"] {
  font-size: 26px;
  color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields
  .close-compact-fields
  span[class^="icon"]::before {
  position: absolute;
  top: 8px;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields
  .close-compact-fields
  .close-compact-fields-text {
  padding-left: 30px;
  color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields
  .compact-fields-content-wrapper {
  padding: 18px 20px 0;
  height: 100%;
  overflow: auto;
  background-color: #292152;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields
  .compact-fields-content-wrapper::-webkit-scrollbar {
  display: none;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .compact-fields
  .compact-fields-content-wrapper
  .compact-fields-content-title {
  margin-bottom: 33px;
  font-family: "Barlow" ;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .form-field {
  margin-bottom: 16px;
  border-radius: 4px;
  border: 0 none;
  padding: 17px 52px 17px 16px;
  height: 87px;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .form-field
  .form-always-displayed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .form-field
  .unfold-elements-wrapper
  .close-options {
  border-radius: 20px;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 27px 10px 10px;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .form-field
  .unfold-elements-wrapper
  .close-options
  span[class^="icon"] {
  height: 0;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .form-field
  .unfold-elements-wrapper
  .close-options
  span[class^="icon"]::before {
  position: absolute;
  top: -7px;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 33px;
  color: #fff;
}
.ifm-calendar-filters-list-seo
  .form-wrapper
  .form-content-wrapper
  .form-field-groups-wrapper
  .form-field-group.deployable
  .form-field
  .unfold-elements-wrapper
  .close-options
  .close-options-text {
  padding-left: 30px;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media (min-width: 1024px) {
  .ifm-calendar-filters-list-seo .filters-wrapper {
    margin-top: 40px;
  }
  .ifm-calendar-filters-list-seo .filters-header {
    margin-bottom: 8px;
  }
  .ifm-calendar-filters-list-seo .filters-header .word-filters {
    font-size: 26px;
    line-height: 32px;
  }
  .ifm-calendar-filters-list-seo .form-wrapper .form-content-wrapper {
    height: 80px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .arrow
    span[class^="icon"]::before {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field {
    height: 64px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .dates-wrapper
    .date-written,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .dates-wrapper
    .from,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .dates-wrapper
    .date-written,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .dates-wrapper
    .from {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .type-content
    .multiple-text,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field
    .type-content
    .single-type,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .type-content
    .multiple-text,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .type-content
    .single-type {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing {
    padding-top: 10px;
    padding-bottom: 22px;
    height: 80px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing
    .arrow
    span[class^="icon"]::before,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing
    .arrow
    span[class^="icon"]::before {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    color: #000;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    input,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    input {
    color: #000;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    input::-webkit-input-placeholder,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    input::-webkit-input-placeholder {
    color: #000;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    input::-webkit-input-placeholder,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    input::placeholder,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    input::-webkit-input-placeholder,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    input::placeholder {
    color: #000;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    input:-ms-input-placeholder,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    input:-ms-input-placeholder {
    color: #000;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.date,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.type,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.date,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.type {
    border-color: #fff;
    background-color: #fff;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.date
    .dates-wrapper,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.date
    .type-content,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    .dates-wrapper,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    .type-content,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.type
    .dates-wrapper,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.type
    .type-content,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.date
    .dates-wrapper,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.date
    .type-content,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    .dates-wrapper,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    .type-content,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.type
    .dates-wrapper,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.type
    .type-content {
    color: #000;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.date
    .dates-wrapper
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.date
    .type-content
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    .dates-wrapper
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    .type-content
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.type
    .dates-wrapper
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.type
    .type-content
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.date
    .dates-wrapper
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.date
    .type-content
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    .dates-wrapper
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    .type-content
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.type
    .dates-wrapper
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.type
    .type-content
    span {
    color: #000;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.date
    .dates-wrapper
    .number,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.date
    .type-content
    .number,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    .dates-wrapper
    .number,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    .type-content
    .number,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.type
    .dates-wrapper
    .number,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.type
    .type-content
    .number,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.date
    .dates-wrapper
    .number,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.date
    .type-content
    .number,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    .dates-wrapper
    .number,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    .type-content
    .number,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.type
    .dates-wrapper
    .number,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.type
    .type-content
    .number {
    background-color: #000;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.date
    .dates-wrapper
    .number
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.date
    .type-content
    .number
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    .dates-wrapper
    .number
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    .type-content
    .number
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.type
    .dates-wrapper
    .number
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.type
    .type-content
    .number
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.date
    .dates-wrapper
    .number
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.date
    .type-content
    .number
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    .dates-wrapper
    .number
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    .type-content
    .number
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.type
    .dates-wrapper
    .number
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.type
    .type-content
    .number
    span {
    color: #fff;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.date
    .info-text,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.text
    .info-text,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.type
    .info-text,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.date
    .info-text,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.text
    .info-text,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.type
    .info-text {
    color: #666;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.date,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing.type,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.date,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing.type {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing
    .unfold-elements-wrapper,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing
    .unfold-elements-wrapper {
    visibility: visible;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper {
    min-height: 100px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.editing
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .options-wrapper
    .option.checked
    .personalized-check
    span,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.editing
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .options-wrapper
    .option.checked
    .personalized-check
    span {
    visibility: visible;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group:not(.deployable) {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0;
    width: 20%;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group:not(.deployable)
    .form-field.text.filled {
    border-color: #8b87a1;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable {
    margin: 0;
    width: 80%;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .compact-fields-text {
    display: none;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable.transition-mobile
    .compact-fields {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .compact-fields {
    z-index: 100;
    position: relative;
    padding-top: 0;
    top: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .compact-fields
    .close-compact-fields {
    display: none;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .compact-fields
    .compact-fields-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    overflow: visible;
    background-color: transparent;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .compact-fields
    .compact-fields-content-wrapper
    .compact-fields-content-title {
    display: none;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field {
    position: relative;
    margin: 0 0 0 10px;
    padding-top: 4px;
    padding-right: 45px;
    padding-bottom: 15px;
    border: 1px solid #3e3763;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.filled {
    border-color: #8b87a1;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .arrow {
    right: 10px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .arrow
    span[class^="icon"]::before {
    font-size: 26px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .unfold-elements-wrapper {
    position: absolute;
    top: 100%;
    padding-top: 0;
    visibility: hidden;
    left: -1px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .unfold-elements-wrapper
    .close-options,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .unfold-elements-wrapper
    .unfold-elements-title {
    display: none;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper {
    height: auto;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .unfold-elements-wrapper
    .unfold-elements-apply {
    padding: 8px;
    height: 56px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .unfold-elements-wrapper
    .unfold-elements-apply
    .button-wrapper {
    height: 40px;
    width: auto;
    text-align: right;
    background-color: transparent;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field
    .unfold-elements-wrapper
    .unfold-elements-apply
    .button-wrapper
    button {
    border-radius: 4px;
    width: auto;
    min-width: 125px;
    background-color: #fff;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field:last-child
    .unfold-elements-wrapper {
    left: auto;
    right: -1px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .info-text,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.type
    .info-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #a9a6b9;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.type
    .unfold-elements-wrapper {
    height: auto;
    width: 314px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.type
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .options-wrapper {
    padding: 8px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper {
    height: 496px;
    width: 630px;
    left: -100px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper {
    overflow: hidden;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date {
    height: 100%;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper {
    height: 348px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months {
    z-index: 1;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 21px;
    left: 0;
    padding: 0 24px;
    width: 100%;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .next,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .previous {
    border: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .next
    span::before,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .previous
    span::before {
    font-size: 32px;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .next.disabled,
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .previous.disabled {
    visibility: hidden;
    pointer-events: none;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .previous
    span::before {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .change-months
    .next
    span::before {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper
    .unfold-elements-content-wrapper
    .unfold-elements-content.selection-date
    .calendar-wrapper
    .calendar {
    z-index: 0;
  }
}
@media (min-width: 1280px) {
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field.date
    .unfold-elements-wrapper {
    left: -1px;
  }
}
@media (min-width: 1440px) {
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group:not(.deployable) {
    width: 25%;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable {
    width: 75%;
  }
  .ifm-calendar-filters-list-seo
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group.deployable
    .form-field:last-child
    .unfold-elements-wrapper {
    left: -1px;
    right: auto;
  }
}
.ifm-calendar-filters-list-seo.fixed-filter .fixed-content-wrapper {
  height: 110px;
}
.ifm-calendar-filters-list-seo.fixed-filter .fixed-content {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #171736;
}
@media (min-width: 1024px) {
  .ifm-calendar-filters-list-seo.fixed-filter .fixed-content-wrapper {
    height: 120px;
  }
  .ifm-calendar-filters-list-seo.fixed-filter .fixed-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ifm-calendar-filters-list-seo:not(.mouse-click)
  .form-field:not(.editing):focus:not(:active) {
  outline-color: #ff8181;
}
.ifm-calendar-filters-list-seo:not(.mouse-click)
  .form-field.text
  input:not(.editing):focus:not(:active)
  + .input-focus {
  outline-color: #ff8181;
}
div.body.calendar-banners .banner-publi,
div.body.calendar-banners .ifm-alert,
div.body.calendar-banners .publi-bottom {
  display: none !important;
}
div.body.calendar-banners
  header.header-container.menu-deployed
  .header-nav-fair-container
  .fixed-content,
div.body.calendar-banners.institutional
  header.header-container.menu-deployed
  .header-nav-insti-container
  .fixed-content {
  top: 0 !important;
}
div.body.calendar-banners header.header-container.menu-deployed,
div.body.calendar-banners.institutional header.header-container.menu-deployed {
  z-index: 104;
}
@media (min-width: 1440px) {
  div.body.calendar-banners
    .ifm-calendario-evento-landing
    .form-wrapper
    .form-content-wrapper
    .form-field-groups-wrapper
    .form-field-group
    .form-field.date
    .unfold-elements-wrapper {
    left: auto;
    right: 0;
  }
  div.body.calendar-banners
    .ifm-evento-basico
    .slidable
    .buttons-wrapper
    .prev-wrapper {
    margin-left: 0;
  }
  div.body.calendar-banners
    .ifm-evento-basico
    .slidable
    .buttons-wrapper
    .next-wrapper {
    margin-right: 0;
  }
}
.top-banner {
  z-index: 103;
  position: relative;
  width: 100%;
  background-color: #fff;
  line-height: 0;
}
.top-banner .top-banner-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px;
  overflow: hidden;
}
div.body.menuFixed .top-banner {
  position: fixed;
  top: 0;
}
.lateral-banners {
  display: none;
}
@media (min-width: 768px) {
  .lateral-banners {
    z-index: 112;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .lateral-banners .lateral-banners-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 2560px;
  }
  .lateral-banners .lateral-banner {
    position: absolute;
    top: 0;
    width: calc((100vw - 728px) / 2);
    height: 100vh;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .lateral-banners .lateral-banner {
    width: calc((100vw - 990px) / 2);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .lateral-banners .lateral-banner {
    width: calc((100vw - 1230px) / 2);
  }
}
@media (min-width: 768px) and (min-width: 2560px) {
  .lateral-banners .lateral-banner {
    width: 665px;
  }
}
@media (min-width: 768px) {
  .lateral-banners .banner-left {
    left: 0;
  }
  .lateral-banners .banner-right {
    right: 0;
  }
  .header-container {
    position: relative;
  }
  header.menu-deployed .lateral-banners {
    z-index: 100;
  }
}
div.body .main > section.calendar-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.calendar-header {
  background-color: #171736;
  color: #fff;
  padding-top: 24px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 250px;
  padding-bottom: 24px;
}
.calendar-header .title {
  margin: 0;
}
.calendar-header .subtitle {
  margin: 16px 0 0;
  font-family: "Barlow";
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
@media (min-width: 768px) {
  .calendar-header {
    padding: 32px 20px 32px;
    min-height: 178px;
  }
  .calendar-header .subtitle {
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .calendar-header {
    padding: 48px 20px 48px;
    min-height: 254px;
  }
  .calendar-header .subtitle {
    max-width: 65%;
  }
}
@media (min-width: 1440px) {
  .calendar-header .container {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
.exhibitors .subtitle {
  font-family: "Barlow" ;
  font-size: 20px;
  font-weight: 500;
}
.exhibitors .lead {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .exhibitors .subtitle {
    font-size: 22px;
  }
  .exhibitors .lead {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .exhibitors .subtitle {
    font-size: 24px;
  }
  .exhibitors .lead {
    font-size: 20px;
  }
}
.exhibitor-card {
  margin-bottom: 20px;
}
.exhibitor-card a {
  outline: 0 none;
  width: 100%;
}
.exhibitor-card a:focus:not(:active) {
  outline: 2px solid #000;
}
.exhibitor-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.exhibitor-card .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.exhibitor-card .content-wrapper .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.exhibitor-card .content-wrapper .img-wrapper {
  position: relative;
  margin: 0 24px;
  border: 1px solid #eee;
  width: 212px;
  height: 212px;
  min-width: 212px;
}
.exhibitor-card .content-wrapper .img-wrapper .img-gray-wrapper-grandpa {
  position: relative;
  width: 210px;
  height: 210px;
  max-width: 210px;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease-in-out 0s;
  -o-transition: max-width 0.3s ease-in-out 0s;
  transition: max-width 0.3s ease-in-out 0s;
}
.exhibitor-card
  .content-wrapper
  .img-wrapper
  .img-gray-wrapper-grandpa
  .img-gray-wrapper-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 210px;
}
.exhibitor-card
  .content-wrapper
  .img-wrapper
  .img-gray-wrapper-grandpa
  .img-gray-wrapper-parent
  .img-gray-filter {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.exhibitor-card .content-wrapper .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 24px;
  width: 100%;
  min-height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #000),
    color-stop(50%, #fff)
  );
  background: -webkit-linear-gradient(left, #000 50%, #fff 50%);
  background: -o-linear-gradient(left, #000 50%, #fff 50%);
  background: linear-gradient(to right, #000 50%, #fff 50%);
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  background-position: right bottom;
  text-align: left;
  -webkit-transition: background-position 0.3s ease-in-out 0s;
  -o-transition: background-position 0.3s ease-in-out 0s;
  transition: background-position 0.3s ease-in-out 0s;
  margin-top: 0;
}
.exhibitor-card .content-wrapper .text-wrapper::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  max-width: 0;
  background-color: #000;
  -webkit-transition: max-width 0.3s ease-in-out 0s;
  -o-transition: max-width 0.3s ease-in-out 0s;
  transition: max-width 0.3s ease-in-out 0s;
}
.exhibitor-card .content-wrapper .text-wrapper p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "Barlow";
  font-weight: 400;
  color: #000;
  width: 100%;
  text-align: center;
}
.exhibitor-card .content-wrapper .text-wrapper p:not(:first-child) {
  margin-top: 18px;
}
.exhibitor-card .content-wrapper .text-wrapper p.title-1 {
  max-height: 72px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #252525;
}
.exhibitor-card .content-wrapper .text-wrapper p.title-2 {
  max-height: 63px;
  font-size: 16px;
  line-height: 21px;
}
.exhibitor-card .content-wrapper .text-wrapper p.title-3 {
  max-height: 60px;
  font-size: 14px;
  line-height: 20px;
}
.exhibitor-card .content-wrapper .text-wrapper .info {
  margin-top: auto;
  width: 100%;
}
.exhibitor-card .content-wrapper .text-wrapper .info p {
  margin-top: 18px;
  max-height: 42px;
  -webkit-line-clamp: 2;
  text-align: center;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
}
.exhibitor-card
  .content-wrapper
  .content:hover
  .img-wrapper
  .img-gray-wrapper-grandpa {
  max-width: 0;
}
.exhibitor-card .content-wrapper .content:hover .text-wrapper {
  background-position: left bottom;
}
.exhibitor-card .content-wrapper .content:hover .text-wrapper::before {
  max-width: 100%;
}
.exhibitor-card .content-wrapper .content:hover .text-wrapper p {
  color: #fff;
}
@media (min-width: 576px) {
  .exhibitor-card {
    margin-bottom: 40px;
  }
  .exhibitor-card .content-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .exhibitor-card .content-wrapper .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: none;
  }
  .exhibitor-card .content-wrapper .img-wrapper {
    z-index: 1;
    margin: 0;
    -webkit-transition: z-index 0s ease-in-out 0.3s, border 0s ease-in-out 0.3s;
    -o-transition: z-index 0s ease-in-out 0.3s, border 0s ease-in-out 0.3s;
    transition: z-index 0s ease-in-out 0.3s, border 0s ease-in-out 0.3s;
  }
  .exhibitor-card .content-wrapper .text-wrapper {
    left: -1px;
    padding: 20px 20px 20px 21px;
    min-height: 212px;
  }
  .exhibitor-card .content-wrapper .text-wrapper::before {
    display: none;
  }
  .exhibitor-card .content-wrapper .text-wrapper p {
    text-align: left;
  }
  .exhibitor-card .content-wrapper .text-wrapper .info p {
    text-align: left;
  }
  .exhibitor-card .content-wrapper .content:hover .img-wrapper {
    z-index: 0;
    border-right: 1px solid #000;
    -webkit-transition: border 0s ease-in-out 0s;
    -o-transition: border 0s ease-in-out 0s;
    transition: border 0s ease-in-out 0s;
  }
}
.hero-image h1,
.hero-image p.ifema-h1 {
  font-size: 35px !important;
  line-height: 44px !important;
}
@media (min-width: 993px) {
  .hero-image h1,
  .hero-image p.ifema-h1 {
    font-size: 38px !important;
  }
}
@media (min-width: 1024px) {
  .hero-image h1,
  .hero-image p.ifema-h1 {
    line-height: 52px !important;
  }
}
@media (min-width: 1280px) {
  .hero-image h1,
  .hero-image p.ifema-h1 {
    font-size: 48px !important;
  }
}
.hero-banner-slick-wrapper {
  height: calc(100vh - 64px);
  min-height: 500px;
  max-height: calc(100vh - 64px);
}
.hero-banner-slick-wrapper .content-wrapper {
  height: calc(100vh - 64px);
  min-height: 500px;
  max-height: calc(100vh - 64px);
}
@media (min-width: 768px) {
  .hero-banner-slick-wrapper {
    height: 500px;
    max-height: 500px;
  }
  .hero-banner-slick-wrapper .content-wrapper {
    height: 500px;
    max-height: 500px;
  }
}
div.body.withTopbar .hero-banner-slick-wrapper {
  height: calc(100vh - 104px);
  max-height: calc(100vh - 104px);
}
div.body.withTopbar .hero-banner-slick-wrapper .content-wrapper {
  height: calc(100vh - 104px);
  max-height: calc(100vh - 104px);
}
@media (min-width: 768px) {
  div.body.withTopbar .hero-banner-slick-wrapper {
    height: 500px;
    max-height: 500px;
  }
  div.body.withTopbar .hero-banner-slick-wrapper .content-wrapper {
    height: 500px;
    max-height: 500px;
  }
}
@media (min-width: 768px) {
  .hero-banner-slick-wrapper.big-hero {
    height: 680px;
    max-height: 680px;
  }
  .hero-banner-slick-wrapper.big-hero .content-wrapper {
    height: 680px;
    max-height: 680px;
  }
}
@media (min-width: 768px) {
  div.body.withTopbar .hero-banner-slick-wrapper.big-hero {
    height: 680px;
    max-height: 680px;
  }
  div.body.withTopbar .hero-banner-slick-wrapper.big-hero .content-wrapper {
    height: 680px;
    max-height: 680px;
  }
}
div.body:not(.institutional) .hero-banner-slick-wrapper .rampant {
  display: none;
}
div.body:not(.institutional) .hero-banner-slick-wrapper .bottom-wrapper {
  width: auto;
}
div.body:not(.institutional)
  .hero-banner-slick-wrapper
  .hero-banner-slick
  .hero-banner-slider
  .img-veil
  .veil {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    color-stop(80%, rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 80%);
}
.hero-image {
  min-height: 200px;
}
.hero-image .container {
  height: 100%;
}
.hero-image .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: relative;
  padding-top: 30px;
  padding-bottom: 24px;
}
.hero-image .text-wrapper h1,
.hero-image .text-wrapper p.ifema-h1 {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  padding: 0 !important;
  margin: 0 !important;
}
.hero-image .text-wrapper .hero-banner-subtitle,
.hero-image .text-wrapper .hero-banner-title {
  word-break: break-word;
}
.hero-image .text-wrapper .hero-banner-subtitle {
  display: block;
  max-height: initial;
  color: #fff;
}
.hero-image .text-wrapper .buttons-wrapper {
  text-align: left;
  padding-top: 8px;
}
.hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.hero-banner-slick-wrapper {
  position: relative;
  overflow: hidden;
}
.hero-banner-slick-wrapper .rampant {
  position: absolute;
  height: 45px;
  width: 100%;
  bottom: 0;
  background-color: #292152;
  -webkit-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.hero-banner-slick {
  overflow: hidden;
  margin: 0 !important;
}
.hero-banner-slick .hero-banner-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  font-family: "Barlow" ;
}
.hero-banner-slick .hero-banner-slider .container .pre-herobanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero-banner-slick .hero-banner-slider .container .pre-herobanner div + div {
  padding-left: 8px;
}
.hero-banner-slick
  .hero-banner-slider
  .container
  .pre-herobanner
  .hero-banner-logo {
  padding-right: 16px;
  margin: 0;
  height: 42px;
}
.hero-banner-slick .hero-banner-slider .container .hero-banner-date,
.hero-banner-slick .hero-banner-slider .container .hero-banner-type {
  line-height: 0;
}
.hero-banner-slick .hero-banner-slider .container .hero-banner-date span,
.hero-banner-slick .hero-banner-slider .container .hero-banner-type span {
  font-family: "Barlow";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 6px 6px 7px;
  display: inline-block;
  max-width: 578px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hero-banner-slick .hero-banner-slider .container .hero-banner-subtitle,
.hero-banner-slick .hero-banner-slider .container .hero-banner-title {
  word-break: break-word;
}
.hero-banner-slick .hero-banner-slider .container .hero-banner-title {
  margin-bottom: 0;
  margin-top: 16px;
  font-family: WorkSans;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  max-width: 578px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 32px;
  line-height: 40px;
  max-height: 80px;
}
.hero-banner-slick .hero-banner-slider .container .hero-banner-subtitle {
  margin-bottom: 0;
  margin-top: 16px;
  font-family: "Barlow";
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  max-width: 578px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 24px;
  max-height: 48px;
}
.hero-banner-slick
  .hero-banner-slider
  .container
  .hero-banner-title
  + .hero-banner-subtitle {
  margin-top: 8px;
}
.hero-banner-slick .hero-banner-slider .img-veil .veil {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.2)),
    to(#171736)
  );
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), #171736);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), #171736);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), #171736);
}
.hero-banner-slick .hero-banner-slider .img-veil .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  overflow: hidden;
}
.hero-banner-slick .hero-banner-slider .img-veil .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.hero-banner-slick .hero-banner-slider .img-veil .img-wrapper .embed-player {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-banner-slick .hero-banner-slider .img-veil .hero-banner-background {
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-banner-slick .hero-banner-slider .hero-banner-spicon {
  height: 34px;
  margin: 0;
}
.hero-banner-slick .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
}
.hero-banner-slick .content .bottom-wrapper {
  display: block;
  margin-top: 0;
}
.hero-banner-slick .content .buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}
.hero-banner-slick .content .spicon-wrapper {
  margin-top: 27px;
}
.hero-banner-slick .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 768px) {
  .hero-banner-slick-wrapper.big-hero .content-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.content > :not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .hero-banner-slick .hero-banner-slider .container .hero-banner-title {
    font-size: 32px;
    line-height: 40px;
    max-height: 80px;
  }
  .hero-banner-slick .hero-banner-slider .pre-herobanner div + div {
    padding-left: 14px;
  }
  .hero-banner-slick .hero-banner-slider .hero-banner-date span,
  .hero-banner-slick .hero-banner-slider .hero-banner-type span {
    font-size: 16px;
    padding: 6px 6px 7px;
  }
  .hero-banner-slick .hero-banner-slider .hero-banner-spicon {
    height: 48px;
    margin: 0;
  }
  .hero-banner-slick .content .bottom-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-banner-slick .content .buttons-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 20px;
    margin-top: 0;
  }
  .hero-banner-slick .content .spicon-wrapper {
    margin-top: 0;
    margin-left: auto;
  }
  .content > :not(:first-child) {
    margin-top: 16px;
  }
  .hero-banner-slick-wrapper .rampant {
    height: 60px;
    width: 100%;
  }
  .hero-image .text-wrapper {
    padding-right: 250px;
  }
  .hero-image .text-wrapper .buttons-wrapper {
    padding-top: 16px;
  }
  .hero-image .text-wrapper .hero-image-rampant {
    position: absolute;
    left: 524px;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skew(-10deg, 0);
    -o-transform: skew(-10deg, 0);
    transform: skew(-10deg, 0);
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-banner-slick .hero-banner-slider .container {
    max-width: 728px !important;
  }
}
@media (min-width: 992px) {
  .hero-image .text-wrapper {
    padding-right: 350px;
  }
  .hero-image .text-wrapper .hero-image-rampant {
    left: 456px;
  }
}
@media (min-width: 1024px) {
  .hero-banner-slick .hero-banner-slider .container .hero-banner-date span,
  .hero-banner-slick .hero-banner-slider .container .hero-banner-type span {
    font-size: 18px;
    padding: 7px 10px;
  }
  .hero-banner-slick .hero-banner-slider .container .hero-banner-title {
    font-size: 48px;
    line-height: 56px;
    max-height: 112px;
  }
  .hero-banner-slick .hero-banner-slider .container .hero-banner-subtitle {
    font-size: 20px;
    line-height: 24px;
    max-height: 48px;
  }
  .hero-banner-slick .hero-banner-slider .container .hero-banner-spicon {
    height: 44px;
  }
  .hero-banner-slick .content .spicon-wrapper {
    margin-top: 0;
  }
  .hero-banner-slick-wrapper .rampant {
    display: none;
  }
  .hero-image .text-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 300px;
  }
  .hero-image .text-wrapper .hero-image-rampant {
    left: 718px;
  }
}
@media (min-width: 1280px) {
  .hero-image .text-wrapper .hero-image-rampant {
    left: 958px;
  }
}
@media (min-width: 1440px) {
  .hero-banner-slick .hero-banner-slider .container {
    padding: 0 100px;
  }
  .hero-image .container {
    padding: 0 100px !important;
  }
  .hero-image .text-wrapper .hero-image-rampant {
    left: 958px;
  }
}
.hero-banner-slick-wrapper .video-player-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
.hero-banner-slick-wrapper .video-player-wrapper.desktop {
  display: none;
}
@media (min-width: 768px) {
  .hero-banner-slick-wrapper .video-player-wrapper.mobile {
    display: none;
  }
  .hero-banner-slick-wrapper .video-player-wrapper.desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .hero-banner-slick-wrapper .video-player-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 594px);
    height: 100%;
  }
}
.hero-banner-slick-wrapper .video-player-wrapper .video-player {
  outline: 0;
  color: #fff;
  pointer-events: auto;
}
.hero-banner-slick-wrapper
  .video-player-wrapper
  .video-player:not(:hover):not(:focus) {
  opacity: 0.65;
}
.hero-banner-slick-wrapper .video-player-wrapper .play-wrapper::before {
  font-size: 74px;
  text-shadow: 0 0 6px #000;
}
.hero-banner-slick-wrapper .video-player-wrapper .video-title {
  display: none;
}
.hero-banner-slick
  .hero-banner-slider
  .img-veil
  .img-wrapper.media-resolution:not(.loaded) {
  display: none;
}
.hero-banner-slick .hero-banner-slider .img-veil .img-wrapper.desktop {
  display: none;
}
.hero-banner-slick
  .hero-banner-slider
  .img-veil
  .img-wrapper.loaded
  ~ .default {
  display: none;
}
@media (min-width: 768px) {
  .hero-banner-slick .hero-banner-slider .img-veil .img-wrapper.mobile {
    display: none;
  }
  .hero-banner-slick .hero-banner-slider .img-veil .img-wrapper.desktop {
    display: block;
  }
}
.hero-banner-slick-wrapper .hero-buttons-partners {
  position: absolute;
  left: 0;
  width: 100%;
}
.hero-banner-slick-wrapper .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  bottom: 0;
  width: auto;
  margin: 0;
  padding: 0;
}
.hero-banner-slick-wrapper .slick-dots li {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 0 none;
  height: 8px !important;
  width: 8px !important;
  background-color: #888;
  -webkit-transition: width 0.3s ease-in-out 0s,
    border-radius 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s, border-radius 0.3s ease-in-out 0s,
    background-color 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s, border-radius 0.3s ease-in-out 0s,
    background-color 0.3s ease-in-out 0s;
}
.hero-banner-slick-wrapper .slick-dots li.slick-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 20px;
  width: 32px !important;
  background-color: #fff;
  opacity: 1;
}
@media (min-width: 1024px) {
  .hero-banner-slick-wrapper .slick-dots li {
    height: 10px !important;
    width: 10px !important;
  }
  .hero-banner-slick-wrapper .slick-dots li.slick-active {
    width: 38px !important;
  }
}
.hero-banner-slick-wrapper.hero-partners
  .hero-partners-wrapper:not(:first-child) {
  margin-top: 30px;
}
.hero-banner-slick-wrapper.hero-partners .hero-partners-wrapper img {
  margin: 0;
  min-height: 30px;
  max-width: 100%;
  max-height: 40px;
}
.hero-banner-slick-wrapper.hero-partners .hero-partners-wrapper .hero-partner {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.hero-banner-slick-wrapper.hero-partners
  .hero-partners-wrapper
  .hero-partner:not(:first-child) {
  margin-left: 15px;
}
.hero-banner-slick-wrapper.hero-partners
  .hero-partners-wrapper
  .hero-partner
  a {
  display: inline-block;
  width: 100%;
}
.hero-banner-slick-wrapper.hero-partners
  .hero-partners-wrapper
  .slick-slide:not(:first-child) {
  margin-left: 15px;
}
.hero-banner-slick-wrapper.hero-partners .hero-partners-wrapper .slick-dots {
  bottom: -20px;
}
@media (min-width: 768px) {
  .hero-banner-slick-wrapper.hero-partners
    .hero-partners-wrapper:not(:first-child) {
    margin-top: 22px;
  }
  .hero-banner-slick-wrapper.hero-partners .hero-partners-wrapper img {
    max-height: 70px;
  }
  .hero-banner-slick-wrapper.hero-partners .hero-partners-wrapper .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hero-banner-slick-wrapper.hero-partners .hero-partners-wrapper .slider {
    margin-left: calc(50vw - 351px);
    margin-right: calc(50vw - 351px);
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .hero-banner-slick-wrapper.hero-partners .hero-partners-wrapper .slider {
    margin-left: calc(50vw - 482px);
    margin-right: calc(50vw - 482px);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .hero-banner-slick-wrapper.hero-partners .hero-partners-wrapper .slider {
    margin-left: calc(50vw - 603px);
    margin-right: calc(50vw - 603px);
  }
}
@media (min-width: 768px) and (min-width: 2560px) {
  .hero-banner-slick-wrapper.hero-partners .hero-partners-wrapper .slider {
    margin-left: 685px;
    margin-right: 685px;
  }
}
@media (min-width: 768px) {
  .hero-banner-slick-wrapper.hero-partners
    .hero-partners-wrapper
    .hero-partner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: initial;
  }
  .hero-banner-slick-wrapper.hero-partners
    .hero-partners-wrapper
    .hero-partner
    a {
    width: initial;
  }
}
@media (min-width: 1024px) {
  .hero-banner-slick-wrapper.hero-partners
    .hero-partners-wrapper:not(:first-child) {
    margin-top: 30px;
  }
}
.hero-banner-slick-wrapper.hero-partners .hero-partners-wrapper .slick-slider {
  margin-top: 0;
}
.hero-banner-slick-wrapper.hero-partners .hero-partners-wrapper .slick-list {
  padding-left: 20px;
  padding-right: 16.25vw;
}
.hero-banner-slick-wrapper.hero-partners .hero-partners-wrapper .slick-slide {
  max-width: 30vw;
}
@media (max-width: 767px) {
  .hero-banner-slick-wrapper.hero-partners
    .hero-partners-wrapper
    .slider:not(.slick-initialized) {
    visibility: hidden;
  }
}
.hero-banner-slick-wrapper .content-wrapper {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .hero-banner-slick-wrapper .content-wrapper {
    padding-bottom: 115px;
  }
}
@media (min-width: 1024px) {
  .hero-banner-slick-wrapper .content-wrapper {
    padding-bottom: 90px;
  }
}
.hero-banner-slick-wrapper .hero-buttons-partners {
  bottom: 55px;
}
@media (min-width: 768px) {
  .hero-banner-slick-wrapper .hero-buttons-partners {
    bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .hero-banner-slick-wrapper .hero-buttons-partners {
    bottom: 30px;
  }
}
div.body:not(.institutional) .hero-banner-slick-wrapper .content-wrapper {
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  div.body:not(.institutional) .hero-banner-slick-wrapper .content-wrapper {
    padding-bottom: 90px;
  }
}
div.body:not(.institutional) .hero-banner-slick-wrapper .hero-buttons-partners {
  bottom: 25px;
}
@media (min-width: 768px) {
  div.body:not(.institutional)
    .hero-banner-slick-wrapper
    .hero-buttons-partners {
    bottom: 30px;
  }
}
.hero-banner-slick-wrapper.hero-partners .content-wrapper {
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .hero-banner-slick-wrapper.hero-partners .content-wrapper {
    padding-bottom: 185px;
  }
}
@media (min-width: 1024px) {
  .hero-banner-slick-wrapper.hero-partners .content-wrapper {
    padding-bottom: 160px;
  }
}
div.body:not(.institutional)
  .hero-banner-slick-wrapper.hero-partners
  .content-wrapper {
  padding-bottom: 130px;
}
@media (min-width: 768px) {
  div.body:not(.institutional)
    .hero-banner-slick-wrapper.hero-partners
    .content-wrapper {
    padding-bottom: 160px;
  }
}
@media (min-width: 1024px) {
  div.body:not(.institutional)
    .hero-banner-slick-wrapper.hero-partners
    .content-wrapper {
    padding-bottom: 170px;
  }
}
.hero-banner-slick-wrapper .autoplay-dots-wrapper {
  margin-top: 0;
}
.hero-banner-slick-wrapper
  .autoplay-dots-wrapper
  .slick-autoplay-toggle-button {
  color: #fff;
}
.hero-banner-slick-wrapper
  .video-player-wrapper
  .video-player:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.hero-banner-slick-wrapper.hero-partners
  .hero-partners-wrapper
  .hero-partner
  a {
  outline: 0 none;
}
.hero-banner-slick-wrapper.hero-partners
  .hero-partners-wrapper
  .hero-partner
  a:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.hero-banner-slick
  .hero-banner-slider
  .img-veil
  .img-wrapper.desktop
  video[poster] {
  max-height: 500px;
  top: 0 !important;
}
div.body.institutional > footer,
div.body > footer.fair {
  padding-top: 20px;
}
@media (min-width: 768px) {
  div.body.institutional > footer,
  div.body > footer.fair {
    padding-top: 40px;
  }
}
div.body.institutional > footer .footer-content .spicon-list,
div.body > footer.fair .footer-content .spicon-list {
  height: 171px;
}
div.body.institutional > footer .footer-content .spicon-list .slick-list,
div.body > footer.fair .footer-content .spicon-list .slick-list {
  padding: 0 20px;
}
div.body.institutional > footer .footer-content .spicon-list .slick-dots li,
div.body > footer.fair .footer-content .spicon-list .slick-dots li {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 none;
  width: 8px !important;
  height: 8px !important;
  background-color: #b5b6bb;
}
div.body.institutional
  > footer
  .footer-content
  .spicon-list
  .slick-dots
  li.slick-active,
div.body
  > footer.fair
  .footer-content
  .spicon-list
  .slick-dots
  li.slick-active {
  background-color: #000;
}
div.body.institutional
  > footer
  .footer-content
  .spicon-list
  .slick-initialized
  .slick-slide,
div.body
  > footer.fair
  .footer-content
  .spicon-list
  .slick-initialized
  .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
div.body.institutional > footer .footer-content .spicon-list .slick-slide > div,
div.body > footer.fair .footer-content .spicon-list .slick-slide > div {
  width: 100%;
}
div.body.institutional > footer .footer-content .autoplay-dots-wrapper,
div.body > footer.fair .footer-content .autoplay-dots-wrapper {
  margin-top: 25px;
}
div.body.institutional
  > footer
  .footer-content
  .spicon-list
  .spicon-slider
  .spicon-slide,
div.body
  > footer.fair
  .footer-content
  .spicon-list
  .spicon-slider
  .spicon-slide {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.body.institutional > footer .footer-content .contact-wrapper a span,
div.body.institutional > footer .footer-content .legal-area a span,
div.body.institutional > footer .footer-content .link-group a span,
div.body > footer.fair .footer-content .contact-wrapper a span,
div.body > footer.fair .footer-content .legal-area a span,
div.body > footer.fair .footer-content .link-group a span {
  padding-bottom: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e32424),
    to(#e32424)
  );
  background-image: -webkit-linear-gradient(#e32424, #e32424);
  background-image: -o-linear-gradient(#e32424, #e32424);
  background-image: linear-gradient(#e32424, #e32424);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
  -webkit-transition: -webkit-background-size 0.3s;
  transition: -webkit-background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
  transition: background-size 0.3s, -webkit-background-size 0.3s;
}
div.body.institutional > footer .footer-content .contact-wrapper a:hover span,
div.body.institutional > footer .footer-content .legal-area a:hover span,
div.body.institutional > footer .footer-content .link-group a:hover span,
div.body > footer.fair .footer-content .contact-wrapper a:hover span,
div.body > footer.fair .footer-content .legal-area a:hover span,
div.body > footer.fair .footer-content .link-group a:hover span {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
div.body.institutional
  > footer
  .footer-content
  .interest-area
  .background-wrapper
  .bottom-bg,
div.body.institutional
  > footer
  .footer-content
  .interest-area
  .background-wrapper
  .left-rampant,
div.body.institutional
  > footer
  .footer-content
  .interest-area
  .background-wrapper
  .right-rampant {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}
div.body.institutional
  > footer
  .footer-content
  .interest-area
  .background-wrapper
  .left-rampant {
  top: 10px;
  -webkit-transform: skewY(9deg);
  -o-transform: skewY(9deg);
  transform: skewY(9deg);
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  background-color: #e32424;
}
div.body.institutional
  > footer
  .footer-content
  .interest-area
  .background-wrapper
  .right-rampant {
  top: 40px;
  -webkit-transform: skewY(-8deg);
  -o-transform: skewY(-8deg);
  transform: skewY(-8deg);
  -webkit-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  background-color: #171736;
}
div.body.institutional
  > footer
  .footer-content
  .interest-area
  .background-wrapper
  .bottom-bg {
  top: 50%;
  background-color: #171736;
}
div.body.institutional > footer .footer-content .spicon-list .spicon-slide a,
div.body > footer.fair .footer-content .spicon-list .spicon-slide a {
  outline: 0;
}
div.body.institutional
  > footer
  .footer-content
  .spicon-list
  .spicon-slide
  a:focus:not(:active)
  img,
div.body
  > footer.fair
  .footer-content
  .spicon-list
  .spicon-slide
  a:focus:not(:active)
  img {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
div.body.institutional
  > footer
  .footer-content
  .contact-wrapper
  a:focus:not(:active),
div.body.institutional
  > footer
  .footer-content
  .legal-area
  a:focus:not(:active),
div.body.institutional
  > footer
  .footer-content
  .link-group
  a:focus:not(:active),
div.body > footer.fair .footer-content .contact-wrapper a:focus:not(:active),
div.body > footer.fair .footer-content .legal-area a:focus:not(:active),
div.body > footer.fair .footer-content .link-group a:focus:not(:active) {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
div.body.institutional > footer .footer-content .social-wrapper a,
div.body > footer.fair .footer-content .social-wrapper a {
  outline: 0 none;
}
div.body.institutional
  > footer
  .footer-content
  .social-wrapper
  a:focus:not(:active)
  span,
div.body
  > footer.fair
  .footer-content
  .social-wrapper
  a:focus:not(:active)
  span {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
div.body.institutional > footer .footer-content .app-wrapper a,
div.body > footer.fair .footer-content .app-wrapper a {
  outline: 0 none;
}
div.body.institutional
  > footer
  .footer-content
  .app-wrapper
  a:focus:not(:active)
  img,
div.body > footer.fair .footer-content .app-wrapper a:focus:not(:active) img {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
div.body.institutional
  > footer
  .footer-content
  .language-wrapper
  .language-options
  a:focus:not(:active),
div.body.institutional
  > footer
  .footer-content
  .language-wrapper
  .language-selected:focus:not(:active),
div.body
  > footer.fair
  .footer-content
  .language-wrapper
  .language-options
  a:focus:not(:active),
div.body
  > footer.fair
  .footer-content
  .language-wrapper
  .language-selected:focus:not(:active) {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
div.body.institutional > footer .footer-content,
div.body > footer.fair .footer-content {
  max-width: 2560px;
  overflow: hidden;
  background-color: #f2f2f5;
}
div.body.institutional > footer .footer-content .contact-wrapper a,
div.body.institutional > footer .footer-content .legal-area a,
div.body.institutional > footer .footer-content .link-group a,
div.body > footer.fair .footer-content .contact-wrapper a,
div.body > footer.fair .footer-content .legal-area a,
div.body > footer.fair .footer-content .link-group a {
  display: inline-block;
  max-width: 100%;
}
div.body.institutional > footer .footer-content .about-wrapper span,
div.body.institutional > footer .footer-content .information-area span,
div.body > footer.fair .footer-content .about-wrapper span,
div.body > footer.fair .footer-content .information-area span {
  font-family: "Barlow";
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
div.body.institutional > footer .footer-content ul,
div.body > footer.fair .footer-content ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
div.body.institutional > footer .footer-content .spicon-list,
div.body > footer.fair .footer-content .spicon-list {
  padding-top: 36px;
  padding-bottom: 0;
}
div.body.institutional > footer .footer-content .spicon-list .spicon-slider,
div.body > footer.fair .footer-content .spicon-list .spicon-slider {
  margin: 0;
}
div.body.institutional > footer .footer-content .spicon-list .spicon-slide,
div.body > footer.fair .footer-content .spicon-list .spicon-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  outline: 0 none;
  max-height: 90px;
}
div.body.institutional > footer .footer-content .spicon-list .spicon-slide div,
div.body > footer.fair .footer-content .spicon-list .spicon-slide div {
  width: 100%;
}
div.body.institutional > footer .footer-content .spicon-list .spicon-slide img,
div.body > footer.fair .footer-content .spicon-list .spicon-slide img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 90px;
}
div.body.institutional > footer .footer-content .interest-area,
div.body > footer.fair .footer-content .interest-area {
  position: relative;
  padding-top: 148px;
}
div.body.institutional
  > footer
  .footer-content
  .interest-area
  .link-about-wrapper,
div.body > footer.fair .footer-content .interest-area .link-about-wrapper {
  z-index: 2;
  position: relative;
  padding-bottom: 73px;
}
div.body.institutional
  > footer
  .footer-content
  .interest-area
  .link-events-wrapper,
div.body > footer.fair .footer-content .interest-area .link-events-wrapper {
  z-index: 1;
  position: relative;
}
div.body.institutional
  > footer
  .footer-content
  .interest-area
  .link-events-wrapper
  .discover-text,
div.body
  > footer.fair
  .footer-content
  .interest-area
  .link-events-wrapper
  .discover-text {
  font-family: "Barlow" ;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
div.body.institutional
  > footer
  .footer-content
  .interest-area
  .link-events-wrapper
  .orange-button,
div.body
  > footer.fair
  .footer-content
  .interest-area
  .link-events-wrapper
  .orange-button {
  margin-top: 20px;
}
div.body.institutional > footer .footer-content .about-wrapper,
div.body > footer.fair .footer-content .about-wrapper {
  z-index: 2;
  position: relative;
  margin-top: 64px;
}
div.body.institutional > footer .footer-content .about-wrapper .footer-title,
div.body > footer.fair .footer-content .about-wrapper .footer-title {
  height: 22px;
}
div.body.institutional > footer .footer-content .about-wrapper .footer-title a,
div.body > footer.fair .footer-content .about-wrapper .footer-title a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  max-width: 100%;
}
div.body.institutional
  > footer
  .footer-content
  .about-wrapper
  .footer-title
  a::before,
div.body > footer.fair .footer-content .about-wrapper .footer-title a::before {
  content: "\e816";
  font-family: "Barlow";
  position: absolute;
  top: 2px;
  right: 5px;
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  color: #e32424;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  transition: right 0.3s ease-in-out 0s;
}
div.body.institutional
  > footer
  .footer-content
  .about-wrapper
  .footer-title
  a:hover::before,
div.body
  > footer.fair
  .footer-content
  .about-wrapper
  .footer-title
  a:hover::before {
  right: 0;
}
div.body.institutional
  > footer
  .footer-content
  .about-wrapper
  .footer-title
  span,
div.body > footer.fair .footer-content .about-wrapper .footer-title span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
div.body.institutional > footer .footer-content .link-group span,
div.body > footer.fair .footer-content .link-group span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.body.institutional > footer .footer-content .link-group ul,
div.body > footer.fair .footer-content .link-group ul {
  margin-top: 20px;
}
div.body.institutional > footer .footer-content .link-group li,
div.body > footer.fair .footer-content .link-group li {
  height: 19px;
}
div.body.institutional
  > footer
  .footer-content
  .link-group
  li:not(:first-child),
div.body > footer.fair .footer-content .link-group li:not(:first-child) {
  margin-top: 18px;
}
div.body.institutional > footer .footer-content .link-group:not(:first-child),
div.body > footer.fair .footer-content .link-group:not(:first-child) {
  margin-top: 40px;
}
div.body.institutional > footer .footer-content .communication-wrapper,
div.body > footer.fair .footer-content .communication-wrapper {
  margin-top: 80px;
}
div.body.institutional > footer .footer-content .contact-wrapper,
div.body > footer.fair .footer-content .contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
div.body.institutional > footer .footer-content .contact-wrapper > div,
div.body > footer.fair .footer-content .contact-wrapper > div {
  line-height: 19px;
}
div.body.institutional
  > footer
  .footer-content
  .contact-wrapper
  > div:not(:first-child),
div.body
  > footer.fair
  .footer-content
  .contact-wrapper
  > div:not(:first-child) {
  margin-top: 18px;
}
div.body.institutional > footer .footer-content .app-wrapper,
div.body.institutional > footer .footer-content .language-wrapper,
div.body.institutional > footer .footer-content .social-wrapper,
div.body > footer.fair .footer-content .app-wrapper,
div.body > footer.fair .footer-content .language-wrapper,
div.body > footer.fair .footer-content .social-wrapper {
  margin-top: 40px;
}
div.body.institutional
  > footer
  .footer-content
  .social-wrapper
  a:focus
  span::before,
div.body.institutional
  > footer
  .footer-content
  .social-wrapper
  a:hover
  span::before,
div.body > footer.fair .footer-content .social-wrapper a:focus span::before,
div.body > footer.fair .footer-content .social-wrapper a:hover span::before {
  color: #e32424;
}
div.body.institutional > footer .footer-content .social-wrapper ul,
div.body > footer.fair .footer-content .social-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
div.body.institutional > footer .footer-content .social-wrapper ul li span,
div.body > footer.fair .footer-content .social-wrapper ul li span {
  font-size: 22px;
}
div.body.institutional
  > footer
  .footer-content
  .social-wrapper
  ul
  li:not(:first-child),
div.body > footer.fair .footer-content .social-wrapper ul li:not(:first-child) {
  margin-left: 24px;
}
div.body.institutional > footer .footer-content .social-wrapper ul li > span,
div.body > footer.fair .footer-content .social-wrapper ul li > span {
  display: none;
}
div.body.institutional > footer .footer-content .social-wrapper ul li a > img,
div.body.institutional
  > footer
  .footer-content
  .social-wrapper
  ul
  li
  a
  > span:not([class^="icon"]),
div.body > footer.fair .footer-content .social-wrapper ul li a > img,
div.body
  > footer.fair
  .footer-content
  .social-wrapper
  ul
  li
  a
  > span:not([class^="icon"]) {
  display: none;
}
div.body.institutional > footer .footer-content .app-wrapper .app,
div.body > footer.fair .footer-content .app-wrapper .app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 24px;
}
div.body.institutional
  > footer
  .footer-content
  .app-wrapper
  .app
  > :not(:first-child),
div.body > footer.fair .footer-content .app-wrapper .app > :not(:first-child) {
  margin-left: 32px;
}
div.body.institutional > footer .footer-content .app-wrapper .img-wrapper,
div.body > footer.fair .footer-content .app-wrapper .img-wrapper {
  height: 40px;
}
div.body.institutional > footer .footer-content .app-wrapper .img-wrapper img,
div.body > footer.fair .footer-content .app-wrapper .img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
div.body.institutional
  > footer
  .footer-content
  .language-wrapper
  .language-selector-wrapper,
div.body
  > footer.fair
  .footer-content
  .language-wrapper
  .language-selector-wrapper {
  position: relative;
  margin-top: 14px;
}
div.body.institutional
  > footer
  .footer-content
  .language-wrapper
  .language-selector-wrapper
  span,
div.body
  > footer.fair
  .footer-content
  .language-wrapper
  .language-selector-wrapper
  span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 22px;
}
div.body.institutional
  > footer
  .footer-content
  .language-wrapper
  .language-selected,
div.body > footer.fair .footer-content .language-wrapper .language-selected {
  position: relative;
  border-radius: 4px;
  padding: 9px 46px 9px 10px;
  width: 148px;
  cursor: pointer;
  background-color: #2f2f4b;
}
div.body.institutional
  > footer
  .footer-content
  .language-wrapper
  .language-selected
  span[class^="icon"],
div.body
  > footer.fair
  .footer-content
  .language-wrapper
  .language-selected
  span[class^="icon"] {
  position: absolute;
  top: calc(50% - 11px);
  right: 8px;
  height: 24px;
  width: 24px;
  font-size: 24px;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  -o-transition: -o-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s,
    -webkit-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
}
div.body.institutional
  > footer
  .footer-content
  .language-wrapper
  .language-options,
div.body > footer.fair .footer-content .language-wrapper .language-options {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 4px;
  width: 148px;
  max-height: 0;
  background-color: #44445d;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: max-height 0.3s ease-in-out 0s,
    visibility 0s ease-in-out 0.3s;
  -o-transition: max-height 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s;
  transition: max-height 0.3s ease-in-out 0s, visibility 0s ease-in-out 0.3s;
}
div.body.institutional
  > footer
  .footer-content
  .language-wrapper
  .language-options
  a,
div.body > footer.fair .footer-content .language-wrapper .language-options a {
  display: block;
  padding: 9px 46px 9px 10px;
}
div.body.institutional
  > footer
  .footer-content
  .language-wrapper
  .language-options
  a:hover,
div.body
  > footer.fair
  .footer-content
  .language-wrapper
  .language-options
  a:hover {
  background-color: #737385;
}
div.body.institutional
  > footer
  .footer-content
  .language-wrapper
  .language-selector-wrapper.deployed
  .language-selected
  span[class^="icon"],
div.body
  > footer.fair
  .footer-content
  .language-wrapper
  .language-selector-wrapper.deployed
  .language-selected
  span[class^="icon"] {
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
div.body.institutional
  > footer
  .footer-content
  .language-wrapper
  .language-selector-wrapper.deployed
  .language-options,
div.body
  > footer.fair
  .footer-content
  .language-wrapper
  .language-selector-wrapper.deployed
  .language-options {
  max-height: 500px;
  visibility: visible;
  -webkit-transition: max-height 0.3s ease-in-out 0s,
    visibility 0s ease-in-out 0s;
  -o-transition: max-height 0.3s ease-in-out 0s, visibility 0s ease-in-out 0s;
  transition: max-height 0.3s ease-in-out 0s, visibility 0s ease-in-out 0s;
}
div.body.institutional > footer .footer-content .information-area,
div.body > footer.fair .footer-content .information-area {
  z-index: 1;
  position: relative;
  background-color: #292152;
}
div.body.institutional > footer .footer-content .information-area .logo-wrapper,
div.body > footer.fair .footer-content .information-area .logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
}
div.body.institutional
  > footer
  .footer-content
  .information-area
  .logo-wrapper
  > :not(:first-child),
div.body
  > footer.fair
  .footer-content
  .information-area
  .logo-wrapper
  > :not(:first-child) {
  margin-left: 20px;
}
div.body.institutional
  > footer
  .footer-content
  .information-area
  .logo-wrapper
  a,
div.body > footer.fair .footer-content .information-area .logo-wrapper a {
  display: inline-block;
}
div.body.institutional
  > footer
  .footer-content
  .information-area
  .logo-wrapper
  img,
div.body > footer.fair .footer-content .information-area .logo-wrapper img {
  height: 55px;
  -o-object-fit: cover;
  object-fit: cover;
}
div.body.institutional > footer .footer-content .information-content,
div.body > footer.fair .footer-content .information-content {
  padding-top: 24px;
}
div.body.institutional > footer .footer-content .legal-area > div,
div.body > footer.fair .footer-content .legal-area > div {
  display: inline-block;
  padding-bottom: 24px;
}
div.body.institutional
  > footer
  .footer-content
  .legal-area
  > div:not(:last-child),
div.body > footer.fair .footer-content .legal-area > div:not(:last-child) {
  margin-right: 24px;
}
@media (min-width: 576px) {
  div.body.institutional
    > footer
    .footer-content
    .interest-area
    .link-about-wrapper,
  div.body > footer.fair .footer-content .interest-area .link-about-wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  div.body.institutional
    > footer
    .footer-content
    .interest-area
    .background-wrapper
    .left-rampant,
  div.body
    > footer.fair
    .footer-content
    .interest-area
    .background-wrapper
    .left-rampant {
    top: 0;
    -webkit-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    transform: skewY(6deg);
  }
  div.body.institutional
    > footer
    .footer-content
    .interest-area
    .link-about-wrapper,
  div.body > footer.fair .footer-content .interest-area .link-about-wrapper {
    margin-top: 65px;
  }
  div.body.institutional > footer .footer-content .about-wrapper,
  div.body > footer.fair .footer-content .about-wrapper {
    margin-top: 80px;
  }
  div.body.institutional > footer .footer-content .communication-wrapper,
  div.body > footer.fair .footer-content .communication-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  div.body.institutional
    > footer
    .footer-content
    .interest-area
    .link-about-wrapper,
  div.body > footer.fair .footer-content .interest-area .link-about-wrapper {
    margin-top: 95px;
  }
}
@media (min-width: 1280px) {
  div.body.institutional
    > footer
    .footer-content
    .interest-area
    .link-about-wrapper,
  div.body > footer.fair .footer-content .interest-area .link-about-wrapper {
    margin-top: 125px;
  }
}
@media (min-width: 1440px) {
  div.body.institutional > footer .footer-content .link-about-content,
  div.body > footer.fair .footer-content .link-about-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div.body.institutional > footer .footer-content .interest-area,
  div.body > footer.fair .footer-content .interest-area {
    pointer-events: none;
    margin-top: -50px;
  }
  div.body.institutional
    > footer
    .footer-content
    .interest-area
    .background-wrapper
    .left-rampant,
  div.body
    > footer.fair
    .footer-content
    .interest-area
    .background-wrapper
    .left-rampant {
    top: 50px;
    -webkit-transform: skewY(8deg);
    -o-transform: skewY(8deg);
    transform: skewY(8deg);
  }
  div.body.institutional
    > footer
    .footer-content
    .interest-area
    .background-wrapper
    .right-rampant,
  div.body
    > footer.fair
    .footer-content
    .interest-area
    .background-wrapper
    .right-rampant {
    top: 0;
    -webkit-transform: skewY(-8deg);
    -o-transform: skewY(-8deg);
    transform: skewY(-8deg);
  }
  div.body.institutional
    > footer
    .footer-content
    .interest-area
    .link-about-wrapper,
  div.body > footer.fair .footer-content .interest-area .link-about-wrapper {
    margin-top: 2.778vw;
    pointer-events: auto;
  }
  div.body.institutional
    > footer
    .footer-content
    .interest-area
    .link-events-wrapper,
  div.body > footer.fair .footer-content .interest-area .link-events-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 130px;
    width: 48%;
  }
  div.body.institutional
    > footer
    .footer-content
    .interest-area
    .link-events-wrapper
    .logo
    a:focus:not(active),
  div.body
    > footer.fair
    .footer-content
    .interest-area
    .link-events-wrapper
    .logo
    a:focus:not(active) {
    outline: 2px solid red;
    outline-offset: -2px;
  }
  div.body.institutional > footer .footer-content .about-wrapper,
  div.body > footer.fair .footer-content .about-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin-top: 0;
    padding-left: 10px;
    min-width: 0;
  }
  div.body.institutional > footer .footer-content .information-content,
  div.body > footer.fair .footer-content .information-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.body.institutional
    > footer
    .footer-content
    .information-area
    .logo-wrapper,
  div.body > footer.fair .footer-content .information-area .logo-wrapper {
    margin-right: 120px;
  }
  div.body.institutional > footer .footer-content .legal-area,
  div.body > footer.fair .footer-content .legal-area {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.body.institutional
    > footer
    .footer-content
    .legal-area
    > div:not(:last-child),
  div.body > footer.fair .footer-content .legal-area > div:not(:last-child) {
    margin-right: 40px;
  }
}
div.body footer.fair .footer-content .newsletter-wrapper .title span {
  font-family: "Barlow" ;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
div.body footer.fair .footer-content .about-wrapper .footer-title span,
div.body footer.fair .footer-content .app-wrapper .footer-title span {
  font-size: 16px;
  line-height: 19px;
}
div.body footer.fair .footer-content .legal-area a span {
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
}
div.body > footer.fair .footer-content .newsletter-wrapper {
  background-color: #000;
}
div.body > footer.fair .footer-content .newsletter-wrapper .newsletter {
  padding: 40px 0 34px;
}
div.body > footer.fair .footer-content .newsletter-wrapper .title {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  div.body > footer.fair .footer-content .newsletter-wrapper .newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 56px 0 38px;
  }
  div.body > footer.fair .footer-content .newsletter-wrapper .form-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
    position: relative;
    margin-bottom: 50px;
  }
  div.body > footer.fair .footer-content .newsletter-wrapper .title {
    margin-right: 40px;
    width: 33%;
  }
}
@media (min-width: 1440px) {
  div.body > footer.fair .footer-content .newsletter-wrapper .newsletter {
    padding: 59px 0 0;
  }
  div.body > footer.fair .footer-content .newsletter-wrapper .title {
    margin-right: 130px;
    margin-bottom: 50px;
    width: 23%;
  }
}
div.body > footer.fair .footer-content .interest-area {
  background-color: #000;
}
div.body > footer.fair .footer-content .interest-area .link-about-wrapper {
  padding-bottom: 64px;
}
div.body > footer.fair .footer-content .link-group.only-title + .link-group {
  margin-top: 20px;
}
div.body > footer.fair .footer-content .logos-wrapper {
  display: none;
}
div.body > footer.fair .footer-content .social-wrapper.tablet {
  display: none;
}
div.body > footer.fair .footer-content .button-list-wrapper {
  margin-top: 16px;
}
div.body > footer.fair .footer-content .about-wrapper .footer-title a::before {
  top: 0;
}
div.body > footer.fair .footer-content .communication-wrapper {
  margin-top: 64px;
}
div.body > footer.fair .footer-content .information-area {
  background-color: #000;
}
div.body > footer.fair .footer-content .language-wrapper .language-options a {
  position: relative;
}
div.body
  > footer.fair
  .footer-content
  .language-wrapper
  .language-options
  a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
}
div.body
  > footer.fair
  .footer-content
  .language-wrapper
  .language-options
  a:hover {
  background-color: transparent;
}
div.body
  > footer.fair
  .footer-content
  .language-wrapper
  .language-options
  a:hover:before {
  opacity: 0.2;
}
div.body
  > footer.fair
  .footer-content
  .language-wrapper
  .language-options
  span {
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  div.body > footer.fair .footer-content .interest-area .link-about-wrapper {
    margin-top: 65px;
  }
  div.body > footer.fair .footer-content .social-wrapper.tablet {
    display: block;
  }
  div.body > footer.fair .footer-content .social-wrapper.mobile {
    display: none;
  }
  div.body > footer.fair .footer-content .button-list-wrapper {
    margin-top: 20px;
  }
  div.body > footer.fair .footer-content .about-wrapper {
    margin-top: 64px;
  }
  div.body > footer.fair .footer-content .communication-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  div.body > footer.fair .footer-content .interest-area .link-about-wrapper {
    margin-top: 95px;
  }
}
@media (min-width: 1280px) {
  div.body > footer.fair .footer-content .interest-area .link-about-wrapper {
    margin-top: 125px;
  }
}
@media (min-width: 1440px) {
  div.body > footer.fair .footer-content .interest-area .link-about-wrapper {
    margin-top: 2.778vw;
  }
  div.body > footer.fair .footer-content .interest-area .link-events-wrapper {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  div.body > footer.fair .footer-content .button-list-wrapper {
    margin-top: 24px;
  }
  div.body > footer.fair .footer-content .about-wrapper {
    margin-top: 0;
  }
  div.body > footer.fair .footer-content .logos-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-right: 40px;
    width: calc(100% - 40px);
    max-height: 40px;
    overflow: hidden;
  }
  div.body > footer.fair .footer-content .logos-wrapper .logo:not(:last-child) {
    margin-right: 50px;
  }
  div.body > footer.fair .footer-content .logos-wrapper img {
    height: 40px;
  }
}
div.body
  > footer.fair
  .footer-content
  .interest-area
  .background-wrapper
  .bottom-bg,
div.body
  > footer.fair
  .footer-content
  .interest-area
  .background-wrapper
  .left-rampant,
div.body
  > footer.fair
  .footer-content
  .interest-area
  .background-wrapper
  .right-rampant {
  position: absolute;
  height: 100%;
}
div.body
  > footer.fair
  .footer-content
  .interest-area
  .background-wrapper
  .left-rampant,
div.body
  > footer.fair
  .footer-content
  .interest-area
  .background-wrapper
  .right-rampant {
  left: 0;
  width: 100%;
}
div.body
  > footer.fair
  .footer-content
  .interest-area
  .background-wrapper
  .left-rampant {
  top: 10px;
  -webkit-transform: skewY(9deg);
  -o-transform: skewY(9deg);
  transform: skewY(9deg);
  -webkit-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  background-color: #e32424;
}
div.body
  > footer.fair
  .footer-content
  .interest-area
  .background-wrapper
  .right-rampant {
  top: 0;
  -webkit-transform: skewY(-8deg);
  -o-transform: skewY(-8deg);
  transform: skewY(-8deg);
  -webkit-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  background-color: #171736;
}
div.body
  > footer.fair
  .footer-content
  .interest-area
  .background-wrapper
  .bottom-bg {
  top: 50%;
  right: 0;
  width: 50%;
  background-color: #171736;
}
div.body .header-nav-fair-container,
div.body.institutional .header-nav-insti-container {
  z-index: 101;
  position: relative;
}
div.body .header-nav-fair-container .fixed-content-wrapper,
div.body.institutional .header-nav-insti-container .fixed-content-wrapper {
  width: 100%;
  background-color: #171736;
}
div.body .header-nav-fair-container .fixed-content-wrapper .fixed-content,
div.body.institutional
  .header-nav-insti-container
  .fixed-content-wrapper
  .fixed-content {
  width: 100%;
  max-width: 2560px;
}
div.body .header-nav-fair-container.fixed,
div.body.institutional .header-nav-insti-container.fixed {
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.body .header-nav-fair-container.fixed .fixed-content-wrapper .fixed-content,
div.body.institutional
  .header-nav-insti-container.fixed
  .fixed-content-wrapper
  .fixed-content {
  position: fixed;
  top: 0;
}
div.body .header-nav-fair-container .menu-wrapper .menu,
div.body.institutional .header-nav-insti-container .menu-wrapper .menu {
  height: 100vh;
  height: -webkit-fill-available;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-navig-event-wrapper,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-navig-event-wrapper {
  height: 100%;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-content,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-content {
  height: calc(100vh - 64px);
}
@media (min-width: 768px) {
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-content,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-content {
    height: calc(100vh - 72px);
  }
}
div.body
  .header-nav-fair-container
  .menu-wrapper.menu-wrapper.deployed
  .menu.menu,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper.menu-wrapper.deployed
  .menu.menu {
  bottom: 0;
}
div.body .header-nav-fair-container .menu-wrapper.deployed .menu .menu-content,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper.deployed
  .menu
  .menu-content {
  top: 64px;
}
@media (min-width: 768px) {
  div.body
    .header-nav-fair-container
    .menu-wrapper.deployed
    .menu
    .menu-content,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper.deployed
    .menu
    .menu-content {
    top: 72px;
  }
}
div.body.institutional.withTopbar
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-content,
div.body.withTopbar
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-content {
  height: calc(100vh - 104px);
}
@media (min-width: 768px) {
  div.body.institutional.withTopbar
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-content,
  div.body.withTopbar
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-content {
    height: calc(100vh - 112px);
  }
}
div.body.institutional.withTopbar
  .header-nav-insti-container
  .menu-wrapper.deployed
  .menu
  .menu-content,
div.body.withTopbar
  .header-nav-fair-container
  .menu-wrapper.deployed
  .menu
  .menu-content {
  top: 104px;
}
@media (min-width: 768px) {
  div.body.institutional.withTopbar
    .header-nav-insti-container
    .menu-wrapper.deployed
    .menu
    .menu-content,
  div.body.withTopbar
    .header-nav-fair-container
    .menu-wrapper.deployed
    .menu
    .menu-content {
    top: 112px;
  }
}
div.body.institutional .header-nav-insti-container {
  height: 64px;
}
div.body.institutional .header-nav-insti-container .fixed-content-wrapper {
  height: 64px;
}
div.body.institutional .header-nav-insti-container .menu-wrapper .menu {
  bottom: calc(100vh - 64px);
}
@media (min-width: 768px) {
  div.body.institutional .header-nav-insti-container {
    height: 72px;
  }
  div.body.institutional .header-nav-insti-container .fixed-content-wrapper {
    height: 72px;
  }
  div.body.institutional .header-nav-insti-container .menu-wrapper .menu {
    bottom: calc(100vh - 72px);
  }
}
div.body.institutional #searchBox {
  top: 64px;
  height: calc(100% - 64px);
}
@media (min-width: 768px) {
  div.body.institutional #searchBox {
    top: 72px;
    height: calc(100% - 72px);
  }
}
div.body.institutional.withTopbar .header-nav-insti-container {
  height: 104px;
}
div.body.institutional.withTopbar
  .header-nav-insti-container
  .fixed-content-wrapper {
  height: 104px;
}
div.body.institutional.withTopbar
  .header-nav-insti-container
  .menu-wrapper
  .menu {
  bottom: calc(100vh - 104px);
}
@media (min-width: 768px) {
  div.body.institutional.withTopbar .header-nav-insti-container {
    height: 112px;
  }
  div.body.institutional.withTopbar
    .header-nav-insti-container
    .fixed-content-wrapper {
    height: 112px;
  }
  div.body.institutional.withTopbar
    .header-nav-insti-container
    .menu-wrapper
    .menu {
    bottom: calc(100vh - 112px);
  }
}
div.body.institutional.withTopbar #searchBox {
  top: 104px;
  height: calc(100% - 104px);
}
@media (min-width: 768px) {
  div.body.institutional.withTopbar #searchBox {
    top: 112px;
    height: calc(100% - 112px);
  }
}
div.body.institutional.withAlert:not(.withTopbar) .header-nav-insti-container {
  height: 164px;
}
div.body.institutional.withAlert:not(.withTopbar)
  .header-nav-insti-container
  .fixed-content-wrapper {
  height: 164px;
}
div.body.institutional.withAlert:not(.withTopbar)
  .header-nav-insti-container
  .menu-wrapper
  .menu {
  bottom: calc(100vh - 164px);
}
@media (min-width: 768px) {
  div.body.institutional.withAlert:not(.withTopbar)
    .header-nav-insti-container {
    height: 142px;
  }
  div.body.institutional.withAlert:not(.withTopbar)
    .header-nav-insti-container
    .fixed-content-wrapper {
    height: 142px;
  }
  div.body.institutional.withAlert:not(.withTopbar)
    .header-nav-insti-container
    .menu-wrapper
    .menu {
    bottom: calc(100vh - 142px);
  }
}
div.body .header-nav-fair-container {
  height: 64px;
}
div.body .header-nav-fair-container .fixed-content-wrapper {
  height: 64px;
}
div.body .header-nav-fair-container .menu-wrapper .menu {
  bottom: calc(100vh - 64px);
}
@media (min-width: 768px) {
  div.body .header-nav-fair-container {
    height: 72px;
  }
  div.body .header-nav-fair-container .fixed-content-wrapper {
    height: 72px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu {
    bottom: calc(100vh - 72px);
  }
}
div.body footer.fair ~ #searchBox {
  top: 64px;
  height: calc(100% - 64px);
}
@media (min-width: 768px) {
  div.body footer.fair ~ #searchBox {
    top: 72px;
    height: calc(100% - 72px);
  }
}
div.body.withTopbar .header-nav-fair-container {
  height: 104px;
}
div.body.withTopbar .header-nav-fair-container .fixed-content-wrapper {
  height: 104px;
}
div.body.withTopbar .header-nav-fair-container .menu-wrapper .menu {
  bottom: calc(100vh - 104px);
}
@media (min-width: 768px) {
  div.body.withTopbar .header-nav-fair-container {
    height: 112px;
  }
  div.body.withTopbar .header-nav-fair-container .fixed-content-wrapper {
    height: 112px;
  }
  div.body.withTopbar .header-nav-fair-container .menu-wrapper .menu {
    bottom: calc(100vh - 112px);
  }
}
div.body.withTopbar footer.fair ~ #searchBox {
  top: 104px;
  height: calc(100% - 104px);
}
@media (min-width: 768px) {
  div.body.withTopbar footer.fair ~ #searchBox {
    top: 112px;
    height: calc(100% - 112px);
  }
}
div.body.withAlert:not(.withTopbar) .header-nav-fair-container {
  height: 164px;
}
div.body.withAlert:not(.withTopbar)
  .header-nav-fair-container
  .fixed-content-wrapper {
  height: 164px;
}
div.body.withAlert:not(.withTopbar)
  .header-nav-fair-container
  .menu-wrapper
  .menu {
  bottom: calc(100vh - 164px);
}
@media (min-width: 768px) {
  div.body.withAlert:not(.withTopbar) .header-nav-fair-container {
    height: 142px;
  }
  div.body.withAlert:not(.withTopbar)
    .header-nav-fair-container
    .fixed-content-wrapper {
    height: 142px;
  }
  div.body.withAlert:not(.withTopbar)
    .header-nav-fair-container
    .menu-wrapper
    .menu {
    bottom: calc(100vh - 142px);
  }
}
div.body.institutional .header-container {
  overflow: visible;
}
div.body.institutional:not(.menuFixed)
  header.header-container.menu-deployed
  .header-nav-insti-container
  .fixed-content,
div.body:not(.menuFixed)
  header.header-container.menu-deployed
  .header-nav-fair-container
  .fixed-content {
  position: fixed;
  top: 0;
}
div.body header.header-container.menu-deployed,
div.body.institutional header.header-container.menu-deployed {
  position: relative;
  z-index: 103;
  overflow: visible;
}
div.body
  header
  .header-nav-fair-container
  .menu-wrapper
  .menu.menu
  .link.link
  a,
div.body.institutional
  header
  .header-nav-insti-container
  .menu-wrapper
  .menu.menu
  .link.link
  a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  max-width: 100%;
}
div.body
  header
  .header-nav-fair-container
  .menu-wrapper
  .menu.menu
  .link.link
  a.disabled,
div.body.institutional
  header
  .header-nav-insti-container
  .menu-wrapper
  .menu.menu
  .link.link
  a.disabled {
  pointer-events: none;
}
div.body
  header
  .header-nav-fair-container
  .menu-wrapper
  .menu.menu
  .link.link
  a.disabled
  span,
div.body.institutional
  header
  .header-nav-insti-container
  .menu-wrapper
  .menu.menu
  .link.link
  a.disabled
  span {
  color: #767676;
  background: 0 0;
}
div.body
  header
  .header-nav-fair-container
  .menu-wrapper
  .menu.menu
  .link.link
  a.disabled
  span::before,
div.body.institutional
  header
  .header-nav-insti-container
  .menu-wrapper
  .menu.menu
  .link.link
  a.disabled
  span::before {
  display: none;
}
div.body
  header
  .header-nav-fair-container
  .menu-wrapper
  .menu.menu
  .link.link
  span,
div.body.institutional
  header
  .header-nav-insti-container
  .menu-wrapper
  .menu.menu
  .link.link
  span {
  padding-bottom: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e32424),
    to(#e32424)
  );
  background-image: -webkit-linear-gradient(#e32424, #e32424);
  background-image: -o-linear-gradient(#e32424, #e32424);
  background-image: linear-gradient(#e32424, #e32424);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
  -webkit-transition: -webkit-background-size 0.3s;
  transition: -webkit-background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
  transition: background-size 0.3s, -webkit-background-size 0.3s;
}
div.body
  header
  .header-nav-fair-container
  .menu-wrapper
  .menu.menu
  .link.link
  a:hover
  span,
div.body.institutional
  header
  .header-nav-insti-container
  .menu-wrapper
  .menu.menu
  .link.link
  a:hover
  span {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
div.body
  header
  .header-nav-fair-container
  .menu-wrapper
  .menu.menu
  .link.link
  a
  span::before,
div.body.institutional
  header
  .header-nav-insti-container
  .menu-wrapper
  .menu.menu
  .link.link
  a
  span::before {
  content: "\e816";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  font-family: "Barlow";
  font-size: 24px;
  color: #e32424;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  transition: right 0.3s ease-in-out 0s;
}
div.body
  header
  .header-nav-fair-container
  .menu-wrapper
  .menu.menu
  .link.link
  span,
div.body.institutional
  header
  .header-nav-insti-container
  .menu-wrapper
  .menu.menu
  .link.link
  span {
  display: block;
  padding-top: 1px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Barlow";
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
div.body
  header
  .header-nav-fair-container
  .menu-wrapper
  .menu.menu
  .link.link
  span:hover::before,
div.body.institutional
  header
  .header-nav-insti-container
  .menu-wrapper
  .menu.menu
  .link.link
  span:hover::before {
  right: 0;
}
div.body .header-nav-fair-container .menu-wrapper .menu-logo-icon,
div.body .header-nav-fair-container .menu-wrapper .menu-navigation,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-logo-icon,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-navigation {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  div.body .header-nav-fair-container .menu-wrapper .menu-logo-icon,
  div.body .header-nav-fair-container .menu-wrapper .menu-navigation,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-logo-icon,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-navigation {
    max-width: 688px;
  }
}
@media (min-width: 1024px) {
  div.body .header-nav-fair-container .menu-wrapper .menu-logo-icon,
  div.body .header-nav-fair-container .menu-wrapper .menu-navigation,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-logo-icon,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-navigation {
    max-width: 950px;
  }
}
@media (min-width: 1280px) {
  div.body .header-nav-fair-container .menu-wrapper .menu-logo-icon,
  div.body .header-nav-fair-container .menu-wrapper .menu-navigation,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-logo-icon,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-navigation {
    max-width: 1190px;
  }
}
div.body .header-nav-fair-container .menu-wrapper .menu-featured-event .content,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-featured-event
  .content {
  padding-left: calc(50vw - 351px);
}
@media (min-width: 1024px) {
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-featured-event
    .content,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-featured-event
    .content {
    padding-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-featured-event
    .content,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-featured-event
    .content {
    padding-left: calc(50vw - 603px);
  }
}
@media (min-width: 1440px) {
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-featured-event
    .content,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-featured-event
    .content {
    padding-left: 0;
  }
}
div.body .header-nav-fair-container .menu-wrapper .menu-logo-icon,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-logo-icon {
  padding-left: 20px;
}
@media (min-width: 768px) {
  div.body .header-nav-fair-container .menu-wrapper .menu-logo-icon,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-logo-icon {
    padding-left: 0;
  }
}
div.body .header-nav-fair-container .menu-wrapper .link a,
div.body.institutional .header-nav-insti-container .menu-wrapper .link a {
  padding: 4px;
}
div.body .header-nav-fair-container .menu-wrapper .menu-logo a:focus:active,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-logo
  a:focus:active {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-logo
  a:focus:not(:active),
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-logo
  a:focus:not(:active) {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
div.body .header-nav-fair-container .menu-wrapper .extra-link a:focus:active,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .extra-link
  a:focus:active {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .extra-link
  a:focus:not(:active),
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .extra-link
  a:focus:not(:active) {
  outline: 2px solid #fff !important;
  outline-offset: 2px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-events-wrapper
  a:focus:active,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-events-wrapper
  a:focus:active {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-events-wrapper
  a:focus:not(:active),
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-events-wrapper
  a:focus:not(:active) {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
@media (min-width: 768px) {
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-events-wrapper
    a:focus:not(:active),
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-events-wrapper
    a:focus:not(:active) {
    outline-offset: 2px;
  }
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-unfold-icon:focus:active,
div.body .header-nav-fair-container .menu-wrapper .menu-search:focus:active,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-unfold-icon:focus:active,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-search:focus:active {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-unfold-icon:focus:not(:active),
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-search:focus:not(:active),
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-unfold-icon:focus:not(:active),
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-search:focus:not(:active) {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
div.body .header-nav-fair-container .menu-wrapper .menu .link a:focus:active,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .link
  a:focus:active {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .link
  a:focus:not(:active),
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .link
  a:focus:not(:active) {
  outline: 2px solid #fff;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-language
  a:focus:active,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-language
  a:focus:active {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-language
  a:focus:not(:active),
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-language
  a:focus:not(:active) {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .menu-link
  > a
  .submenu-1
  span,
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .submenu-1
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .menu-link
  > a
  .submenu-1
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .submenu-1
  span {
  padding: 4px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .menu-link
  > a:focus:active
  .submenu-1
  span,
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .submenu-1:focus:active
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .menu-link
  > a:focus:active
  .submenu-1
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .submenu-1:focus:active
  span {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .menu-link
  > a:focus:not(:active)
  .submenu-1
  span,
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .submenu-1:focus:not(:active)
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .menu-link
  > a:focus:not(:active)
  .submenu-1
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .submenu-1:focus:not(:active)
  span {
  outline: 2px solid #fff;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  :not(.menu-link):not(.menu-2-title)
  > a:focus:active,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  :not(.menu-link):not(.menu-2-title)
  > a:focus:active {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  :not(.menu-link):not(.menu-2-title)
  > a:focus:active
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  :not(.menu-link):not(.menu-2-title)
  > a:focus:active
  span {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  :not(.menu-link):not(.menu-2-title)
  > a:focus:not(:active),
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  :not(.menu-link):not(.menu-2-title)
  > a:focus:not(:active) {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  :not(.menu-link):not(.menu-2-title)
  > a:focus:not(:active)
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  :not(.menu-link):not(.menu-2-title)
  > a:focus:not(:active)
  span {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper
    :not(.menu-link):not(.menu-2-title)
    > a:focus:not(:active),
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper
    :not(.menu-link):not(.menu-2-title)
    > a:focus:not(:active) {
    outline: 2px solid #fff;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper
    :not(.menu-link):not(.menu-2-title)
    > a:focus:not(:active)
    span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper
    :not(.menu-link):not(.menu-2-title)
    > a:focus:not(:active)
    span {
    outline: 0 none;
  }
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .menu-link
  > a:focus,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .menu-link
  > a:focus {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .close-level-1-content:focus:active,
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  .title:focus:active,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .close-level-1-content:focus:active,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  .title:focus:active {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .close-level-1-content:focus:not(:active),
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  .title:focus:not(:active),
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .close-level-1-content:focus:not(:active),
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  .title:focus:not(:active) {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-featured-event
  a:focus:active
  .content,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-featured-event
  a:focus:active
  .content {
  outline: 0 none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-featured-event
  a:focus:not(:active)
  .content,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-featured-event
  a:focus:not(:active)
  .content {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
#ifm-topbar .ifm-topbar-container .ifm-topbar-links .ifm-topbar-button span {
  font-family: "Barlow", sans-serif;
}
div.body footer.fair ~ #searchBox,
div.body.institutional #searchBox {
  display: block;
  border: 0 none;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
  background-color: transparent;
}
div.body footer.fair ~ #searchBox > div,
div.body.institutional #searchBox > div {
  max-width: 2560px;
  display: block;
  margin: 0 auto;
  top: 0;
  position: relative;
  background-color: #282351;
}
div.body footer.fair ~ #searchBox > div > div:first-child,
div.body.institutional #searchBox > div > div:first-child {
  margin-top: 0;
  padding-top: 70px;
  max-width: 990px;
}
div.body .header-nav-fair-container .menu-wrapper,
div.body.institutional .header-nav-insti-container .menu-wrapper {
  height: 64px;
  background-color: #171736;
}
div.body .header-nav-fair-container .menu-wrapper .menu-logo-icon,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-logo-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
div.body .header-nav-fair-container .menu-wrapper .menu-logo a,
div.body.institutional .header-nav-insti-container .menu-wrapper .menu-logo a {
  display: block;
}
div.body .header-nav-fair-container .menu-wrapper .menu-logo img,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-logo
  img {
  height: 45px;
  max-width: 100%;
}
div.body .header-nav-fair-container .menu-wrapper .menu-icons-wrapper,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .extra-link,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .extra-link {
  display: none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-events-wrapper
  .tickets-link,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-events-wrapper
  .tickets-link {
  display: block;
  border: 0 none;
  padding: 0 16px;
  height: 100%;
  margin: 0;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-events-wrapper
  .tickets-link::before,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-events-wrapper
  .tickets-link::before {
  content: "\e94b";
  display: inline-block;
  height: 64px;
  font-family: "Barlow";
  font-size: 30px;
  line-height: 64px;
  color: #fff;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-events-wrapper
  .tickets-link
  img,
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-events-wrapper
  .tickets-link
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-events-wrapper
  .tickets-link
  img,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-events-wrapper
  .tickets-link
  span {
  display: none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .search-unfold-icons-wrapper,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .search-unfold-icons-wrapper {
  position: relative;
  width: 66px;
  height: 64px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .search-unfold-icons-wrapper
  .search-retractor,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .search-unfold-icons-wrapper
  .search-retractor {
  visibility: hidden;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .search-unfold-icons-wrapper
  .menu-search,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .search-unfold-icons-wrapper
  .menu-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 14px 0 14px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: #171736;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 20px 0 18px;
  width: 66px;
  height: 64px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-unfold-icon,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-unfold-icon {
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  padding: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: #171736;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-unfold-icon
  > div,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-unfold-icon
  > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-retractor,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-retractor {
  visibility: hidden;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  span[class^="icon"]::before,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  span[class^="icon"]::before {
  color: #fff !important;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-search
  span[class^="icon"],
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  span[class^="icon"],
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-search
  span[class^="icon"],
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  span[class^="icon"] {
  margin: 0;
  line-height: 0;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-search
  span[class^="icon"]::before,
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  span[class^="icon"]::before,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-search
  span[class^="icon"]::before,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  span[class^="icon"]::before {
  color: #fff;
  font-size: 30px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-deployer
  span[class^="icon"],
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-deployer
  span[class^="icon"] {
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
div.body .header-nav-fair-container .menu-wrapper .menu,
div.body.institutional .header-nav-insti-container .menu-wrapper .menu {
  z-index: -1;
  position: fixed;
  width: 100vw;
  max-width: 2560px;
  overflow: hidden;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-content,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-content {
  position: relative;
  width: 100%;
  background-color: #292152;
  overflow: hidden;
  pointer-events: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s ease-in-out 0.4s;
  -o-transition: visibility 0s ease-in-out 0.4s;
  transition: visibility 0s ease-in-out 0.4s;
}
div.body .header-nav-fair-container .menu-wrapper .menu .background-veil,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .background-veil {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(41, 33, 82, 0.75);
  z-index: -2;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1-wrapper,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
  list-style: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper::-webkit-scrollbar,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper::-webkit-scrollbar {
  display: none;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1
  > li:first-child,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1
  > li:first-child {
  margin-top: 20px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1
  .menu-link
  a,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1
  .menu-link
  a {
  display: block;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1
  .menu-link
  .submenu-1,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1
  .menu-link
  .submenu-1 {
  cursor: pointer;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1
  .menu-link
  .submenu-1::after,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1
  .menu-link
  .submenu-1::after {
  color: #e32424;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1
  .submenu-1,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1
  .submenu-1 {
  position: relative;
  outline: 0 none;
  padding: 10px 52px 10px 16px;
  cursor: default;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1
  .submenu-1::after,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1
  .submenu-1::after {
  content: "\e816";
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  font-size: 24px;
  height: 24px;
  width: 24px;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  font-family: "Barlow";
  font-style: normal;
  line-height: 1em;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1 span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1
  span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Barlow" ;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper {
  z-index: 1;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
  width: 100vw;
  background-color: #292152;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  background-color: #171736;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper {
  max-width: calc(100% - 66px);
  height: 64px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  .title,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  height: 100%;
  cursor: pointer;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-family: "Barlow";
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  span::before,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  span::before {
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  height: 24px;
  width: 24px;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 22px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .close-level-1-content,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .close-level-1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 20px 0 18px;
  height: 64px;
  width: 66px;
  cursor: pointer;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .close-level-1-content
  > div,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .close-level-1-content
  > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .close-level-1-content
  span[class^="icon"]::before,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .close-level-1-content
  span[class^="icon"]::before {
  color: #fff;
  font-size: 30px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-content,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-content {
  height: calc(100% - 64px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-content::-webkit-scrollbar,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-content::-webkit-scrollbar {
  display: none;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-2,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-2 > li a,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-2
  > li
  a {
  display: block;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-2
  > li
  .menu-2-title,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-2
  > li
  .menu-2-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 16px;
  min-height: 66px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-2
  > li
  .menu-2-title
  > span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-2
  > li
  .menu-2-title
  > span {
  padding: 4px;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-3,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-3 {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-3 a,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-3
  a {
  outline: 0 none;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-3 > li,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-3
  > li {
  min-height: 59px;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-3 > li a,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-3
  > li
  a {
  display: block;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-3 > li span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-3
  > li
  span {
  padding-bottom: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e32424),
    to(#e32424)
  );
  background-image: -webkit-linear-gradient(#e32424, #e32424);
  background-image: -o-linear-gradient(#e32424, #e32424);
  background-image: linear-gradient(#e32424, #e32424);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
  -webkit-transition: -webkit-background-size 0.3s;
  transition: -webkit-background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
  transition: background-size 0.3s, -webkit-background-size 0.3s;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-3
  > li
  a:hover
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-3
  > li
  a:hover
  span {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-3 > li div,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-3
  > li
  div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  border-bottom: 1px solid #544e75;
  padding: 15px 0;
  height: 100%;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-3 > li span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-level-3
  > li
  span {
  margin: 0 4px;
  padding: 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Barlow";
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
div.body .header-nav-fair-container .menu-wrapper .menu .bottom-menu,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .bottom-menu {
  background-color: #292152;
}
div.body .header-nav-fair-container .menu-wrapper .menu .featured-access,
div.body .header-nav-fair-container .menu-wrapper .menu .menu-language,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .featured-access,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-language {
  border-top: 1px solid #544e75;
}
div.body .header-nav-fair-container .menu-wrapper .menu .featured-access,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .featured-access {
  padding: 15px 0 10px 0;
  overflow: hidden;
}
div.body .header-nav-fair-container .menu-wrapper .menu .featured-access .title,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .featured-access
  .title {
  display: block;
  margin: 0 20px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .featured-access
  .title
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .featured-access
  .title
  span {
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a9a6b9;
}
div.body .header-nav-fair-container .menu-wrapper .menu .featured-access .link,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .featured-access
  .link {
  margin: 12px 0;
  padding: 4px 16px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  line-height: 0;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .featured-access
  .link::-webkit-scrollbar,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .featured-access
  .link::-webkit-scrollbar {
  display: none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .featured-access
  .link.link
  > div
  > span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .featured-access
  .link.link
  > div
  > span {
  display: none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .featured-access
  .link.link
  > div
  a
  > img,
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .featured-access
  .link.link
  > div
  a
  > span[class^="icon"],
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .featured-access
  .link.link
  > div
  a
  > img,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .featured-access
  .link.link
  > div
  a
  > span[class^="icon"] {
  display: none;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-language,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-language {
  padding: 12px 8px 0;
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-language span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-language
  span {
  padding-bottom: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e32424),
    to(#e32424)
  );
  background-image: -webkit-linear-gradient(#e32424, #e32424);
  background-image: -o-linear-gradient(#e32424, #e32424);
  background-image: linear-gradient(#e32424, #e32424);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
  -webkit-transition: -webkit-background-size 0.3s;
  transition: -webkit-background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
  transition: background-size 0.3s, -webkit-background-size 0.3s;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-language
  a:hover
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-language
  a:hover
  span {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-language > div,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-language
  > div {
  height: 26px;
  padding: 0 12px;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-language
  > div:not(:first-child),
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-language
  > div:not(:first-child) {
  border-left: 1px solid #fff;
  padding-left: 12px;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-language div > *,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-language
  div
  > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2px;
  height: 28px;
  -webkit-transition: padding-top 0.1s ease-in-out 0s;
  -o-transition: padding-top 0.1s ease-in-out 0s;
  transition: padding-top 0.1s ease-in-out 0s;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-language
  div
  > :hover,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-language
  div
  > :hover {
  padding-top: 0;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-language span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-language
  span {
  font-family: "Barlow";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #9998a6;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-language
  .active
  span,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-language
  .active
  span {
  color: #fff;
  font-weight: 600;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-navigation,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 100%;
}
div.body .header-nav-fair-container .menu-wrapper .menu .menu-featured-event,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu
  .menu-featured-event {
  display: none;
}
div.body .header-nav-fair-container .menu-wrapper .menu:not(.close-all),
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu:not(.close-all) {
  -webkit-transition: bottom 0.4s ease-in-out 0s;
  -o-transition: bottom 0.4s ease-in-out 0s;
  transition: bottom 0.4s ease-in-out 0s;
}
div.body
  .header-nav-fair-container
  .menu-wrapper
  .menu:not(.close-all)
  .menu-level-1-content-wrapper,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu:not(.close-all)
  .menu-level-1-content-wrapper {
  -webkit-transition: left 0.4s ease-in-out 0s, visibility 0s ease-in-out 0.4s;
  -o-transition: left 0.4s ease-in-out 0s, visibility 0s ease-in-out 0.4s;
  transition: left 0.4s ease-in-out 0s, visibility 0s ease-in-out 0.4s;
}
div.body .header-nav-fair-container .menu-wrapper .menu.close-all,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .menu.close-all {
  opacity: 0;
  -webkit-transition: opacity 0.39s ease-in-out 0s, bottom 10ms ease-in-out 0.4s;
  -o-transition: opacity 0.39s ease-in-out 0s, bottom 10ms ease-in-out 0.4s;
  transition: opacity 0.39s ease-in-out 0s, bottom 10ms ease-in-out 0.4s;
}
div.body .header-nav-fair-container .menu-wrapper .hide-unfolded,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper
  .hide-unfolded {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0s,
    visibility 0s ease-in-out 0.4s;
  -o-transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0s, visibility 0s ease-in-out 0.4s;
}
div.body .header-nav-fair-container .menu-wrapper.deployed .hide-unfolded,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper.deployed
  .hide-unfolded {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
div.body
  .header-nav-fair-container
  .menu-wrapper.deployed
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-retractor,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper.deployed
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-retractor {
  visibility: visible;
}
div.body .header-nav-fair-container .menu-wrapper.deployed .menu .menu-content,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper.deployed
  .menu
  .menu-content {
  visibility: visible;
  -webkit-transition: visibility 0s ease-in-out 0s;
  -o-transition: visibility 0s ease-in-out 0s;
  transition: visibility 0s ease-in-out 0s;
}
div.body .header-nav-fair-container .menu-wrapper.deployed .menu.child-deployed,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper.deployed
  .menu.child-deployed {
  z-index: 1;
  pointer-events: none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper.deployed
  .menu.child-deployed
  .menu-level-1
  > li.deployed
  .menu-level-1-content-wrapper,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper.deployed
  .menu.child-deployed
  .menu-level-1
  > li.deployed
  .menu-level-1-content-wrapper {
  left: 0;
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: left 0.4s ease-in-out 0s, visibility 0s ease-in-out 0s;
  -o-transition: left 0.4s ease-in-out 0s, visibility 0s ease-in-out 0s;
  transition: left 0.4s ease-in-out 0s, visibility 0s ease-in-out 0s;
}
div.body
  .header-nav-fair-container
  .menu-wrapper:not(.deployed)
  .search-unfold-icons-wrapper.deployed-search
  .search-retractor,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper:not(.deployed)
  .search-unfold-icons-wrapper.deployed-search
  .search-retractor {
  visibility: visible;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
div.body
  .header-nav-fair-container
  .menu-wrapper:not(.deployed)
  .search-unfold-icons-wrapper.deployed-search
  .search-deployer,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper:not(.deployed)
  .search-unfold-icons-wrapper.deployed-search
  .search-deployer {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
div.body
  .header-nav-fair-container
  .menu-wrapper.closing-menu
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-unfold-icon,
div.body
  .header-nav-fair-container
  .menu-wrapper.closing-menu
  .menu-icons-wrapper
  .search-unfold-icons-wrapper
  .menu-search,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper.closing-menu
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  .menu-unfold-icon,
div.body.institutional
  .header-nav-insti-container
  .menu-wrapper.closing-menu
  .menu-icons-wrapper
  .search-unfold-icons-wrapper
  .menu-search {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width: 768px) {
  div.body .header-nav-fair-container .menu-wrapper,
  div.body.institutional .header-nav-insti-container .menu-wrapper {
    height: 72px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu-icons-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper {
    height: 72px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .extra-link,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .extra-link {
    display: block;
    margin-right: 32px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .extra-link
    a,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .extra-link
    a {
    padding: 0 !important;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .extra-link
    span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .extra-link
    span {
    display: block;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Barlow";
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper {
    margin-right: 16px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 20px;
    height: 40px;
    background-color: #fff;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link::before {
    display: none;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link
    img,
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link
    span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link
    img,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link
    span {
    display: inline-block;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link
    img,
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link
    span[class^="icon"]::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link
    img,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link
    span[class^="icon"]::before {
    position: absolute;
    top: 9px;
    left: 12px;
    height: 22px;
    color: #171736;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link
    span:not([class^="icon"]),
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    .tickets-link
    span:not([class^="icon"]) {
    padding-left: 24px;
    font-family: "Barlow";
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #171736;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .search-unfold-icons-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .search-unfold-icons-wrapper {
    width: 72px;
    height: 72px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-unfold-icons-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-unfold-icons-wrapper {
    width: 72px;
    height: 72px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .bottom-menu,
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .bottom-menu,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper {
    margin-left: 35px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper {
    padding-top: 49px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1 {
    position: relative;
    padding-left: 5px;
    min-height: 100%;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1::before {
    content: "";
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 100%;
    background-color: #292152;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    > li:first-child,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    > li:first-child {
    margin-top: 0;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    .submenu-1,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    .submenu-1 {
    z-index: 1;
    padding: 16px 0 16px 0;
    width: 360px;
    background-color: #292152;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    .submenu-1::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    .submenu-1::before {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -400px;
    width: calc(100% + 400px);
    height: 100%;
    background-color: #292152;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    .submenu-1::after,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    .submenu-1::after {
    content: "";
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    .menu-link
    a,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    .menu-link
    a {
    width: 360px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    .menu-link
    .submenu-1,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    .menu-link
    .submenu-1 {
    width: 100%;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1 span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    span {
    font-size: 30px;
    line-height: 30px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    .deployed
    span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    .deployed
    span {
    color: #e32424;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-content-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1-content-wrapper {
    z-index: 0;
    position: absolute;
    left: auto;
    right: calc(100vw - 360px);
    width: calc(100% - 360px);
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-content-wrapper::-webkit-scrollbar,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1-content-wrapper::-webkit-scrollbar {
    display: none;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-content-wrapper
    .menu-level-1-header,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1-content-wrapper
    .menu-level-1-header {
    display: none;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-content-wrapper
    .menu-level-1-content,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1-content-wrapper
    .menu-level-1-content {
    margin-left: 10px;
    border-left: 1px solid #544e75;
    padding: 16px 32px;
    height: auto;
    min-height: 100%;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-2,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-2 {
    min-height: 100%;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-2
    > li
    .menu-2-title,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-2
    > li
    .menu-2-title {
    min-height: auto;
    margin: 0;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-2
    > li:not(:first-child)
    .menu-2-title,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-2
    > li:not(:first-child)
    .menu-2-title {
    border: 0 none;
    padding: 0;
    margin-top: 20px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-2
    .menu-2-title
    + .menu-level-3,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-2
    .menu-2-title
    + .menu-level-3 {
    margin-top: 24px;
    margin-bottom: 40px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-3 > li,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-3
    > li {
    height: 22px;
    min-height: auto;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-3 > li a,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-3
    > li
    a {
    display: inline-block;
    max-width: 100%;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-3
    > li
    div,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-3
    > li
    div {
    display: inline-block;
    margin: 0;
    border: 0 none;
    padding: 0;
    max-width: 100%;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-3
    > li:not(:first-child),
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-3
    > li:not(:first-child) {
    margin-top: 20px;
    min-height: auto;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu:not(.close-all)
    .menu-level-1-content-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu:not(.close-all)
    .menu-level-1-content-wrapper {
    -webkit-transition: right 0.4s ease-in-out 0s, width 10ms ease-in-out 0.39s,
      visibility 0s ease-in-out 0.4s;
    -o-transition: right 0.4s ease-in-out 0s, width 10ms ease-in-out 0.39s,
      visibility 0s ease-in-out 0.4s;
    transition: right 0.4s ease-in-out 0s, width 10ms ease-in-out 0.39s,
      visibility 0s ease-in-out 0.4s;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .featured-access,
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-language,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-language {
    border-top: 0 none;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .deployed
    .menu-level-3
    span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .deployed
    .menu-level-3
    span {
    color: #fff;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .featured-access,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 24px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access
    .title,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access
    .title {
    margin: 0 10px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access
    .title
    span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access
    .title
    span {
    font-size: 16px;
    line-height: 19px;
    display: block;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access
    .link,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access
    .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access
    .link
    > div,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access
    .link
    > div {
    margin-top: 0;
    padding-right: 15px;
    max-width: 100%;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access
    .link
    > div:not(:first-child),
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access
    .link
    > div:not(:first-child) {
    margin-top: 0;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .bottom-menu,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .bottom-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 40px;
    padding-left: 0;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-language,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-language {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 48px;
    height: auto;
    min-width: 200px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-language > div,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-language
    > div {
    margin-top: 36px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-navigation,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-navigation {
    height: calc(100% - 140px);
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-featured-event,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event {
    display: block;
    height: 140px;
    background-color: #171736;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    a,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    a {
    outline: 0 none;
    width: 100%;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .content,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .single-event,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .single-event {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 94px;
    height: 140px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    span:not([class^="icon"]),
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    span:not([class^="icon"]) {
    font-family: "Barlow";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    span.title,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    span.title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    span.subtitle,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    span.subtitle {
    margin-top: 8px;
    color: #a2a2ae;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    span[class^="icon"],
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    span[class^="icon"] {
    position: absolute;
    top: calc(50% - 12px);
    right: 40px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    background-color: #fff;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    span[class^="icon"]::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    span[class^="icon"]::before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #171736;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .img-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .img-wrapper {
    margin: 0;
    height: 140px;
    width: 374px;
    min-width: 374px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .img-wrapper
    img,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .img-wrapper
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper.deployed
    .menu.child-deployed
    .menu-level-1
    > li.deployed
    .menu-level-1-content-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper.deployed
    .menu.child-deployed
    .menu-level-1
    > li.deployed
    .menu-level-1-content-wrapper {
    left: auto;
    right: 0;
    -webkit-transition: right 0.4s ease-in-out 50ms, width 0.1s ease-in-out 0s,
      visibility 50ms ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 50ms, width 0.1s ease-in-out 0s,
      visibility 50ms ease-in-out 0s;
    transition: right 0.4s ease-in-out 50ms, width 0.1s ease-in-out 0s,
      visibility 50ms ease-in-out 0s;
  }
}
@media (min-width: 1024px) {
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .extra-link
    a:focus
    span,
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .extra-link
    a:hover
    span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .extra-link
    a:focus
    span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .extra-link
    a:hover
    span {
    color: #e32424;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    a:focus,
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    a:hover,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    a:focus,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    a:hover {
    background-color: #e32424;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    a:focus
    span[class^="icon"]::before,
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    a:hover
    span[class^="icon"]::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    a:focus
    span[class^="icon"]::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    a:hover
    span[class^="icon"]::before {
    color: #fff;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    a:focus
    span:not([class^="icon"]),
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    a:hover
    span:not([class^="icon"]),
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    a:focus
    span:not([class^="icon"]),
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-events-wrapper
    a:hover
    span:not([class^="icon"]) {
    color: #fff;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .search-unfold-icons-wrapper
    .search-retractor,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .search-unfold-icons-wrapper
    .search-retractor {
    background-color: #292152;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .search-unfold-icons-wrapper
    .search-deployer:focus,
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .search-unfold-icons-wrapper
    .search-deployer:hover,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .search-unfold-icons-wrapper
    .search-deployer:focus,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .search-unfold-icons-wrapper
    .search-deployer:hover {
    background-color: #292152;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-unfold-icons-wrapper
    .menu-retractor,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-unfold-icons-wrapper
    .menu-retractor {
    background-color: #292152;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-unfold-icons-wrapper
    .menu-deployer:focus,
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-unfold-icons-wrapper
    .menu-deployer:hover,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-unfold-icons-wrapper
    .menu-deployer:focus,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-unfold-icons-wrapper
    .menu-deployer:hover {
    background-color: #292152;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-3.columns,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-3.columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-3.columns
    > li,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-3.columns
    > li {
    margin-top: 0;
    margin-bottom: 25px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access
    .title,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access
    .title {
    margin-left: 5px;
    margin-right: 5px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access
    .link,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access
    .link {
    padding-left: 1px;
    padding-right: 1px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-content,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-content {
    background-color: transparent;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-content::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-content::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 960px;
    background-color: #292152;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-content::after,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-content::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(50vw - 480px);
    max-height: 960px;
    background-color: #171736;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-navig-event-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-navig-event-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-left: auto;
    margin-right: auto;
    max-height: 960px;
    max-width: 1920px;
    background-color: #292152;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-navigation,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-navigation {
    margin-left: 0;
    height: 100%;
    width: calc(100% - 480px);
    max-width: none;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper {
    padding-top: 32px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .bottom-menu,
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .bottom-menu,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1 {
    margin-left: 48px;
    margin-right: 48px;
    padding-left: 0;
    padding-right: 0;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .bottom-menu,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .bottom-menu {
    margin-left: 80px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1::before {
    margin-left: -48px;
    width: calc(100% - 60% + 48px);
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    .submenu-1,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    .submenu-1 {
    width: calc(100% - 60%);
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    .menu-link
    a,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    .menu-link
    a {
    width: calc(100% - 60%);
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    .menu-link
    a:hover
    span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    .menu-link
    a:hover
    span {
    color: #e32424;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    .menu-link
    .submenu-1,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    .menu-link
    .submenu-1 {
    width: 100%;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    .menu-level-1-content-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    .menu-level-1-content-wrapper {
    width: 60%;
    right: 70%;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-language > div,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-language
    > div {
    margin-top: 32px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .featured-access,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access {
    margin-top: 20px;
    padding-top: 0;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access
    .title,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access
    .title {
    margin-left: 9px;
    margin-right: 9px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access
    .link,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access
    .link {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access
    .link
    > div:not(:last-child),
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .featured-access
    .link
    > div:not(:last-child) {
    margin-bottom: 0;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-featured-event,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event {
    position: relative;
    height: 100%;
    width: 480px;
    min-width: 480px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .content,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    height: 100%;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper {
    padding-left: 64px;
    -webkit-transition: background-color 0.4s ease-in-out 0s;
    -o-transition: background-color 0.4s ease-in-out 0s;
    transition: background-color 0.4s ease-in-out 0s;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    .subtitle,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    .subtitle {
    -webkit-transition: color 0.4s ease-in-out 0s;
    -o-transition: color 0.4s ease-in-out 0s;
    transition: color 0.4s ease-in-out 0s;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    span[class^="icon"]::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper
    span[class^="icon"]::before {
    -webkit-transition: color 0.4s ease-in-out 0s;
    -o-transition: color 0.4s ease-in-out 0s;
    transition: color 0.4s ease-in-out 0s;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .img-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .img-wrapper {
    position: relative;
    width: 480px;
    height: 448px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .img-wrapper::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .img-wrapper::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #e32424;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    a:hover
    .text-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    a:hover
    .text-wrapper {
    background-color: #e32424;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    a:hover
    .text-wrapper
    .subtitle,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    a:hover
    .text-wrapper
    .subtitle {
    color: #fff;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    a:hover
    .text-wrapper
    span[class^="icon"]::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    a:hover
    .text-wrapper
    span[class^="icon"]::before {
    color: #e32424;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    a:hover
    .img-wrapper::before,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    a:hover
    .img-wrapper::before {
    opacity: 0.15;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  div.body
    header
    .header-nav-fair-container
    .menu-wrapper
    .menu.menu
    .link.link
    span,
  div.body.institutional
    header
    .header-nav-insti-container
    .menu-wrapper
    .menu.menu
    .link.link
    span {
    font-size: 16px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-featured-event,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event {
    width: 340px;
    min-width: 340px;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .content,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .content {
    padding-left: 0;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .img-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .img-wrapper {
    width: 340px;
    height: 340px;
    min-width: 340px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-navigation,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-navigation {
    width: calc(100% - 340px);
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1-wrapper,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper {
    margin-left: 0;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1
    .submenu-1,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    .submenu-1 {
    height: 70px;
    height: 60px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1 span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    span {
    font-size: 22px;
    line-height: 27px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .bottom-menu,
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .bottom-menu,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1 {
    margin-left: 30px;
    margin-right: 30px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .bottom-menu,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .bottom-menu {
    margin-left: 27px;
  }
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-3.columns,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-3.columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  div.body
    .header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-3
    > li
    span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-3
    > li
    span {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  div.body .header-nav-fair-container .menu-wrapper .menu .menu-level-1 span,
  div.body.institutional
    .header-nav-insti-container
    .menu-wrapper
    .menu
    .menu-level-1
    span {
    font-size: 28px;
  }
}
header + main,
header
  > :not(.header-nav-insti-container):not(.header-nav-fair-container):not(.header-nav-container),
header ~ footer {
  -webkit-transition: visibility 0s ease-in-out 0s;
  -o-transition: visibility 0s ease-in-out 0s;
  transition: visibility 0s ease-in-out 0s;
}
header.menu-deployed + main,
header.menu-deployed
  > :not(.header-nav-insti-container):not(.header-nav-fair-container):not(.header-nav-container),
header.menu-deployed ~ footer {
  visibility: hidden;
  -webkit-transition: visibility 0s ease-in-out 0.4s;
  -o-transition: visibility 0s ease-in-out 0.4s;
  transition: visibility 0s ease-in-out 0.4s;
}
div.body .header-nav-fair-container.header-nav-fair-container .menu-wrapper {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fff),
    color-stop(50%, #fff),
    color-stop(50%, #171736),
    color-stop(50%, #171736)
  );
  background: -webkit-linear-gradient(
    left,
    #fff 0,
    #fff 50%,
    #171736 50%,
    #171736 50%
  );
  background: -o-linear-gradient(
    left,
    #fff 0,
    #fff 50%,
    #171736 50%,
    #171736 50%
  );
  background: linear-gradient(
    90deg,
    #fff 0,
    #fff 50%,
    #171736 50%,
    #171736 50%
  );
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-logo-icon {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 12px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-logo
  img {
  height: 28px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-logo::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  max-width: 788px;
  background-color: transparent;
  -webkit-transition: background-color 0s ease-in-out 0.4s;
  -o-transition: background-color 0s ease-in-out 0.4s;
  transition: background-color 0s ease-in-out 0.4s;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .date-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  line-height: 0;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .date-wrapper
  span {
  display: inline-block;
  font-family: "Barlow";
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .date-wrapper
  span:not(.year) {
  margin-right: 0.5em;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .date-wrapper
  span.year {
  font-weight: 600;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .desktop-logo {
  display: none;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .date-wrapper::before,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .desktop-logo:not(.ifema-logo)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0s ease-in-out 0.4s;
  -o-transition: background-color 0s ease-in-out 0.4s;
  transition: background-color 0s ease-in-out 0.4s;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-rampant {
  position: relative;
  width: 20px;
  height: 100%;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-rampant::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  -webkit-transform: skew(-10deg, 0);
  -o-transform: skew(-10deg, 0);
  transform: skew(-10deg, 0);
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  background-color: #171736;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .search-unfold-icons-wrapper {
  z-index: 1;
  background-color: #171736;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .search-unfold-icons-wrapper {
  width: 40px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-search
  span[class^="icon"]::before,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper
  span[class^="icon"]::before {
  font-size: 24px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .menu-unfold-icons-wrapper {
  padding: 0;
  width: 55px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-content {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-content::-webkit-scrollbar {
  display: none;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-content::before {
  background-color: #fff;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-content::after {
  background-color: #000;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .background-veil {
  opacity: 0.75;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-navigation {
  background-color: #fff;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper {
  overflow-y: unset;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .mobile-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px 25px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .mobile-logos
  a {
  display: block;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .mobile-logos
  > :not(:first-child) {
  margin-left: 24px;
  width: 100%;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .mobile-logos
  .ifema-mobile
  img {
  height: 47px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .mobile-logos
  img {
  max-width: 105px;
  max-height: 47px;
  min-height: 25px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-language
  span {
  font-weight: 400;
  color: #fff;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-language
  .active
  span {
  font-weight: 600;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .featured-access,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-language {
  border: 0 none;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .featured-access
  .title
  span {
  opacity: 0.75;
  color: #fff;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .featured-access
  .link
  div:not(:last-child) {
  margin-bottom: 8px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1
  > li:first-child {
  margin-top: 9px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1
  .submenu-1 {
  line-height: 0;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header {
  position: relative;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu.menu
  .link.link
  a {
  padding-right: 26px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper.deployed
  .menu-icons-wrapper
  .date-wrapper::before,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper.deployed
  .menu-icons-wrapper
  .desktop-logo:not(.ifema-logo)::before,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper.deployed
  .menu-logo::before {
  -webkit-transition: background-color 0s ease-in-out 0s;
  -o-transition: background-color 0s ease-in-out 0s;
  transition: background-color 0s ease-in-out 0s;
}
@media (min-width: 768px) {
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-unfold-icons-wrapper,
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .search-unfold-icons-wrapper {
    width: 72px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-search
    span[class^="icon"]::before,
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .menu-unfold-icons-wrapper
    span[class^="icon"]::before {
    font-size: 30px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-navig-event-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin: 0;
    height: auto;
    max-width: 100%;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper {
    margin-left: 0;
    padding-top: 16px;
    padding-left: calc(50vw - 351px);
    padding-right: calc(50vw - 351px);
    padding-bottom: 25px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1 {
    position: static;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-content-wrapper {
    top: 25px;
    width: 325px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-3
    > li:first-child {
    margin-top: 0;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-3
    > li
    span {
    font-weight: 500;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .bottom-menu {
    z-index: 1;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .bottom-menu {
    padding-left: calc(50vw - 351px);
    padding-right: calc(50vw - 351px);
  }
}
@media (min-width: 768px) {
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .bottom-menu::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -100%;
    height: 100%;
    width: 100%;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .mobile-logos-language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 48px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .mobile-logos {
    padding-bottom: 0;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-language {
    padding-bottom: 0;
    min-width: auto;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event {
    z-index: 1;
    background-color: #000;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .img-wrapper::before {
    background-color: transparent;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu.child-deployed
    .menu-level-1
    > li.deployed
    .menu-level-1-content-wrapper {
    right: calc(50vw - 351px);
  }
}
@media (min-width: 992px) {
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .desktop-logo {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .desktop-logo
    a {
    display: block;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .desktop-logo:not(.ifema-logo) {
    position: relative;
    padding-right: 28px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .desktop-logo.ifema-logo {
    background-color: #171736;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .desktop-logo.ifema-logo
    .logo-wrapper {
    margin-right: 10px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    .desktop-logo.ifema-logo
    img {
    height: 40px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu-icons-wrapper
    img {
    height: 36px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .bottom-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .mobile-logos-language {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .mobile-logos {
    display: none;
  }
}
@media (min-width: 1024px) {
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu-logo
    img {
    height: 40px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-navig-event-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event {
    height: auto;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-content-wrapper {
    width: calc(60% - 30px);
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .bottom-menu {
    margin-right: 0;
    padding: 48px 30px 38px 27px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access {
    margin-top: 0;
    padding-bottom: 0;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access
    .link {
    padding-bottom: 10px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access
    .link
    div:not(:last-child) {
    margin-bottom: 0;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-language {
    padding-bottom: 10px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .mobile-logos-language {
    padding-bottom: 4px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu.child-deployed
    .menu-level-1
    > li.deployed
    .menu-level-1-content-wrapper {
    right: 0;
  }
}
@media (min-width: 1440px) {
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper {
    padding-top: 32px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1 {
    margin-left: 80px;
    margin-right: 80px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1::before {
    width: calc(100% - 60% + 94px);
    margin-left: -94px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-content-wrapper {
    top: 41px;
    width: calc(60% - 80px);
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-content-wrapper
    .menu-level-1-content {
    padding-right: 80px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .bottom-menu {
    padding-left: 77px;
    padding-right: 80px;
  }
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .bottom-menu
  .btn-mobile-wrapper {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .bottom-menu
    .btn-mobile-wrapper {
    display: none;
  }
}
@media (min-width: 1024px) {
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .img-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-featured-event
    .text-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 180px;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .featured-access {
    min-height: 94px;
  }
}
@media (min-width: 1024px) {
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-navigation {
    overflow-y: visible;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  div.body
    .header-nav-fair-container.header-nav-fair-container
    .menu-wrapper
    .menu
    .menu-level-1-wrapper::-webkit-scrollbar {
    display: none;
  }
}
div.body:not(.institutional)
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .search-unfold-icons-wrapper {
  display: none;
}
div.body:not(.institutional) .header-nav-container .nav-search {
  display: none !important;
}
@media (min-width: 768px) {
  div.body:not(.institutional) .hero-image .text-wrapper .hero-image-rampant {
    left: 596px;
  }
}
@media (min-width: 992px) {
  div.body:not(.institutional) .hero-image .text-wrapper .hero-image-rampant {
    left: 528px;
  }
}
@media (min-width: 1024px) {
  div.body:not(.institutional) .hero-image .text-wrapper .hero-image-rampant {
    left: 790px;
  }
}
@media (min-width: 1280px) {
  div.body:not(.institutional) .hero-image .text-wrapper .hero-image-rampant {
    left: 1030px;
  }
}
@media (min-width: 1440px) {
  div.body:not(.institutional) .hero-image .text-wrapper .hero-image-rampant {
    left: 1030px;
  }
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .mobile-logos
  a,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .desktop-logo
  a {
  outline: 0 none;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .mobile-logos
  a:focus:not(:active),
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .desktop-logo
  a:focus:not(:active) {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1
  .submenu-1,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1
  .submenu-1::before,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1::before,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-navig-event-wrapper {
  background-color: #fff;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header::before,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper.deployed
  .menu-icons-wrapper
  .date-wrapper::before,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper.deployed
  .menu-icons-wrapper
  .desktop-logo:not(.ifema-logo)::before,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper.deployed
  .menu-logo::before {
  background-color: #dcdce3;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-3
  > li
  div {
  border-color: #f2f2f5;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1
  span,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .close-level-1-content
  span[class^="icon"]::before,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  span,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-3
  span,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .date-wrapper
  span {
  color: #000;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1
  .submenu-1::after,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  span::before {
  color: #df7046;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .background-veil {
  background-color: #000;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-content {
  border-color: #dcdce3;
}
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .close-level-1-content:focus:not(:active),
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-content-wrapper
  .menu-level-1-header
  .title-wrapper
  .title:focus:not(:active),
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .menu-link
  > a:focus:not(:active)
  .submenu-1
  span,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  .submenu-1:focus:not(:active)
  span,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  :not(.menu-link):not(.menu-2-title)
  > a:focus:not(:active),
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu
  .menu-level-1-wrapper
  :not(.menu-link):not(.menu-2-title)
  > a:focus:not(:active)
  span,
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-icons-wrapper
  .desktop-logo:not(.ifema-logo)
  a:focus:not(:active),
div.body
  .header-nav-fair-container.header-nav-fair-container
  .menu-wrapper
  .menu-logo
  a:focus:not(:active) {
  outline-color: #e32424;
}
@media (max-width: 1023px) {
  .mod-kpi.kpi-slider .cards-container {
    max-height: 155px;
    overflow: hidden;
  }
  .mod-kpi.kpi-slider .kpi-card {
    text-align: center;
  }
  .mod-kpi.kpi-slider .kpi-card .img-wrapper img {
    margin-left: auto;
    margin-right: auto;
  }
  .mod-kpi.kpi-slider .slick-slider {
    margin: 0;
  }
  .mod-kpi.kpi-slider .slick-slider .slick-list {
    padding-right: 0;
    padding-left: 25px;
  }
  .mod-kpi.kpi-slider .slick-slider .slick-list .slick-slide {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .mod-kpi.kpi-slider .slick-slider .slick-list .slick-slide:not(:last-child) {
    margin-right: 16px;
  }
  .mod-kpi.kpi-slider .slick-slider.one-card .slick-list {
    padding-left: 17%;
  }
  .mod-kpi.kpi-slider .slick-slider.one-card .slick-list .slick-track {
    margin: 0 auto;
  }
  .mod-kpi.kpi-slider .slick-dots {
    margin: 0;
    padding: 0;
    bottom: auto;
    line-height: 0;
  }
  .mod-kpi.kpi-slider .slick-dots li {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    margin: 0;
    height: 8px !important;
    width: 8px !important;
    background: 0 0;
    background-color: #e3e3e3;
  }
  .mod-kpi.kpi-slider .slick-dots li:not(:first-child) {
    margin-left: 8px;
  }
  .mod-kpi.kpi-slider .slick-dots li.slick-active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    background-color: #000;
  }
}
.mod-kpi .row {
  display: block;
  font-size: 0;
}
.mod-kpi .col {
  display: inline-block;
  margin-bottom: 20px;
  width: 49%;
}
@media (min-width: 768px) {
  .mod-kpi .col {
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .mod-kpi .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.mod-kpi:not(.kpi-slider) .cards-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .mod-kpi:not(.kpi-slider) .cards-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .mod-kpi:not(.kpi-slider) .cards-container {
    max-width: 688px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .mod-kpi:not(.kpi-slider) .cards-container {
    max-width: 950px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .mod-kpi:not(.kpi-slider) .cards-container {
    max-width: 1190px;
  }
}
@media (min-width: 1024px) {
  .mod-kpi.kpi-slider .cards-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .mod-kpi.kpi-slider .cards-container {
    max-width: 950px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .mod-kpi.kpi-slider .cards-container {
    max-width: 1190px;
  }
}
.mod-kpi .row-block > * {
  margin-bottom: 0;
}
div.body .main > section.mod-kpi.full-width {
  padding-top: 20px;
  padding-bottom: 8px;
}
@media (min-width: 1024px) {
  div.body .main > section.mod-kpi.full-width {
    padding-top: 40px;
    padding-bottom: 28px;
  }
}
.mod-kpi .kpi-card {
  overflow: hidden;
}
.mod-kpi .kpi-card .icon-wrapper,
.mod-kpi .kpi-card .img-wrapper,
.mod-kpi .kpi-card .text-wrapper {
  line-height: 0;
}
.mod-kpi .kpi-card .icon-wrapper {
  text-align: center;
}
.mod-kpi .kpi-card .icon-wrapper span {
  font-size: 32px;
}
.mod-kpi .kpi-card .img-wrapper {
  margin: 0;
  text-align: center;
}
.mod-kpi .kpi-card .img-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  height: 24px;
}
.mod-kpi .kpi-card .digit-wrapper {
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.mod-kpi .kpi-card .digit-wrapper:not(:first-child) {
  margin-top: 12px;
}
.mod-kpi .kpi-card .digit-wrapper span {
  display: inline-block;
  font-family: "Barlow" ;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  vertical-align: bottom;
}
.mod-kpi .kpi-card .digit-wrapper .digit {
  font-size: 36px;
  line-height: 32px;
  max-width: calc(100% - 20px);
  overflow: hidden;
}
.mod-kpi .kpi-card .digit-wrapper .symbol {
  font-size: 20px;
  line-height: 26px;
}
.mod-kpi .kpi-card .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mod-kpi .kpi-card .text-wrapper:not(:first-child) {
  margin-top: 12px;
}
.mod-kpi .kpi-card .text-wrapper span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: block;
  max-height: 34px;
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
}
.mod-kpi .kpi-card .text-wrapper .title {
  max-height: 38px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
.mod-kpi .kpi-card .text-wrapper .subtitle:not(:first-child) {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .mod-kpi .kpi-card .digit-wrapper .digit {
    font-size: 32px;
    line-height: 27px;
    max-width: calc(100% - 22px);
  }
  .mod-kpi .kpi-card .digit-wrapper .symbol {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .mod-kpi .kpi-card .icon-wrapper span {
    font-size: 40px;
  }
  .mod-kpi .kpi-card .img-wrapper img {
    height: 30px;
  }
  .mod-kpi .kpi-card .digit-wrapper .digit {
    font-size: 54px;
    line-height: 55px;
    max-width: calc(100% - 30px);
  }
  .mod-kpi .kpi-card .digit-wrapper .symbol {
    font-size: 24px;
    line-height: 39px;
  }
  .mod-kpi .kpi-card .text-wrapper span {
    max-height: 38px;
    font-size: 16px;
    line-height: 19px;
  }
  .mod-kpi .kpi-card .text-wrapper .title {
    max-height: 46px;
    font-size: 20px;
    line-height: 23px;
  }
  .mod-kpi .kpi-card .text-wrapper .subtitle:not(:first-child) {
    margin-top: 10px;
  }
  .mod-kpi .kpi-card.icon-img .digit-wrapper:not(:first-child) {
    margin-top: 14px;
  }
}
.card-div.body .card-title {
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 4px;
}
.card-div.body .card-content {
  padding-left: 4px;
  padding-bottom: 12px;
}
.card-div.body table.clean-table.mt-3.mb-2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.card-div.body table.clean-table th {
  padding-top: 8px;
  border-width: 0;
  padding-left: 4px;
}
.card-div.body table.clean-table tr {
  background-color: #fff;
}
.card-div.body table.clean-table td {
  padding-left: 4px;
  border-width: 0;
}
.card-div.body table.clean-table td .type-public {
  padding-right: 5px;
}
.card-div.body table.clean-table td .type-public::before {
  content: "\A";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #81b181;
  display: inline-block;
}
.card-div.body table.clean-table td .type-profesional {
  padding-right: 5px;
}
.card-div.body table.clean-table td .type-profesional::before {
  content: "\A";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff9d49;
  display: inline-block;
}
.card-div.body table.clean-table td .type-mix {
  padding-right: 5px;
}
.card-div.body table.clean-table td .type-mix::before {
  content: "\A";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eb4f2a;
  display: inline-block;
}
.card-div.body table.clean-table td [class^="icon-"] {
  font-size: 20px;
  padding-right: 5px;
}
.mod-our-spaces .tab:focus:not(:active):not(.clicked) span {
  outline: 2px solid #e32424;
  outline-offset: 1px;
}
.mod-our-spaces .row-block {
  margin-bottom: 24px;
}
.mod-our-spaces .img-tabs-wrapper {
  background-color: #f8f9fd;
}
.mod-our-spaces .img-wrapper {
  display: none;
  position: relative;
  width: 100%;
  height: 220px;
  top: 93px;
}
.mod-our-spaces .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mod-our-spaces .img-wrapper img.lazy.loaded,
.mod-our-spaces .img-wrapper img:not(.lazy) {
  min-width: 100% !important;
}
.mod-our-spaces .img-wrapper.active {
  display: block;
}
.mod-our-spaces .tabs-text-wrapper {
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .mod-our-spaces .tabs-text-wrapper {
    margin-left: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-our-spaces .tabs-text-wrapper {
    margin-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-our-spaces .tabs-text-wrapper {
    margin-left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-our-spaces .tabs-text-wrapper {
    margin-left: 685px;
  }
}
@media (min-width: 768px) {
  .mod-our-spaces .tabs-text-wrapper {
    margin-right: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-our-spaces .tabs-text-wrapper {
    margin-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-our-spaces .tabs-text-wrapper {
    margin-right: calc(50vw - 603px);
  }
}
.mod-our-spaces .tabs-wrapper {
  position: relative;
  top: -220px;
  margin-right: -20px;
  margin-left: -20px;
  padding: 20px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mod-our-spaces .tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.mod-our-spaces .tabs-wrapper .tabs-group {
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
}
.mod-our-spaces .tabs-wrapper .tab {
  position: relative;
  display: inline-block;
  outline: 0 none;
  width: 18%;
  height: 53px;
  min-width: 96px;
  cursor: pointer;
  vertical-align: top;
  white-space: normal;
  word-break: break-word;
}
.mod-our-spaces .tabs-wrapper .tab::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #bbb;
}
.mod-our-spaces .tabs-wrapper .tab::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
}
.mod-our-spaces .tabs-wrapper .tab:not(:first-child) {
  margin-left: 6px;
}
.mod-our-spaces .tabs-wrapper .tab:not(:first-child)::before {
  width: calc(100% + 20px);
}
.mod-our-spaces .tabs-wrapper .tab span {
  font-family: "Barlow" ;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-our-spaces .tabs-wrapper .tab.active::after {
  background-color: #e32424;
}
.mod-our-spaces .tabs-wrapper .tab.active span {
  font-weight: 600;
  color: #000;
}
.mod-our-spaces .text-wrapper {
  padding-top: 20px;
}
.mod-our-spaces .text-wrapper .text-group {
  position: relative;
}
.mod-our-spaces .text-wrapper .text {
  display: none;
}
.mod-our-spaces .text-wrapper .text.active {
  display: block;
}
.mod-our-spaces .text-wrapper .text p {
  font-family: "Barlow";
  font-size: 17px;
  line-height: 25.5px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.mod-our-spaces .text-wrapper .text .title {
  font-family: "Barlow" ;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}
.mod-our-spaces .text-wrapper .link-wrapper {
  margin-top: 20px;
}
.mod-our-spaces .one-tab .img-wrapper {
  top: auto;
}
.mod-our-spaces .one-tab .tabs-wrapper {
  top: auto;
}
@media (min-width: 768px) {
  .mod-our-spaces .img-wrapper {
    height: 312px;
  }
  .mod-our-spaces .tabs-wrapper {
    top: -312px;
  }
  .mod-our-spaces .tabs-wrapper .tab {
    width: 18%;
    min-width: 106px;
  }
  .mod-our-spaces .tabs-wrapper .tab:not(:first-child) {
    margin-left: 11px;
  }
  .mod-our-spaces .tabs-wrapper .tab span {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .mod-our-spaces .img-tabs-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    min-height: 500px;
    background-color: #f2f2f5;
  }
  .mod-our-spaces .img-group-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    min-width: 0;
    max-height: 100%;
  }
  .mod-our-spaces .img-wrapper {
    top: auto;
    height: auto;
    min-height: 100%;
    max-height: 100%;
  }
  .mod-our-spaces .tabs-text-wrapper {
    z-index: 1;
    position: relative;
    margin-top: 0;
    margin-right: 0;
    padding-right: 20px;
    background-color: #f2f2f5;
  }
  .mod-our-spaces .tabs-text-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100vw;
    background-color: inherit;
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
  }
  .mod-our-spaces .tabs-wrapper {
    top: auto;
  }
  .mod-our-spaces .tabs-wrapper .tabs-group {
    margin-right: 0;
  }
  .mod-our-spaces .tabs-wrapper .tab {
    width: 116px;
    min-width: auto;
  }
  .mod-our-spaces .text-wrapper {
    width: 400px;
  }
  .mod-our-spaces .tabs-wrapper + .text-wrapper {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .mod-our-spaces .tabs-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    min-width: 620px;
  }
  .mod-our-spaces .tabs-wrapper .tab {
    width: 172px;
    height: 70px;
  }
  .mod-our-spaces .tabs-wrapper .tab:not(:first-child) {
    margin-left: 32px;
  }
  .mod-our-spaces .tabs-wrapper .tab:not(:first-child)::before {
    width: calc(100% + 40px);
  }
  .mod-our-spaces .tabs-wrapper .tab span {
    font-family: "Barlow";
    font-size: 20px;
    line-height: 26px;
  }
  .mod-our-spaces .text-wrapper {
    width: 580px;
  }
  .mod-our-spaces .text-wrapper .text .title {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 47px;
  }
}
@media (min-width: 1920px) {
  .mod-our-spaces .tabs-text-wrapper {
    padding-right: 160px;
  }
}
.mod-our-partnrs .row-block {
  margin-bottom: 24px;
}
.mod-our-partnrs .partnrs-slider {
  margin: 0;
}
.mod-our-partnrs .partnrs-slider .slick-dots {
  margin: 0;
  padding: 0;
  bottom: auto;
  line-height: 0;
}
.mod-our-partnrs .partnrs-slider .slick-dots li {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 none;
  margin: 0;
  height: 8px !important;
  width: 8px !important;
  background: 0 0;
  background-color: #e3e3e3;
}
.mod-our-partnrs .partnrs-slider .slick-dots li:not(:first-child) {
  margin-left: 8px;
}
.mod-our-partnrs .partnrs-slider .slick-dots li.slick-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  background-color: #000;
}
.mod-our-partnrs .partnrs-slider .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mod-our-partnrs .partnrs-slider .slick-dots {
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .mod-our-partnrs .partnrs-slider .slick-dots {
    margin-bottom: 0;
  }
}
.mod-our-partnrs .partnrs-slider:not(.ready) {
  height: 450px;
  overflow: hidden;
}
.mod-our-partnrs .partnr-card {
  outline: 0 none;
}
.mod-our-partnrs .big-img {
  position: relative;
  height: 180px;
}
.mod-our-partnrs .big-img img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mod-our-partnrs .little-img {
  position: relative;
  margin-bottom: 18px;
  height: 64px;
}
.mod-our-partnrs .little-img.circle {
  border-radius: 50%;
  width: 64px;
  overflow: hidden;
}
.mod-our-partnrs .little-img.center {
  margin-right: auto;
  margin-left: auto;
}
.mod-our-partnrs .little-img.right {
  margin-left: auto;
}
.mod-our-partnrs .little-img.icon {
  position: relative;
}
.mod-our-partnrs .little-img.icon span::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 62px;
}
.mod-our-partnrs .little-img img {
  margin: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mod-our-partnrs .title-wrapper {
  margin-bottom: 16px;
}
.mod-our-partnrs p {
  font-family: "Barlow";
  font-size: 17px;
  line-height: 25.5px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.mod-our-partnrs .title {
  margin-bottom: 0;
  font-family: "Barlow" ;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-our-partnrs .subtitle {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #b5b6bb;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-our-partnrs .title + .subtitle {
  margin-top: 8px;
}
.mod-our-partnrs .quote p {
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}
.mod-our-partnrs .buttons-wrapper {
  display: none;
}
@media (min-width: 576px) {
  .mod-our-partnrs .big-img {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .mod-our-partnrs .partnrs-slider .slick-dots {
    position: absolute;
    top: 24px;
    margin: 0;
    width: auto;
  }
  .mod-our-partnrs .img-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 500px;
  }
  .mod-our-partnrs .partnrs-slider:not(.ready) {
    height: 500px;
  }
  .mod-our-partnrs .big-img {
    width: 44.28vw;
    height: 100%;
  }
  .mod-our-partnrs .text-title-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mod-our-partnrs .text-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
  .mod-our-partnrs .title-wrapper {
    margin-bottom: 24px;
  }
  .mod-our-partnrs .title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
  }
  .mod-our-partnrs .subtitle {
    font-size: 16px;
    line-height: 19px;
  }
  .mod-our-partnrs .title + .subtitle {
    margin-top: 5px;
  }
  .mod-our-partnrs .buttons-wrapper {
    display: block;
    position: absolute;
    bottom: 24px;
    height: 40px;
  }
  .mod-our-partnrs .buttons-wrapper .btn-slide {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #000;
    outline: 0;
  }
  .mod-our-partnrs .buttons-wrapper .btn-slide:focus-visible {
    outline: 0;
  }
  .mod-our-partnrs .buttons-wrapper .btn-slide::before {
    content: "\e816";
    position: absolute;
    top: -5px;
    font-family: "Barlow";
    font-size: 34px;
    color: #fff;
  }
  .mod-our-partnrs .buttons-wrapper .previous {
    margin-right: 24px;
  }
  .mod-our-partnrs .buttons-wrapper .previous::before {
    left: 2px;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .mod-our-partnrs .buttons-wrapper .next::before {
    right: 2px;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mod-our-partnrs.one-slide .buttons-wrapper {
    display: none;
  }
}
@media (min-width: 1440px) {
  .mod-our-partnrs .big-img {
    width: 51.12vw;
  }
  .mod-our-partnrs .little-img {
    margin-bottom: 30px;
  }
  .mod-our-partnrs .little-img:not(.icon) {
    height: 96px;
  }
  .mod-our-partnrs .little-img.circle {
    width: 96px;
  }
  .mod-our-partnrs .title {
    font-weight: 600;
  }
  .mod-our-partnrs .quote p {
    font-size: 26px;
    line-height: 31px;
  }
  .mod-our-partnrs .title + .subtitle {
    margin-top: 8px;
  }
  .mod-our-partnrs .buttons-wrapper {
    bottom: 24px;
  }
}
@media (min-width: 1920px) {
  .mod-our-partnrs .big-img {
    width: 49.17vw;
    max-width: 1280px;
  }
}
.mod-our-partnrs .text-title {
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .mod-our-partnrs .text-title {
    padding-top: 56px;
    padding-bottom: 88px;
  }
}
@media (min-width: 768px) {
  .mod-our-partnrs:not(.media-right) .text-title {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media (min-width: 1440px) {
  .mod-our-partnrs:not(.media-right) .text-title {
    padding-left: 50px;
  }
}
@media (min-width: 1920px) {
  .mod-our-partnrs:not(.media-right) .text-title {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .mod-our-partnrs.media-right .text-title {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .mod-our-partnrs.media-right .text-title {
    padding-right: 50px;
  }
}
@media (min-width: 1920px) {
  .mod-our-partnrs.media-right .text-title {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .mod-our-partnrs:not(.media-right) .text-title-wrapper {
    margin-right: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-our-partnrs:not(.media-right) .text-title-wrapper {
    margin-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-our-partnrs:not(.media-right) .text-title-wrapper {
    margin-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-our-partnrs:not(.media-right) .text-title-wrapper {
    margin-right: 685px;
  }
}
@media (min-width: 768px) {
  .mod-our-partnrs.media-right .text-title-wrapper {
    margin-left: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-our-partnrs.media-right .text-title-wrapper {
    margin-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-our-partnrs.media-right .text-title-wrapper {
    margin-left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-our-partnrs.media-right .text-title-wrapper {
    margin-left: 685px;
  }
}
.mod-our-partnrs:not(.media-right) .container-content .text-title-wrapper {
  margin-right: 0;
}
.mod-our-partnrs.media-right .container-content .text-title-wrapper {
  margin-left: 0;
}
@media (min-width: 768px) {
  .mod-our-partnrs .container-content .big-img {
    width: 310px;
  }
}
@media (min-width: 1280px) {
  .mod-our-partnrs .container-content .big-img {
    width: 615px;
  }
}
@media (min-width: 768px) {
  .mod-our-partnrs.media-right .img-text-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}
.mod-our-partnrs .links-wrapper:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .mod-our-partnrs .buttons-wrapper,
  .mod-our-partnrs .slick-dots {
    left: calc(44.28vw + 40px);
  }
}
@media (min-width: 1440px) {
  .mod-our-partnrs .buttons-wrapper,
  .mod-our-partnrs .slick-dots {
    left: calc(51.12vw + 50px);
  }
}
@media (min-width: 1920px) {
  .mod-our-partnrs .buttons-wrapper,
  .mod-our-partnrs .slick-dots {
    left: calc(49.17vw + 60px);
  }
}
@media (min-width: 2560px) {
  .mod-our-partnrs .buttons-wrapper,
  .mod-our-partnrs .slick-dots {
    left: 1340px;
  }
}
@media (min-width: 768px) {
  .mod-our-partnrs.media-right .buttons-wrapper,
  .mod-our-partnrs.media-right .slick-dots {
    left: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-our-partnrs.media-right .buttons-wrapper,
  .mod-our-partnrs.media-right .slick-dots {
    left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-our-partnrs.media-right .buttons-wrapper,
  .mod-our-partnrs.media-right .slick-dots {
    left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-our-partnrs.media-right .buttons-wrapper,
  .mod-our-partnrs.media-right .slick-dots {
    left: 685px;
  }
}
@media (min-width: 768px) {
  .mod-our-partnrs .container-content .buttons-wrapper,
  .mod-our-partnrs .container-content .slick-dots {
    left: 350px;
  }
}
@media (min-width: 1280px) {
  .mod-our-partnrs .container-content .buttons-wrapper,
  .mod-our-partnrs .container-content .slick-dots {
    left: 655px;
  }
}
@media (min-width: 1440px) {
  .mod-our-partnrs .container-content .buttons-wrapper,
  .mod-our-partnrs .container-content .slick-dots {
    left: 665px;
  }
}
@media (min-width: 1920px) {
  .mod-our-partnrs .container-content .buttons-wrapper,
  .mod-our-partnrs .container-content .slick-dots {
    left: 675px;
  }
}
@media (min-width: 768px) {
  .mod-our-partnrs.media-right .container-content .buttons-wrapper,
  .mod-our-partnrs.media-right .container-content .slick-dots {
    left: 0;
  }
}
.mod-our-partnrs
  .buttons-wrapper
  .btn-slide:not(.mouse-click):focus:not(:active) {
  outline: 2px solid #e32424;
}
.mod-ctsi {
  background-color: #171736;
}
.mod-ctsi .img-wrapper {
  display: none;
}
.mod-ctsi .ctsi-container {
  position: relative;
}
.mod-ctsi .ctsi-container .ctsi-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
}
.mod-ctsi .ctsi-container .ctsi-content div:last-child {
  padding-right: 0;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.mod-ctsi .ctsi-container .ctsi-content .ctsi-header {
  border-bottom: 1px #dcdce3 solid;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.mod-ctsi .ctsi-container .ctsi-content .ctsi-header .ctsi-header-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}
.mod-ctsi .ctsi-container .ctsi-content .ctsi-header .ctsi-header-div.body {
  margin-bottom: 24px;
}
.mod-ctsi .ctsi-container .ctsi-content .ctsi-header .ctsi-links-wrapper a + a {
  display: table;
  margin-top: 12px;
}
.mod-ctsi .ctsi-container .ctsi-content .ctsi-card {
  margin-bottom: 24px;
}
.mod-ctsi .ctsi-container .ctsi-content .ctsi-card:last-child {
  margin-bottom: 0;
}
.mod-ctsi .ctsi-container .ctsi-content .ctsi-card .link-primary h2,
.mod-ctsi .ctsi-container .ctsi-content .ctsi-card .link-primary h3 {
  margin-bottom: 0;
  line-height: 0;
}
.mod-ctsi .ctsi-container .ctsi-content .ctsi-card .link-primary span {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600 !important;
  color: #000;
}
.mod-ctsi .ctsi-container .ctsi-content .ctsi-card .ctsi-card-div.body {
  padding-top: 14px;
  margin-bottom: 0;
}
.mod-ctsi
  .ctsi-container
  .ctsi-content
  .ctsi-card
  .ctsi-card-div.body:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mod-ctsi .ctsi-container .ctsi-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px;
  }
  .mod-ctsi .ctsi-container .ctsi-content .ctsi-header {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    min-width: 50%;
    max-width: 50%;
    padding-right: 40px;
  }
  .mod-ctsi .ctsi-container .ctsi-content .ctsi-header .ctsi-header-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 22px;
  }
  .mod-ctsi .ctsi-container .ctsi-content .ctsi-header .ctsi-header-div.body {
    margin-bottom: 22px;
  }
  .mod-ctsi .ctsi-container .ctsi-content .ctsi-div.body {
    max-width: 50%;
    min-width: 50%;
  }
  .mod-ctsi .ctsi-container .ctsi-content .ctsi-div.body .ctsi-card {
    margin-bottom: 40px;
  }
  .mod-ctsi
    .ctsi-container
    .ctsi-content
    .ctsi-div.body
    .ctsi-card
    .ctsi-card-div.body {
    padding-top: 12px;
  }
}
@media (min-width: 1024px) {
  .mod-ctsi .img-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
  }
  .mod-ctsi .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .mod-ctsi .ctsi-container .ctsi-content .ctsi-header .ctsi-header-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .mod-ctsi .ctsi-container .ctsi-content .ctsi-header .ctsi-header-div.body {
    margin-bottom: 16px;
  }
  .mod-ctsi .ctsi-container .ctsi-content .ctsi-card .ctsi-card-div.body {
    padding-top: 8px;
  }
}
.mod-modal-cards {
  background-color: #f2f2f5;
  padding-bottom: 0 !important;
}
.mod-modal-cards .SR-width {
  width: unset;
  padding-bottom: 10px;
}
.mod-modal-cards .modal-cards-container h2 {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-modal-cards .modal-cards-container h2 + p {
  padding: 0;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-modal-cards .modal-cards-container .modal-card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.mod-modal-cards .modal-cards-container .modal-card .modal-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  min-height: 250px;
  max-height: 250px;
  background-color: #292152;
}
.mod-modal-cards
  .modal-cards-container
  .modal-card
  .modal-card-container
  .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.mod-modal-cards
  .modal-cards-container
  .modal-card
  .modal-card-container
  .card-img
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.mod-modal-cards
  .modal-cards-container
  .modal-card
  .modal-card-container
  .veil {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45%;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(196, 196, 196, 0)),
    color-stop(35%, rgba(41, 33, 82, 0.6)),
    to(#292152)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(196, 196, 196, 0) 0,
    rgba(41, 33, 82, 0.6) 35%,
    #292152 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(196, 196, 196, 0) 0,
    rgba(41, 33, 82, 0.6) 35%,
    #292152 100%
  );
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0,
    rgba(41, 33, 82, 0.6) 35%,
    #292152 100%
  );
}
.mod-modal-cards
  .modal-cards-container
  .modal-card
  .modal-card-container
  .modal-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  z-index: 2;
  width: 100%;
  color: #fff;
}
.mod-modal-cards
  .modal-cards-container
  .modal-card
  .modal-card-container
  .modal-card-content
  .title-wrapper {
  margin-bottom: auto;
}
.mod-modal-cards
  .modal-cards-container
  .modal-card
  .modal-card-container
  .modal-card-content
  .modal-card-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-modal-cards
  .modal-cards-container
  .modal-card
  .modal-card-container
  .modal-card-content
  .modal-card-subtitle {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-modal-cards
  .modal-cards-container
  .modal-card
  .modal-card-container
  .modal-card-content
  .modal-card-title
  + .modal-card-subtitle {
  margin-top: 16px;
}
.mod-modal-cards
  .modal-cards-container
  .modal-card
  .modal-card-container
  .modal-card-content
  .modal-card-link {
  margin-top: 5px;
  visibility: visible;
  max-height: 24px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #fff;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-decoration: underline;
  text-align: end;
}
.mod-modal-cards
  .modal-cards-container
  .modal-card
  .modal-card-container.pointer:focus:not(:active):not(.mouse-click)
  .veil,
.mod-modal-cards
  .modal-cards-container
  .modal-card
  .modal-card-container.pointer:hover
  .veil {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(196, 196, 196, 0)),
    color-stop(rgba(227, 36, 36, 0.5)),
    to(#e32424)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(196, 196, 196, 0),
    rgba(227, 36, 36, 0.5),
    #e32424
  );
  background: -o-linear-gradient(
    top,
    rgba(196, 196, 196, 0),
    rgba(227, 36, 36, 0.5),
    #e32424
  );
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0),
    rgba(227, 36, 36, 0.5),
    #e32424
  );
}
.mod-modal-cards .modal-cards-container .text-center {
  padding-bottom: 30px;
}
@media (min-width: 375px) {
  .mod-modal-cards .col-sm-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .mod-modal-cards .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .mod-modal-cards .modal-cards-container .modal-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mod-modal-cards .modal-cards-container .modal-card .modal-card-container {
    min-height: 200px;
    max-height: 200px;
  }
  .mod-modal-cards
    .modal-cards-container
    .modal-card
    .modal-card-container
    .veil {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(196, 196, 196, 0)),
      color-stop(rgba(41, 33, 82, 0.6)),
      to(#292152)
    );
    background: -webkit-linear-gradient(
      top,
      rgba(196, 196, 196, 0),
      rgba(41, 33, 82, 0.6),
      #292152
    );
    background: -o-linear-gradient(
      top,
      rgba(196, 196, 196, 0),
      rgba(41, 33, 82, 0.6),
      #292152
    );
    background: linear-gradient(
      180deg,
      rgba(196, 196, 196, 0),
      rgba(41, 33, 82, 0.6),
      #292152
    );
  }
}
@media (min-width: 768px) {
  .mod-modal-cards .col-12,
  .mod-modal-cards .col-sm-6 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mod-modal-cards .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .mod-modal-cards .SR-width {
    width: unset;
    padding-bottom: 20px;
  }
  .mod-modal-cards .modal-cards-container .modal-card .modal-card-container {
    min-height: 300px;
    max-height: 300px;
  }
  .mod-modal-cards .modal-cards-container .text-center {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .mod-modal-cards .modal-cards-container .modal-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .mod-modal-cards .modal-cards-container .modal-card .modal-card-container {
    min-height: 280px;
    max-height: 280px;
  }
  .mod-modal-cards
    .modal-cards-container
    .modal-card
    .modal-card-container
    .modal-card-content
    .modal-card-title {
    font-size: 18px;
    line-height: 20px;
  }
  .mod-modal-cards
    .modal-cards-container
    .modal-card
    .modal-card-container
    .modal-card-content
    .modal-card-subtitle {
    font-size: 16px;
    line-height: 18px;
  }
  .mod-modal-cards
    .modal-cards-container
    .modal-card
    .modal-card-container
    .modal-card-content
    .modal-card-link {
    margin-top: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in-out 0s,
      margin-top 0.3s ease-in-out 0s;
    -o-transition: max-height 0.3s ease-in-out 0s,
      margin-top 0.3s ease-in-out 0s;
    transition: max-height 0.3s ease-in-out 0s, margin-top 0.3s ease-in-out 0s;
  }
  .mod-modal-cards
    .modal-cards-container
    .modal-card
    .modal-card-container.pointer:focus:not(:active):not(.mouse-click)
    .modal-card-content
    .modal-card-link,
  .mod-modal-cards
    .modal-cards-container
    .modal-card
    .modal-card-container.pointer:hover
    .modal-card-content
    .modal-card-link {
    margin-top: 5px;
    visibility: visible;
    max-height: 24px;
    -webkit-transition: max-height 0.3s ease-in-out 0s,
      margin-top 0.3s ease-in-out 0s;
    -o-transition: max-height 0.3s ease-in-out 0s,
      margin-top 0.3s ease-in-out 0s;
    transition: max-height 0.3s ease-in-out 0s, margin-top 0.3s ease-in-out 0s;
  }
}
@media (min-width: 1280px) {
  .mod-modal-cards .modal-cards-container .modal-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
div.body.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}
.card-modal {
  display: block !important;
  position: fixed;
  z-index: 1999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(41, 33, 82, 0.75);
  padding-right: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease-in-out 0.3s,
    opacity 0.3s ease-in-out 0s;
  -o-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
  transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
}
.card-modal.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  -o-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}
.card-modal .card-modal-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  max-width: 1000px;
  min-height: 350px;
  max-height: 520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-modal .card-modal-content .card-modal-img-wrapper {
  width: 40%;
  background-color: #292152;
}
.card-modal .card-modal-content .card-modal-img-wrapper .card-modal-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  z-index: 0;
  overflow: hidden;
}
.card-modal .card-modal-content .card-modal-img-wrapper .card-modal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.card-modal .card-modal-content .card-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  margin: 14px;
  line-height: 18px;
  color: #e32424;
  cursor: pointer;
  border: 0 none;
  background-color: transparent;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  -moz-text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  -webkit-text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  outline: 0 none;
}
.card-modal .card-modal-content .card-modal-close:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: 2px;
}
.card-modal .card-modal-content .card-modal-iframe {
  height: 100%;
  width: 100%;
}
.card-modal .card-modal-content .card-modal-div.body {
  width: 60%;
  background-color: #fff;
}
.card-modal .card-modal-content .card-modal-div.body .card-modal-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  margin: 40px 40px 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-modal .card-modal-content .card-modal-div.body .card-modal-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #757575;
  margin: 0 40px 24px;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-modal .card-modal-content .card-modal-div.body .card-modal-rrss {
  margin-bottom: 0;
  margin: 0 40px 24px;
}
.card-modal .card-modal-content .card-modal-div.body .card-modal-rrss a {
  color: #000 !important;
  margin-right: 20px;
  outline: 0 none;
}
.card-modal .card-modal-content .card-modal-div.body .card-modal-rrss a:hover {
  background: 0 0;
}
.card-modal
  .card-modal-content
  .card-modal-div.body
  .card-modal-rrss
  a:last-child {
  margin-right: 0;
}
.card-modal .card-modal-content .card-modal-div.body .card-modal-rrss a span {
  font-size: 20px;
}
.card-modal
  .card-modal-content
  .card-modal-div.body
  .card-modal-rrss
  a:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: 2px;
}
.card-modal .card-modal-content .card-modal-div.body .card-modal-text-wrapper {
  margin-bottom: 0;
  margin: 0 20px 40px 40px;
}
.card-modal
  .card-modal-content
  .card-modal-div.body
  .card-modal-text-wrapper
  .card-modal-text {
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding-right: 20px;
}
.card-modal
  .card-modal-content
  .card-modal-div.body
  .card-modal-text-wrapper
  .card-modal-text
  p {
  overflow: hidden;
}
.card-modal
  .card-modal-content
  .card-modal-div.body
  .card-modal-text-wrapper
  .card-modal-text
  p:last-child {
  margin-bottom: 0;
}
.card-modal.card-modal-legal > .card-modal-content {
  max-width: 1536px;
  width: 90%;
  height: 90%;
  max-height: none;
}
.card-modal.card-modal-legal > .card-modal-content .card-modal-close {
  position: absolute;
  z-index: 9999;
}
.card-modal.card-modal-legal
  > .card-modal-content
  .card-modal-content-container {
  overflow: hidden;
  padding-left: 100px;
  padding-right: 80px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.card-modal.card-modal-legal
  > .card-modal-content
  .card-modal-content-container
  .card-modal-content-wrapper {
  max-height: 100%;
  padding-right: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .card-modal .card-modal-content {
    width: 65%;
    max-height: 580px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .card-modal .card-modal-content .card-modal-img-wrapper {
    width: auto;
    position: relative;
    min-height: 200px;
    max-height: 200px;
  }
  .card-modal .card-modal-content .card-modal-img-wrapper .card-modal-img {
    width: 100%;
  }
  .card-modal .card-modal-content .card-modal-div.body {
    width: auto;
  }
  .card-modal .card-modal-content .card-modal-div.body .card-modal-title {
    margin: 24px 32px 8px;
  }
  .card-modal .card-modal-content .card-modal-div.body .card-modal-subtitle {
    margin: 0 32px 16px;
  }
  .card-modal .card-modal-content .card-modal-div.body .card-modal-rrss {
    margin: 0 32px 24px;
  }
  .card-modal
    .card-modal-content
    .card-modal-div.body
    .card-modal-text-wrapper {
    margin: 0 12px 32px 32px;
  }
  .card-modal
    .card-modal-content
    .card-modal-div.body
    .card-modal-text-wrapper
    .card-modal-text {
    max-height: 130px;
  }
  .card-modal.card-modal-legal > .card-modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .card-modal.card-modal-legal
    > .card-modal-content
    .card-modal-content-container {
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 20px;
  }
  .card-modal.card-modal-legal
    > .card-modal-content
    .card-modal-content-container
    .card-modal-content-wrapper {
    max-height: 100%;
    padding-right: 10px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .card-modal .card-modal-content {
    width: 85%;
    max-height: 90vh;
  }
  .card-modal .card-modal-content .card-modal-div.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .card-modal .card-modal-content .card-modal-div.body .card-modal-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .card-modal .card-modal-content .card-modal-div.body .card-modal-subtitle {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .card-modal
    .card-modal-content
    .card-modal-div.body
    .card-modal-text-wrapper {
    overflow: auto;
  }
  .card-modal
    .card-modal-content
    .card-modal-div.body
    .card-modal-text-wrapper
    .card-modal-text {
    max-height: 100%;
  }
}
@media (max-width: 374px) {
  .card-modal .card-modal-content .card-modal-div.body .card-modal-title {
    margin: 16px 20px 8px;
  }
  .card-modal .card-modal-content .card-modal-div.body .card-modal-subtitle {
    margin: 0 20px 16px;
  }
  .card-modal .card-modal-content .card-modal-div.body .card-modal-rrss {
    margin: 0 20px 24px;
  }
  .card-modal
    .card-modal-content
    .card-modal-div.body
    .card-modal-text-wrapper {
    margin: 0 0 20px 20px;
  }
  .card-modal
    .card-modal-content
    .card-modal-div.body
    .card-modal-text-wrapper
    .card-modal-text {
    max-height: 130px;
  }
}
.mod-modal-cards
  .modal-cards-container
  .modal-card
  .modal-card-container
  .modal-card-content {
  margin: 16px;
}
@media (min-width: 375px) and (max-width: 767px) {
  .mod-modal-cards
    .modal-cards-container
    .modal-card
    .modal-card-container
    .modal-card-content {
    margin-bottom: 10px;
  }
}
.mod-recommender input.input-list:focus:not(:active):not(.mouse-click),
.mod-recommender input[type="text"]:focus:not(:active):not(.mouse-click),
.mod-recommender textarea:focus:not(:active):not(.mouse-click) {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.mod-recommender .tags-wrapper input:focus:not(:active) + label span {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
.mod-recommender .data-protection input:focus:not(:active) + label span::after {
  outline: 1px solid #fff;
  outline-offset: 2px;
}
.mod-recommender
  .displacement
  .buttons-wrapper
  button:focus:not(:active):not(.mouse-click) {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.mod-recommender label,
.mod-recommender span {
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.mod-recommender p {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.mod-recommender .title {
  color: #fff;
}
@media (min-width: 768px) {
  .mod-recommender .path span {
    font-size: 16px;
    line-height: 19px;
  }
}
.mod-recommender fieldset .title {
  font-family: "Barlow";
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media (min-width: 768px) {
  .mod-recommender fieldset .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.mod-recommender .contact-title span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.mod-recommender input[type="text"],
.mod-recommender textarea {
  font-weight: 400;
}
.mod-recommender input.input-list {
  font-weight: 600;
}
.mod-recommender input.input-list,
.mod-recommender input[type="text"],
.mod-recommender textarea {
  font-family: "Barlow";
  font-size: 16px;
  line-height: 19px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.mod-recommender input.input-list::-webkit-input-placeholder,
.mod-recommender input[type="text"]::-webkit-input-placeholder,
.mod-recommender textarea::-webkit-input-placeholder {
  font-family: "Barlow";
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.mod-recommender input.input-list::-webkit-input-placeholder,
.mod-recommender input.input-list::placeholder,
.mod-recommender input[type="text"]::-webkit-input-placeholder,
.mod-recommender input[type="text"]::placeholder,
.mod-recommender textarea::-webkit-input-placeholder,
.mod-recommender textarea::placeholder {
  font-family: "Barlow";
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.mod-recommender .data-protection span {
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #b5b6bb;
}
.mod-recommender .data-protection a span {
  color: #fff;
  text-decoration: underline;
}
.mod-recommender .displacement {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.mod-recommender .displacement span {
  font-family: "Barlow";
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
.mod-recommender span.error-message {
  font-size: 16px;
  line-height: 19px;
  color: #ff6b6b;
}
.card-modal.card-modal-error .content-error .title-wrapper p {
  font-family: "Barlow";
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.card-modal.card-modal-error .content-error .title-wrapper p.title {
  font-family: "Barlow" ;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
@media (min-width: 768px) {
  .card-modal.card-modal-error .content-error .title-wrapper p.title {
    font-size: 32px;
    line-height: 40px;
  }
}
.mod-recommender .content-wrapper {
  min-height: calc(100vh - 64px);
  min-height: calc(var(--vhfnnav) - 64px);
}
@media (min-width: 768px) {
  .mod-recommender .content-wrapper {
    min-height: calc(100vh - 72px);
    min-height: calc(var(--vhfnnav) - 72px);
  }
}
@media (min-width: 1280px) {
  .mod-recommender .content-wrapper {
    min-height: auto;
  }
  .mod-recommender .content-wrapper > div {
    min-height: calc(100vh - 72px);
    min-height: calc(var(--vhfnnav) - 72px);
  }
}
div.body > .publi-top ~ main .mod-recommender .content-wrapper {
  min-height: calc(100vh - 164px);
  min-height: calc(var(--vhfnnav) - 164px);
}
@media (min-width: 768px) {
  div.body > .publi-top ~ main .mod-recommender .content-wrapper {
    min-height: calc(100vh - 172px);
    min-height: calc(var(--vhfnnav) - 172px);
  }
}
@media (min-width: 1280px) {
  div.body > .publi-top ~ main .mod-recommender .content-wrapper {
    min-height: auto;
  }
  div.body > .publi-top ~ main .mod-recommender .content-wrapper > div {
    min-height: calc(100vh - 172px);
    min-height: calc(var(--vhfnnav) - 172px);
  }
}
div.body.withTopbar .mod-recommender .content-wrapper {
  min-height: calc(100vh - 104px);
  min-height: calc(var(--vhfnnav) - 104px);
}
@media (min-width: 768px) {
  div.body.withTopbar .mod-recommender .content-wrapper {
    min-height: calc(100vh - 112px);
    min-height: calc(var(--vhfnnav) - 112px);
  }
}
@media (min-width: 1280px) {
  div.body.withTopbar .mod-recommender .content-wrapper {
    min-height: auto;
  }
  div.body.withTopbar .mod-recommender .content-wrapper > div {
    min-height: calc(100vh - 112px);
    min-height: calc(var(--vhfnnav) - 112px);
  }
}
div.body.withTopbar > .publi-top ~ main .mod-recommender .content-wrapper {
  min-height: calc(100vh - 204px);
  min-height: calc(var(--vhfnnav) - 204px);
}
@media (min-width: 768px) {
  div.body.withTopbar > .publi-top ~ main .mod-recommender .content-wrapper {
    min-height: calc(100vh - 212px);
    min-height: calc(var(--vhfnnav) - 212px);
  }
}
@media (min-width: 1280px) {
  div.body.withTopbar > .publi-top ~ main .mod-recommender .content-wrapper {
    min-height: auto;
  }
  div.body.withTopbar
    > .publi-top
    ~ main
    .mod-recommender
    .content-wrapper
    > div {
    min-height: calc(100vh - 212px);
    min-height: calc(var(--vhfnnav) - 212px);
  }
}
.mod-recommender .content-wrapper {
  padding-bottom: 104px;
}
@media (min-width: 768px) {
  .mod-recommender .content-wrapper {
    padding-bottom: 126px;
  }
}
@media (min-width: 1280px) {
  .mod-recommender .content-wrapper {
    padding-bottom: 0;
  }
  .mod-recommender .content-wrapper > div {
    padding-bottom: 126px;
  }
}
.mod-recommender .path::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 5px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #b5b6bb;
}
.mod-recommender .path:not(:last-child)::after {
  content: "";
  position: absolute;
  top: -23px;
  right: 4px;
  border-radius: 2px;
  width: calc(100% - 28px);
  height: 4px;
  background-color: #5b5578;
}
.mod-recommender .path:nth-child(1)::before {
  background-color: #e32424;
}
.mod-recommender .path .simple-check::before {
  position: relative;
  visibility: hidden;
  top: -25px;
  left: 5px;
}
.mod-recommender .path-wrapper[data-step="1"] .path:nth-child(1) span {
  font-weight: 600;
}
.mod-recommender .path-wrapper[data-step="2"] .path:nth-child(2) span {
  font-weight: 600;
}
.mod-recommender .path-wrapper[data-step="3"] .path:nth-child(3) span {
  font-weight: 600;
}
.mod-recommender .path-wrapper[data-step="2"] .path:nth-child(1)::before,
.mod-recommender .path-wrapper[data-step="3"] .path:nth-child(1)::before {
  top: -31px;
  left: 0;
  width: 20px;
  height: 20px;
}
.mod-recommender .path-wrapper[data-step="2"] .path:nth-child(1)::after,
.mod-recommender .path-wrapper[data-step="3"] .path:nth-child(1)::after {
  background-color: #e32424;
}
.mod-recommender
  .path-wrapper[data-step="2"]
  .path:nth-child(1)
  .simple-check::before,
.mod-recommender
  .path-wrapper[data-step="3"]
  .path:nth-child(1)
  .simple-check::before {
  visibility: visible;
}
.mod-recommender .path-wrapper[data-step="2"] .path:nth-child(2)::before,
.mod-recommender .path-wrapper[data-step="3"] .path:nth-child(2)::before {
  background-color: #e32424;
}
.mod-recommender .path-wrapper[data-step="3"] .path:nth-child(2)::before {
  top: -31px;
  left: 0;
  width: 20px;
  height: 20px;
}
.mod-recommender .path-wrapper[data-step="3"] .path:nth-child(2)::after {
  background-color: #e32424;
}
.mod-recommender
  .path-wrapper[data-step="3"]
  .path:nth-child(2)
  .simple-check::before {
  visibility: visible;
}
.mod-recommender .path-wrapper[data-step="3"] .path:nth-child(3)::before {
  background-color: #e32424;
}
.mod-recommender .input-list-wrapper::before {
  z-index: 1002;
}
.mod-recommender .input-list-wrapper .input-list {
  position: relative;
  z-index: 1001;
}
.mod-recommender .input-list-wrapper .ui-autocomplete.ui-autocomplete {
  top: 40px !important;
  left: 0 !important;
  margin-top: 10px !important;
  padding-top: 5px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  width: 100% !important;
  max-height: 250px;
  list-style: none;
  background-color: #fff !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mod-recommender
  .input-list-wrapper
  .ui-autocomplete.ui-autocomplete::-webkit-scrollbar {
  display: none;
}
.mod-recommender .input-list-wrapper .ui-autocomplete.ui-autocomplete li {
  margin: 0;
  padding: 0 !important;
}
.mod-recommender .input-list-wrapper .ui-autocomplete.ui-autocomplete a {
  display: block;
  margin: 0;
  outline: 0 none;
  border: 0 none;
  padding: 14px 56px 14px 16px;
  line-height: 0 !important;
  background-color: #fff;
  cursor: pointer;
}
.mod-recommender
  .input-list-wrapper
  .ui-autocomplete.ui-autocomplete
  a.ui-state-focus
  span {
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
}
.mod-recommender .input-list-wrapper .ui-autocomplete.ui-autocomplete span {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  padding-bottom: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(#000)
  );
  background-image: -webkit-linear-gradient(#000, #000);
  background-image: -o-linear-gradient(#000, #000);
  background-image: linear-gradient(#000, #000);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
  -webkit-transition: -webkit-background-size 0.3s;
  transition: -webkit-background-size 0.3s;
  -o-transition: background-size 0.3s;
  transition: background-size 0.3s;
  transition: background-size 0.3s, -webkit-background-size 0.3s;
}
.mod-recommender .error-message {
  display: none;
  margin-top: 8px;
}
.mod-recommender .error-icon {
  display: none;
  position: absolute;
  top: 18px;
  right: 14px;
  font-size: 22px;
  color: #ff6b6b;
}
.mod-recommender .error > .error-icon,
.mod-recommender .error > .error-message {
  display: block;
}
.mod-recommender .error input[type="text"] {
  border-color: #ff6b6b;
}
.mod-recommender .error.data-protection label {
  margin-bottom: 0;
}
.mod-recommender .error.data-protection .check::after {
  border-color: #ff6b6b;
}
.mod-recommender .error.data-protection .error-message {
  margin-bottom: 16px;
}
.mod-recommender .error input[type="text"] {
  padding-right: 56px;
}
.card-modal.card-modal-error .content-error {
  padding: 80px 20px 20px;
  width: 100%;
}
.card-modal.card-modal-error .content-error .title-wrapper p {
  margin-bottom: 0;
}
.card-modal.card-modal-error .content-error .title-wrapper .description {
  margin-top: 16px;
  padding-right: 10px;
  padding-left: 10px;
}
.card-modal.card-modal-error .content-error .buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 1440px) {
  .card-modal.card-modal-error .card-modal-content {
    width: 47%;
  }
  .card-modal.card-modal-error .content-error {
    padding: 80px 100px;
  }
  .card-modal.card-modal-error .content-error .title-wrapper .description {
    padding-right: 30px;
    padding-left: 30px;
  }
  .card-modal.card-modal-error .content-error .buttons-wrapper {
    margin-top: 48px;
  }
}
.mod-recommender .content-wrapper {
  position: relative;
  background-color: #292152;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.mod-recommender .steps-wrapper {
  background-color: #342c5b;
}
.mod-recommender .steps {
  margin-top: 16px;
  margin-right: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .mod-recommender .steps {
    margin-left: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-recommender .steps {
    margin-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-recommender .steps {
    margin-left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-recommender .steps {
    margin-left: 685px;
  }
}
.mod-recommender .steps .path-wrapper {
  padding-top: 26px;
}
.mod-recommender .steps .path {
  position: relative;
  display: inline-block;
  width: 90px;
}
.mod-recommender .steps .path span:not(.simple-check) {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-recommender .steps .step-text-wrapper {
  margin-top: 30px;
}
.mod-recommender .steps .step-text:last-child {
  margin-bottom: 0;
}
.mod-recommender .all-options {
  margin-top: 24px;
  margin-right: 10px;
  margin-left: 10px;
}
.mod-recommender fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 4px;
  padding-bottom: 2px;
  background-color: #342c5b;
}
.mod-recommender fieldset:not(:first-child) {
  margin-top: 24px;
}
.mod-recommender fieldset.hide {
  display: none;
}
.mod-recommender fieldset .title {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 22px 10px 0;
  background-color: inherit;
}
.mod-recommender .contact-title {
  margin-top: 8px;
  margin-bottom: 16px;
}
.mod-recommender input[type="checkbox"],
.mod-recommender input[type="radio"] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
}
.mod-recommender .tags-wrapper {
  position: relative;
  padding: 16px 10px 0;
}
.mod-recommender .tags-wrapper label {
  position: relative;
  margin-bottom: 16px;
}
.mod-recommender .tags-wrapper label img {
  position: absolute;
  top: calc(50% - 8px);
  left: 16px;
  height: 18px;
  visibility: hidden;
}
.mod-recommender .tags-wrapper label span {
  display: inline-block;
  border-radius: 4px;
  padding: 14px;
  background-color: #48416b;
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
  cursor: pointer;
}
.mod-recommender .tags-wrapper label span:hover {
  background-color: #292152;
}
.mod-recommender .tags-wrapper label span[class^="icon"]::before {
  position: absolute;
  top: calc(50% - 8px);
  left: 16px;
  font-size: 18px;
  visibility: hidden;
}
.mod-recommender .tags-wrapper input[type="checkbox"]:checked + label span,
.mod-recommender .tags-wrapper input[type="radio"]:checked + label span {
  background-color: #e32424;
}
.mod-recommender .tags-wrapper.vertical-radio input[type="radio"] + label {
  display: block;
}
.mod-recommender .tags-wrapper.vertical-radio input[type="radio"] + label span {
  position: relative;
  padding-left: 35px;
}
.mod-recommender
  .tags-wrapper.vertical-radio
  input[type="radio"]
  + label
  span::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 15px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 1px #fff;
}
.mod-recommender
  .tags-wrapper.vertical-radio
  input[type="radio"]
  + label
  span::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 19px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
}
.mod-recommender
  .tags-wrapper.vertical-radio
  input[type="radio"]:checked
  + label
  span::after {
  background-color: #fff;
}
.mod-recommender .tags-wrapper.horizontal-radio input[type="radio"] + label {
  display: inline-block;
}
.mod-recommender
  .tags-wrapper.horizontal-radio
  input[type="radio"]
  + label
  span {
  border-radius: 0;
  padding: 7px 10px;
}
.mod-recommender
  .tags-wrapper.horizontal-radio
  input[type="radio"]
  + label:first-of-type
  span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mod-recommender
  .tags-wrapper.horizontal-radio
  input[type="radio"]
  + label:last-of-type
  span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.mod-recommender .tags-wrapper input[type="checkbox"] + label {
  display: inline-block;
}
.mod-recommender .tags-wrapper input[type="checkbox"] + label:not(:last-child) {
  margin-right: 16px;
}
.mod-recommender
  .tags-wrapper.vertical-checkbox
  input[type="checkbox"]
  + label {
  display: block;
}
.mod-recommender input.input-list,
.mod-recommender input[type="text"],
.mod-recommender textarea {
  outline: 0 none;
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 16px 14px;
  width: 100%;
}
.mod-recommender input.input-list {
  padding-right: 56px;
}
.mod-recommender .input-list-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.mod-recommender .input-list-wrapper::before {
  position: absolute;
  top: 18px;
  right: 17px;
  font-size: 22px;
  color: #b5b6bb;
}
.mod-recommender .input-list-wrapper .select-list {
  display: none;
}
.mod-recommender .contact-wrapper {
  padding-top: 16px;
}
.mod-recommender .tags-wrapper + .contact-wrapper {
  padding-top: 0;
}
.mod-recommender .contact-wrapper,
.mod-recommender .data-protection,
.mod-recommender .recaptcha-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.mod-recommender .field-wrapper {
  position: relative;
}
.mod-recommender .data-protection {
  padding-top: 16px;
}
.mod-recommender .data-protection label {
  position: relative;
  margin-bottom: 16px;
  padding-left: 30px;
  cursor: pointer;
}
.mod-recommender .data-protection .check::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  border-radius: 2px;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
}
.mod-recommender .data-protection .check::before {
  z-index: 1;
  top: 6px;
  left: 7px;
}
.mod-recommender .data-protection input:not(:checked) + label .check::before {
  visibility: hidden;
}
.mod-recommender .data-protection input:checked + label .check::after {
  border-color: #e32424;
  background-color: #e32424;
}
.mod-recommender .displacement {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.mod-recommender .displacement .buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mod-recommender .displacement .buttons-wrapper button {
  outline: 0 none;
  border-radius: 4px;
  border: 0 none;
  padding: 0;
  background-color: transparent;
}
.mod-recommender .displacement .buttons-wrapper div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 4px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.mod-recommender .displacement .buttons-wrapper div span::before {
  position: absolute;
  top: calc(50% - 13px);
  font-size: 28px;
}
.mod-recommender .displacement .next-step div {
  padding-right: 42px;
  padding-left: 20px;
  background-color: #fff;
}
.mod-recommender .displacement .next-step span {
  color: #292152;
}
.mod-recommender .displacement .next-step span::before {
  right: 15px;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mod-recommender .displacement .next-step.disabled,
.mod-recommender .displacement .next-step[tabindex="-1"] {
  cursor: auto;
  pointer-events: none;
}
.mod-recommender .displacement .next-step.disabled div,
.mod-recommender .displacement .next-step[tabindex="-1"] div {
  background-color: #353255;
}
.mod-recommender .displacement .next-step.disabled span,
.mod-recommender .displacement .next-step[tabindex="-1"] span {
  color: #9490a8;
}
.mod-recommender .displacement .previous-step div {
  padding-right: 20px;
  padding-left: 25px;
}
.mod-recommender .displacement .previous-step span {
  color: #fff;
}
.mod-recommender .displacement .previous-step span::before {
  left: -1px;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mod-recommender .displacement .previous-step.disabled,
.mod-recommender .displacement .previous-step[tabindex="-1"] {
  visibility: hidden;
  cursor: auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .mod-recommender .steps {
    margin-top: 56px;
    margin-bottom: 85px;
    margin-right: calc(50vw - 351px);
  }
  .mod-recommender .steps .step-text-wrapper {
    margin-top: 56px;
  }
  .mod-recommender .steps .path {
    width: 140px;
  }
  .mod-recommender .all-options {
    max-width: 550px;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
  }
  .mod-recommender fieldset {
    border-radius: 8px;
    padding-bottom: 14px;
  }
  .mod-recommender fieldset:not(:first-child) {
    margin-top: 32px;
  }
  .mod-recommender fieldset .title {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 30px 30px 0;
  }
  .mod-recommender .contact-title {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .mod-recommender .tags-wrapper {
    padding: 32px 30px 0;
  }
  .mod-recommender .tags-wrapper label img {
    visibility: visible;
  }
  .mod-recommender .tags-wrapper label img + span {
    padding-left: 44px;
  }
  .mod-recommender .tags-wrapper label span[class^="icon"] {
    padding-left: 44px;
  }
  .mod-recommender .tags-wrapper label span[class^="icon"]::before {
    visibility: visible;
  }
  .mod-recommender
    .tags-wrapper.horizontal-radio
    input[type="radio"]
    + label
    span {
    padding-left: 14px;
    padding-right: 14px;
  }
  .mod-recommender .contact-wrapper {
    padding-top: 32px;
  }
  .mod-recommender .contact-wrapper,
  .mod-recommender .data-protection,
  .mod-recommender .recaptcha-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mod-recommender .data-protection {
    padding-top: 18px;
  }
  .mod-recommender .data-protection label {
    padding-left: 28px;
  }
  .mod-recommender .data-protection span {
    font-size: 16px;
    line-height: 19px;
  }
  .mod-recommender .data-protection .check::after {
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .mod-recommender .data-protection .check::before {
    top: 7px;
    left: 5px;
    width: 9px;
    height: 5px;
  }
  .mod-recommender .displacement {
    bottom: 54px;
  }
  .mod-recommender .displacement .buttons-wrapper {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .mod-recommender .steps {
    margin-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-recommender .content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .mod-recommender .steps {
    margin-right: 120px;
  }
  .mod-recommender .all-options {
    margin-top: 56px;
    margin-left: 36px;
    margin-right: calc(50vw - 603px);
    max-width: none;
  }
}
@media (min-width: 1280px) and (min-width: 2560px) {
  .mod-recommender .all-options {
    margin-right: 685px;
  }
}
@media (min-width: 1280px) {
  .mod-recommender .displacement .buttons-wrapper {
    max-width: none;
  }
}
.mod-recommender-link .recommender-link .symbol {
  color: #e32424;
}
.mod-recommender-link .recommender-link a:focus:not(:active) .card-content,
.mod-recommender-link .recommender-link a:hover .card-content {
  background-color: #e32424;
}
.mod-recommender-link
  .recommender-link
  a:focus:not(:active)
  .card-content
  .symbol,
.mod-recommender-link .recommender-link a:hover .card-content .symbol {
  color: #fff;
}
.mod-recommender-link
  .recommender-link
  a:focus:not(:active)
  .card-content
  .symbol
  .pri,
.mod-recommender-link .recommender-link a:hover .card-content .symbol .pri {
  opacity: 0;
}
.mod-recommender-link
  .recommender-link
  a:focus:not(:active)
  .card-content
  .symbol
  .sec,
.mod-recommender-link .recommender-link a:hover .card-content .symbol .sec {
  opacity: 1;
}
.mod-recommender-link
  .recommender-link
  a:focus:not(:active)
  .card-content
  .arrow-wrapper
  span::before,
.mod-recommender-link
  .recommender-link
  a:hover
  .card-content
  .arrow-wrapper
  span::before {
  color: #e32424;
}
div.body:not(.institutional) .mod-recommender-link .title-wrapper.no-rampant {
  background-color: initial;
}
div.body:not(.institutional)
  .mod-recommender-link
  .title-wrapper.no-rampant
  .pretitle,
div.body:not(.institutional)
  .mod-recommender-link
  .title-wrapper.no-rampant
  .title {
  color: #000;
}
div.body:not(.institutional)
  .mod-recommender-link
  .recommender-link
  .card-content {
  background-color: #000;
}
div.body:not(.institutional)
  .mod-recommender-link
  .recommender-link
  .card-content
  .card-title {
  color: #fff;
}
.mod-recommender-link .title-wrapper {
  z-index: 1;
  position: relative;
  padding-top: 40px;
  background-color: #292152;
}
.mod-recommender-link .title-wrapper .pretitle {
  font-family: "Barlow";
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.mod-recommender-link .title-wrapper .title {
  margin-bottom: 0;
  font-family: "Barlow" ;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.mod-recommender-link .title-wrapper .pretitle + .title {
  margin-top: 16px;
}
.mod-recommender-link .title-wrapper.no-rampant {
  background-color: initial;
}
.mod-recommender-link .title-wrapper.no-rampant .pretitle,
.mod-recommender-link .title-wrapper.no-rampant .title {
  color: #000;
}
.mod-recommender-link .content-wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.mod-recommender-link .rampant {
  position: absolute;
  top: -85px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292152;
  -webkit-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.mod-recommender-link .recommender-link-wrapper {
  margin-top: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mod-recommender-link .recommender-link:not(:last-child) {
  margin-bottom: 16px;
}
.mod-recommender-link .recommender-link a {
  outline: 0 none;
}
.mod-recommender-link
  .recommender-link
  a.disabled.disabled.disabled
  .card-content {
  background-color: #ededed !important;
}
.mod-recommender-link
  .recommender-link
  a.disabled.disabled.disabled
  .card-content
  .card-title,
.mod-recommender-link
  .recommender-link
  a.disabled.disabled.disabled
  .card-content
  .subtitle,
.mod-recommender-link
  .recommender-link
  a.disabled.disabled.disabled
  .card-content
  .symbol {
  color: #4e4e4e !important;
}
.mod-recommender-link .recommender-link .card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  padding: 24px;
  width: 100%;
  height: 100%;
  min-height: 80px;
  line-height: 0;
  background-color: #171736;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
}
.mod-recommender-link .recommender-link .symbol {
  margin-right: 20px;
}
.mod-recommender-link .recommender-link .symbol span {
  font-size: 28px;
}
.mod-recommender-link .recommender-link .symbol span::before {
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.mod-recommender-link .recommender-link .symbol img {
  width: 32px;
}
.mod-recommender-link .recommender-link .symbol img.pri {
  opacity: 1;
  z-index: 1;
}
.mod-recommender-link .recommender-link .symbol img.sec {
  opacity: 0;
  z-index: 0;
  display: none;
}
.mod-recommender-link .recommender-link .card-title {
  margin-bottom: 0;
  font-family: "Barlow";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.mod-recommender-link .recommender-link .arrow-wrapper {
  display: none;
}
.mod-recommender-link .recommender-link .arrow-wrapper span {
  position: relative;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #fff;
}
.mod-recommender-link .recommender-link .arrow-wrapper span::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #292152;
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
@media (min-width: 576px) {
  .mod-recommender-link .rampant {
    top: -100px;
  }
}
@media (max-width: 767px) {
  .mod-recommender-link .recommender-link-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mod-recommender-link .recommender-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .mod-recommender-link .recommender-link-wrapper {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media (min-width: 768px) {
  .mod-recommender-link .rampant {
    top: -125px;
  }
  .mod-recommender-link .title-wrapper .pretitle {
    font-size: 16px;
    line-height: 19px;
  }
  .mod-recommender-link .title-wrapper .title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
  }
  .mod-recommender-link .title-wrapper .pretitle + .title {
    margin-top: 24px;
  }
  .mod-recommender-link .content-wrapper {
    padding-bottom: 8px;
  }
  .mod-recommender-link .recommender-link-wrapper {
    margin-right: -16px;
    margin-left: -16px;
  }
  .mod-recommender-link .recommender-link {
    margin-bottom: 32px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .mod-recommender-link .recommender-link:not(:last-child) {
    margin-bottom: 32px;
  }
  .mod-recommender-link .recommender-link .card-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 62px 30px 30px;
    width: 274px;
    min-height: 165px;
  }
  .mod-recommender-link .recommender-link:nth-child(2n + 1) .card-content {
    margin-left: auto;
  }
  .mod-recommender-link .recommender-link .symbol {
    margin-right: 0;
    margin-bottom: 16px;
    height: 44px;
  }
  .mod-recommender-link .recommender-link .symbol span {
    font-size: 44px;
  }
  .mod-recommender-link .recommender-link .symbol img {
    height: 44px;
    width: auto;
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .mod-recommender-link .recommender-link .symbol img.pri {
    opacity: 1;
    z-index: 1;
  }
  .mod-recommender-link .recommender-link .symbol img.sec {
    opacity: 0;
    z-index: 0;
    display: block;
  }
  .mod-recommender-link .recommender-link .card-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
  }
  .mod-recommender-link .recommender-link .arrow-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 24px;
    height: 100%;
    width: 24px;
  }
}
@media (min-width: 1280px) {
  .mod-recommender-link .rampant {
    top: -150px;
  }
  .mod-recommender-link .recommender-link .card-content {
    width: auto;
  }
  .mod-recommender-link .recommender-link:nth-child(2n + 1) .card-content {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .mod-recommender-link .rampant {
    top: -160px;
  }
}
@media (min-width: 1920px) {
  .mod-recommender-link .rampant {
    top: -170px;
  }
}
@media (min-width: 2000px) {
  .mod-recommender-link .rampant {
    top: -180px;
  }
}
@media (min-width: 2300px) {
  .mod-recommender-link .rampant {
    top: -190px;
  }
}
@media (min-width: 2560px) {
  .mod-recommender-link .rampant {
    top: -200px;
  }
}
.mod-recommender-link .recommender-link .card-content .subtitle {
  display: none;
}
.mod-recommender-link .recommender-link .card-content .subtitle span {
  font-family: "Barlow" ;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media (min-width: 768px) {
  .mod-recommender-link .recommender-link .card-content .subtitle {
    display: block;
  }
  .mod-recommender-link
    .recommender-link
    .card-content
    .subtitle:not(:first-child) {
    margin-top: 18px;
  }
}
.ifm-home-news {
  padding-top: 30px;
  background-color: #f2f2f5;
}
.ifm-home-news .news-article {
  position: relative;
}
.ifm-home-news .card-container article {
  width: inherit;
}
@media (min-width: 768px) {
  .ifm-home-news {
    padding-top: 40px;
  }
}
.ifm-home-news .card-container .card .card-div.body {
  padding: 16px 9px 8px 9px;
}
.ifm-home-news .card-container .card .card-div.body p .truncate-small {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ifm-home-news .card-container .card .card-footer {
  padding: 0 9px 16px 9px;
}
.ifm-home-news .card-container .card .card-footer p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ifm-home-news .slick-list {
    padding: 0 7% 14px 20px;
  }
}
@media (min-width: 1024px) {
  .ifm-home-news .slick-list {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.card-container
  .news-article
  .card
  .embed-responsive-ifema
  img.embed-responsive-item {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ifm-home-news div.card:not(.disabled):hover {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ifm-home-news .card-container .card .card-div.body p .truncate-small {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}
.ifm-home-news .card-container .card .card-footer p.date {
  font-size: 12px;
}
.ifm-home-news .slide-event {
  outline: 0 none;
}
.ifm-home-news:not(.mouse-click)
  .slider
  .slide-event:focus:not(:active)
  .news-article::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e32424;
}
.ifm-home-news:not(.mouse-click)
  .slider
  .slide-event:focus:not(:active)
  .card-link
  a {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.ifm-home-news:not(.mouse-click) .slider .news-article .card-div.body a:focus {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
section.basico .mt-5,
section.basicoanidado .mt-5 {
  margin-top: 20px !important;
}
section.anidado .panel-div.body {
  margin-bottom: 30px !important;
}
section.cta {
  padding-bottom: 40px !important;
}
@media (max-width: 767px) {
  section.cta {
    padding-bottom: 20px !important;
  }
}
form#category-search {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  form#category-search {
    padding-bottom: 30px;
  }
}
.mod-programming .tabs-content-wrapper .tab span {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Barlow" ;
  font-size: 14px;
  line-height: 20px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  .mod-programming .tabs-content-wrapper .tab span {
    font-family: "Barlow";
    font-size: 22px;
    line-height: 26px;
  }
}
.mod-programming .tabs-content-wrapper .tab:not(.active) span {
  font-weight: 400;
  color: #666;
}
.mod-programming .tabs-content-wrapper .tab.active span {
  font-weight: 600;
  color: #000;
}
.accordion-prog .card-header span {
  font-family: "Barlow";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.accordion-prog .card-header .time-title-wrapper .time-wrapper {
  text-align: left;
}
@media (min-width: 1024px) {
  .accordion-prog .card-header .time-title-wrapper .time-wrapper span {
    font-size: 20px;
    line-height: 30px;
  }
  .accordion-prog .card-header .time-title-wrapper .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.accordion-prog
  .accordion-row:not(.active)
  .card-header
  .time-title-wrapper
  .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.accordion-prog .accordion-row.active .card-header .time-title-wrapper .title {
  font-weight: 600;
}
.accordion-prog a span {
  font-family: "Barlow";
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.accordion-prog a.save-calendar span {
  color: #000;
}
.mod-programming .tabs-content-wrapper {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .mod-programming .tabs-content-wrapper {
    padding-bottom: 40px;
  }
}
.mod-programming {
  background-color: #f2f2f5;
}
.mod-programming .tabs-wrapper {
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
  padding: 0 20px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mod-programming .tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.mod-programming .tabs-wrapper::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #bbb;
}
.mod-programming .tabs-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-right: 20px;
  font-size: 0;
}
.mod-programming .tab {
  position: relative;
  display: inline-block;
  outline: 0 none;
  border: 0 none;
  padding: 14px 0;
  width: 15%;
  height: 66px;
  min-width: 73px;
  cursor: pointer;
  background-color: transparent;
  vertical-align: top;
}
.mod-programming .tab::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #bbb;
}
.mod-programming .tab::after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
}
.mod-programming .tab:not(:first-child) {
  margin-left: 10px;
}
.mod-programming .tab:not(:first-child)::before {
  width: calc(100% + 20px);
}
.mod-programming .tab.active::after {
  background-color: #e32424;
}
.mod-programming .tab > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.mod-programming .tab span.desktop {
  display: none;
}
.mod-programming .tab-content:not(.active) {
  display: none;
}
@media (min-width: 768px) {
  .mod-programming .tab {
    width: 88px;
  }
}
@media (min-width: 1024px) {
  .mod-programming .tab {
    padding-top: 13px;
    padding-bottom: 32px;
    height: 71px;
    width: 150px;
  }
  .mod-programming .tab span.mobile {
    display: none;
  }
  .mod-programming .tab span.desktop {
    display: inline;
  }
}
@media (min-width: 1280px) {
  .mod-programming .tab {
    width: 172px;
  }
  .mod-programming .tab:not(:first-child) {
    margin-left: 32px;
  }
}
.accordion-prog {
  line-height: 0;
}
.accordion-prog .accordion-row {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-transition: background-color 0.1s ease-in-out 0s;
  -o-transition: background-color 0.1s ease-in-out 0s;
  transition: background-color 0.1s ease-in-out 0s;
}
.accordion-prog .accordion-row:nth-child(2n) {
  background-color: #e6e6e6;
}
.accordion-prog .accordion-row.active {
  background-color: #fff;
}
.accordion-prog .accordion-row:hover {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion-prog .card-header {
  border: 0 none;
  padding: 0;
}
.accordion-prog .card-header button {
  outline: 0 none;
  border: 0 none;
  padding: 0;
  width: 100%;
  background-color: transparent;
}
.accordion-prog .card-header .time-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  min-height: 64px;
}
.accordion-prog .card-header .time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  height: 40px;
  min-width: 84px;
  max-width: 84px;
  padding-left: 10px;
  padding-right: 8px;
}
.accordion-prog .card-header .time-wrapper .separator {
  display: none;
}
.accordion-prog .card-header .title-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 46px;
}
.accordion-prog .card-header .title-wrapper .to-deploy {
  position: absolute;
  top: 7px;
  right: 5px;
  color: #e32424;
  font-size: 30px;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.1s ease-in-out 0s;
  transition: -webkit-transform 0.1s ease-in-out 0s;
  -o-transition: -o-transform 0.1s ease-in-out 0s;
  transition: transform 0.1s ease-in-out 0s;
  transition: transform 0.1s ease-in-out 0s,
    -webkit-transform 0.1s ease-in-out 0s, -o-transform 0.1s ease-in-out 0s;
}
.accordion-prog .accordion-row.active .card-header .title-wrapper .to-deploy {
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media (min-width: 768px) {
  .accordion-prog .card-header .time-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 120px;
    max-width: 120px;
    padding-right: 14px;
    padding-left: 24px;
  }
  .accordion-prog .card-header .time-wrapper .separator {
    display: inline-block;
    margin: 0 0.2em;
  }
}
@media (min-width: 1024px) {
  .accordion-prog .card-header .time-wrapper {
    padding-left: 20px;
    padding-right: 32px;
    min-width: 204px;
    max-width: 204px;
  }
  .accordion-prog .card-header .title-wrapper .to-deploy {
    right: 20px;
  }
}
.accordion-prog .card-div.body {
  padding: 20px;
}
.accordion-prog .card-div.body .content-row:not(:first-child) {
  border-top: 1px solid #e3e3e3;
  padding-top: 19px;
}
.accordion-prog .card-div.body .content-row:not(:last-child) {
  padding-bottom: 20px;
}
.accordion-prog .card-div.body .content-row div :last-child,
.accordion-prog .card-div.body .content-row > :last-child {
  margin-bottom: 0;
}
.accordion-prog .card-div.body .content-row .row {
  margin-right: -10px;
  margin-left: -10px;
}
.accordion-prog .card-div.body .content-row .links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.accordion-prog .card-div.body .content-row .links-wrapper > a {
  margin-top: 0 !important;
  padding: 9px 20px !important;
}
.accordion-prog .card-div.body .content-row .links-wrapper a {
  display: inline-block;
  position: relative;
  outline: 0 none;
  border-radius: 4px;
  border: solid 2px #000;
  padding: 9px 20px;
  background-color: transparent;
}
.accordion-prog
  .card-div.body
  .content-row
  .links-wrapper
  a
  span[class^="icon"] {
  font-size: 18px;
  line-height: 1em;
}
.accordion-prog
  .card-div.body
  .content-row
  .links-wrapper
  a
  span[class^="icon"]
  + span {
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .accordion-prog .card-div.body {
    padding-right: 110px;
    padding-left: 204px;
  }
}
.accordion-prog.multiple .card-div.body {
  padding-bottom: 40px;
}
.accordion-prog.multiple .accordion-row {
  position: relative;
}
.accordion-prog.multiple .accordion-row.active + .accordion-row.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  height: 1px;
  width: calc(100% - 20px);
  background-color: #e3e3e3;
}
@media (min-width: 768px) {
  .accordion-prog.multiple
    .accordion-row.active
    + .accordion-row.active::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.mod-programming.dark {
  background-color: #292152;
}
.mod-programming.dark .tabs-content-wrapper .tab:not(.active) span {
  color: #a9a6ba;
}
.mod-programming.dark .tabs-content-wrapper .tab.active span {
  color: #fff;
}
.accordion-prog.dark .accordion-row:nth-child(2n) {
  background-color: #342c5b;
}
.accordion-prog.dark .accordion-row.active {
  background-color: #5e587d;
}
.accordion-prog.dark .card-header span {
  color: #fff;
}
.accordion-prog.dark .card-div.body p,
.accordion-prog.dark .card-div.body span {
  color: #fff;
}
.accordion-prog.dark .card-div.body .save-calendar {
  border-color: #fff;
}
.accordion-prog.dark .card-div.body .save-calendar span {
  color: #fff;
}
.mod-programming .tab:focus:not(:active):not(.mouse-click) span {
  outline: 2px solid #e32424;
  outline-offset: 1px;
}
.accordion-prog .save-calendar:focus:not(:active):not(.mouse-click) {
  outline: 2px solid #e32424;
  outline-offset: 2px;
}
.accordion-prog .card-header button:focus:not(:active):not(.mouse-click) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.programming-card:not(:last-child) {
  margin-bottom: 16px;
}
.programming-card .prog-card-title {
  position: relative;
  min-height: 19px;
}
.programming-card .prog-card-title span[class^="icon"] {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  color: #000;
}
.programming-card .prog-card-title img {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
}
.programming-card .prog-card-title img + .title,
.programming-card .prog-card-title span[class^="icon"] + .title {
  padding-left: 26px;
}
.programming-card.with-icon .details,
.programming-card.with-icon .title {
  padding-left: 26px;
}
.programming-card .details {
  margin-top: 7px;
}
@media (min-width: 768px) {
  .programming-card.col-md-4:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .programming-card:not(:last-child) {
    margin-bottom: 0;
  }
}
.accordion-prog .programming-card {
  padding-right: 10px;
  padding-left: 10px;
}
.accordion-prog.dark .programming-card .prog-card-title span[class^="icon"] {
  color: #fff;
}
.programming-card p,
.programming-card span {
  font-family: "Barlow";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.programming-card .title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.programming-card .details {
  line-height: 0;
}
@media (min-width: 1024px) {
  .programming-card .details span {
    font-size: 16px;
    line-height: 19px;
  }
}
.mod-countdown {
  display: none;
  padding-top: 30px;
  padding-bottom: 0 !important;
}
.mod-countdown .countdown-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.mod-countdown .countdown-container .countdown-text-container {
  background-color: #292152;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .mod-countdown .countdown-container .countdown-text-container {
    padding-left: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-countdown .countdown-container .countdown-text-container {
    padding-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-countdown .countdown-container .countdown-text-container {
    padding-left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-countdown .countdown-container .countdown-text-container {
    padding-left: 685px;
  }
}
.mod-countdown .countdown-container .countdown-text-container::before {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
  background-color: #292152;
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  z-index: 1;
}
.mod-countdown .countdown-container .countdown-text-container .countdown-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px 20px;
  padding-left: 0;
  z-index: 2;
}
.mod-countdown
  .countdown-container
  .countdown-text-container
  .countdown-text
  .countdown-title {
  font-size: 26px;
  font-weight: 600;
  font-family: "Barlow" ;
  line-height: 1;
  text-align: end;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mod-countdown
  .countdown-container
  .countdown-text-container
  .countdown-text
  .countdown-subtitle {
  font-size: 16px;
  font-family: "Barlow";
  padding-top: 5px;
  text-align: end;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mod-countdown .countdown-container .countdown-count-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #8322fa;
}
@media (min-width: 768px) {
  .mod-countdown .countdown-container .countdown-count-container {
    padding-right: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-countdown .countdown-container .countdown-count-container {
    padding-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-countdown .countdown-container .countdown-count-container {
    padding-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-countdown .countdown-container .countdown-count-container {
    padding-right: 685px;
  }
}
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 16px 0;
}
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-days,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-hours,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-minutes,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-seconds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-days
  .cd-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-days
  .ch-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-days
  .cm-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-days
  .cs-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-hours
  .cd-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-hours
  .ch-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-hours
  .cm-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-hours
  .cs-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-minutes
  .cd-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-minutes
  .ch-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-minutes
  .cm-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-minutes
  .cs-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-seconds
  .cd-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-seconds
  .ch-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-seconds
  .cm-count,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-seconds
  .cs-count {
  font-size: 28px;
  font-weight: 500;
  font-family: "Barlow" ;
  line-height: 1;
}
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-days
  .cd-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-days
  .ch-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-days
  .cm-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-days
  .cs-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-hours
  .cd-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-hours
  .ch-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-hours
  .cm-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-hours
  .cs-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-minutes
  .cd-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-minutes
  .ch-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-minutes
  .cm-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-minutes
  .cs-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-seconds
  .cd-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-seconds
  .ch-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-seconds
  .cm-text,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-seconds
  .cs-text {
  font-size: 14px;
  font-family: "Barlow";
}
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-days:first-child,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-hours:first-child,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-minutes:first-child,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-seconds:first-child {
  padding: 0;
  padding-right: 15px;
}
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-days:last-child,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-hours:last-child,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-minutes:last-child,
.mod-countdown
  .countdown-container
  .countdown-count-container
  .countdown-count
  .countdown-seconds:last-child {
  padding: 0;
  padding-left: 15px;
}
@media (min-width: 375px) {
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds {
    padding: 0 25px;
  }
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days {
    padding: 0;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .mod-countdown {
    padding-top: 40px;
  }
  .mod-countdown .countdown-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
  .mod-countdown .countdown-container .countdown-text-container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding-right: 24px;
  }
  .mod-countdown .countdown-container .countdown-text-container::before {
    display: block;
  }
  .mod-countdown
    .countdown-container
    .countdown-text-container
    .countdown-text
    .countdown-title {
    font-size: 30px;
  }
  .mod-countdown
    .countdown-container
    .countdown-text-container
    .countdown-text
    .countdown-subtitle {
    font-size: 14px;
  }
  .mod-countdown .countdown-container .countdown-count-container {
    padding-left: 53px;
  }
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count {
    padding: 24px 0;
  }
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .cd-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .ch-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .cm-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .cs-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .cd-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .ch-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .cm-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .cs-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .cd-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .ch-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .cm-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .cs-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .cd-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .ch-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .cm-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .cs-count {
    font-size: 24px;
  }
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .cd-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .ch-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .cm-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .cs-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .cd-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .ch-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .cm-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .cs-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .cd-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .ch-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .cm-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .cs-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .cd-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .ch-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .cm-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .cs-text {
    font-size: 12px;
  }
  .mod-countdown .container .countdown-container .countdown-text-container {
    padding-left: 24px;
  }
  .mod-countdown .container .countdown-container .countdown-count-container {
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .mod-countdown
    .countdown-container
    .countdown-text-container
    .countdown-text
    .countdown-title {
    font-size: 40px;
  }
  .mod-countdown
    .countdown-container
    .countdown-text-container
    .countdown-text
    .countdown-subtitle {
    font-size: 16px;
  }
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .cd-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .ch-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .cm-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .cs-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .cd-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .ch-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .cm-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .cs-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .cd-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .ch-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .cm-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .cs-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .cd-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .ch-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .cm-count,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .cs-count {
    font-size: 48px;
  }
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .cd-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .ch-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .cm-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days
    .cs-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .cd-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .ch-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .cm-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours
    .cs-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .cd-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .ch-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .cm-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes
    .cs-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .cd-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .ch-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .cm-text,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds
    .cs-text {
    font-size: 16px;
  }
  .mod-countdown .container .countdown-container .countdown-text-container {
    padding-left: 89px;
  }
  .mod-countdown .container .countdown-container .countdown-count-container {
    padding-right: 85px;
  }
}
@media (max-width: 420px) {
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds {
    padding: 0 15px;
  }
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days:first-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours:first-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes:first-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds:first-child {
    padding-right: 15px;
  }
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days:last-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours:last-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes:last-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 375px) {
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds {
    padding: 0 10px;
  }
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days:first-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours:first-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes:first-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds:first-child {
    padding-right: 10px;
  }
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days:last-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours:last-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes:last-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds:last-child {
    padding-left: 10px;
  }
}
@media (max-width: 350px) {
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds {
    padding: 0 5px;
  }
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days:first-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours:first-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes:first-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds:first-child {
    padding-right: 5px;
  }
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-days:last-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-hours:last-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-minutes:last-child,
  .mod-countdown
    .countdown-container
    .countdown-count-container
    .countdown-count
    .countdown-seconds:last-child {
    padding-left: 5px;
  }
}
.mod-area-cards .area-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 4px;
  padding: 16px;
  height: 317px;
  width: 205px;
  background-color: #322e59;
  overflow: hidden;
}
.mod-area-cards .area-card .area-img-bg,
.mod-area-cards .area-card .area-veil {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.mod-area-cards .area-card .area-card-bg img {
  z-index: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.mod-area-cards .area-card .area-veil {
  background: rgba(0, 0, 0, 0.5);
}
.mod-area-cards .area-card .area-card-content {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.mod-area-cards .area-card .area-card-content .img-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.mod-area-cards .area-card .area-card-content .img-wrapper img {
  margin: 0;
  width: auto;
  height: 40px;
}
.mod-area-cards .area-card .area-card-content .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.mod-area-cards .area-card .area-card-content .text-wrapper .text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.mod-area-cards .area-card .area-card-content .img-wrapper + .text-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.mod-area-cards
  .area-card
  .area-card-content
  .img-wrapper
  + .text-wrapper
  .text {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .mod-area-cards .area-card {
    padding: 24px;
    height: 420px;
    width: 100%;
  }
  .mod-area-cards .area-card .area-card-content .img-wrapper img {
    height: 48px;
  }
}
.mod-area-cards .area-card .title-wrapper span {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-area-cards .area-card .subtitle-wrapper span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-area-cards .area-card .title-wrapper + .subtitle-wrapper {
  margin-top: 8px;
}
.mod-related-cards {
  background-color: #f2f2f5;
}
.mod-related-cards .card-container .related-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  background-color: #fff;
}
.mod-related-cards .card-container .related-card .related-div.body {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mod-related-cards .card-container .related-card .related-div.body img {
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mod-related-cards .card-container .related-card .related-footer {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  min-height: 128px;
}
.mod-related-cards .card-container .related-card .related-footer p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-related-cards .card-container .related-card .related-footer .link-primary {
  margin: auto 0 0 0;
  padding-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-related-cards .related-card {
  height: 240px;
  width: 240px;
}
@media (min-width: 768px) {
  .mod-related-cards .related-card {
    height: 246px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .mod-related-cards .related-card {
    height: 274px;
  }
}
.mod-related-cards .card-container {
  min-height: 314px;
}
@media (min-width: 768px) {
  .mod-related-cards .card-container {
    min-height: 246px;
  }
}
@media (min-width: 1024px) {
  .mod-related-cards .card-container {
    min-height: 274px;
  }
}
.mod-related-cards .related-card .related-footer {
  font-size: 0.875rem;
}
.mod-related-cards .related-card .related-footer p {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}
.slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.generic-slider {
  padding-bottom: 20px;
}
.generic-slider .slick-slider {
  margin: 0;
}
.generic-slider .slick-list {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .generic-slider .slick-list {
    padding-left: calc(50vw - 351px);
    padding-right: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .generic-slider .slick-list {
    padding-left: calc(50vw - 482px);
    padding-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .generic-slider .slick-list {
    padding-left: calc(50vw - 603px);
    padding-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .generic-slider .slick-list {
    padding-left: 685px;
    padding-right: 685px;
  }
}
@media (min-width: 1024px) {
  .generic-slider .slick-list {
    padding-top: 20px;
  }
}
.generic-slider .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .generic-slider .slick-slide > div {
    width: 100%;
  }
}
.generic-slider .slick-slide > div > div {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 1440px) {
  .generic-slider .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.generic-slider .slick-slider .slick-dots li {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 0 none;
  height: 8px !important;
  width: 8px !important;
  background-color: #e3e3e3;
  -webkit-transition: background-color 0.2s ease-in 0s;
  -o-transition: background-color 0.2s ease-in 0s;
  transition: background-color 0.2s ease-in 0s;
}
.generic-slider .slick-slider .slick-dots li.slick-active {
  background-color: #000;
}
.generic-slider .slidable {
  min-height: 271px;
}
@media (min-width: 375px) {
  .generic-slider .slidable {
    min-height: 196px;
  }
}
@media (min-width: 576px) {
  .generic-slider .slidable {
    min-height: 258px;
  }
}
@media (min-width: 768px) {
  .generic-slider .slidable {
    min-height: 354px;
  }
}
@media (min-width: 1024px) {
  .generic-slider .slidable {
    min-height: 360px;
  }
}
.generic-slider .slick-slide:not(:last-child) {
  padding-right: 10px;
}
@media (min-width: 768px) {
  .generic-slider .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .generic-slider .slick-slide:not(:last-child) {
    padding-right: 30px;
  }
}
@media (min-width: 576px) {
  .generic-slider .slick-slide > * {
    max-width: 340px;
  }
}
@media (min-width: 768px) {
  .generic-slider .slick-slide > * {
    width: 276px;
    max-width: none;
  }
}
.generic-slider .no-results {
  padding-bottom: 80px;
}
.generic-slider .slidable .next-wrapper,
.generic-slider .slidable .prev-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .generic-slider .slidable {
    position: relative;
  }
  .generic-slider .slidable .buttons-wrapper {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  .generic-slider .slidable .buttons-wrapper .next-wrapper,
  .generic-slider .slidable .buttons-wrapper .prev-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    height: 100%;
  }
  .generic-slider .slidable .buttons-wrapper .next-wrapper.disabled,
  .generic-slider .slidable .buttons-wrapper .prev-wrapper.disabled {
    visibility: hidden;
  }
  .generic-slider .slidable .buttons-wrapper button {
    outline: 0 none;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
    border: 0 none;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #000;
    cursor: pointer;
    pointer-events: auto;
  }
  .generic-slider .slidable .buttons-wrapper span[class^="icon"]::before {
    position: relative;
    top: 2px;
    color: #fff;
    font-size: 40px;
  }
  .generic-slider
    .slidable
    .buttons-wrapper
    .prev-wrapper
    span[class^="icon"]::before {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .generic-slider
    .slidable
    .buttons-wrapper
    .next-wrapper
    span[class^="icon"]::before {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .generic-slider .slidable .buttons-wrapper.custom-arrows button {
    background-color: #fff;
  }
  .generic-slider
    .slidable
    .buttons-wrapper.custom-arrows
    span[class^="icon"]::before {
    color: #e32424;
  }
}
@media (min-width: 1440px) {
  .generic-slider .slidable .buttons-wrapper .prev-wrapper {
    margin-left: -80px;
  }
  .generic-slider .slidable .buttons-wrapper .next-wrapper {
    margin-right: -80px;
  }
}
@media (min-width: 1024px) {
  .generic-slider .slick-slide {
    -webkit-transition: margin 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s,
      opacity 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    transition: margin 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s,
      opacity 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
    -o-transition: margin 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s,
      opacity 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
    transition: margin 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s,
      transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    transition: margin 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s,
      transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s,
      -webkit-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
  }
  .generic-slider
    .slidable:not(.no-interaction).mouseover:not(.mouseover-block)
    .slick-slide:not(:hover) {
    opacity: 0.3;
  }
  .generic-slider
    .slidable:not(.no-interaction).mouseover:not(.mouseover-block)
    .slick-slide:hover:not(.slide-not-scale) {
    -webkit-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
  }
  .generic-slider
    .slidable:not(.no-interaction).mouseover:not(.mouseover-block)
    .slick-slide:hover:not(.slide-not-scale):not(:first-child) {
    padding-left: 12.7px;
  }
  .generic-slider
    .slidable:not(.no-interaction).mouseover:not(.mouseover-block)
    .slick-slide:hover:not(.slide-not-scale)
    + .slick-slide {
    padding-left: 12.7px;
  }
  .generic-slider
    .slidable.mouseover-child-nf:not(.mouseover-block)
    .slick-slide:first-child {
    margin-left: -13.6px;
  }
}
.mod-title-groups-2 .generic-slider .slick-slider {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .mod-title-groups-2 .generic-slider .slick-slider {
    margin-left: calc((50vw - 351px) * -1);
    margin-right: calc((50vw - 351px) * -1);
  }
}
@media (min-width: 1024px) {
  .mod-title-groups-2 .generic-slider .slick-slider {
    margin-left: calc((50vw - 482px) * -1);
    margin-right: calc((50vw - 482px) * -1);
  }
}
@media (min-width: 1280px) {
  .mod-title-groups-2 .generic-slider .slick-slider {
    margin-left: calc((50vw - 603px) * -1);
    margin-right: calc((50vw - 603px) * -1);
  }
}
@media (min-width: 2560px) {
  .mod-title-groups-2 .generic-slider .slick-slider {
    margin-left: -685px;
    margin-right: -685px;
  }
}
@media (min-width: 1440px) {
  .mod-title-groups-2
    .generic-slider
    .slidable
    .buttons-wrapper.container
    .prev-wrapper {
    margin-left: -180px;
  }
  .mod-title-groups-2
    .generic-slider
    .slidable
    .buttons-wrapper.container
    .next-wrapper {
    margin-right: -180px;
  }
}
.generic-slider .slider-last-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow: hidden;
}
.generic-slider .slider-last-card a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  outline: 0 none;
  width: 100%;
}
.generic-slider .slider-last-card .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  height: 100%;
  width: 100%;
  background-color: #8322fa;
}
.generic-slider .slider-last-card .content {
  position: relative;
  padding-top: 24px;
}
.generic-slider .slider-last-card .content span[class^="icon"]::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #fff;
}
.generic-slider .slider-last-card .text-discover {
  display: block;
}
.generic-slider .slider-last-card .text-discover {
  font-family: "Barlow";
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media (min-width: 768px) {
  .generic-slider .slider-last-card .text-discover {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.generic-slider .slidable .buttons-wrapper button:focus:not(:active) {
  outline: 2px solid #e32424;
}
.generic-slider .slider-last-card a:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.slider-autoplay .slick-autoplay-toggle-button {
  display: none;
}
.slick-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -200vw;
  opacity: 0.001;
}
.autoplay-dots-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .autoplay-dots-wrapper {
    margin-top: 26px;
  }
}
.autoplay-dots-wrapper .slick-autoplay-toggle-button {
  display: block;
  outline: 0;
  border: none;
  padding: 0;
  background-color: transparent;
}
.autoplay-dots-wrapper .slick-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -200vw;
  opacity: 0.001;
}
.autoplay-dots-wrapper .slick-autoplay-toggle-button {
  position: relative;
  border: none;
  color: #000;
  width: 28px;
  height: 28px;
}
@media (min-width: 1024px) {
  .autoplay-dots-wrapper .slick-autoplay-toggle-button {
    width: 32px;
    height: 32px;
  }
}
.autoplay-dots-wrapper .slick-pause-icon::before,
.autoplay-dots-wrapper .slick-play-icon::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}
.autoplay-dots-wrapper .slick-pause-icon::before {
  content: "\e831";
  font-size: 10px;
}
.autoplay-dots-wrapper .slick-play-icon::before {
  content: "\e82b";
  font-size: 40px;
}
.autoplay-dots-wrapper .autoplay-wrapper button:focus:not(:active) {
  outline: 2px solid #e32424;
}
.slick-dots button {
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}
.slick-dots button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -200vw;
  opacity: 0.001;
}
.slick-dots button:focus:not(:active):not(.mouse-click) {
  outline: 2px solid #e32424;
  outline-offset: 2px;
}
.mod-icon-cards {
  background-color: #f2f2f5;
}
.mod-icon-cards .icon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  background-color: #fff;
}
.mod-icon-cards .icon-card .img-wrapper img {
  margin: 0;
  height: 40px;
  max-width: 100%;
}
.mod-icon-cards .icon-card .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mod-icon-cards .generic-slider .slidable {
  min-height: 150px;
  max-height: 252px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mod-icon-cards .generic-slider .slidable {
    min-height: 172px;
  }
}
.mod-icon-cards .generic-slider .slick-slider .slick-slide:not(:last-child) {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .mod-icon-cards .generic-slider .slick-slider .slick-slide:not(:last-child) {
    padding-right: 32px;
  }
}
.mod-icon-cards .generic-slider .slick-slider .slick-slide > * {
  width: 150px;
  height: 150px;
  max-height: 212px;
}
@media (min-width: 768px) {
  .mod-icon-cards .generic-slider .slick-slider .slick-slide > * {
    width: 172px;
    height: 172px;
  }
}
@media (min-width: 1440px) {
  .mod-icon-cards .generic-slider .slick-slider .slick-slide > * {
    width: 142px;
    height: 142px;
  }
}
@media (min-width: 1440px) {
  .mod-icon-cards .generic-slider .slick-slider.big-icon-card .slick-slide > * {
    width: 212px;
    height: 212px;
  }
  .mod-icon-cards
    .generic-slider
    .slick-slider.medium-icon-card
    .slick-slide
    > * {
    width: 172px;
    height: 172px;
  }
}
.mod-icon-cards .text-wrapper span {
  font-family: "Barlow";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-partners {
  background-color: #f2f2f5;
}
.mod-partners .partners-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .mod-partners .partners-card {
    width: 273px;
  }
}
.mod-partners .partners-card .img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mod-partners .partners-card .img-wrapper img {
  margin: 0;
  height: 100px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mod-partners .partners-card a {
  outline: 0 none;
}
@media (min-width: 1024px) {
  .mod-partners .banner-row.big-cards .partners-card {
    width: 375px;
  }
}
.mod-partners .banner-row.big-cards .partners-card .img-wrapper img {
  height: 160px;
}
@media (min-width: 768px) {
  .mod-partners .banner-row.big-cards .partners-card .img-wrapper img {
    height: 224px;
  }
}
.mod-partners:not(.remove-cards-bg) .partners-card .img-wrapper {
  background-color: #fff;
}
.mod-partners .banners-group-title {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .mod-partners .banners-group-title {
    margin-bottom: 16px;
  }
}
.mod-partners .banner-row-title {
  margin-bottom: 8px;
}
.mod-partners .title-wrapper {
  margin-bottom: 8px;
}
.mod-partners .banner-row-title span,
.mod-partners .title-wrapper span {
  font-family: "Barlow" ;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2em;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.mod-partners .banner-row {
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .mod-partners {
    padding-bottom: 40px;
  }
}
.mod-partners .slider {
  margin-top: 0;
  margin-bottom: 0;
}
.mod-partners .pause-dots-wrapper {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .mod-partners .pause-dots-wrapper {
    margin-top: 26px;
  }
}
.mod-partners .slick-dots {
  margin: 0;
  padding: 0;
  bottom: auto;
  line-height: 0;
}
.mod-partners .slick-dots li {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 none;
  margin: 0;
  height: 8px !important;
  width: 8px !important;
  background: 0 0;
  background-color: #e3e3e3;
}
.mod-partners .slick-dots li:not(:first-child) {
  margin-left: 8px;
}
.mod-partners .slick-dots li.slick-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  background-color: #000;
}
.mod-partners .slick-track {
  margin-left: 0;
}
.mod-partners .slider:not(.slick-initialized) {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .mod-partners .slider:not(.slick-initialized) {
    margin-left: calc(50vw - 351px);
    margin-right: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-partners .slider:not(.slick-initialized) {
    margin-left: calc(50vw - 482px);
    margin-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-partners .slider:not(.slick-initialized) {
    margin-left: calc(50vw - 603px);
    margin-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-partners .slider:not(.slick-initialized) {
    margin-left: 685px;
    margin-right: 685px;
  }
}
.mod-partners .slidable {
  min-height: 100px;
  overflow: hidden;
}
.mod-partners .banner-row.big-cards .slidable {
  min-height: 160px;
}
@media (min-width: 768px) {
  .mod-partners .slidable {
    min-height: 124px;
  }
  .mod-partners .banner-row.big-cards .slidable {
    min-height: 248px;
  }
}
@media (min-width: 1024px) {
  .mod-partners .slidable {
    min-height: 134px;
  }
  .mod-partners .banner-row.big-cards .slidable {
    min-height: 258px;
  }
}
.mod-partners .slick-list {
  padding-right: 15%;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .mod-partners .slick-list {
    padding-left: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-partners .slick-list {
    padding-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-partners .slick-list {
    padding-left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-partners .slick-list {
    padding-left: 685px;
  }
}
@media (min-width: 768px) {
  .mod-partners .slick-list {
    padding-right: calc(50vw - 371px);
  }
}
@media (min-width: 1024px) {
  .mod-partners .slick-list {
    padding-right: calc(50vw - 502px);
  }
}
@media (min-width: 1280px) {
  .mod-partners .slick-list {
    padding-right: calc(50vw - 623px);
  }
}
@media (min-width: 1440px) {
  .mod-partners .slick-list {
    padding-right: calc(50vw - 635px);
  }
}
@media (min-width: 2560px) {
  .mod-partners .slick-list {
    padding-right: 653px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mod-partners .banner-row.big-cards .slick-list {
    padding-right: 26%;
  }
}
.mod-partners .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  outline: 0 none;
}
.mod-partners .slick-slide:not(:last-child) {
  padding-right: 16px;
}
@media (min-width: 768px) {
  .mod-partners .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .mod-partners .slick-slide:not(:last-child) {
    padding-right: 32px;
  }
}
.mod-partners .slick-slide > * {
  width: 100%;
}
@media (min-width: 768px) {
  .mod-partners .slick-slide > * {
    width: 334px;
  }
}
@media (min-width: 1024px) {
  .mod-partners .slick-slide > * {
    width: 273px;
  }
}
@media (min-width: 768px) {
  .mod-partners .banner-row.big-cards .slick-slide > * {
    width: 511px;
  }
}
@media (min-width: 1024px) {
  .mod-partners .banner-row.big-cards .slick-slide > * {
    width: 375px;
  }
}
.partners-card a:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.mod-grid-1-4 .card-grid-1-4:not(.big-card):not(.link-card) {
  height: 136px;
}
@media (min-width: 768px) {
  .mod-grid-1-4 .card-grid-1-4:not(.big-card):not(.link-card) {
    height: 218px;
  }
}
@media (min-width: 1280px) {
  .mod-grid-1-4 .card-grid-1-4:not(.big-card):not(.link-card) {
    height: 287px;
  }
}
.mod-grid-1-4 .card-grid-1-4.big-card {
  height: 280px;
}
@media (min-width: 768px) {
  .mod-grid-1-4 .card-grid-1-4.big-card {
    height: 452px;
  }
}
@media (min-width: 1280px) {
  .mod-grid-1-4 .card-grid-1-4.big-card {
    height: 614px;
  }
}
.mod-grid-1-4 .card-grid-1-4.link-card {
  height: 136px;
}
@media (min-width: 768px) {
  .mod-grid-1-4 .card-grid-1-4.link-card {
    height: 452px;
  }
}
@media (min-width: 1280px) {
  .mod-grid-1-4 .card-grid-1-4.link-card {
    height: 287px;
  }
}
@media (max-width: 767px) {
  .mod-grid-1-4 .mod-content > div:first-child > .row > div:first-child {
    margin-bottom: 20px;
  }
  .mod-grid-1-4 .mod-content > div:first-child > .row > div:last-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mod-grid-1-4 .mod-content > div:first-child > .row > div:first-child {
    margin-bottom: 40px;
  }
  .mod-grid-1-4 .mod-content > div:last-child > .row > div:first-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .mod-grid-1-4
    .mod-content
    > div:first-child
    > .row
    > div:last-child
    > .row
    > div:first-child {
    margin-bottom: 40px;
  }
  .mod-grid-1-4 .mod-content > div:last-child > .row > div:first-child {
    margin-bottom: 40px;
  }
}
.card-grid-1-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  background-color: #000;
}
.card-grid-1-4 .img-wrapper img,
.card-grid-1-4 .veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-grid-1-4 img {
  -o-object-fit: cover;
  object-fit: cover;
}
.card-grid-1-4 .veil {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(18.56%, rgba(0, 0, 0, 0.7)),
    color-stop(39.63%, rgba(0, 0, 0, 0.591922)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7) 18.56%,
    rgba(0, 0, 0, 0.591922) 39.63%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.7) 18.56%,
    rgba(0, 0, 0, 0.591922) 39.63%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 18.56%,
    rgba(0, 0, 0, 0.591922) 39.63%,
    rgba(0, 0, 0, 0) 100%
  );
}
.card-grid-1-4 .text-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.card-grid-1-4 .text-wrapper .title + .subtitle {
  margin-top: 8px;
}
@media (min-width: 1280px) {
  .card-grid-1-4 .big-card .text-wrapper .title + .subtitle {
    margin-top: 16px;
  }
}
.card-grid-1-4:not(.big-card) .subtitle {
  display: none;
}
@media (min-width: 768px) {
  .card-grid-1-4:not(.big-card) .subtitle {
    display: block;
  }
}
.card-grid-1-4.big-card .text-wrapper {
  padding: 20px;
}
@media (min-width: 768px) {
  .card-grid-1-4.big-card .text-wrapper {
    padding: 32px;
  }
}
@media (min-width: 1280px) {
  .card-grid-1-4.big-card .text-wrapper {
    padding: 55px;
  }
}
.card-grid-1-4:not(.big-card) .text-wrapper {
  padding: 16px;
}
@media (min-width: 768px) {
  .card-grid-1-4:not(.big-card) .text-wrapper {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .card-grid-1-4:not(.big-card) .text-wrapper {
    padding: 24px;
  }
}
.card-grid-1-4.link-card .text-wrapper .arrow-wrapper:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .card-grid-1-4.link-card .text-wrapper .arrow-wrapper:not(:last-child) {
    margin-bottom: 16px;
  }
}
.card-grid-1-4.link-card .text-wrapper .arrow-wrapper span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .card-grid-1-4.link-card .text-wrapper .arrow-wrapper span {
    font-size: 22px;
  }
}
.card-grid-1-4 {
  overflow: hidden;
}
.card-grid-1-4 .img-wrapper img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  -o-transition: -o-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s,
    -webkit-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
}
.card-grid-1-4:focus:not(:active) .img-wrapper img,
.card-grid-1-4:hover .img-wrapper img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.card-grid-1-4 .subtitle span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-grid-1-4.big-card .title span {
  font-size: 2rem;
  line-height: 2.25rem;
}
@media (min-width: 1280px) {
  .card-grid-1-4.big-card .title span {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.card-grid-1-4:not(.big-card) .title span {
  font-size: 1.125rem;
  line-height: 1.35rem;
}
@media (min-width: 768px) {
  .card-grid-1-4:not(.big-card) .title span {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1280px) {
  .card-grid-1-4:not(.big-card) .title span {
    font-size: 1.8125rem;
    line-height: 2.125rem;
  }
}
.card-grid-1-4 .subtitle span {
  font-size: 1.0625rem;
  line-height: 1.275rem;
}
@media (min-width: 1280px) {
  .card-grid-1-4 .subtitle span {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.card-grid-1-4:focus:not(:active) {
  outline: 2px solid #e32424;
}
.mod-vertical-accordion .accordion .row-accordion-wrapper {
  border-bottom: 1px solid #000;
}
.mod-vertical-accordion .accordion .collapse {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mod-vertical-accordion .accordion .accordion-header {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 100%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
}
.mod-vertical-accordion .accordion .title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 42px;
}
.mod-vertical-accordion .accordion .numeric-wrapper,
.mod-vertical-accordion .accordion .symbol-wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.mod-vertical-accordion .accordion .icon-ring-more {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
.mod-vertical-accordion .accordion .numeric {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  background-color: #000;
  width: 21px;
  height: 21px;
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
}
.mod-vertical-accordion .accordion .numeric span {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.mod-vertical-accordion .accordion .accordion-header,
.mod-vertical-accordion .accordion .row-accordion-div.body {
  padding: 13px 18px;
}
.mod-vertical-accordion .accordion .row-accordion-div.body {
  background-color: #fff;
}
.mod-vertical-accordion .accordion .accordion-header.collapsed {
  background-color: #f3f3f3;
}
.mod-vertical-accordion .accordion .accordion-header.collapsed .icon-ring-more {
  opacity: 1;
}
.mod-vertical-accordion .accordion .accordion-header.collapsed .numeric {
  background-color: #f3f3f3;
}
.mod-vertical-accordion .accordion .accordion-header.collapsed .numeric span {
  color: #000;
}
@media (min-width: 768px) {
  .mod-vertical-accordion .accordion .numeric {
    width: 28px;
    height: 28px;
  }
  .mod-vertical-accordion .accordion .row-accordion-div.body {
    padding-left: 60px;
  }
}
@media (min-width: 1280px) {
  .mod-vertical-accordion .group-content {
    padding-left: 100px;
  }
}
.mod-vertical-accordion .accordion .text-wrapper {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-vertical-accordion .accordion .row-accordion-div.body {
  font-size: 15px;
}
@media (min-width: 768px) {
  .mod-vertical-accordion .accordion .icon-ring-less,
  .mod-vertical-accordion .accordion .icon-ring-more {
    font-size: 28px;
  }
}
.mod-vertical-accordion .accordion .accordion-header:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.mod-tabs {
  background-color: #f3f4f5;
}
.mod-tabs .tabs-accordion-wrapper {
  padding-bottom: 30px;
}
.mod-tabs .deploy-element {
  outline: 0;
  border: none;
  padding: 0;
  width: 100%;
  background-color: transparent;
}
.mod-tabs .deploy-element .title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  padding: 19px;
}
.mod-tabs .deploy-element .symbol {
  margin-right: 10px;
}
.mod-tabs .deploy-element .symbol::before {
  font-size: 24px;
}
.mod-tabs .deploy-element .img-symbol {
  width: 24px;
  height: auto;
  margin-right: 10px;
}
.mod-tabs .deploy-element .img-symbol img {
  margin-right: 10px;
  width: 24px;
  height: auto;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mod-tabs .deploy-element .img-symbol img.pri {
  opacity: 1;
  z-index: 1;
  display: block;
}
.mod-tabs .deploy-element .img-symbol img.sec {
  opacity: 0;
  z-index: 0;
  display: block;
  margin-top: -7px;
}
.mod-tabs .deploy-element .title {
  margin-right: auto;
}
.mod-tabs .deploy-element .arrow {
  margin-left: 10px;
}
.mod-tabs .deploy-element .arrow::before {
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  -o-transition: -o-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s,
    -webkit-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
}
.mod-tabs .accordion-wrapper .deploy-element:not(:first-child) {
  margin-top: 30px;
}
.mod-tabs .content {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .tabs-group {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .deploy-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .deploy-element
    .title-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .deploy-element
    .title {
    margin-right: 0;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .arrow {
    display: none;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .content.collapse {
    display: block;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .tab-content
    .tab-pane {
    padding-top: 0;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .content {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .mod-tabs[data-num-tabs="1"] .tabs-group,
  .mod-tabs[data-num-tabs="2"] .tabs-group,
  .mod-tabs[data-num-tabs="3"] .tabs-group {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .mod-tabs[data-num-tabs="1"] .deploy-element,
  .mod-tabs[data-num-tabs="2"] .deploy-element,
  .mod-tabs[data-num-tabs="3"] .deploy-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .mod-tabs[data-num-tabs="1"] .deploy-element .title-wrapper,
  .mod-tabs[data-num-tabs="2"] .deploy-element .title-wrapper,
  .mod-tabs[data-num-tabs="3"] .deploy-element .title-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .mod-tabs[data-num-tabs="1"] .deploy-element .title,
  .mod-tabs[data-num-tabs="2"] .deploy-element .title,
  .mod-tabs[data-num-tabs="3"] .deploy-element .title {
    margin-right: 0;
  }
  .mod-tabs[data-num-tabs="1"] .arrow,
  .mod-tabs[data-num-tabs="2"] .arrow,
  .mod-tabs[data-num-tabs="3"] .arrow {
    display: none;
  }
  .mod-tabs[data-num-tabs="1"] .content.collapse,
  .mod-tabs[data-num-tabs="2"] .content.collapse,
  .mod-tabs[data-num-tabs="3"] .content.collapse {
    display: block;
  }
  .mod-tabs[data-num-tabs="1"] .tab-content .tab-pane,
  .mod-tabs[data-num-tabs="2"] .tab-content .tab-pane,
  .mod-tabs[data-num-tabs="3"] .tab-content .tab-pane {
    padding-top: 0;
  }
  .mod-tabs[data-num-tabs="1"] .content,
  .mod-tabs[data-num-tabs="2"] .content,
  .mod-tabs[data-num-tabs="3"] .content {
    padding-top: 40px;
  }
}
@media (min-width: 1280px) {
  .mod-tabs .content {
    padding-top: 48px;
  }
}
@media (min-width: 1024px) {
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .accordion-wrapper
    .deploy-element {
    display: none;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .collapse:not(.show) {
    display: block;
  }
}
@media (min-width: 768px) {
  .mod-tabs[data-num-tabs="1"] .accordion-wrapper .deploy-element,
  .mod-tabs[data-num-tabs="2"] .accordion-wrapper .deploy-element,
  .mod-tabs[data-num-tabs="3"] .accordion-wrapper .deploy-element {
    display: none;
  }
  .mod-tabs[data-num-tabs="1"] .collapse:not(.show),
  .mod-tabs[data-num-tabs="2"] .collapse:not(.show),
  .mod-tabs[data-num-tabs="3"] .collapse:not(.show) {
    display: block;
  }
}
@media (max-width: 1023px) {
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .tabs-wrapper {
    display: none;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .tab-content
    > .tab-pane {
    display: block;
  }
}
@media (min-width: 1024px) {
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .tabs-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .mod-tabs[data-num-tabs="1"] .tabs-wrapper,
  .mod-tabs[data-num-tabs="2"] .tabs-wrapper,
  .mod-tabs[data-num-tabs="3"] .tabs-wrapper {
    display: none;
  }
  .mod-tabs[data-num-tabs="1"] .tab-content > .tab-pane,
  .mod-tabs[data-num-tabs="2"] .tab-content > .tab-pane,
  .mod-tabs[data-num-tabs="3"] .tab-content > .tab-pane {
    display: block;
  }
}
@media (min-width: 768px) {
  .mod-tabs[data-num-tabs="1"] .tabs-wrapper,
  .mod-tabs[data-num-tabs="2"] .tabs-wrapper,
  .mod-tabs[data-num-tabs="3"] .tabs-wrapper {
    display: block;
  }
}
.mod-tabs .deploy-element .title-wrapper {
  background-color: #fff;
  color: #000;
  -webkit-transition: background-color 0.3s ease-in-out 0s,
    color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.mod-tabs .deploy-element .arrow::before {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1023px) {
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .deploy-element:not(.collapsed)
    .title-wrapper {
    background-color: #000;
    color: #fff;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .deploy-element:not(.collapsed)
    .title-wrapper
    .img-symbol
    .pri {
    opacity: 0;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .deploy-element:not(.collapsed)
    .title-wrapper
    .img-symbol
    .sec {
    opacity: 1;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .deploy-element:not(.collapsed)
    .arrow::before {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@media (min-width: 1024px) {
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .deploy-element.active
    .title-wrapper {
    background-color: #000;
    color: #fff;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .deploy-element.active
    .title-wrapper
    .img-symbol
    .pri {
    opacity: 0;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .deploy-element.active
    .title-wrapper
    .img-symbol
    .sec {
    opacity: 1;
  }
  .mod-tabs:not([data-num-tabs="1"]):not([data-num-tabs="2"]):not([data-num-tabs="3"])
    .deploy-element.active
    .arrow::before {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@media (max-width: 767px) {
  .mod-tabs[data-num-tabs="1"] .deploy-element:not(.collapsed) .title-wrapper,
  .mod-tabs[data-num-tabs="2"] .deploy-element:not(.collapsed) .title-wrapper,
  .mod-tabs[data-num-tabs="3"] .deploy-element:not(.collapsed) .title-wrapper {
    background-color: #000;
    color: #fff;
  }
  .mod-tabs[data-num-tabs="1"]
    .deploy-element:not(.collapsed)
    .title-wrapper
    .img-symbol
    .pri,
  .mod-tabs[data-num-tabs="2"]
    .deploy-element:not(.collapsed)
    .title-wrapper
    .img-symbol
    .pri,
  .mod-tabs[data-num-tabs="3"]
    .deploy-element:not(.collapsed)
    .title-wrapper
    .img-symbol
    .pri {
    opacity: 0;
  }
  .mod-tabs[data-num-tabs="1"]
    .deploy-element:not(.collapsed)
    .title-wrapper
    .img-symbol
    .sec,
  .mod-tabs[data-num-tabs="2"]
    .deploy-element:not(.collapsed)
    .title-wrapper
    .img-symbol
    .sec,
  .mod-tabs[data-num-tabs="3"]
    .deploy-element:not(.collapsed)
    .title-wrapper
    .img-symbol
    .sec {
    opacity: 1;
  }
  .mod-tabs[data-num-tabs="1"] .deploy-element:not(.collapsed) .arrow::before,
  .mod-tabs[data-num-tabs="2"] .deploy-element:not(.collapsed) .arrow::before,
  .mod-tabs[data-num-tabs="3"] .deploy-element:not(.collapsed) .arrow::before {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@media (min-width: 768px) {
  .mod-tabs[data-num-tabs="1"] .deploy-element.active .title-wrapper,
  .mod-tabs[data-num-tabs="2"] .deploy-element.active .title-wrapper,
  .mod-tabs[data-num-tabs="3"] .deploy-element.active .title-wrapper {
    background-color: #000;
    color: #fff;
  }
  .mod-tabs[data-num-tabs="1"]
    .deploy-element.active
    .title-wrapper
    .img-symbol
    .pri,
  .mod-tabs[data-num-tabs="2"]
    .deploy-element.active
    .title-wrapper
    .img-symbol
    .pri,
  .mod-tabs[data-num-tabs="3"]
    .deploy-element.active
    .title-wrapper
    .img-symbol
    .pri {
    opacity: 0;
  }
  .mod-tabs[data-num-tabs="1"]
    .deploy-element.active
    .title-wrapper
    .img-symbol
    .sec,
  .mod-tabs[data-num-tabs="2"]
    .deploy-element.active
    .title-wrapper
    .img-symbol
    .sec,
  .mod-tabs[data-num-tabs="3"]
    .deploy-element.active
    .title-wrapper
    .img-symbol
    .sec {
    opacity: 1;
  }
  .mod-tabs[data-num-tabs="1"] .deploy-element.active .arrow::before,
  .mod-tabs[data-num-tabs="2"] .deploy-element.active .arrow::before,
  .mod-tabs[data-num-tabs="3"] .deploy-element.active .arrow::before {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
@media (min-width: 1024px) {
  .mod-tabs .deploy-element:not(.active):hover .title-wrapper {
    background-color: #171736;
    color: #fff;
  }
  .mod-tabs .deploy-element:not(.active):hover .title-wrapper .img-symbol .pri {
    opacity: 0;
  }
  .mod-tabs .deploy-element:not(.active):hover .title-wrapper .img-symbol .sec {
    opacity: 1;
  }
}
.mod-tabs .deploy-element {
  outline: 0;
}
.mod-tabs:not(.mousedown) .deploy-element:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.mod-activities-list .container {
  padding: 0 20px;
}
.mod-activities-list .accordion-header {
  padding: 17px 20px;
  background-color: #000;
  color: #fff;
}
.mod-activities-list .deploy-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  border: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding: 12px 17px;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: left;
  -webkit-transition: background-color 0.2s ease-in-out 0s,
    border-top-color 0.2s ease-in-out 0s, border-bottom-color 0s;
  -o-transition: background-color 0.2s ease-in-out 0s,
    border-top-color 0.2s ease-in-out 0s, border-bottom-color 0s;
  transition: background-color 0.2s ease-in-out 0s,
    border-top-color 0.2s ease-in-out 0s, border-bottom-color 0s;
}
.mod-activities-list .title-wrapper {
  width: 67%;
}
.mod-activities-list .date-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.mod-activities-list .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mod-activities-list .clock {
  margin-right: 6px;
  font-size: 24px;
}
.mod-activities-list .separator {
  display: none;
}
.mod-activities-list .arrow {
  font-size: 16px;
  margin-left: 17px;
}
.mod-activities-list .arrow::before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
  transition: -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: -o-transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s,
    -webkit-transform 0.2s ease-in-out 0s, -o-transform 0.2s ease-in-out 0s;
}
.mod-activities-list .deploy-element.collapsed {
  border-bottom-color: #000;
  background-color: #f3f4f5;
  -webkit-transition: background-color 0.2s ease-in-out 0s,
    border-color 0s ease-in-out 0.2s;
  -o-transition: background-color 0.2s ease-in-out 0s,
    border-color 0s ease-in-out 0.2s;
  transition: background-color 0.2s ease-in-out 0s,
    border-color 0s ease-in-out 0.2s;
}
.mod-activities-list .deploy-element.collapsed .arrow::before {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mod-activities-list
  .deploy-element:not(.collapsed)
  + .content
  + .deploy-element:not(.collapsed) {
  border-top-color: #000;
}
.mod-activities-list .content.collapse.show + .deploy-element:not(.collapsed) {
  border-top-color: #000;
}
.mod-activities-list .img-content-row-wrapper {
  padding: 24px 0;
}
.mod-activities-list .img-content-row-wrapper > .img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
.mod-activities-list .img-content-row-wrapper > .img-wrapper img {
  width: 100%;
  max-width: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.mod-activities-list .content-row-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 17px;
}
.mod-activities-list .content-row hr {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mod-activities-list .content-row .links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.mod-activities-list .content-row .links-wrapper a {
  display: inline-block;
  position: relative;
  outline: 0 none;
  margin: 0 !important;
  border-radius: 4px;
  border: solid 2px #000;
  padding: 9px 20px !important;
  background-color: transparent;
  text-align: center;
}
.mod-activities-list .content-row .links-wrapper a span[class^="icon"] + span {
  margin-left: 20px;
}
.mod-activities-list .content-row .links-wrapper > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .mod-activities-list .accordion-header {
    padding: 10px 24px;
  }
  .mod-activities-list .deploy-element {
    padding: 17px 24px;
  }
  .mod-activities-list .time {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mod-activities-list .separator {
    display: block;
    margin: 0 0.2em;
  }
  .mod-activities-list .arrow {
    margin-left: 24px;
  }
  .mod-activities-list .img-content-row-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .mod-activities-list .img-content-row-wrapper .img-wrapper {
    display: block;
    width: 224px;
    min-width: 224px;
  }
  .mod-activities-list .content-row-wrapper {
    padding: 0 24px;
  }
  .mod-activities-list .content-row .links-wrapper {
    gap: 32px;
  }
}
@media (min-width: 1280px) {
  .mod-activities-list .accordion-header {
    padding: 16px 32px;
  }
  .mod-activities-list .deploy-element {
    padding: 17px 32px;
  }
  .mod-activities-list .title-wrapper {
    width: 70%;
  }
  .mod-activities-list .arrow {
    margin-left: 32px;
    font-size: 24px;
  }
  .mod-activities-list .img-content-row-wrapper {
    padding-top: 32px;
  }
  .mod-activities-list .img-content-row-wrapper > .img-wrapper {
    margin-right: 48px;
  }
  .mod-activities-list .img-content-row-wrapper > .img-wrapper img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .mod-activities-list .content-row-wrapper {
    padding: 0 32px;
  }
}
.mod-activities-list:not(.mousedown) .deploy-element:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.mod-activities-list:not(.mousedown) .save-calendar:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: 2px;
}
.mod-activities-list:not(.mousedown)
  .save-calendar-wrapper
  + a.btn:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: 1px;
}
.mod-activities-list .links-wrapper span {
  font-family: "Barlow";
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
.mod-activities-list .save-calendar {
  line-height: 0;
}
.mod-activities-list .save-calendar span {
  color: #000;
}
.activities-filter {
  margin-bottom: 32px;
}
.activities-filter .filters-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 20px;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.activities-filter .filters-parent::-webkit-scrollbar {
  display: none;
}
.activities-filter .filters-parent .filter:not(:first-child) {
  padding-left: 8px;
}
.activities-filter .filters-parent button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 32px;
  padding: 3px 15px;
  height: 35px;
  white-space: nowrap;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out 0s,
    color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.activities-filter .filters-parent button.active {
  background-color: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .activities-filter .container {
    padding: 0 20px;
  }
  .activities-filter .filters-parent {
    padding: 0;
  }
}
.activities-filter .filters-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.activities-filter .slick-slide:not(:first-child) .filter {
  padding-left: 8px;
}
.activities-filter .displacement {
  display: none;
}
@media (min-width: 1024px) {
  .activities-filter .displacement {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .activities-filter .displacement button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 35px;
    height: 35px;
  }
  .activities-filter .displacement button span[class^="icon"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #000;
  }
  .activities-filter .displacement button[disabled] {
    pointer-events: none;
  }
  .activities-filter .displacement button[disabled] span[class^="icon"] {
    background-color: #a2a2a2;
  }
  .activities-filter .displacement.prev-wrapper {
    padding-right: 12px;
  }
  .activities-filter .displacement.prev-wrapper span[class^="icon"] {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .activities-filter .displacement.next-wrapper {
    padding-left: 20px;
  }
  .activities-filter .displacement.next-wrapper span[class^="icon"] {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .activities-filter.slider-filter .displacement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.activities-filter .filters-parent button:not(.active):hover {
  color: #fff;
  background-color: #171736;
}
.activities-filter .displacement button:not([disabled]) span[class^="icon"] {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.activities-filter
  .displacement
  button:not([disabled]):hover
  span[class^="icon"] {
  background-color: #292152;
}
.activities-filter .filters-parent button {
  outline: 0;
}
.activities-filter .filters-parent button:focus:not(:active):not(.mouse-click) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.activities-filter .displacement button {
  outline: 0;
}
.activities-filter
  .displacement
  button:focus:not(:active):not(.mouse-click)
  span[class^="icon"] {
  outline: 2px solid #e32424;
}
.mod-activities-tabs:not(.mousedown)
  .activities-tabs
  .deploy-element:focus:not(:active) {
  outline: 3px solid #e32424;
  outline-offset: -3px;
}
.mod-activities-tabs:not(.mousedown) .save-calendar:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: 2px;
}
.mod-activities-tabs:not(.mousedown)
  .save-calendar-wrapper
  + a.btn:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: 1px;
}
.mod-activities-tabs .tabs-wrapper {
  margin-bottom: 16px;
}
.mod-activities-tabs .tab-content .tab-pane {
  padding-top: 0;
}
@media (min-width: 768px) {
  .mod-activities-tabs .tabs-wrapper {
    margin-bottom: 24px;
  }
}
.mod-activities-calendar .date-activities-wrapper:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .mod-activities-calendar .date-activities-wrapper:not(:first-child) {
    margin-top: 24px;
  }
}
@media (min-width: 1280px) {
  .mod-activities-calendar .date-activities-wrapper:not(:first-child) {
    margin-top: 32px;
  }
}
.mod-activities-calendar .date-activities {
  padding: 8px 6px;
}
@media (min-width: 1280px) {
  .mod-activities-calendar .date-activities {
    padding: 8px 10px;
  }
}
.mod-activities-calendar .activity {
  margin-top: 8px;
}
@media (min-width: 1280px) {
  .mod-activities-calendar .activity {
    margin-top: 16px;
  }
}
.mod-activities-calendar .activity .activity-content {
  padding: 8px 6px;
}
@media (min-width: 768px) {
  .mod-activities-calendar .activity .activity-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.mod-activities-calendar .activity .activity-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mod-activities-calendar .activity .separator {
  margin: 12px 0;
  height: 1px;
}
@media (min-width: 768px) {
  .mod-activities-calendar .activity .separator {
    display: none;
  }
}
.mod-activities-calendar .activity .activity-fair-wrapper {
  display: none;
}
@media (min-width: 1280px) {
  .mod-activities-calendar .activity .activity-fair-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .mod-activities-calendar .activity .activity-time-date-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.mod-activities-calendar .activity .activity-time-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .mod-activities-calendar .activity .activity-time-date {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.mod-activities-calendar .activity .activity-time-date span[class^="icon"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 9px;
}
.mod-activities-calendar .activity .logo-title-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mod-activities-calendar .activity .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 6px;
  width: 25px;
  min-width: 25px;
  min-height: 25px;
}
@media (min-width: 768px) {
  .mod-activities-calendar .activity .logo {
    margin-right: 10px;
  }
}
.mod-activities-calendar .activity .logo img {
  width: 25px;
}
.mod-activities-calendar .activity .logo span[class^="icon"] {
  font-size: 25px;
}
.mod-activities-calendar .activity .default-icon {
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.mod-activities-calendar .activity .default-icon:not(:first-child) {
  display: none;
}
.mod-activities-calendar .activity .tags-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mod-activities-calendar .activity .tag {
  padding: 2px 4px;
  line-height: 0;
}
.mod-activities-calendar .activity .tag:not(:first-child) {
  margin-top: 6px;
}
.mod-activities-calendar .activity .time span[class^="icon"] {
  font-size: 21px;
}
.mod-activities-calendar .activity .time .hour {
  white-space: nowrap;
}
.mod-activities-calendar .activity .date,
.mod-activities-calendar .activity .time {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mod-activities-calendar .activity .date span:not([class^="icon"]),
.mod-activities-calendar .activity .time span:not([class^="icon"]) {
  padding-top: 3px;
}
.mod-activities-calendar .activity .date span[class^="icon"] {
  font-size: 20px;
}
.mod-activities-calendar .activity .logo-title-wrapper,
.mod-activities-calendar .activity .time {
  width: 56%;
  min-width: 56%;
}
.mod-activities-calendar .activity .date,
.mod-activities-calendar .activity .tags-wrapper {
  padding-left: 10px;
  width: 44%;
  min-width: 44%;
}
@media (min-width: 768px) {
  .mod-activities-calendar .activity .activity-content {
    padding: 20px 15px;
  }
  .mod-activities-calendar .activity .activity-header {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 55%;
    min-width: 55%;
  }
  .mod-activities-calendar .activity .activity-time-date-wrapper {
    padding-left: 20px;
    width: 45%;
    min-width: 45%;
  }
  .mod-activities-calendar .activity .logo-title-wrapper {
    width: 60%;
    min-width: 60%;
  }
  .mod-activities-calendar .activity .tags-wrapper {
    width: 40%;
    min-width: 40%;
  }
  .mod-activities-calendar .activity .time {
    width: 50%;
    min-width: 50%;
  }
  .mod-activities-calendar .activity .date {
    width: 50%;
    min-width: 50%;
  }
  .mod-activities-calendar .activity .date:not(:first-child) {
    padding-left: 32px;
  }
}
@media (min-width: 1280px) {
  .mod-activities-calendar .activity .activity-fair-wrapper {
    padding: 0 24px;
  }
  .mod-activities-calendar .activity .activity-header {
    width: 53%;
    min-width: 53%;
  }
  .mod-activities-calendar .activity .activity-fair-wrapper {
    width: 15%;
    min-width: 15%;
  }
  .mod-activities-calendar .activity .activity-time-date-wrapper {
    width: 32%;
    min-width: 32%;
  }
  .mod-activities-calendar .activity .tags-wrapper {
    padding-left: 20px;
  }
  .mod-activities-calendar .activity .time {
    width: 42%;
    min-width: 42%;
  }
  .mod-activities-calendar .activity .date {
    width: 58%;
    min-width: 58%;
  }
}
.mod-activities-calendar .date-activities {
  background-color: #d9d9d9;
}
.mod-activities-calendar .activity {
  background-color: #f2f2f2;
}
.mod-activities-calendar .activity .separator {
  background-color: #000;
}
.mod-activities-calendar .activity .tag {
  background-color: #d9d9d9;
}
.mod-activities-calendar .activity .default-icon {
  background-color: #000;
}
.mod-activities-calendar .activity .activity-content {
  font-family: "Barlow" ;
  line-height: 1.2em;
  font-weight: 400;
  color: #000;
  word-break: break-word;
}
.mod-activities-calendar .activity .title span {
  font-weight: 600;
}
.mod-activities-calendar .activity .tag span {
  font-weight: 500;
  text-transform: uppercase;
}
.mod-activities-calendar .activities-filter .filters-parent button span {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .mod-activities-calendar .activities-filter .filters-parent button span {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.mod-activities-calendar .activities-tabs .deploy-element span {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.mod-activities-calendar .date-activities span {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .mod-activities-calendar .date-activities span {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}
@media (min-width: 1280px) {
  .mod-activities-calendar .date-activities span {
    font-size: 1.625rem;
    line-height: 1.9375rem;
  }
}
.mod-activities-calendar .activity .title span {
  font-size: 1rem;
  line-height: 1.1875rem;
}
@media (min-width: 768px) {
  .mod-activities-calendar .activity .title span {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1280px) {
  .mod-activities-calendar .activity .title span {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.mod-activities-calendar .activity .tag span {
  font-size: 0.875rem;
  line-height: 1rem;
}
.mod-activities-calendar .activity a {
  outline: 0;
}
.mod-activities-calendar .activity a:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.activities-tabs .container {
  padding: 0;
}
.activities-tabs .nav {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.activities-tabs .nav::-webkit-scrollbar {
  display: none;
}
.activities-tabs .deploy-element {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  outline: 0 none;
  border: 1px solid #000;
  padding: 8px;
  min-width: 110px;
  min-height: 48px;
  background-color: #fff;
  color: #000;
  -webkit-transition: background-color 0.3s ease-in-out 0s,
    color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.activities-tabs .deploy-element:not(:last-child) {
  border-right: 0 none;
}
.activities-tabs .deploy-element.active {
  background-color: #000;
  color: #fff;
}
.activities-tabs .deploy-element:not(.active):hover {
  background-color: #e32424;
  color: #fff;
}
.activities-tabs div.deploy-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .activities-tabs .container {
    padding: 0 20px;
  }
  .activities-tabs .nav {
    padding: 0;
  }
  .activities-tabs .deploy-element {
    min-width: auto;
  }
  .activities-tabs div.deploy-element {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .activities-tabs .deploy-element {
    min-height: 43px;
  }
}
.activities-tabs .deploy-element:not(.active):hover {
  background-color: #171736;
  color: #fff;
}
.mod-carousel-text-multimedia .carousel-wrapper {
  position: relative;
  padding-top: 32px;
}
.mod-carousel-text-multimedia .slick-slider {
  margin: 0;
}
.mod-carousel-text-multimedia .slick-track {
  min-height: 100%;
}
.mod-carousel-text-multimedia .slick-dots {
  margin: 0;
  padding: 0;
  bottom: auto;
  line-height: 0;
}
.mod-carousel-text-multimedia .slick-dots li {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 none;
  margin: 0;
  height: 8px !important;
  width: 8px !important;
  background: 0 0;
  background-color: #e3e3e3;
}
.mod-carousel-text-multimedia .slick-dots li:not(:first-child) {
  margin-left: 8px;
}
.mod-carousel-text-multimedia .slick-dots li.slick-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  background-color: #000;
}
.mod-carousel-text-multimedia .slick-dots {
  position: absolute;
  top: 32px;
  left: 32px;
  margin: 0;
  width: auto;
  max-width: 100%;
}
.mod-carousel-text-multimedia .slick-dots li {
  background-color: #737373;
  width: 6px !important;
  height: 6px !important;
}
.mod-carousel-text-multimedia .slick-dots li.slick-active {
  background-color: #fff;
}
.mod-carousel-text-multimedia .slick-arrow {
  top: auto;
  bottom: 32px;
  width: auto;
  height: auto;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  width: 28px;
  height: 28px;
}
.mod-carousel-text-multimedia .slick-arrow::before {
  content: "\e82a";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 28px;
  height: 28px;
  font-size: 15px;
  color: #fff;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease-in-out 0s,
    border-color 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s,
    border-color 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s,
    border-color 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s,
    border-color 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s,
    border-color 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s,
    -webkit-transform 0.3s ease-in-out 0s, -o-transform 0.3s ease-in-out 0s;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}
.mod-carousel-text-multimedia .slick-arrow.slick-prev {
  left: 32px;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mod-carousel-text-multimedia .slick-arrow.slick-next {
  left: 76px;
}
@media (min-width: 1024px) {
  .mod-carousel-text-multimedia .slick-arrow:hover::before {
    -webkit-transform: scale(1.23);
    -o-transform: scale(1.23);
    transform: scale(1.23);
    background-color: #e32424;
    border-color: transparent;
  }
}
.mod-carousel-text-multimedia .carousel-multimedia {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mod-carousel-text-multimedia .slide-multimedia img {
  margin: 0;
  height: 200px;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mod-carousel-text-multimedia .carousel-text {
  position: relative;
  margin-left: auto;
  width: 87.5vw;
  background-color: #000;
}
.mod-carousel-text-multimedia .carousel-text .text-wrapper:not(:first-child) {
  margin-top: 8px;
}
.mod-carousel-text-multimedia .carousel-text .text-wrapper > :last-child {
  margin-bottom: 0;
}
.mod-carousel-text-multimedia .carousel-text .links-wrapper:not(:first-child) {
  margin-top: 16px;
}
.mod-carousel-text-multimedia .slider-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.mod-carousel-text-multimedia .slide-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 62px 32px 84px;
  min-height: 300px;
}
@media (min-width: 768px) {
  .mod-carousel-text-multimedia .carousel-wrapper {
    padding-top: 76px;
  }
  .mod-carousel-text-multimedia .slick-dots {
    top: 40px;
    left: 40px;
  }
  .mod-carousel-text-multimedia .slick-arrow {
    bottom: 40px;
  }
  .mod-carousel-text-multimedia .slick-arrow.slick-prev {
    left: 40px;
  }
  .mod-carousel-text-multimedia .slick-arrow.slick-next {
    left: 84px;
  }
  .mod-carousel-text-multimedia .slide-multimedia img {
    height: 440px;
  }
  .mod-carousel-text-multimedia .carousel-text {
    width: 71.61vw;
  }
  .mod-carousel-text-multimedia .slide-text {
    padding-top: 86px;
    padding-right: calc(50vw - 351px);
    padding-bottom: 86px;
    padding-left: 108px;
    min-height: 460px;
  }
}
@media (min-width: 1024px) {
  .mod-carousel-text-multimedia .carousel-text {
    width: 590px;
  }
  .mod-carousel-text-multimedia .slide-text {
    padding: 110px 64px 153px;
    min-height: 540px;
  }
}
@media (min-width: 1280px) {
  .mod-carousel-text-multimedia .carousel-wrapper {
    padding-top: 120px;
  }
  .mod-carousel-text-multimedia .slick-dots {
    top: 64px;
    left: 64px;
  }
  .mod-carousel-text-multimedia .slick-arrow {
    width: 49px;
    height: 49px;
  }
  .mod-carousel-text-multimedia .slick-arrow::before {
    border-width: 2px;
    width: 49px;
    height: 49px;
    font-size: 26px;
  }
  .mod-carousel-text-multimedia .slick-arrow.slick-prev {
    left: 64px;
  }
  .mod-carousel-text-multimedia .slick-arrow.slick-next {
    left: 136px;
  }
  .mod-carousel-text-multimedia .slide-multimedia img {
    height: 540px;
  }
}
@media (min-width: 1024px) {
  .mod-carousel-text-multimedia .slider-multimedia .slick-list {
    margin-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-carousel-text-multimedia .slider-multimedia .slick-list {
    margin-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-carousel-text-multimedia .slider-multimedia .slick-list {
    margin-right: 685px;
  }
}
@media (min-width: 1024px) {
  .mod-carousel-text-multimedia .carousel-text {
    margin-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-carousel-text-multimedia .carousel-text {
    margin-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-carousel-text-multimedia .carousel-text {
    margin-right: 685px;
  }
}
@media (min-width: 1024px) {
  .mod-carousel-text-multimedia.img-container .slider-multimedia .slick-list {
    margin-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-carousel-text-multimedia.img-container .slider-multimedia .slick-list {
    margin-left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-carousel-text-multimedia.img-container .slider-multimedia .slick-list {
    margin-left: 685px;
  }
}
@media (min-width: 1280px) {
  .mod-carousel-text-multimedia.text-top .mod-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 180px;
  }
  .mod-carousel-text-multimedia.text-top .mod-title-wrapper .mod-title {
    width: 100%;
  }
  .mod-carousel-text-multimedia.text-top .mod-title-wrapper .container > * {
    max-width: 580px;
  }
  .mod-carousel-text-multimedia.text-top .carousel-wrapper {
    padding-top: 0;
  }
  .mod-carousel-text-multimedia.text-top .carousel-text {
    top: -180px;
  }
}
.mod-carousel-text-multimedia .carousel-wrapper:not(.initiated) {
  overflow: hidden;
  height: 332px;
}
@media (min-width: 768px) {
  .mod-carousel-text-multimedia .carousel-wrapper:not(.initiated) {
    height: 536px;
  }
}
@media (min-width: 1024px) {
  .mod-carousel-text-multimedia .carousel-wrapper:not(.initiated) {
    height: 616px;
  }
}
@media (min-width: 1280px) {
  .mod-carousel-text-multimedia .carousel-wrapper:not(.initiated) {
    height: 616px;
  }
}
.mod-carousel-text-multimedia .carousel-wrapper:not(.initiated) .slide-text,
.mod-carousel-text-multimedia
  .carousel-wrapper:not(.initiated)
  .slider-multimedia {
  visibility: hidden;
}
.mod-carousel-text-multimedia .link-primary:not(.disabled) {
  color: #fff;
}
.mod-carousel-text-multimedia .link-primary:not(.disabled)::after {
  color: #fff;
}
.mod-carousel-text-multimedia .link-primary:not(.disabled) span {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
}
.mod-carousel-text-multimedia
  .slider-text:not(.mouse-click)
  .slide-text:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.mod-carousel-text-multimedia .slick-arrow:focus:not(:active)::before {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.mod-carousel-related-content .generic-slider .slick-list {
  padding-left: 20px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .mod-carousel-related-content .generic-slider .slick-list {
    padding-left: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-carousel-related-content .generic-slider .slick-list {
    padding-left: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-carousel-related-content .generic-slider .slick-list {
    padding-left: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-carousel-related-content .generic-slider .slick-list {
    padding-left: 685px;
  }
}
@media (min-width: 768px) {
  .mod-carousel-related-content .generic-slider .slick-list {
    padding-right: calc(50vw - 335px);
  }
}
@media (min-width: 1024px) {
  .mod-carousel-related-content .generic-slider .slick-list {
    padding-right: calc(50vw - 466px);
  }
}
@media (min-width: 1280px) {
  .mod-carousel-related-content .generic-slider .slick-list {
    padding-right: calc(50vw - 587px);
  }
}
@media (min-width: 2560px) {
  .mod-carousel-related-content .generic-slider .slick-list {
    padding-right: 669px;
  }
}
.mod-carousel-related-content .generic-slider .slick-slide:not(:last-child) {
  padding-right: 8px;
}
.mod-carousel-related-content .generic-slider .slick-slide > * {
  min-width: 100%;
}
@media (min-width: 768px) {
  .mod-carousel-related-content .generic-slider .slick-slide:not(:last-child) {
    padding-right: 16px;
  }
  .mod-carousel-related-content .generic-slider .slick-slide > * {
    width: 248px;
  }
}
@media (min-width: 1280px) {
  .mod-carousel-related-content .generic-slider .slick-slide > * {
    width: 287px;
  }
}
.mod-carousel-related-content .multicard-div.body {
  width: 100%;
}
.mod-carousel-related-content .multicard-div.body:hover {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}
.mod-carousel-related-content .slidable,
.mod-carousel-related-content .slide {
  outline: 0 none;
}
.mod-carousel-related-content:not(.mouse-click)
  .slidable:not(.mouseover)
  .slick-slider
  .slide:focus:not(:active)
  .multicard-div.body::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e32424;
}
.multicard-div.body .embed-responsive iframe {
  top: auto;
  height: auto;
}
.multicard-div.body .embed-responsive img.lazy {
  width: 100% !important;
}
.multicard-div.body .embed-responsive img {
  -o-object-position: top;
  object-position: top;
}
.multicard-div.body .video-card:focus:not(:active) {
  outline: 3px solid #e32424;
  outline-offset: -3px;
}
.multicard-div.body .video-player a:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.collection-card .img-text-wrapper {
  position: relative;
}
.collection-card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.collection-card .img-wrapper,
.collection-card .veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.collection-card .veil {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
}
.collection-card .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding: 16px;
  height: 100%;
}
.collection-card .symbol-wrapper {
  display: none;
}
.collection-card .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .collection-card .text-wrapper {
    padding: 24px;
  }
  .collection-card .symbol-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
  }
  .collection-card .title:not(:first-child) {
    margin-top: 18px;
  }
}
@media (min-width: 1280px) {
  .collection-card .text {
    position: relative;
    padding-right: 44px;
  }
  .collection-card .symbol-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .collection-card .title:not(:first-child) {
    margin-top: 0;
  }
}
.collection-card {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .collection-card {
    margin-bottom: 40px;
  }
}
.collection-card .img-text-wrapper {
  height: calc((100vw - 40px - 20px) / 2);
}
@media (min-width: 768px) {
  .collection-card .img-text-wrapper {
    height: 324px;
  }
}
@media (min-width: 1024px) {
  .collection-card .img-text-wrapper {
    height: 290px;
  }
}
@media (min-width: 1280px) {
  .collection-card .img-text-wrapper {
    height: 370px;
  }
}
.collection-card .text-wrapper {
  color: #fff;
}
.collection-card .symbol {
  font-size: 1.75rem;
}
.collection-card .title {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .collection-card .title {
    font-size: 2rem;
    line-height: 2.125rem;
  }
}
.header-container .collection-header.with-image {
  min-height: 400px;
}
.header-container .collection-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-container .collection-header ul.social-media-links li {
  display: inline-block;
  padding-right: 34px;
}
.header-container .collection-header ul.social-media-links li:last-of-type {
  padding-right: 0;
}
.header-container .collection-header a.social-media-link {
  color: #fff;
}
.header-container .collection-header .img-veil {
  position: absolute;
  padding: 0 !important;
  top: 0;
  left: -9999px;
  right: -9999px;
  max-width: 100vw;
  width: 1390px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.header-container .collection-header .img-veil .veil {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8%, #000),
    color-stop(40%, rgba(0, 0, 0, 0.907009)),
    color-stop(50%, rgba(0, 0, 0, 0.754027)),
    color-stop(65%, rgba(0, 0, 0, 0.418961)),
    color-stop(80%, rgba(0, 0, 0, 0)),
    to(black)
  );
  background: -webkit-linear-gradient(
    left,
    #000 8%,
    rgba(0, 0, 0, 0.907009) 40%,
    rgba(0, 0, 0, 0.754027) 50%,
    rgba(0, 0, 0, 0.418961) 65%,
    rgba(0, 0, 0, 0) 80%,
    #000 100%
  );
  background: -o-linear-gradient(
    left,
    #000 8%,
    rgba(0, 0, 0, 0.907009) 40%,
    rgba(0, 0, 0, 0.754027) 50%,
    rgba(0, 0, 0, 0.418961) 65%,
    rgba(0, 0, 0, 0) 80%,
    #000 100%
  );
  background: linear-gradient(
    90deg,
    #000 8%,
    rgba(0, 0, 0, 0.907009) 40%,
    rgba(0, 0, 0, 0.754027) 50%,
    rgba(0, 0, 0, 0.418961) 65%,
    rgba(0, 0, 0, 0) 80%,
    #000 100%
  );
}
.header-container .collection-header .text-wrapper .buttons-wrapper {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .header-container .collection-header .text-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-container .collection-header img {
    -o-object-position: 83% 50%;
    object-position: 83% 50%;
  }
  .header-container .collection-header .img-veil .veil {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#000),
      color-stop(25%, rgba(0, 0, 0, 0.9)),
      color-stop(40%, rgba(0, 0, 0, 0.75)),
      color-stop(65%, rgba(0, 0, 0, 0.4)),
      to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
      bottom,
      #000 0,
      rgba(0, 0, 0, 0.9) 25%,
      rgba(0, 0, 0, 0.75) 40%,
      rgba(0, 0, 0, 0.4) 65%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -o-linear-gradient(
      bottom,
      #000 0,
      rgba(0, 0, 0, 0.9) 25%,
      rgba(0, 0, 0, 0.75) 40%,
      rgba(0, 0, 0, 0.4) 65%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      0deg,
      #000 0,
      rgba(0, 0, 0, 0.9) 25%,
      rgba(0, 0, 0, 0.75) 40%,
      rgba(0, 0, 0, 0.4) 65%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}
.collections-list .nav-tabs {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.collections-list .nav-tabs .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #000;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: min-content;
  -ms-flex-preferred-size: min-content;
  flex-basis: min-content;
}
.collections-list .nav-tabs .nav-item .nav-link {
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  padding: 8px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.collections-list .nav-tabs .nav-item.show .nav-link,
.nav-tabs.nav-tabs .nav-link.active {
  background: #000 !important;
  color: #fff !important;
  border: none;
}
.collections-list .tab-content .tab-pane .mod-title {
  margin-bottom: 24px;
}
.collections-list .masterdiv {
  width: 100%;
  height: 100%;
}
.collections-list .AZContainer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .collections-list .nav-tabs {
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .collections-list .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .collections-list .nav-tabs .nav-item {
    width: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .collections-list .masterdiv {
    height: calc((100vw - 40px - 8px) / 2);
  }
  .collections-list .Letter {
    font-size: 100px;
  }
}
.modal-open .ekko-lightbox .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-open .ekko-lightbox .modal-header button.close {
  position: relative;
  top: -3px;
  right: 14px;
  opacity: 1;
}
@media (min-width: 1280px) {
  .modal-open .ekko-lightbox .modal-header button.close {
    top: -10px;
    right: -20px;
  }
}
.modal-open .ekko-lightbox .modal-div.body {
  padding: 0 20px;
}
.modal-open .ekko-lightbox .modal-backdrop.show {
  opacity: 0.75;
}
.control-radio .control_indicator:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-title div.mt-3 {
  margin-top: 0 !important;
}
.form-check-input-custom {
  display: none;
}
button.btn.btn-secondary.float-right.boton-dinamico.boton-menos.icon-substract-fill:focus {
  outline: 1px solid #000;
}
@media (min-width: 768px) {
  .form-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-title legend {
    width: auto;
  }
  .form-title div.mt-3 {
    margin-top: 1rem !important;
  }
}
.select-hide,
.select-selected {
  display: none;
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  -webkit-box-shadow: inset 0 0 1.5px 1px red;
  box-shadow: inset 0 0 1.5px 1px red;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  -webkit-box-shadow: inset 0 0 0 0.2rem #dc3545;
  box-shadow: inset 0 0 0 0.2rem #dc3545;
}
.videosimagenes .new-video {
  outline: 0;
}
.videosimagenes .new-video .video-player {
  outline: 0;
}
.videosimagenes .new-video .video-player:focus:not(:active) {
  opacity: 1;
}
.videosimagenes .new-video .video-player:focus:not(:active)::before {
  outline: 2px solid #e32424;
}
.videosimagenes .videobanners div.embed-responsive {
  overflow: visible;
}
.videosimagenes .videobanners a:focus:not(:active) {
  outline: 3px solid #e32424;
  outline-offset: 0;
}
.mod-featured-news .slidable {
  min-height: 350px;
}
.mod-featured-news .img-wrapper img {
  margin: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mod-featured-news .title-text-wrapper {
  margin-top: 10px;
}
@media (max-width: 767px) {
  div.body main .mod-featured-news .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .mod-featured-news .img-wrapper img {
    max-width: 100%;
  }
  .mod-featured-news .title-text-wrapper {
    margin-top: 0;
  }
  .mod-featured-news article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-featured-news article > * {
    width: 50%;
  }
  .mod-featured-news article > :first-child {
    padding-right: 20px;
  }
  .mod-featured-news article > :last-child {
    padding-left: 20px;
  }
}
.mod-featured-news .slick-list {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .mod-featured-news .slick-list {
    margin-left: calc(50vw - 351px);
    margin-right: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-featured-news .slick-list {
    margin-left: calc(50vw - 482px);
    margin-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-featured-news .slick-list {
    margin-left: calc(50vw - 603px);
    margin-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-featured-news .slick-list {
    margin-left: 685px;
    margin-right: 685px;
  }
}
.mod-featured-news .title-text-wrapper {
  min-width: calc(100vw - 40px);
}
@media (min-width: 768px) {
  .mod-featured-news .title-text-wrapper {
    min-width: 344px;
  }
}
@media (min-width: 1024px) {
  .mod-featured-news .title-text-wrapper {
    min-width: 475px;
  }
}
@media (min-width: 1280px) {
  .mod-featured-news .title-text-wrapper {
    min-width: 595px;
  }
}
.mod-featured-news h2 {
  word-break: break-word;
}
.mod-featured-news p {
  margin-bottom: 5px;
  margin-top: 5px;
}
.mod-featured-news p.subtitle {
  margin-bottom: 15px;
  margin-top: 15px;
}
.mod-featured-news p.smalltext {
  position: relative;
  max-height: 190px;
  overflow: hidden;
}
.mod-featured-news p.smalltext::after {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  height: 40px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#fff)
  );
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #fff);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), #fff);
  background: linear-gradient(rgba(0, 0, 0, 0), #fff);
}
@media (max-width: 767px) {
  .mod-featured-news p:first-of-type {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .mod-featured-news p {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (min-width: 1440px) {
  .mod-featured-news p {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.mod-featured-news p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .mod-featured-news p {
    font-size: 16px;
  }
  .mod-featured-news p.subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .mod-featured-news p {
    font-size: 18px;
    font-weight: 400;
  }
  .mod-featured-news p.subtitle {
    font-size: 24px;
    font-weight: 400;
  }
}
.mod-featured-news .h2,
.mod-featured-news h2 {
  font-size: 20px !important;
  line-height: 1.2em !important;
}
@media (min-width: 768px) {
  .mod-featured-news .h2,
  .mod-featured-news h2 {
    font-size: 24px !important;
  }
}
@media (min-width: 1440px) {
  .mod-featured-news .h2,
  .mod-featured-news h2 {
    font-size: 30px !important;
  }
}
.pointer {
  cursor: pointer;
}
.pointer:focus:not(:active) {
  outline: 2px solid #e32424;
}
.basico div.video-player {
  outline: 0;
}
.basico div.video-player:focus:not(:active) {
  opacity: 1;
}
.basico div.video-player:focus:not(:active)::before {
  outline: 2px solid #e32424;
}
.basico a[data-toggle="lightbox"] {
  outline: 0;
}
.basico a[data-toggle="lightbox"]:focus:not(:active) > picture > img {
  outline: 2px solid #e32424;
}
.mod-tickets .ticket-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.mod-tickets .ticket-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .mod-tickets .ticket-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .mod-tickets .ticket-card-wrapper {
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .mod-tickets .ticket-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .mod-tickets .ticket-card-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .mod-tickets .ticket-list {
    padding-top: 46px;
  }
}
@media (min-width: 1280px) {
  .mod-tickets .ticket-list {
    padding-top: 41px;
  }
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table) .mod-title + .ticket-list {
    padding-top: 25px;
  }
}
@media (min-width: 1280px) {
  .mod-tickets:not(.mod-tickets-table) .mod-title + .ticket-list {
    padding-top: 24px;
  }
}
@media (min-width: 1280px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"] .ticket-list,
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"] .ticket-list {
    padding-top: 65px;
  }
}
@media (min-width: 1280px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .mod-title
    + .ticket-list,
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .mod-title
    + .ticket-list {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="3"]
    .ticket-card-wrapper {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card-wrapper {
    width: 100%;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .header-content-wrapper {
    min-height: 140px;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .header-content-wrapper
    .text-wrapper {
    margin-top: auto;
    margin-bottom: auto;
  }
}
div.body
  .main
  > section.mod-tickets.mod-tickets-table.full-width:not(.mod-ctsi):not(.mod-kpi):not(.mod-modal-cards):not(.mod-countdown)
  + .mod-tickets.mod-tickets-table {
  padding-top: 0 !important;
}
.mod-tickets .features-table-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .deploy-features-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .features-table-wrapper {
    display: block;
  }
  .mod-tickets.mod-tickets-table .features-table-wrapper.desktop {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .features-table-wrapper:not(.desktop) {
    display: none;
  }
  .mod-tickets.mod-tickets-table .features-table-wrapper.desktop {
    display: block;
  }
}
.mod-tickets.mod-tickets-table .empty-space {
  display: none;
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .empty-space {
    display: block;
  }
  .mod-tickets.mod-tickets-table .title-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-tickets.mod-tickets-table .ticket-header {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mod-tickets.mod-tickets-table .mod-title + .empty-space {
    display: none;
  }
}
.mod-tickets.mod-tickets-table .features-table-wrapper .feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mod-tickets.mod-tickets-table .features-table-wrapper .common-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mod-tickets.mod-tickets-table .features-table-wrapper .individual-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .features-table-wrapper.mobile + .empty-space {
    display: none;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .title-content-wrapper {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .title-content-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.mod-tickets.mod-tickets-table .ticket-list {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .common-feature,
  .mod-tickets.mod-tickets-table .individual-feature,
  .mod-tickets.mod-tickets-table .mod-title,
  .mod-tickets.mod-tickets-table .ticket-list {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .common-feature,
  .mod-tickets.mod-tickets-table .individual-feature,
  .mod-tickets.mod-tickets-table .mod-title,
  .mod-tickets.mod-tickets-table .ticket-list {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .ticket-card-wrapper {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .ticket-card-wrapper {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .ticket-card-wrapper:first-child {
    padding-right: 5px;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .ticket-card-wrapper:first-child {
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table
    .ticket-card-wrapper:last-child:not(:first-child) {
    padding-left: 5px;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table
    .ticket-card-wrapper:last-child:not(:first-child) {
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .common-feature,
  .mod-tickets.mod-tickets-table .empty-space,
  .mod-tickets.mod-tickets-table .mod-title {
    width: 51.45%;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .common-feature,
  .mod-tickets.mod-tickets-table .empty-space,
  .mod-tickets.mod-tickets-table .mod-title {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .ticket-list {
    width: 48.55%;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .ticket-list {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .ticket-card-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .features-table-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .individual-feature {
    width: 24.275%;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .individual-feature {
    width: 16.665%;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table[data-num-cards="3"] .ticket-list {
    width: 44.44%;
  }
  .mod-tickets.mod-tickets-table[data-num-cards="3"]
    .ticket-list
    ~ .ticket-list {
    width: 22.22%;
  }
  .mod-tickets.mod-tickets-table[data-num-cards="3"]
    .ticket-list
    ~ .ticket-list
    .ticket-card-wrapper {
    width: 100%;
  }
  .mod-tickets.mod-tickets-table[data-num-cards="3"]
    .ticket-list
    ~ .ticket-list
    .ticket-card-wrapper:first-child {
    padding-right: 0;
  }
  .mod-tickets.mod-tickets-table[data-num-cards="3"] .individual-feature {
    width: 22.22%;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table[data-num-cards="2"] .ticket-list {
    width: 66.66%;
  }
  .mod-tickets.mod-tickets-table[data-num-cards="2"] .individual-feature {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .ticket-list {
    padding-top: 55px;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .ticket-list {
    padding-top: 45px;
  }
}
.mod-tickets.mod-tickets-table .features-table-wrapper .feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 16px;
  width: 100%;
}
.mod-tickets.mod-tickets-table
  .features-table-wrapper
  .feature-content.feature-sold-out {
  opacity: 0.4;
  pointer-events: none;
}
.mod-tickets.mod-tickets-table .features-table-wrapper .feature-content > * {
  z-index: 1;
}
.mod-tickets.mod-tickets-table
  .features-table-wrapper
  .common-feature
  .feature-content {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mod-tickets.mod-tickets-table .features-table-wrapper .extra-feature-content {
  text-align: center;
}
.mod-tickets.mod-tickets-table
  .features-table-wrapper
  .extra-feature-content
  ol,
.mod-tickets.mod-tickets-table
  .features-table-wrapper
  .extra-feature-content
  ul {
  text-align: left;
}
.mod-tickets.mod-tickets-table
  .features-table-wrapper
  .feature-row:nth-child(2n + 1)
  .feature-content {
  background-color: #f2f2f5;
}
.mod-tickets.mod-tickets-table
  .features-table-wrapper
  .feature-row:nth-child(2n)
  .feature-content {
  background-color: #fff;
}
.mod-tickets.mod-tickets-table
  .features-table-wrapper
  .feature-row
  .feature-content.feature-best-option:not(.feature-sold-out) {
  background-color: #d02d37;
}
.mod-tickets.mod-tickets-table
  .features-table-wrapper
  .feature-row:nth-child(2n + 1)
  .feature-content.feature-best-option:not(.feature-sold-out)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
}
.mod-tickets.mod-tickets-table .features-table-wrapper .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #000;
  color: #fff;
}
.mod-tickets.mod-tickets-table .features-table-wrapper .check span:before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 8px;
}
.mod-tickets.mod-tickets-table .features-table-wrapper .cross span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mod-tickets.mod-tickets-table .features-table-wrapper .cross span::before {
  font-size: 24px;
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .ticket-card .header-content-wrapper {
    padding: 32px 16px 0;
  }
  .mod-tickets.mod-tickets-table .ticket-card .buttons-wrapper {
    padding: 16px;
  }
  .mod-tickets.mod-tickets-table
    .ticket-card
    .header-content-wrapper
    + .buttons-wrapper {
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table[data-num-cards="2"]
    .ticket-card
    .price-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-tickets.mod-tickets-table[data-num-cards="2"] .ticket-card .old-price {
    margin-left: 13px;
    padding-bottom: 5px;
  }
}
.mod-tickets.mod-tickets-table
  .features-table-wrapper
  .feature-content.feature-best-option:not(.feature-sold-out)
  .check {
  background-color: #fff;
  color: #000;
}
.mod-tickets.mod-tickets-table
  .features-table-wrapper
  .feature-content.feature-best-option:not(.feature-sold-out)
  .cross {
  color: #fff;
}
.mod-tickets.mod-tickets-table
  .features-table-wrapper
  .feature-content.feature-best-option:not(.feature-sold-out)
  .extra-feature-content {
  color: #fff;
}
div.body .main > section.mod-tickets.mod-tickets-table .feature-row a.btn {
  margin: 0 !important;
  padding: 11px !important;
  min-width: 130px !important;
}
.mod-tickets.mod-tickets-table.personalized-table
  .features-table-wrapper
  .feature-row:nth-child(2n + 1)
  .feature-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #000;
}
.mod-tickets.mod-tickets-table .features-table-wrapper .feature-content {
  word-break: break-word;
  font-family: "Barlow";
}
.mod-tickets.mod-tickets-table .features-table-wrapper .feature-content a,
.mod-tickets.mod-tickets-table .features-table-wrapper .feature-content ol li,
.mod-tickets.mod-tickets-table .features-table-wrapper .feature-content p,
.mod-tickets.mod-tickets-table .features-table-wrapper .feature-content span,
.mod-tickets.mod-tickets-table .features-table-wrapper .feature-content ul li {
  font-family: "Barlow";
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .features-table-wrapper .feature-content {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .features-table-wrapper .feature-content {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .features-table-wrapper .feature-content a,
  .mod-tickets.mod-tickets-table .features-table-wrapper .feature-content ol li,
  .mod-tickets.mod-tickets-table .features-table-wrapper .feature-content p,
  .mod-tickets.mod-tickets-table .features-table-wrapper .feature-content span,
  .mod-tickets.mod-tickets-table
    .features-table-wrapper
    .feature-content
    ul
    li {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .features-table-wrapper .feature-content a,
  .mod-tickets.mod-tickets-table .features-table-wrapper .feature-content ol li,
  .mod-tickets.mod-tickets-table .features-table-wrapper .feature-content p,
  .mod-tickets.mod-tickets-table .features-table-wrapper .feature-content span,
  .mod-tickets.mod-tickets-table
    .features-table-wrapper
    .feature-content
    ul
    li {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
  }
}
.ticket-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  line-height: 0;
  word-break: break-word;
}
.ticket-card .best-option-wrapper,
.ticket-card .sold-out-wrapper {
  display: none;
}
.ticket-card .buttons-wrapper,
.ticket-card .deploy-features-wrapper,
.ticket-card .header-content-wrapper {
  background-color: #f2f2f5;
}
.ticket-card .ticket-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .ticket-card .ticket-header {
    min-height: 0 !important;
  }
}
.ticket-card .header-content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100px;
}
.ticket-card .header-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ticket-card .deploy-features-wrapper {
  margin-top: 4px;
}
@media (min-width: 1280px) {
  .ticket-card .deploy-features-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 15px;
    padding: 34px 24px;
  }
}
.ticket-card .header-content-wrapper {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ticket-card .deploy-features-wrapper {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .header-content-wrapper {
    border-top-right-radius: 0;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .buttons-wrapper {
    border-bottom-left-radius: 4px;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .deploy-features-wrapper {
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
  }
}
.ticket-card .header-content-wrapper {
  position: relative;
  border-top: 1px solid #d4d3d9;
  border-right: 1px solid #d4d3d9;
  border-left: 1px solid #d4d3d9;
}
.ticket-card .buttons-wrapper {
  border-bottom: 1px solid #d4d3d9;
  border-right: 1px solid #d4d3d9;
  border-left: 1px solid #d4d3d9;
}
.ticket-card .header-content-wrapper::before {
  content: "";
  position: absolute;
  bottom: 17px;
  right: -32px;
  border-radius: 50%;
  border: 2px solid #d4d3d9;
  width: 64px;
  height: 66px;
}
@media (min-width: 768px) {
  .ticket-card .header-content-wrapper::before {
    bottom: 12px;
    right: -28px;
    width: 52px;
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .ticket-card .header-content-wrapper::before {
    bottom: 17px;
    right: -33px;
    width: 65px;
    height: 66px;
  }
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card
    .header-content-wrapper::before {
    bottom: 27px;
    right: -40px;
    width: 80px;
    height: 82px;
  }
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .header-content-wrapper::before {
    bottom: calc(50% - 66px);
    left: -44px;
    right: auto;
    width: 88px;
    height: 89px;
  }
}
.ticket-card .header-content-wrapper {
  padding: 32px 32px 0;
}
@media (min-width: 768px) {
  .ticket-card .header-content-wrapper {
    padding: 24px 10px 0;
  }
}
@media (min-width: 1280px) {
  .ticket-card .header-content-wrapper {
    padding: 32px 50px 0;
  }
}
.ticket-card .header-content > :not(:first-child) {
  padding-top: 8px;
}
.ticket-card .header-content > :last-child:not(.price-wrapper) {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .ticket-card .header-content > :last-child:not(.price-wrapper) {
    padding-bottom: 16px;
  }
}
@media (min-width: 1280px) {
  .ticket-card .header-content > :last-child:not(.price-wrapper) {
    padding-bottom: 24px;
  }
}
.ticket-card .date-wrapper + .text-wrapper {
  padding-top: 16px;
}
.ticket-card .buttons-wrapper {
  padding: 24px 32px 32px;
}
@media (min-width: 768px) {
  .ticket-card .buttons-wrapper {
    padding: 24px 12px 16px;
  }
}
@media (min-width: 1280px) {
  .ticket-card .buttons-wrapper {
    padding: 24px 32px 32px;
  }
}
.ticket-card .header-content-wrapper + .buttons-wrapper {
  padding-top: 0;
}
@media (min-width: 768px) {
  .ticket-card .header-content-wrapper + .buttons-wrapper {
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  .ticket-card .header-content-wrapper + .buttons-wrapper {
    padding-top: 0;
  }
}
.ticket-card .deploy-features-wrapper {
  padding: 32px 32px 28px;
}
@media (min-width: 768px) {
  .ticket-card .deploy-features-wrapper {
    padding: 20px 14px 28px;
  }
}
@media (min-width: 1280px) {
  .ticket-card .deploy-features-wrapper {
    padding: 34px 24px;
  }
}
.ticket-card .header-content-wrapper {
  -webkit-mask-image: radial-gradient(
    32px at 100% calc(100% - 50px),
    #fff0 98%,
    #000
  );
  mask-image: radial-gradient(32px at 100% calc(100% - 50px), #fff0 98%, #000);
}
@media (min-width: 768px) {
  .ticket-card .header-content-wrapper {
    -webkit-mask-image: radial-gradient(
      24px at 100% calc(100% - 37px),
      #fff0 98%,
      #000
    );
    mask-image: radial-gradient(
      24px at 100% calc(100% - 37px),
      #fff0 98%,
      #000
    );
  }
}
@media (min-width: 1280px) {
  .ticket-card .header-content-wrapper {
    -webkit-mask-image: radial-gradient(
      32px at 100% calc(100% - 50px),
      #fff0 98%,
      #000
    );
    mask-image: radial-gradient(
      32px at 100% calc(100% - 50px),
      #fff0 98%,
      #000
    );
  }
}
.ticket-card .date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ticket-card .date-wrapper .date {
  display: inline-block;
  border-radius: 4px;
  padding: 10px 16px 4px;
  min-width: 126px;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .ticket-card .date-wrapper .date {
    margin: 0 2px;
    padding: 9px 10px 7px;
    min-width: 130px;
  }
}
.ticket-card .text-wrapper {
  text-align: center;
}
.ticket-card .text-wrapper > :not(:first-child) {
  margin-top: 8px;
}
.ticket-card .price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  padding-bottom: 8px;
  min-height: 90px;
  text-align: center;
}
@media (min-width: 768px) {
  .ticket-card .price-wrapper {
    min-height: 70px;
    padding: 0 14px 8px;
  }
}
@media (min-width: 1280px) {
  .ticket-card .price-wrapper {
    min-height: 90px;
  }
}
.ticket-card .old-price {
  color: #e32424;
}
.ticket-card .old-price > span {
  position: relative;
}
.ticket-card .old-price span.strikethrough {
  display: block;
  position: absolute;
  top: 50%;
  right: -5%;
  border-top: 1px solid #e32424;
  width: 120%;
  -webkit-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
.ticket-card .buttons-wrapper,
.ticket-card .repeat-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ticket-card .buttons-wrapper a.btn,
.ticket-card .repeat-buttons-wrapper a.btn {
  margin: 0 !important;
  padding: 11px !important;
  width: 100%;
  min-width: auto !important;
}
.ticket-card .features-wrapper {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .ticket-card .features-wrapper {
    min-height: 0 !important;
  }
}
@media (min-width: 768px) {
  .ticket-card .features-wrapper {
    margin-bottom: 17px;
  }
}
@media (min-width: 1280px) {
  .ticket-card .features-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ticket-card .first-feature-wrapper {
    min-height: 0 !important;
  }
}
@media (min-width: 1280px) {
  .ticket-card .first-feature-wrapper {
    min-height: 0 !important;
  }
}
.ticket-card .list-features:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 1280px) {
  .ticket-card .list-features.collapse:not(.show) {
    display: block;
  }
}
.ticket-card .features > :last-child {
  margin-bottom: 0;
}
.ticket-card .deploy-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .ticket-card .deploy-button-wrapper {
    min-height: 0 !important;
  }
}
@media (min-width: 1280px) {
  .ticket-card .deploy-button-wrapper {
    display: none;
  }
}
.ticket-card .deploy-button {
  outline: 0;
  margin-left: 4px;
  border: none;
  background-color: transparent;
}
.ticket-card .deploy-button .to-deploy-text {
  display: none;
}
.ticket-card .deploy-button .deployed-text {
  display: inline;
}
.ticket-card .deploy-button.collapsed .to-deploy-text {
  display: inline;
}
.ticket-card .deploy-button.collapsed .deployed-text {
  display: none;
}
.ticket-card .deploy-button-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ticket-card .deploy-button-content span:nth-child(2) {
  margin-left: 0;
}
.ticket-card .deploy-text-wrapper {
  color: #000;
}
.ticket-card .deploy-icon-wrapper {
  margin-left: 3px;
  color: #d02d37;
}
.ticket-card .deploy-icon-wrapper span::before {
  font-size: 22px;
  line-height: 22px;
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.35s ease-in-out 0s;
  transition: -webkit-transform 0.35s ease-in-out 0s;
  -o-transition: -o-transform 0.35s ease-in-out 0s;
  transition: transform 0.35s ease-in-out 0s;
  transition: transform 0.35s ease-in-out 0s,
    -webkit-transform 0.35s ease-in-out 0s, -o-transform 0.35s ease-in-out 0s;
}
.ticket-card .deploy-button.collapsed .deploy-icon-wrapper span::before {
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ticket-card-wrapper.best-option:not(.sold-out) .ticket-card {
  padding-top: 41px;
  color: #fff;
}
@media (min-width: 768px) {
  .ticket-card-wrapper.best-option:not(.sold-out) .ticket-card {
    padding-top: 0;
  }
}
.ticket-card-wrapper.best-option:not(.sold-out)
  .ticket-card
  .deploy-icon-wrapper,
.ticket-card-wrapper.best-option:not(.sold-out)
  .ticket-card
  .deploy-text-wrapper,
.ticket-card-wrapper.best-option:not(.sold-out) .ticket-card .old-price {
  color: #fff;
}
.ticket-card-wrapper.best-option:not(.sold-out) .ticket-card .buttons-wrapper,
.ticket-card-wrapper.best-option:not(.sold-out)
  .ticket-card
  .deploy-features-wrapper,
.ticket-card-wrapper.best-option:not(.sold-out)
  .ticket-card
  .header-content-wrapper {
  background-color: #d02d37;
}
.ticket-card-wrapper.best-option:not(.sold-out)
  .ticket-card
  .date-wrapper
  .date {
  background-color: #b1252e;
}
.ticket-card-wrapper.best-option:not(.sold-out)
  .ticket-card
  .old-price
  span.strikethrough {
  border-color: #fff;
}
.ticket-card-wrapper.best-option:not(.sold-out)
  .ticket-card
  .best-option-wrapper {
  z-index: 1;
  display: block;
  position: relative;
}
.ticket-card-wrapper.best-option:not(.sold-out) .ticket-card .best-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -40px;
  right: 12px;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  background-color: #000;
  color: #fff;
}
.ticket-card-wrapper.best-option:not(.sold-out) .ticket-card .best-option span {
  text-align: center;
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
@media (min-width: 768px) {
  .ticket-card-wrapper.best-option:not(.sold-out) .ticket-card .best-option {
    top: -45px;
    right: 8px;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1280px) {
  .ticket-card-wrapper.best-option:not(.sold-out) .ticket-card .best-option {
    top: -40px;
    right: 12px;
    width: 66px;
    height: 66px;
  }
}
.ticket-card-wrapper.sold-out .ticket-card .sold-out-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ticket-card-wrapper.sold-out .ticket-card .sold-out {
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.ticket-card-wrapper.sold-out .ticket-card .sold-out span {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 6px 5px 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ticket-card-wrapper.sold-out .ticket-card .sold-out span {
    padding-top: 4px;
  }
}
.ticket-card-wrapper.sold-out .ticket-card .buttons-wrapper,
.ticket-card-wrapper.sold-out .ticket-card .deploy-features-wrapper,
.ticket-card-wrapper.sold-out .ticket-card .header-content-wrapper {
  opacity: 0.4;
  pointer-events: none;
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .price-wrapper,
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card
    .price-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .old-price,
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card
    .old-price {
    margin-left: 13px;
    padding-bottom: 5px;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card-wrapper.best-option:not(.sold-out)
    .ticket-card
    .best-option,
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card-wrapper.best-option:not(.sold-out)
    .ticket-card
    .best-option {
    top: -36px;
    right: 12px;
    width: 59px;
    height: 59px;
  }
}
@media (min-width: 1280px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card-wrapper.best-option:not(.sold-out)
    .ticket-card
    .best-option,
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card-wrapper.best-option:not(.sold-out)
    .ticket-card
    .best-option {
    top: -58px;
    width: 78px;
    height: 78px;
  }
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card
    .header-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-mask-image: radial-gradient(
      40px at 100% calc(100% - 68px),
      #fff0 98%,
      #000
    );
    mask-image: radial-gradient(
      40px at 100% calc(100% - 68px),
      #fff0 98%,
      #000
    );
  }
}
@media (min-width: 1280px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card
    .price-wrapper {
    min-height: 110px;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card
    .old-price {
    margin-left: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"] .ticket-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .ticket-header {
    width: 49%;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .deploy-features-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 4px;
    padding: 24px;
    width: 51%;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .header-content-wrapper {
    padding: 32px 32px 0 74px;
    -webkit-mask-image: radial-gradient(
      44px at 0 calc(50% + 22px),
      #fff0 98%,
      #000
    );
    mask-image: radial-gradient(44px at 0 calc(50% + 22px), #fff0 98%, #000);
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .buttons-wrapper {
    padding: 24px 32px 32px 74px;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .header-content-wrapper
    + .buttons-wrapper {
    padding-top: 0;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .deploy-button-wrapper {
    display: none;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .features-wrapper {
    margin-bottom: 0;
  }
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .list-features.collapse:not(.show) {
    display: block;
  }
}
@media (min-width: 768px) {
  .mod-tickets.mod-tickets-table .ticket-card.no-price .text-wrapper,
  .mod-tickets:not(.mod-tickets-table):not([data-num-cards="2"]):not([data-num-cards="1"])
    .ticket-card.no-price
    .text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .mod-tickets.mod-tickets-table .ticket-card.no-price .text-wrapper,
  .mod-tickets:not(.mod-tickets-table):not([data-num-cards="2"]):not([data-num-cards="1"])
    .ticket-card.no-price
    .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .ticket-card .ticket-header.pointer {
    -webkit-transition: -webkit-filter 0.3s ease-in-out 0s;
    transition: -webkit-filter 0.3s ease-in-out 0s;
    -o-transition: filter 0.3s ease-in-out 0s;
    transition: filter 0.3s ease-in-out 0s;
    transition: filter 0.3s ease-in-out 0s, -webkit-filter 0.3s ease-in-out 0s;
  }
  .ticket-card .ticket-header.pointer:hover {
    -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.15));
  }
  .ticket-card .ticket-header.pointer .buttons-wrapper a.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .ticket-card-wrapper.best-option:not(.sold-out)
    .ticket-card
    .best-option-wrapper {
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .ticket-card-wrapper.best-option:not(.sold-out)
    .ticket-card
    .ticket-header.pointer:hover {
    -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.35));
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.35));
  }
}
.ticket-card .best-option span {
  font-family: "Barlow" ;
  font-weight: 600;
}
.ticket-card .sold-out span {
  font-family: "Barlow" ;
  font-weight: 800;
  text-transform: uppercase;
}
.ticket-card .date span {
  font-family: "Barlow" ;
  font-weight: 600;
  text-transform: uppercase;
}
.ticket-card .title span {
  font-family: "Barlow" ;
  font-weight: 600;
}
.ticket-card .actual-price span {
  font-family: "Barlow" ;
  font-weight: 600;
}
.ticket-card .deploy-text-wrapper span {
  font-weight: 600;
}
.ticket-card .best-option span {
  font-size: 0.8125rem;
  line-height: 1em;
}
.ticket-card .sold-out span {
  font-size: 2rem;
  line-height: 2.3125rem;
}
@media (min-width: 768px) {
  .ticket-card .sold-out span {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .ticket-card .sold-out span {
    font-size: 2rem;
    line-height: 2.3125rem;
  }
}
.ticket-card .date span {
  font-size: 0.875rem;
  line-height: 1rem;
}
.ticket-card .title span {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.ticket-card .subtitle span {
  font-size: 1.0625rem;
  line-height: 1.3125rem;
}
@media (min-width: 768px) {
  .ticket-card .subtitle span {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
@media (min-width: 1280px) {
  .ticket-card .subtitle span {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
  }
}
.ticket-card .actual-price span {
  font-size: 2.5rem;
  line-height: 2.9375rem;
}
@media (min-width: 768px) {
  .ticket-card .actual-price span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .ticket-card .actual-price span {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.ticket-card .old-price span.text {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .ticket-card .old-price span.text {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.ticket-card .features {
  font-size: 1.0625rem;
  line-height: 1.3125rem;
}
@media (min-width: 768px) {
  .ticket-card .features {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
@media (min-width: 1280px) {
  .ticket-card .features {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
  }
}
.ticket-card .features a,
.ticket-card .features ol li,
.ticket-card .features p,
.ticket-card .features span,
.ticket-card .features ul li {
  font-size: 1.0625rem;
  line-height: 1.3125rem;
}
@media (min-width: 768px) {
  .ticket-card .features a,
  .ticket-card .features ol li,
  .ticket-card .features p,
  .ticket-card .features span,
  .ticket-card .features ul li {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
@media (min-width: 1280px) {
  .ticket-card .features a,
  .ticket-card .features ol li,
  .ticket-card .features p,
  .ticket-card .features span,
  .ticket-card .features ul li {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
  }
}
.ticket-card .deploy-text-wrapper span {
  font-size: 1rem;
  line-height: 1.1875rem;
}
@media (min-width: 1280px) {
  .ticket-card .deploy-text-wrapper span {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1280px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card
    .best-option
    span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card
    .sold-out
    span {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}
@media (min-width: 1280px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card
    .actual-price
    span {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="2"]
    .ticket-card
    .old-price
    span.text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .best-option
    span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .sold-out
    span {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .actual-price
    span {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .actual-price
    span {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .old-price
    span.text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .mod-tickets:not(.mod-tickets-table)[data-num-cards="1"]
    .ticket-card
    .old-price
    span.text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.ticket-card .deploy-button:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: 2px;
}
.ticket-card-wrapper.best-option:not(.sold-out)
  .deploy-button:focus:not(:active) {
  outline-color: #fff;
}
.mod-next-activities .generic-slider .slidable {
  min-height: 170px;
}
.mod-next-activities .generic-slider .slider:not(.slick-initialized) {
  max-height: 300px;
  overflow: hidden;
}
.mod-next-activities .generic-slider .slick-list {
  padding-right: 13.125%;
}
@media (min-width: 768px) {
  .mod-next-activities .generic-slider .slick-list {
    padding-right: calc(50vw - 371px);
  }
}
@media (min-width: 1024px) {
  .mod-next-activities .generic-slider .slick-list {
    padding-right: calc(50vw - 512px);
  }
}
@media (min-width: 2560px) {
  .mod-next-activities .generic-slider .slick-list {
    padding-right: 715px;
  }
}
.mod-next-activities .generic-slider .slick-track {
  margin: 0;
}
.mod-next-activities .generic-slider .slick-slide > * {
  max-width: none;
  height: calc(86.875vw - 30px);
}
@media (min-width: 575px) {
  .mod-next-activities .generic-slider .slick-slide > * {
    height: calc((86.875vw - 40px) / 2);
  }
}
@media (min-width: 768px) {
  .mod-next-activities .generic-slider .slick-slide > * {
    width: 248px;
    height: 248px;
  }
}
@media (min-width: 1280px) {
  .mod-next-activities .generic-slider .slick-slide > * {
    width: 287px;
    height: 287px;
  }
}
@media (min-width: 1024px) {
  .mod-next-activities .simple-filters {
    margin-bottom: 4px;
  }
}
@media (min-width: 1280px) {
  .mod-next-activities .simple-filters {
    margin-bottom: 12px;
  }
}
.next-activities-card {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  word-break: break-word;
  overflow: hidden;
}
.next-activities-card a {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.next-activities-card .card-content {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 16px 49px 16px 16px;
  color: #000;
}
@media (min-width: 768px) {
  .next-activities-card .card-content {
    padding-right: 56px;
  }
}
@media (min-width: 1280px) {
  .next-activities-card .card-content {
    padding: 24px 72px 24px 24px;
  }
}
.next-activities-card .bg-img-wrapper img,
.next-activities-card .bg-img-wrapper + .veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.next-activities-card .bg-img-wrapper img {
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.next-activities-card .veil {
  display: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(41, 33, 82, 0)),
    to(rgba(41, 33, 82, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(41, 33, 82, 0) 0,
    rgba(41, 33, 82, 0.9) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(41, 33, 82, 0) 0,
    rgba(41, 33, 82, 0.9) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(41, 33, 82, 0) 0,
    rgba(41, 33, 82, 0.9) 100%
  );
}
.next-activities-card .bg-img-wrapper + .veil {
  display: block;
}
.next-activities-card .date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px;
  background-color: #fff;
}
.next-activities-card .date span[class^="icon"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
}
.next-activities-card .date span[class^="icon"]::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .next-activities-card .date {
    padding-right: 5px;
  }
}
.next-activities-card .text-wrapper {
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.next-activities-card .title-description-wrapper {
  margin-top: auto;
  color: #fff;
}
.next-activities-card .title-wrapper:not(:first-child) {
  margin-top: 8px;
}
.next-activities-card .link-icon-wrapper {
  position: absolute;
  bottom: 18px;
  right: 16px;
  color: #fff;
  line-height: 0;
}
@media (min-width: 1280px) {
  .next-activities-card .link-icon-wrapper {
    bottom: 25px;
    right: 24px;
  }
}
.next-activities-card .link-icon-wrapper span {
  display: inline-block;
  font-size: 21px;
  line-height: 0;
}
@media (min-width: 1280px) {
  .next-activities-card .link-icon-wrapper span {
    font-size: 24px;
  }
}
.next-activities-card a {
  position: relative;
  outline: 0;
}
.next-activities-card a:focus:not(:active)::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #e32424;
  width: 100%;
  height: 100%;
}
.next-activities-card .date span {
  text-transform: uppercase;
}
.next-activities-card .date span:not([class^="icon"]) {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.next-activities-card .description-wrapper {
  font-size: 1rem;
  line-height: 1.1875rem;
}
.next-activities-card .title-wrapper span {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.simple-filters {
  position: relative;
  margin: 0 -20px 16px;
  padding: 0 20px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simple-filters::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .simple-filters {
    margin-bottom: 24px;
  }
}
.simple-filters ul {
  display: inline-block;
  padding: 6px;
  height: 42px;
  list-style-type: none;
  border-top-left-radius: 21px 50%;
  border-bottom-left-radius: 21px 50%;
  border-top-right-radius: 21px 50%;
  border-bottom-right-radius: 21px 50%;
  background-color: #f2f2f2;
}
.simple-filters li {
  display: inline-block;
  padding: 0 17px;
  min-height: 30px;
  border-top-left-radius: 15px 50%;
  border-bottom-left-radius: 15px 50%;
  border-top-right-radius: 15px 50%;
  border-bottom-right-radius: 15px 50%;
  color: #000;
  cursor: pointer;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.3s ease-in-out 0s,
    color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.simple-filters li:not(.active):hover {
  background-color: #cecece;
}
.simple-filters li.active {
  color: #fff;
  background-color: #000;
}
.simple-filters.simple-filters ul {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.simple-filters .empty-message,
.simple-filters + .empty-message {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .simple-filters .empty-message,
  .simple-filters + .empty-message {
    margin-top: 40px;
  }
}
.simple-filters li {
  outline: 0;
}
.simple-filters li:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.no-search-results {
  width: 100%;
}
.no-search-results .img-group,
.no-search-results .text-group {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.no-search-results .text-wrapper > :not(:first-child) {
  margin-top: 16px;
}
.no-search-results .img-wrapper {
  margin-top: 32px;
  max-width: 375px;
  min-width: 300px;
}
.no-search-results .img-wrapper img {
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .no-search-results .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .no-search-results .text-wrapper {
    max-width: 375px;
  }
  .no-search-results .img-wrapper {
    margin-top: 0;
  }
}
.row > .no-search-results {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .row > .no-search-results {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.no-search-results .title span {
  font-family: "Barlow" ;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .no-search-results .title span {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
.fixed-tickets-sales {
  z-index: 5;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.fixed-tickets-sales .tickets-sales-content {
  position: relative;
  margin: 0 auto;
  max-width: 2560px;
}
.fixed-tickets-sales .content-wrapper,
.fixed-tickets-sales .displayed-content-wrapper {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #292152;
}
@media (min-width: 768px) {
  .fixed-tickets-sales .content-wrapper,
  .fixed-tickets-sales .displayed-content-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.fixed-tickets-sales .displayed-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .fixed-tickets-sales .displayed-container {
    display: block;
  }
  .fixed-tickets-sales .displayed-container .close-on-mobile-cookie {
    display: none;
  }
}
@media (min-width: 1440px) {
  .fixed-tickets-sales .displayed-container.container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.fixed-tickets-sales .displayed-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 60px;
}
@media (min-width: 768px) {
  .fixed-tickets-sales .displayed-content {
    min-height: 94px;
  }
}
@media (min-width: 1280px) {
  .fixed-tickets-sales .displayed-content {
    min-height: 80px;
  }
}
.fixed-tickets-sales .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
}
.fixed-tickets-sales .deploy-mobile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 54px;
}
@media (min-width: 768px) {
  .fixed-tickets-sales .deploy-mobile-wrapper {
    display: none;
  }
}
.fixed-tickets-sales .deployable-wrapper {
  position: fixed;
  bottom: calc(-10px - var(--vhfnnav));
  left: 0;
  width: 100%;
  max-height: var(--vhfnnav);
  -webkit-transition: bottom 0.3s ease-in-out 0s;
  -o-transition: bottom 0.3s ease-in-out 0s;
  transition: bottom 0.3s ease-in-out 0s;
}
.fixed-tickets-sales .deployable-wrapper.show {
  bottom: 0;
}
.fixed-tickets-sales .content-wrapper {
  min-height: 114px;
}
@media (min-width: 768px) {
  .fixed-tickets-sales .content-wrapper {
    min-height: 94px;
  }
}
@media (min-width: 1280px) {
  .fixed-tickets-sales .content-wrapper {
    min-height: 80px;
  }
}
.fixed-tickets-sales .container-content {
  position: relative;
}
.fixed-tickets-sales .form-wrapper {
  line-height: 0;
}
.fixed-tickets-sales .text,
.fixed-tickets-sales .textFinished {
  line-height: 0;
}
.fixed-tickets-sales .countdown {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 150px;
}
.fixed-tickets-sales .countdown:not(:first-child) {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .fixed-tickets-sales .countdown {
    min-width: 335px;
  }
}
@media (min-width: 1280px) {
  .fixed-tickets-sales .countdown {
    min-width: 600px;
  }
}
.fixed-tickets-sales .fields-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.fixed-tickets-sales .field {
  padding: 0 10px;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
@media (min-width: 768px) {
  .fixed-tickets-sales .field {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
.fixed-tickets-sales .link-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .fixed-tickets-sales .link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .fixed-tickets-sales .link-wrapper:not(:first-child) {
    margin-left: 20px;
  }
}
@media (min-width: 1280px) {
  .fixed-tickets-sales .link-wrapper:not(:first-child) {
    margin-left: 80px;
  }
}
.fixed-tickets-sales[data-limit-date] .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.fixed-tickets-sales .deploy-mobile-wrapper a {
  background-color: #e32424;
}
.fixed-tickets-sales .deploy-mobile-wrapper .deploy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 20px;
  width: 100%;
  color: #fff;
}
.fixed-tickets-sales .deploy-mobile-wrapper .deploy > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixed-tickets-sales .deploy-mobile-wrapper .deploy span[class^="icon"] {
  position: relative;
  top: -1px;
  margin-right: 11px;
}
.fixed-tickets-sales .close-tickets-sales {
  position: absolute;
  top: -12px;
  right: 0;
  border: none;
  border-radius: 50%;
  padding: 0;
  color: #000;
  background-color: #f8f9fa;
}
.fixed-tickets-sales .close-tickets-sales span[class^="icon"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 0;
}
@media (max-width: 767px) {
  .fixed-tickets-sales.hide-countdown-mobile .text-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .fixed-tickets-sales.hide-countdown-mobile .countdown {
    display: none;
  }
}
@media (min-width: 768px) {
  .fixed-tickets-sales.hide-countdown-tablet .text-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .fixed-tickets-sales.hide-countdown-tablet .countdown {
    display: none;
  }
}
.fixed-tickets-sales .field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixed-tickets-sales .field:last-child {
  display: none;
}
@media (min-width: 768px) {
  .fixed-tickets-sales .field:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .fixed-tickets-sales .field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fixed-tickets-sales .field > span:last-child {
    margin-left: 10px;
  }
}
.fixed-tickets-sales .text-mobile-tablet > span:last-child {
  display: none;
}
@media (min-width: 768px) {
  .fixed-tickets-sales .text-mobile-tablet > span:first-child {
    display: none;
  }
  .fixed-tickets-sales .text-mobile-tablet > span:last-child {
    display: inline;
  }
}
.fixed-tickets-sales .text-wrapper .textFinished {
  display: none;
}
.fixed-tickets-sales.finished-countdown.only-form .deployable-wrapper {
  display: block;
}
.fixed-tickets-sales.finished-countdown.only-form .close-tickets-sales {
  display: none;
}
.fixed-tickets-sales.finished-countdown .text-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.fixed-tickets-sales.finished-countdown .text-wrapper .textFinished {
  display: block;
}
.fixed-tickets-sales.finished-countdown .text-wrapper .text {
  display: none;
}
.fixed-tickets-sales.finished-countdown .countdown {
  display: none;
}
div.body .fixed-tickets-sales :not(footer) > .btn.btn {
  padding: 12px 9px !important;
  min-width: 157px !important;
}
main .fixed-tickets-sales {
  position: static;
}
main .fixed-tickets-sales .displayed-content-wrapper .close-tickets-sales {
  display: none;
}
main .fixed-tickets-sales.bottom-in-viewport {
  position: fixed;
  background-color: transparent !important;
}
main
  .fixed-tickets-sales.bottom-in-viewport
  .displayed-content-wrapper
  .close-tickets-sales {
  display: block;
}
@media (min-width: 768px) {
  main
    .fixed-tickets-sales.bottom-in-viewport
    .displayed-content-wrapper
    .close-tickets-sales {
    display: none;
  }
}
div.body.landing-simple footer .fixed-tickets-sales {
  display: none;
}
.fixed-tickets-sales button {
  outline: 0;
}
.fixed-tickets-sales button:not(.mouse-click):focus:not(:active) {
  outline: 2px solid #e32424;
}
.fixed-tickets-sales button:not(.mouse-click).deploy:focus:not(:active) {
  outline-color: #000;
}
.fixed-tickets-sales
  .deploy-mobile-wrapper
  .deploy:not(.mouse-click):focus:not(.active) {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
.fixed-tickets-sales .deploy-mobile-wrapper .deploy span {
  font-family: "Barlow" ;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.fixed-tickets-sales .deploy-mobile-wrapper .deploy span[class^="icon"] {
  font-size: 29px;
  font-size: 1.8125rem;
}
.fixed-tickets-sales .text span,
.fixed-tickets-sales .textFinished span {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 500;
}
@media (min-width: 1280px) {
  .fixed-tickets-sales .text span,
  .fixed-tickets-sales .textFinished span {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}
.fixed-tickets-sales .field span:not(.number) {
  font-size: 1rem;
  line-height: 1.1875rem;
}
.fixed-tickets-sales .countdown .number {
  font-family: "Barlow" ;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .fixed-tickets-sales .countdown .number {
    font-size: 2rem;
    line-height: 2.3125rem;
  }
}
@media (min-width: 1280px) {
  .fixed-tickets-sales .countdown .number {
    font-size: 2.625rem;
    line-height: 3.0625rem;
  }
}
div.body.pagina-404 #carouselHome .new-hero-title .new-hero-title,
div.body.pagina-404 .new-hero-slick .new-hero-title {
  font-size: 26px !important;
  line-height: 30px !important;
}
@media (min-width: 768px) {
  div.body.pagina-404 #carouselHome .new-hero-title .new-hero-title,
  div.body.pagina-404 .new-hero-slick .new-hero-title {
    font-size: 34px !important;
    line-height: 38px !important;
  }
}
@media (min-width: 1024px) {
  div.body.pagina-404 #carouselHome .new-hero-title .new-hero-title,
  div.body.pagina-404 .new-hero-slick .new-hero-title {
    font-size: 36px !important;
    line-height: 44px !important;
  }
}
div.body.pagina-404 #carouselHome .new-hero-title .new-hero-subtitle,
div.body.pagina-404 .new-hero-slick .new-hero-subtitle {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}
div.body.pagina-404
  #carouselHome.media-der
  .new-hero-slider.corte-izq
  .container.container {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
div.body.pagina-404
  #carouselHome.media-der
  .new-hero-slider.corte-izq
  .container.container
  .ifema-banner-container {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.body.pagina-404
  #carouselHome.media-der
  .new-hero-slider.corte-izq
  .container.container
  .alt-img-container {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
div.body.pagina-404
  #carouselHome.media-der
  .new-hero-slider.corte-izq
  .container.container
  .alt-img-container
  .new-hero-background {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
div.body.pagina-404
  #carouselHome.media-izq
  .new-hero-slider.corte-izq
  .container.container {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
div.body.pagina-404
  #carouselHome.media-izq
  .new-hero-slider.corte-izq
  .container.container
  .ifema-banner-container {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.body.pagina-404
  #carouselHome.media-izq
  .new-hero-slider.corte-izq
  .container.container
  .alt-img-container {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
div.body.pagina-404
  #carouselHome.media-izq
  .new-hero-slider.corte-izq
  .container.container
  .alt-img-container
  .new-hero-background {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
div.body.pagina-404
  .new-hero-slick.media-der
  .new-hero-slider.corte-izq
  .container.container {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
div.body.pagina-404
  .new-hero-slick.media-der
  .new-hero-slider.corte-izq
  .container.container
  .ifema-banner-container {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.body.pagina-404
  .new-hero-slick.media-der
  .new-hero-slider.corte-izq
  .container.container
  .alt-img-container {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
div.body.pagina-404
  .new-hero-slick.media-der
  .new-hero-slider.corte-izq
  .container.container
  .alt-img-container
  .new-hero-background {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
div.body.pagina-404
  .new-hero-slick.media-izq
  .new-hero-slider.corte-izq
  .container.container {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
div.body.pagina-404
  .new-hero-slick.media-izq
  .new-hero-slider.corte-izq
  .container.container
  .ifema-banner-container {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div.body.pagina-404
  .new-hero-slick.media-izq
  .new-hero-slider.corte-izq
  .container.container
  .alt-img-container {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
div.body.pagina-404
  .new-hero-slick.media-izq
  .new-hero-slider.corte-izq
  .container.container
  .alt-img-container
  .new-hero-background {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}
@media (min-width: 1024px) {
  div.body.pagina-404 .new-hero-slick-wrapper.big-hero {
    height: 580px;
    max-height: 580px;
  }
  div.body.pagina-404 #carouselHome {
    height: 580px;
    max-height: 580px;
  }
  div.body.pagina-404 .new-hero-slick {
    height: 580px;
    max-height: 580px;
  }
  div.body.pagina-404 #carouselHome.media-der .slick-slide {
    height: 580px;
    max-height: 580px;
  }
  div.body.pagina-404 #carouselHome.media-der .new-hero-slider {
    height: 580px;
    max-height: 580px;
  }
  div.body.pagina-404 #carouselHome.media-izq .slick-slide {
    height: 580px;
    max-height: 580px;
  }
  div.body.pagina-404 #carouselHome.media-izq .new-hero-slider {
    height: 580px;
    max-height: 580px;
  }
  div.body.pagina-404 .new-hero-slick.media-der .slick-slide {
    height: 580px;
    max-height: 580px;
  }
  div.body.pagina-404 .new-hero-slick.media-der .new-hero-slider {
    height: 580px;
    max-height: 580px;
  }
  div.body.pagina-404 .new-hero-slick.media-izq .slick-slide {
    height: 580px;
    max-height: 580px;
  }
  div.body.pagina-404 .new-hero-slick.media-izq .new-hero-slider {
    height: 580px;
    max-height: 580px;
  }
}
@media (min-width: 768px) {
  div.body.pagina-404 #carouselHome.media-der .new-hero-slider .double,
  div.body.pagina-404 #carouselHome.media-izq .new-hero-slider .double,
  div.body.pagina-404 .new-hero-slick.media-der .new-hero-slider .double,
  div.body.pagina-404 .new-hero-slick.media-izq .new-hero-slider .double {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  div.body.pagina-404
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background {
    width: 100% !important;
  }
  div.body.pagina-404
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background {
    display: block;
  }
  div.body.pagina-404
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background.mobile {
    display: none;
  }
  div.body.pagina-404
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background {
    width: 100% !important;
  }
  div.body.pagina-404
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background {
    display: block;
  }
  div.body.pagina-404
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background.mobile {
    display: none;
  }
  div.body.pagina-404
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background {
    width: 100% !important;
  }
  div.body.pagina-404
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background {
    display: block;
  }
  div.body.pagina-404
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background.mobile {
    display: none;
  }
  div.body.pagina-404
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background {
    width: 100% !important;
  }
  div.body.pagina-404
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background {
    display: block;
  }
  div.body.pagina-404
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  div.body.pagina-404 #carouselHome .slick-slide .container.container,
  div.body.pagina-404 .header-filters > .container.container,
  div.body.pagina-404 .new-hero-slick .slick-slide .container.container,
  div.body.pagina-404 > header .header-nav.container,
  div.body.pagina-404 > header .hero-image > .container.container,
  div.body.pagina-404 > header nav[aria-label="breadcrumb"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  div.body.pagina-404
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container,
  div.body.pagina-404
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container,
  div.body.pagina-404
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container,
  div.body.pagina-404
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container {
    margin-top: 0 !important;
    height: auto;
    padding: 24px 20px !important;
  }
  div.body.pagina-404
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper,
  div.body.pagina-404
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper,
  div.body.pagina-404
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper,
  div.body.pagina-404
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper {
    line-height: 1.3;
  }
  div.body.pagina-404
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  div.body.pagina-404
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  div.body.pagina-404
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content,
  div.body.pagina-404
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content {
    margin-bottom: 0;
    text-align: left;
  }
  div.body.pagina-404
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-button,
  div.body.pagina-404
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-button,
  div.body.pagina-404
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-button,
  div.body.pagina-404
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    > .ifema-banner-container
    .ifema-banner-wrapper
    .ifema-banner-content
    .new-hero-button {
    margin: 10px 20px 10px 0 !important;
  }
  div.body.pagina-404
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body.pagina-404
    #carouselHome.media-izq
    .new-hero-slider
    .container.containe
    .alt-img-container
    .new-hero-background,
  div.body.pagina-404
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background,
  div.body.pagina-404
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container
    .new-hero-background {
    margin: 0 auto !important;
  }
  div.body.pagina-404
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body.pagina-404
    #carouselHome.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body.pagina-404
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container,
  div.body.pagina-404
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container {
    height: 100% !important;
    position: relative !important;
    overflow: initial;
  }
}
@media (max-width: 767px) {
  div.body.pagina-404
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background,
  div.body.pagina-404
    #carouselHome.media-izq
    .new-hero-slider
    .container.containe
    .alt-img-container.mobile
    .new-hero-background,
  div.body.pagina-404
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background,
  div.body.pagina-404
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background {
    display: none;
  }
  div.body.pagina-404
    #carouselHome.media-der
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background.mobile,
  div.body.pagina-404
    #carouselHome.media-izq
    .new-hero-slider
    .container.containe
    .alt-img-container.mobile
    .new-hero-background.mobile,
  div.body.pagina-404
    .new-hero-slick.media-der
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background.mobile,
  div.body.pagina-404
    .new-hero-slick.media-izq
    .new-hero-slider
    .container.container
    .alt-img-container.mobile
    .new-hero-background.mobile {
    display: block;
  }
}
div.body.pagina-404
  .new-hero-slick.media-der
  .new-hero-slider.corte-izq
  .container.container {
  padding-bottom: 0 !important;
}
div.body .main > section.mod-links-submenu {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mod-links-submenu.mod-links-submenu .not-fixed-space {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1280px) {
  .mod-links-submenu.mod-links-submenu .not-fixed-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.mod-links-submenu.mod-links-submenu .fixed-content-wrapper {
  height: 68px;
}
@media (min-width: 1280px) {
  .mod-links-submenu.mod-links-submenu .fixed-content-wrapper {
    height: 84px;
  }
}
.mod-links-submenu.mod-links-submenu .fixed-content {
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #fff;
}
.mod-links-submenu.mod-links-submenu nav.submenu-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .mod-links-submenu.mod-links-submenu nav.submenu-wrapper {
    padding-left: calc(50vw - 351px);
    padding-right: calc(50vw - 351px);
  }
}
@media (min-width: 1024px) {
  .mod-links-submenu.mod-links-submenu nav.submenu-wrapper {
    padding-left: calc(50vw - 482px);
    padding-right: calc(50vw - 482px);
  }
}
@media (min-width: 1280px) {
  .mod-links-submenu.mod-links-submenu nav.submenu-wrapper {
    padding-left: calc(50vw - 603px);
    padding-right: calc(50vw - 603px);
  }
}
@media (min-width: 2560px) {
  .mod-links-submenu.mod-links-submenu nav.submenu-wrapper {
    padding-left: 685px;
    padding-right: 685px;
  }
}
@media (min-width: 768px) {
  .mod-links-submenu.mod-links-submenu nav.submenu-wrapper {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .mod-links-submenu.mod-links-submenu
    nav.submenu-wrapper.slider-horizontal-scroll {
    padding-left: calc(50vw - 540px);
    padding-right: calc(50vw - 540px);
  }
}
@media (min-width: 1280px) {
  .mod-links-submenu.mod-links-submenu
    nav.submenu-wrapper.slider-horizontal-scroll {
    padding-left: calc(50vw - 660px);
    padding-right: calc(50vw - 660px);
  }
}
@media (min-width: 1024px) {
  .mod-links-submenu.mod-links-submenu
    nav.submenu-wrapper.slider-horizontal-scroll
    ul.submenu-parent {
    margin: 0 20px;
  }
}
.mod-links-submenu.mod-links-submenu ul.submenu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  list-style: none;
}
.mod-links-submenu.mod-links-submenu ul.submenu-parent::-webkit-scrollbar {
  display: none;
}
.mod-links-submenu.mod-links-submenu li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 1280px) {
  .mod-links-submenu.mod-links-submenu li {
    -webkit-flex-basis: 170px;
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
  }
}
.mod-links-submenu.mod-links-submenu .link-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  border: 1px solid #000;
  padding: 10px 32px;
  height: 48px;
  background-color: #fff;
  line-height: 0;
  color: #000;
  white-space: nowrap;
}
@media (min-width: 1280px) {
  .mod-links-submenu.mod-links-submenu .link-submenu {
    padding: 19px 24px;
    height: 64px;
  }
}
.mod-links-submenu.mod-links-submenu .link-submenu .link-img,
.mod-links-submenu.mod-links-submenu .link-submenu span[class^="icon"] {
  max-height: 22px;
  padding-right: 5px;
}
.mod-links-submenu.mod-links-submenu li:not(:last-child) .link-submenu {
  border-right: none;
}
.mod-links-submenu.mod-links-submenu li:not(.active) .link-submenu:hover {
  color: #fff;
  background-color: #000;
}
.mod-links-submenu.mod-links-submenu li.active .link-submenu {
  color: #fff;
  background-color: #000;
}
.mod-links-submenu.mod-links-submenu ul {
  margin: 0;
}
.mod-links-submenu.loaded .link-submenu {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.mod-links-submenu.fixed-child .fixed-content {
  position: fixed;
  top: 64px;
}
@media (min-width: 768px) {
  .mod-links-submenu.fixed-child .fixed-content {
    top: 72px;
  }
}
div.body.withTopbar .mod-links-submenu .fixed-content {
  top: 104px;
}
@media (min-width: 768px) {
  div.body.withTopbar .mod-links-submenu .fixed-content {
    top: 112px;
  }
}
div.body.withAlert:not(.withTopbar) .mod-links-submenu .fixed-content {
  top: 164px;
}
@media (min-width: 768px) {
  div.body.withAlert:not(.withTopbar) .mod-links-submenu .fixed-content {
    top: 142px;
  }
}
.mod-links-submenu .submenu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mod-links-submenu .displacement {
  display: none;
}
@media (min-width: 1024px) {
  .mod-links-submenu .displacement {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod-links-submenu .displacement button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 35px;
    height: 35px;
  }
  .mod-links-submenu .displacement button span[class^="icon"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #000;
  }
  .mod-links-submenu .displacement button[disabled] {
    pointer-events: none;
  }
  .mod-links-submenu .displacement button[disabled] span[class^="icon"] {
    background-color: #a2a2a2;
  }
  .mod-links-submenu .displacement.prev-wrapper span[class^="icon"] {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .mod-links-submenu .displacement.next-wrapper span[class^="icon"] {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mod-links-submenu .slider-horizontal-scroll .displacement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.mod-links-submenu .link-submenu:focus:not(:active):not(.mouse-click) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.mod-links-submenu .displacement button {
  outline: 0;
}
.mod-links-submenu
  .displacement
  button:focus:not(:active):not(.mouse-click)
  span[class^="icon"] {
  outline: 2px solid #e32424;
}
.mod-grid-shutter-card .card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
}
@media (max-width: 390px) {
  .mod-grid-shutter-card .card-wrapper {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .mod-grid-shutter-card .card-wrapper {
    height: 250px;
  }
}
@media (min-width: 1280px) {
  .mod-grid-shutter-card .card-wrapper {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .mod-grid-shutter-card .col-md-6 .card-wrapper {
    height: 350px;
  }
  .mod-grid-shutter-card
    .col-md-6
    .card-wrapper
    .shutter-card
    .img-wrapper
    ~ .text-wrapper {
    top: 350px;
  }
  .mod-grid-shutter-card
    .col-md-6
    .card-wrapper
    .shutter-card.focusin
    .img-wrapper
    ~ .text-wrapper,
  .mod-grid-shutter-card
    .col-md-6
    .card-wrapper
    .shutter-card:hover
    .img-wrapper
    ~ .text-wrapper {
    top: 0;
    -webkit-transition: top 0.5s ease-in-out 0s;
    -o-transition: top 0.5s ease-in-out 0s;
    transition: top 0.5s ease-in-out 0s;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .mod-grid-shutter-card .col,
  .mod-grid-shutter-card .col-1,
  .mod-grid-shutter-card .col-10,
  .mod-grid-shutter-card .col-11,
  .mod-grid-shutter-card .col-12,
  .mod-grid-shutter-card .col-2,
  .mod-grid-shutter-card .col-3,
  .mod-grid-shutter-card .col-4,
  .mod-grid-shutter-card .col-5,
  .mod-grid-shutter-card .col-6,
  .mod-grid-shutter-card .col-7,
  .mod-grid-shutter-card .col-8,
  .mod-grid-shutter-card .col-9,
  .mod-grid-shutter-card .col-auto,
  .mod-grid-shutter-card .col-clg,
  .mod-grid-shutter-card .col-clg-1,
  .mod-grid-shutter-card .col-clg-10,
  .mod-grid-shutter-card .col-clg-11,
  .mod-grid-shutter-card .col-clg-12,
  .mod-grid-shutter-card .col-clg-2,
  .mod-grid-shutter-card .col-clg-3,
  .mod-grid-shutter-card .col-clg-4,
  .mod-grid-shutter-card .col-clg-5,
  .mod-grid-shutter-card .col-clg-6,
  .mod-grid-shutter-card .col-clg-7,
  .mod-grid-shutter-card .col-clg-8,
  .mod-grid-shutter-card .col-clg-9,
  .mod-grid-shutter-card .col-clg-auto,
  .mod-grid-shutter-card .col-lg,
  .mod-grid-shutter-card .col-lg-1,
  .mod-grid-shutter-card .col-lg-10,
  .mod-grid-shutter-card .col-lg-11,
  .mod-grid-shutter-card .col-lg-12,
  .mod-grid-shutter-card .col-lg-2,
  .mod-grid-shutter-card .col-lg-3,
  .mod-grid-shutter-card .col-lg-4,
  .mod-grid-shutter-card .col-lg-5,
  .mod-grid-shutter-card .col-lg-6,
  .mod-grid-shutter-card .col-lg-7,
  .mod-grid-shutter-card .col-lg-8,
  .mod-grid-shutter-card .col-lg-9,
  .mod-grid-shutter-card .col-lg-auto,
  .mod-grid-shutter-card .col-md,
  .mod-grid-shutter-card .col-md-1,
  .mod-grid-shutter-card .col-md-10,
  .mod-grid-shutter-card .col-md-11,
  .mod-grid-shutter-card .col-md-12,
  .mod-grid-shutter-card .col-md-2,
  .mod-grid-shutter-card .col-md-3,
  .mod-grid-shutter-card .col-md-4,
  .mod-grid-shutter-card .col-md-5,
  .mod-grid-shutter-card .col-md-6,
  .mod-grid-shutter-card .col-md-7,
  .mod-grid-shutter-card .col-md-8,
  .mod-grid-shutter-card .col-md-9,
  .mod-grid-shutter-card .col-md-auto,
  .mod-grid-shutter-card .col-sm,
  .mod-grid-shutter-card .col-sm-1,
  .mod-grid-shutter-card .col-sm-10,
  .mod-grid-shutter-card .col-sm-11,
  .mod-grid-shutter-card .col-sm-12,
  .mod-grid-shutter-card .col-sm-2,
  .mod-grid-shutter-card .col-sm-3,
  .mod-grid-shutter-card .col-sm-4,
  .mod-grid-shutter-card .col-sm-5,
  .mod-grid-shutter-card .col-sm-6,
  .mod-grid-shutter-card .col-sm-7,
  .mod-grid-shutter-card .col-sm-8,
  .mod-grid-shutter-card .col-sm-9,
  .mod-grid-shutter-card .col-sm-auto,
  .mod-grid-shutter-card .col-xl,
  .mod-grid-shutter-card .col-xl-1,
  .mod-grid-shutter-card .col-xl-10,
  .mod-grid-shutter-card .col-xl-11,
  .mod-grid-shutter-card .col-xl-12,
  .mod-grid-shutter-card .col-xl-2,
  .mod-grid-shutter-card .col-xl-3,
  .mod-grid-shutter-card .col-xl-4,
  .mod-grid-shutter-card .col-xl-5,
  .mod-grid-shutter-card .col-xl-6,
  .mod-grid-shutter-card .col-xl-7,
  .mod-grid-shutter-card .col-xl-8,
  .mod-grid-shutter-card .col-xl-9,
  .mod-grid-shutter-card .col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.mod-grid-shutter-card .row > * {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mod-grid-shutter-card .row > * {
    margin-bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .mod-grid-shutter-card .row > * {
    margin-bottom: 40px;
  }
}
.shutter-card {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.shutter-card .show-more,
.shutter-card .text-wrapper,
.shutter-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shutter-card img {
  -o-object-fit: cover;
  object-fit: cover;
}
.shutter-card .show-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 8px;
  color: #fff;
}
.shutter-card .show-more span[class^="icon"] {
  line-height: 1em;
}
.shutter-card .veil {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(41, 33, 82, 0)),
    to(rgba(41, 33, 82, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(41, 33, 82, 0) 0,
    rgba(41, 33, 82, 0.9) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(41, 33, 82, 0) 0,
    rgba(41, 33, 82, 0.9) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(41, 33, 82, 0) 0,
    rgba(41, 33, 82, 0.9) 100%
  );
}
@media (min-width: 1024px) {
  .shutter-card .hide-desktop {
    display: none;
  }
}
.shutter-card .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px;
  background-color: #292152;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .shutter-card .text-wrapper {
    padding: 24px;
  }
}
.shutter-card .img-wrapper ~ .text-wrapper {
  top: 600px;
  -webkit-transition: top 0.5s ease-in-out 0s;
  -o-transition: top 0.5s ease-in-out 0s;
  transition: top 0.5s ease-in-out 0s;
}
@media (min-width: 768px) {
  .shutter-card .img-wrapper ~ .text-wrapper {
    top: 250px;
  }
}
@media (min-width: 1280px) {
  .shutter-card .img-wrapper ~ .text-wrapper {
    top: 420px;
  }
}
.shutter-card.focusin .img-wrapper ~ .text-wrapper,
.shutter-card:hover .img-wrapper ~ .text-wrapper {
  top: 0;
  -webkit-transition: top 0.5s ease-in-out 0s;
  -o-transition: top 0.5s ease-in-out 0s;
  transition: top 0.5s ease-in-out 0s;
}
.shutter-card .title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .shutter-card .title {
    margin-top: 10px;
  }
}
@media (min-width: 1280px) {
  .shutter-card .title {
    margin-top: 20px;
  }
}
.shutter-card:focus:not(:active) {
  outline: 2px solid #e32424;
  outline-offset: -2px;
}
.shutter-card .title span {
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .shutter-card .title span {
    font-size: 1.3125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .shutter-card .title span {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
