:root {
  --color-primary: #dc5166;
  --color-secondary: #78a0ac;
  --color-over-primary: #FFFFFF;
  --color-primary-lighter: hsl(from var(--color-primary) h s calc(l + 5));
  --color-primary-lighter2: hsl(from var(--color-primary) h s calc(l + 15));
  --color-primary-darkest: hsl(from var(--color-primary) h s calc(l - 10));
  --color-primary-darkest2: hsl(from var(--color-primary) h s calc(l - 15));
  --color-secondary-darkest: hsl(from var(--color-secondary) h s calc(l - 10));
  --color-secondary-darkest2: hsl(from var(--color-secondary) h s calc(l - 15)); }

/*
.gm-ui-hover-effect {
  display: none !important;
  &:focus {
    outline: none !important;
  }
}
*/
.img-responsive, .img-fluid {
  max-width: 100%;
  height: auto; }

.mt-5 {
  margin-top: 2rem; }

.mb-3 {
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0rem; } }
.color_domain__municipalia h3 {
  color: #002347; }
.color_domain__municipalia .exhibitor-information-item svg path,
.color_domain__municipalia .exhibitor-information-item svg ellipse {
  fill: #002347; }
.color_domain__municipalia .btn-primary {
  background-color: #25a996; }
.color_domain__municipalia .btn-primary {
  background-color: #25a996; }

.color_domain__cbon_cwallon h3 {
  color: #ffc000; }
.color_domain__cbon_cwallon .exhibitor-information-item svg path,
.color_domain__cbon_cwallon .exhibitor-information-item svg ellipse {
  fill: #ffc000; }
.color_domain__cbon_cwallon .btn-primary {
  background-color: #c50505; }

.color_domain__horecatel h3 {
  color: #282427; }
.color_domain__horecatel .exhibitor-information-item svg path,
.color_domain__horecatel .exhibitor-information-item svg ellipse {
  fill: #282427; }
.color_domain__horecatel .btn-primary {
  background-color: #a96375; }

.color_domain__batimoi h3 {
  color: #73bb90; }
.color_domain__batimoi .exhibitor-information-item svg path,
.color_domain__batimoi .exhibitor-information-item svg ellipse {
  fill: #73bb90; }
.color_domain__batimoi .btn-primary {
  background-color: #e3804a; }

.color_domain__game_square h3 {
  color: #131217; }
.color_domain__game_square .exhibitor-information-item svg path,
.color_domain__game_square .exhibitor-information-item svg ellipse {
  fill: #131217; }
.color_domain__game_square .btn-primary {
  background-color: #c02823; }

:root {
  --color-primary: #dc5166;
  --color-secondary: #78a0ac; }

html {
  font-size: 14px; }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem; }

h1,
.h1 {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .3em; }

.page-header {
  padding: 1rem 0;
  margin: 0 auto;
  border-bottom: 0;
  letter-spacing: 0.1em; }

.highlighted {
  margin: 0 !important; }

.baseline {
  display: block;
  position: relative;
  width: calc(100% + 24px);
  left: 0;
  margin: -5.5rem -12px 3rem;
  font-size: 1.143rem;
  font-weight: 300;
  color: #2f2e2e;
  text-transform: none;
  text-align: center;
  padding: 0 10% 3rem;
  background: #fcfcfc;
  border-bottom: 1px #f1f1f1 solid; }
  .baseline:before, .baseline:after {
    content: '';
    top: 1px;
    display: block;
    background: #fcfcfc;
    position: absolute;
    height: 100%;
    width: 12px;
    border-bottom: 1px #f1f1f1 solid; }
  .baseline:before {
    left: -12px; }
  .baseline:after {
    right: -12px; }

.user-logged-in.toolbar-horizontal .baseline {
  margin-top: 0; }

.node-pagination {
  margin-top: 3rem;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.250rem;
  font-style: italic; }
  .node-pagination .pagination-btn {
    font-weight: 400; }
    .node-pagination .pagination-btn i {
      font-size: 10px;
      position: relative;
      top: -2px; }

h2,
h3 {
  font-size: 1.229rem;
  font-weight: bold; }

h2 {
  text-transform: uppercase; }

h3 {
  line-height: 1.2; }

h4 {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.250rem;
  font-weight: 700;
  font-style: italic; }

.main-container a {
  font-weight: 600; }
  .main-container a:focus {
    text-decoration: none; }

.sidebar h3 {
  font-size: 1rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sidebar h3:focus, .sidebar h3:active {
    text-decoration: none; }

@media (min-width: 768px) {
  .baseline {
    padding: 0 33% 3rem; } }
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 1.557rem;
    position: relative;
    font-size: 1.857rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    width: 70%;
    text-align: center; }
    h1.page-header,
    .h1.page-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    h1:before, h1:after,
    .h1:before,
    .h1:after {
      border-top: 1px solid #cccccc;
      position: relative;
      top: 0.5em;
      width: 16%;
      content: ''; }
    h1:before,
    .h1:before {
      right: 1.5%; }
    h1:after,
    .h1:after {
      left: 1.5%; }

  h1.no-line:before, h1.no-line:after {
    display: none; }

  h2,
  h3 {
    font-size: 1.429rem; }

  .baseline {
    width: calc(100% - 24px);
    margin: -4.5rem 15px 3rem; }
    .baseline:before, .baseline:after {
      content: '';
      top: 1px;
      display: block;
      background: #fcfcfc;
      position: absolute;
      height: 100%;
      width: 50vw;
      border-bottom: 1px #f1f1f1 solid; }
    .baseline:before {
      left: -50vw; }
    .baseline:after {
      right: -50vw; }

  .page-header {
    margin-top: 20px;
    margin-bottom: 10px; } }
@media (min-width: 1400px) {
  h1:before, h1:after,
  .h1:before,
  .h1:after {
    width: 20%; } }
i.fas {
  font-family: FontAwesome; }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto; }
  .swiper-container .swiper-notification {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transform: translate3d(0px, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0); }

.swiper-container-android .swiper-slide {
  transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0); }

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out; }

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.swiper-container-autoheight {
  height: auto; }
  .swiper-container-autoheight .swiper-slide {
    height: auto; }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: auto;
  left: 10px;
  width: 30px;
  height: 100px;
  margin-top: -50px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030.08%20106.08'%3E%3Cpath%20d%3D'M30.08%2C103.56L2.73%2053.04%2030.04%202.52%2028.66%200%200%2053.04%2028.71%20106.08%2030.08%20103.56z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 100px;
  -moz-background-size: 30px 100px;
  -webkit-background-size: 30px 100px; }

.swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 10px;
  left: auto;
  width: 30px;
  height: 100px;
  margin-top: -50px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030.08%20106.08'%3E%3Cpath%20d%3D'M0%2C2.52L27.35%2053.03%200.04%20103.56%201.42%20106.08%2030.08%2053.03%201.37%200%200%202.52z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 100px;
  -moz-background-size: 30px 100px;
  -webkit-background-size: 30px 100px; }

.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: .35; }

.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: .35; }

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  right: 0;
  width: 8.33333%; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px; }

.swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: height 300ms, width 300ms, border 300ms, background 300ms;
  transition: height 300ms, width 300ms, border 300ms, background 300ms; }

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  top: 2px;
  position: relative;
  opacity: 1;
  background: var(--color-primary);
  -webkit-transition: height 300ms, width 300ms, border 300ms, background 300ms;
  transition: height 300ms, width 300ms, border 300ms, background 300ms; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  transition-property: opacity;
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity; }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite; }
  .swiper-lazy-preloader:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    -webkit-background-size: 100%; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.cart {
  display: none;
  height: 0;
  margin: 25px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.08);
  padding: 30px;
  position: absolute;
  width: 320px;
  left: -160px;
  z-index: 2; }
  .cart:after {
    bottom: 100%;
    left: 5.5%;
    left: 55.5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px; }
  .cart__items {
    padding: 0;
    list-style: none; }
  .cart .no-item {
    display: none; }
  .cart .item {
    padding: 1.5rem 0;
    display: block;
    border-bottom: 2px solid #f5f5f5; }
    .cart .item .close {
      opacity: 1;
      font-size: 1rem; }
  .cart label {
    text-transform: uppercase;
    margin: .5rem 0 1rem; }
  .cart input {
    margin-bottom: 0; }
  .cart .btn-submit {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    text-transform: initial;
    font-weight: 500;
    float: right;
    background-color: transparent; }
  .cart.open {
    display: block;
    height: auto; }
  .cart .email-my-visit-form > .form-item {
    width: 72%;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 0; }
  .cart .email-my-visit-form > .form-wrapper {
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px; }

@media (min-width: 992px) {
  .cart {
    width: 500px;
    left: initial;
    right: -200%; }
    .cart::after {
      left: 72.5%; } }
.btn {
  padding: 1.071rem 1.143rem;
  font-size: .857rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid transparent;
  border-radius: 0;
  background: #ffffff;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1); }
  .btn:hover {
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
    text-decoration: none !important; }
  .btn i {
    font-size: 0.6rem;
    line-height: 1em;
    position: relative;
    top: -1px; }

.btn.btn-lg {
  padding: 1.371rem 1.5rem; }

.btn.btn-sm {
  padding: 0.571rem 1.2rem; }

.btn.btn-xs {
  padding: 0.271rem 0.8rem; }

.btn-default {
  text-transform: uppercase;
  border: 0; }

.btn-primary {
  color: #ffffff;
  border: 0; }

.btn-secondary {
  color: #ffffff; }
  .btn-secondary:hover {
    color: #ffffff;
    border: 1px solid transparent; }

.btn-submit {
  padding: 0;
  height: 34px;
  font-size: 0;
  line-height: 34px;
  vertical-align: middle;
  position: relative;
  color: transparent;
  background: transparent;
  padding-right: 32px; }
  .btn-submit--text {
    font-size: 1rem; }
    .btn-submit--text::after {
      margin-left: 10px; }
  .btn-submit::after {
    width: 29px;
    height: 29px;
    display: inline-block;
    border: 4px solid #ffffff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    line-height: 21px;
    padding: 0 0.4rem 0 0.4rem;
    content: '\f105';
    color: #ffffff;
    text-align: center;
    position: absolute;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 1, 1); }
  .btn-submit:hover, .btn-submit:focus {
    background: transparent;
    border-color: transparent; }
    .btn-submit:hover::after, .btn-submit:focus::after {
      -webkit-animation: submitArrow 1000ms infinite;
              animation: submitArrow 1000ms infinite; }
  .btn-submit--contact {
    background: transparent;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.429rem;
    line-height: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
    font-style: italic;
    text-transform: inherit; }

.btn-tickets,
.btn-tickets2 {
  position: relative;
  padding: 1.371rem 4rem 1.371rem 7rem;
  white-space: normal; }
  .btn-tickets::before,
  .btn-tickets2::before {
    display: block;
    position: absolute;
    content: '';
    width: 36px;
    height: 39px;
    left: 3rem;
    top: calc(50% - 18px);
    background-image: url("../img/icons/icon-tickets.png"); }

.btn.btn-expo {
  padding: 1rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 10px; }

.cta-register,
.cta-visit {
  margin: 0 auto;
  text-align: center; }
  .cta-register > a:hover,
  .cta-visit > a:hover {
    text-decoration: none; }
    .cta-register > a:hover .btn-cart:after,
    .cta-visit > a:hover .btn-cart:after {
      -webkit-transition: -webkit-transform ease-in 200ms;
      transition: -webkit-transform ease-in 200ms;
      transition: transform ease-in 200ms;
      transition: transform ease-in 200ms, -webkit-transform ease-in 200ms;
      -webkit-transform: translateZ(0) rotate(-45deg) scale(0.9);
              transform: translateZ(0) rotate(-45deg) scale(0.9);
      color: #ffffff; }
  @media (min-width: 767px) {
    .cta-register .cta-register,
    .cta-register .cta-visit,
    .cta-visit .cta-register,
    .cta-visit .cta-visit {
      display: none; } }
  .cta-register__wrapper,
  .cta-visit__wrapper {
    display: block;
    width: 200px;
    height: 200px;
    padding: 2rem;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background: #f5f5f5;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .cta-register__text,
  .cta-visit__text {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #585455; }

.btn-register,
.btn-cart {
  position: relative;
  margin-top: 3px;
  display: inline-block;
  width: 43px;
  height: 43px;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  -webkit-transform: translateZ(0) rotate(45deg);
          transform: translateZ(0) rotate(45deg);
  -webkit-transition: -webkit-transform ease-in 200ms;
  transition: -webkit-transform ease-in 200ms;
  transition: transform ease-in 200ms;
  transition: transform ease-in 200ms, -webkit-transform ease-in 200ms;
  color: #ffffff;
  border-radius: 50% 50% 0 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .btn-register:hover:after,
  .btn-cart:hover:after {
    -webkit-transition: -webkit-transform ease-in 200ms;
    transition: -webkit-transform ease-in 200ms;
    transition: transform ease-in 200ms;
    transition: transform ease-in 200ms, -webkit-transform ease-in 200ms;
    -webkit-transform: translateZ(0) rotate(-45deg) scale(0.9);
            transform: translateZ(0) rotate(-45deg) scale(0.9);
    color: #ffffff; }
  .btn-register:active:after, .btn-register:focus:after,
  .btn-cart:active:after,
  .btn-cart:focus:after {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: transparent; }
  .btn-register:focus:after,
  .btn-cart:focus:after {
    outline: 0 none !important; }
  .btn-register:after,
  .btn-cart:after {
    position: absolute;
    top: 26%;
    right: 0;
    bottom: 0;
    left: 24%;
    display: inline-block;
    width: 1.714rem;
    height: 1.714rem;
    margin: auto;
    font-family: FontAwesome;
    font-size: 1.714rem;
    content: '\f004';
    -webkit-transition: -webkit-transform ease-in 200ms;
    transition: -webkit-transform ease-in 200ms;
    transition: transform ease-in 200ms;
    transition: transform ease-in 200ms, -webkit-transform ease-in 200ms;
    -webkit-transform: translateZ(0) rotate(-45deg);
            transform: translateZ(0) rotate(-45deg);
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .btn-register--small,
  .btn-cart--small {
    width: 32px;
    height: 31px; }
    .btn-register--small:after,
    .btn-cart--small:after {
      top: 12%;
      right: inherit;
      bottom: 0;
      left: 22%;
      width: 1.5rem;
      height: 1.5rem;
      font-size: 1.2857rem; }

.cta-register__text {
  font-size: 1.4rem;
  margin-bottom: 0.5rem; }

.btn-register {
  background-color: transparent; }
  .btn-register:after {
    color: #585455;
    content: '\f105';
    font-size: 2.914rem; }

.btn-heart {
  font-size: 1.429rem; }

#openFiltersPanel {
  margin-bottom: 2rem; }

.btn-search {
  background: transparent !important;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 32px;
  margin: 0 !important;
  padding: 0 !important;
  width: 32px; }
  .btn-search i {
    font-size: 1rem; }
  .btn-search:hover i {
    color: var(--color-secondary-darkest2); }

@media (min-width: 768px) {
  .btn.btn-expo {
    padding: 1rem 3rem;
    font-size: 12px; }

  #closeFiltersPanel {
    display: none; }

  #openFiltersPanel {
    display: none; } }
@-webkit-keyframes submitArrow {
  0% {
    padding: 0 0.4rem 0 0.6rem; }
  100% {
    padding: 0 0.4rem 0 0.4rem; } }
@keyframes submitArrow {
  0% {
    padding: 0 0.4rem 0 0.6rem; }
  100% {
    padding: 0 0.4rem 0 0.4rem; } }
.close-icon {
  height: 12px;
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url("../img/icons/icon-close.png") no-repeat; }

.filter-icon {
  height: 14px;
  margin-left: 5px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/icons/icon-filter.png") no-repeat; }

form .captcha__description {
  display: none; }
form .form-contact {
  margin-top: 4rem; }
form .form-group {
  margin-bottom: 0; }
form form .form-group {
  margin-bottom: 20px; }
form .form-control {
  margin-bottom: 1rem;
  border-radius: 0; }
  form .form-control:focus {
    -webkit-transition: border 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #000000;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
form .js-form-item label,
form .form-control label {
  font-weight: bold;
  text-transform: uppercase; }
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.143rem;
  font-style: italic; }
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.143rem;
  font-style: italic; }
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.143rem;
  font-style: italic; }
form input::placeholder,
form textarea::placeholder {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.143rem;
  font-style: italic; }
form input[type=email].form-control,
form input[type=password].form-control,
form input[type=text].form-control,
form textarea.form-control {
  -webkit-transition: border 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: none;
          box-shadow: none; }
  form input[type=email].form-control:focus,
  form input[type=password].form-control:focus,
  form input[type=text].form-control:focus,
  form textarea.form-control:focus {
    -webkit-transition: border 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #000000;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
form textarea.form-control {
  resize: none; }
form .control-label {
  text-transform: uppercase; }
form .form-required:after {
  display: none; }

.active_filters {
  margin: 1.6rem 0 2rem; }
  .active_filters .tag {
    position: relative;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #2f2e2e;
    background: #f8f9fb;
    margin-top: .2rem;
    margin-right: .4rem;
    font-weight: 600; }
    .active_filters .tag i {
      margin-left: 0.75rem; }
    .active_filters .tag:hover {
      color: #2f2e2e;
      background: #f8f9fb; }

.swiper-slide-active .slide__content-wrapper,
.swiper-slide-active .slide__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }
.swiper-slide-active .slide__image {
  left: -50%;
  height: 360px; }

.slide__image {
  width: 100%;
  height: auto; }
.slide__content-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .2s .5s, -webkit-transform .5s .5s;
  transition: opacity .2s .5s, -webkit-transform .5s .5s;
  transition: transform .5s .5s, opacity .2s .5s;
  transition: transform .5s .5s, opacity .2s .5s, -webkit-transform .5s .5s;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
  opacity: 0;
  color: #ffffff;
  will-change: transform, opacity; }

.swiper-hero {
  width: 100%; }
  .swiper-hero .slide__content--right {
    padding-right: 0;
    text-align: right; }
  .swiper-hero img {
    width: 100%;
    height: auto; }
  .swiper-hero .slide__content-wrapper {
    padding-top: 90px; }
    .swiper-hero .slide__content-wrapper > .row {
      position: relative;
      height: 100%; }
      .swiper-hero .slide__content-wrapper > .row > div {
        margin-top: 8%; }
  .swiper-hero .slide__date {
    position: relative;
    display: block;
    padding: 1rem;
    padding-right: 2rem;
    font-size: 3.286rem;
    font-weight: 900;
    text-transform: uppercase;
    background: #dc5166;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.2); }
  .swiper-hero .slide__title {
    margin: .2rem; }
  .swiper-hero .swiper-slide .img-responsive {
    width: 100%; }

.swiper-testimony {
  margin-top: 3rem;
  position: relative; }
  .swiper-testimony > .container {
    position: relative; }
  .swiper-testimony .swiper-wrapper {
    height: 600px; }
    .swiper-testimony .swiper-wrapper .views-row {
      width: 100%; }
  .swiper-testimony .swiper-slide .quote {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 80%;
    margin: auto;
    padding: 1rem 2rem;
    text-align: center;
    color: #ffffff; }
  .swiper-testimony .cta-view-all-testimonies-wrapper {
    margin-top: 15px; }

.quote__img {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute; }
.quote__icon {
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-size: 8.929rem;
  line-height: 1rem; }
.quote__text {
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-style: italic; }
  .quote__text > h2 {
    display: block;
    margin-bottom: 1rem;
    font-style: normal;
    font-size: 1.214rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .quote__text a {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: white; }
  .quote__text > p em {
    font-size: 1.143rem;
    font-weight: 700;
    font-style: normal; }
  .quote__text .btn {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    margin-top: 1rem;
    padding: 1.071rem 1.143rem;
    font-size: 0.7rem; }
.quote__author {
  display: block;
  font-weight: 600;
  font-style: normal;
  margin: 1.2rem 0 1.5rem; }

@media (min-width: 768px) {
  .swiper-testimony .swiper-slide .quote {
    width: 80%;
    height: 80%;
    padding: 2rem 4.8rem; } }
@media (min-width: 992px) {
  .swiper-slide-active .slide__image {
    height: auto; }

  .swiper-testimony .swiper-wrapper {
    height: 500px; }
  .swiper-testimony .swiper-slide .quote {
    width: 70%;
    height: 70%;
    padding: 2rem 5rem; }

  .quote__text .btn {
    font-size: .857rem; } }
@media (max-width: 991px) {
  .swiper-button-prev {
    right: auto;
    left: 10px;
    height: 70px;
    margin-top: -35px;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23fff' d='M25.1 247.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L64.7 256l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L25 264.5c-4.6-4.7-4.6-12.3.1-17z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 30px 100px;
    -moz-background-size: 30px 100px;
    -webkit-background-size: 30px 100px; }

  .swiper-button-next {
    right: 10px;
    left: auto;
    height: 70px;
    margin-top: -35px;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23fff' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 100px;
    -moz-background-size: 30px 100px;
    -webkit-background-size: 30px 100px; } }
.tooltip-inner {
  border-radius: 0; }

.newsletter {
  display: none; }

.newsletter,
.newsletter-block {
  clear: both;
  padding: .4rem .9rem 1.3rem .9rem;
  color: #ffffff; }
  .newsletter-col,
  .newsletter-block-col {
    padding-right: 0;
    padding-left: 0; }
  .newsletter ul,
  .newsletter-block ul {
    margin-top: 1.1rem;
    padding-left: 2rem; }
    .newsletter ul > li,
    .newsletter-block ul > li {
      line-height: 1.75rem; }
      .newsletter ul > li::before,
      .newsletter-block ul > li::before {
        display: none; }
  .newsletter__title,
  .newsletter-block__title {
    display: block;
    padding-right: .8rem;
    color: #ffffff; }
    .newsletter__title > span,
    .newsletter-block__title > span {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      font-style: normal;
      text-align: right;
      text-transform: uppercase; }
  .newsletter .brevo-form-subscribe,
  .newsletter-block .brevo-form-subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .newsletter .brevo-form-subscribe > *,
    .newsletter-block .brevo-form-subscribe > * {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      max-width: 100%; }
    .newsletter .brevo-form-subscribe .form-actions,
    .newsletter .brevo-form-subscribe .form-item-email,
    .newsletter-block .brevo-form-subscribe .form-actions,
    .newsletter-block .brevo-form-subscribe .form-item-email {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      max-width: 100%; }
    .newsletter .brevo-form-subscribe .form-item-email,
    .newsletter-block .brevo-form-subscribe .form-item-email {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      max-width: calc(100% - 40px); }
    .newsletter .brevo-form-subscribe .form-actions,
    .newsletter-block .brevo-form-subscribe .form-actions {
      width: 40px;
      -ms-flex-line-pack: end;
          align-content: end; }
    .newsletter .brevo-form-subscribe input.form-email,
    .newsletter-block .brevo-form-subscribe input.form-email {
      margin: 0;
      background-color: transparent;
      border: none;
      color: #ffffff;
      font-size: 1.25rem; }
      .newsletter .brevo-form-subscribe input.form-email:focus,
      .newsletter-block .brevo-form-subscribe input.form-email:focus {
        color: #ffffff;
        border: none; }
      .newsletter .brevo-form-subscribe input.form-email::-webkit-input-placeholder,
      .newsletter-block .brevo-form-subscribe input.form-email::-webkit-input-placeholder {
        color: #ddd;
        font-size: 1.25rem; }
      .newsletter .brevo-form-subscribe input.form-email:-ms-input-placeholder,
      .newsletter-block .brevo-form-subscribe input.form-email:-ms-input-placeholder {
        color: #ddd;
        font-size: 1.25rem; }
      .newsletter .brevo-form-subscribe input.form-email::-ms-input-placeholder,
      .newsletter-block .brevo-form-subscribe input.form-email::-ms-input-placeholder {
        color: #ddd;
        font-size: 1.25rem; }
      .newsletter .brevo-form-subscribe input.form-email::placeholder,
      .newsletter-block .brevo-form-subscribe input.form-email::placeholder {
        color: #ddd;
        font-size: 1.25rem; }
    .newsletter .brevo-form-subscribe button.form-submit,
    .newsletter-block .brevo-form-subscribe button.form-submit {
      width: 30px;
      height: 30px;
      padding: 0;
      text-indent: 100%;
      overflow: hidden;
      position: relative;
      background-color: transparent; }
      .newsletter .brevo-form-subscribe button.form-submit::after,
      .newsletter-block .brevo-form-subscribe button.form-submit::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        display: inline-block;
        border: 4px solid #ffffff;
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: 18px;
        line-height: 21px;
        padding: 0 0.4rem 0 0.4rem;
        content: '\f105';
        color: #ffffff;
        text-align: center;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
        transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
        text-indent: 0; }
  .newsletter .sendinblue-newsletter-mergefields,
  .newsletter-block .sendinblue-newsletter-mergefields {
    display: inline-block;
    width: 80%; }
    .newsletter .sendinblue-newsletter-mergefields input.newsletter__input,
    .newsletter-block .sendinblue-newsletter-mergefields input.newsletter__input {
      width: 100%; }
  .newsletter #edit-fields-edition--wrapper legend,
  .newsletter-block #edit-fields-edition--wrapper legend {
    margin: 0 5px 0 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    border: none; }
  .newsletter #edit-fields-edition--wrapper .radio,
  .newsletter-block #edit-fields-edition--wrapper .radio {
    margin-top: 5px;
    margin-bottom: 5px; }
  .newsletter input.newsletter__input,
  .newsletter-block input.newsletter__input {
    position: relative;
    display: inline-block;
    width: 80%;
    height: auto;
    margin: 0 0 0 0;
    padding: .5rem .8rem;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.25rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #ffffff;
    border: 1px solid transparent;
    border-left: 1px solid #ffffff;
    background: transparent;
    -ms-touch-action: manipulation;
        touch-action: manipulation; }
    .newsletter input.newsletter__input::-webkit-input-placeholder,
    .newsletter-block input.newsletter__input::-webkit-input-placeholder {
      font-size: 1.25rem;
      font-style: italic;
      color: #c5d8d6; }
    .newsletter input.newsletter__input:-ms-input-placeholder,
    .newsletter-block input.newsletter__input:-ms-input-placeholder {
      font-size: 1.25rem;
      font-style: italic;
      color: #c5d8d6; }
    .newsletter input.newsletter__input::-ms-input-placeholder,
    .newsletter-block input.newsletter__input::-ms-input-placeholder {
      font-size: 1.25rem;
      font-style: italic;
      color: #c5d8d6; }
    .newsletter input.newsletter__input::placeholder,
    .newsletter-block input.newsletter__input::placeholder {
      font-size: 1.25rem;
      font-style: italic;
      color: #c5d8d6; }
    .newsletter input.newsletter__input:focus,
    .newsletter-block input.newsletter__input:focus {
      -webkit-transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
      transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
      color: #ffffff;
      border: 1px solid #ffffff !important;
      outline: 0; }
    .newsletter input.newsletter__input:hover, .newsletter input.newsletter__input:focus,
    .newsletter-block input.newsletter__input:hover,
    .newsletter-block input.newsletter__input:focus {
      -webkit-transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
      transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
      border: 1px solid #ffffff; }
      .newsletter input.newsletter__input:hover + .btn-submit::after, .newsletter input.newsletter__input:focus + .btn-submit::after,
      .newsletter-block input.newsletter__input:hover + .btn-submit::after,
      .newsletter-block input.newsletter__input:focus + .btn-submit::after {
        -webkit-animation: submitArrow 900ms infinite;
                animation: submitArrow 900ms infinite; }
  .newsletter .btn-submit,
  .newsletter-block .btn-submit {
    margin-left: 4px;
    background: transparent; }
    .newsletter .btn-submit:hover, .newsletter .btn-submit:focus,
    .newsletter-block .btn-submit:hover,
    .newsletter-block .btn-submit:focus {
      background: transparent; }
  .newsletter .privacy-policy-link,
  .newsletter-block .privacy-policy-link {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0 .8rem;
    font-size: .9rem; }
    .newsletter .privacy-policy-link a,
    .newsletter-block .privacy-policy-link a {
      color: #ffffff; }
  @media (min-width: 992px) {
    .newsletter,
    .newsletter-block {
      padding: 1.3rem .9rem; }
      .newsletter-block,
      .newsletter-block-block {
        white-space: nowrap; } }
  @media (min-width: 1600px) {
    .newsletter,
    .newsletter-block {
      padding: 2rem 1.3rem 1.3rem 1.3rem; } }

@media (min-width: 992px) {
  .newsletter {
    display: block; }
    .newsletter__left, .newsletter__right {
      display: inline-block;
      width: 40%;
      vertical-align: bottom;
      white-space: normal; }
    .newsletter__right {
      width: 60%; }
    .newsletter__title > span {
      display: block; } }

.newsletter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@keyframes submitArrow {
  0% {
    padding: 0 .4rem 0 .6rem; }
  100% {
    padding: 0 .4rem 0 .4rem; } }
.social-btn {
  display: block;
  position: relative;
  float: left;
  -webkit-transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 200ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 64px;
  min-width: 64px;
  max-width: 20%;
  height: 64px;
  min-height: 64px;
  padding: 12.5%;
  font-size: 1.5rem; }
  .social-btn .social-btn-network-ico {
    display: inline-block;
    line-height: 1;
    color: #ffffff; }
    .social-btn .social-btn-network-ico > i {
      display: block;
      margin-top: -.5rem;
      margin-left: -.5rem; }
  .social-btn:hover {
    text-decoration: none; }
    .social-btn:hover .social-btn-network-ico {
      -webkit-transition: background 200ms cubic-bezier(0.4, 0, 1, 1);
      transition: background 200ms cubic-bezier(0.4, 0, 1, 1);
      color: #ffffff; }
  .social-btn .social-btn-name {
    display: none; }

.newsletter-col .social-btn-network-ico {
  position: absolute;
  top: 50%; }

.social--footer {
  display: block; }
  .social--footer .block-sociallink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 15px; }
    .social--footer .block-sociallink::before {
      display: none; }
  .social--footer h4 {
    vertical-align: top; }
  .social--footer .social-btn:not([href='']),
  .social--footer .social-btn:not([href='']):hover {
    background: none;
    display: inline-block;
    float: none; }
  .social--footer .social-btn {
    background: none;
    width: auto;
    height: auto;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    line-height: auto;
    padding: 0;
    margin-bottom: .5rem;
    text-align: left; }
    .social--footer .social-btn i {
      display: inline;
      top: .1rem;
      position: relative;
      margin-left: 0; }
    .social--footer .social-btn[href=''] {
      display: none; }
    .social--footer .social-btn:not([href='']):nth-of-type(1n) {
      background: none; }
      .social--footer .social-btn:not([href='']):nth-of-type(1n):hover {
        background: none; }
      .social--footer .social-btn:not([href='']):nth-of-type(1n) .social-btn-network-ico {
        width: 30px;
        height: 29px;
        font-size: 1.125rem;
        line-height: 1.125rem;
        -webkit-transition: all .3s;
        transition: all .3s;
        background: none;
        display: inline-block;
        min-width: 30px;
        min-height: 29px;
        padding: .35rem;
        text-align: center;
        float: none;
        border-radius: 50%;
        background: #fff; }
        .social--footer .social-btn:not([href='']):nth-of-type(1n) .social-btn-network-ico:hover {
          background: rgba(255, 255, 255, 0.7); }
      .social--footer .social-btn:not([href='']):nth-of-type(1n) .social-btn-name {
        display: none; }

@media (min-width: 768px) {
  .social-btn {
    font-size: 2rem; } }
.row--news .news__element {
  margin-bottom: 1rem; }

.news__element--featured {
  background: transparent;
  position: relative; }
  .news__element--featured .img-responsive {
    height: auto; }
  .news__element--featured .news__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5); }
  .news__element--featured .news__title {
    font-size: 1.343rem; }
  .news__element--featured .news__text {
    width: 80%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.news__element--home {
  position: relative; }
  .news__element--home .img-responsive {
    width: 100%;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: .8;
    -webkit-backface-visibility: hidden; }
  .news__element--home .news__content {
    color: #ffffff;
    padding: 1rem 1.5rem;
    height: 40%; }
  .news__element--home .news__date {
    color: #ffffff;
    font-size: 1.286rem; }
  .news__element--home.hidden-xs .news__text {
    display: none; }
  .news__element--home:hover .img-responsive {
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 200ms cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    -webkit-backface-visibility: hidden; }
  .news__element--home:hover::before, .news__element--home:hover::after {
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 1, 1);
    transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 1, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 1, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 200ms cubic-bezier(0.4, 0, 1, 1);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .news__element--home::before, .news__element--home::after {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 1, 1);
    transition: -webkit-transform 200ms cubic-bezier(0.4, 0, 1, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 1, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 200ms cubic-bezier(0.4, 0, 1, 1); }
  .news__element--home::before {
    right: 20px;
    bottom: 10px;
    width: 2px;
    height: 20px; }
  .news__element--home::after {
    right: 11px;
    bottom: 19px;
    width: 20px;
    height: 2px; }
  .news__element--home.news__element--featured::before {
    right: 26px;
    bottom: 17px;
    width: 2px;
    height: 32px; }
  .news__element--home.news__element--featured::after {
    right: 11px;
    bottom: 32px;
    width: 32px;
    height: 2px; }
.news__link {
  display: block;
  position: relative;
  height: 100%; }
  .news__link:hover {
    text-decoration: none; }
.news__readmore {
  bottom: 0;
  right: 0;
  display: block;
  position: absolute;
  display: block;
  font-weight: 500;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1); }
  .news__readmore:hover {
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 1, 1); }
    .news__readmore:hover span {
      text-decoration: none; }
  .news__readmore span {
    padding: .4rem .5rem;
    font-size: 1.2rem;
    font-weight: 500; }
.news__date, .news__title {
  margin: 10px 0 0 0;
  font-size: 1.214rem;
  font-weight: 700;
  text-transform: uppercase; }
.news__date {
  display: block;
  color: #ddd;
  margin-bottom: .5rem; }
.news .img-responsive {
  height: 60%; }
.news__content {
  overflow: hidden;
  color: #000000; }
.news__text {
  line-height: 1.5rem; }

.news-listing .btn-primary {
  margin-top: 1.5rem; }

.news__picture {
  width: 100%; }

@media (min-width: 768px) {
  .news__date, .news__title {
    margin: 0 0 0 0; }
  .news__content {
    min-height: 40%; } }
@media (min-width: 992px) {
  .news-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-box-orient: horizontal;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .news__element--featured .news__title {
    font-size: 1.643rem; }

  .news--detail {
    line-height: 1.5rem; }
    .news--detail > .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .news--detail .field--name-body {
      padding-bottom: 2rem; }
    .news--detail h2 {
      text-transform: none;
      margin-bottom: 2rem; }
    .news--detail .social--news {
      position: absolute;
      bottom: 0;
      font-size: 1.143rem;
      line-height: 2rem; }
      .news--detail .social--news i {
        margin: 0 .2rem;
        font-size: 1.2rem; } }
@media (min-width: 1200px) {
  .news-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news-listing > .news__element--featured {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      order: 1; }
    .news-listing > .news__element--home:not(.news__element--featured) {
      width: 22.5%;
      margin-right: 12px;
      margin-left: 12px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .news-listing .news__last_wrapper {
      width: 22.5%;
      margin-right: 12px;
      margin-left: 12px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 3;
      order: 3;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 0; } }
.testimony__element {
  margin-bottom: 2rem;
  text-align: center; }
  .testimony__element .img-responsive {
    margin: 0 auto;
    margin-bottom: 1rem; }
  .testimony__element .play {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 100%;
    margin: auto;
    cursor: pointer; }
    .testimony__element .play:focus {
      outline: 0;
      border: 1px solid #82b0de;
      -webkit-box-shadow: 0 0 0 3px rgba(62, 145, 229, 0.5);
              box-shadow: 0 0 0 3px rgba(62, 145, 229, 0.5); }
    .testimony__element .play::after {
      content: '';
      display: inline-block;
      position: relative;
      top: 3px;
      left: 3px;
      border-style: solid;
      border-width: 12px 0 12px 20px;
      border-color: transparent transparent transparent white; }
  .testimony__element .launch-modal {
    display: block;
    position: relative; }
.testimony__text {
  padding: 0 1rem 1rem 1rem;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1rem; }
  .testimony__text h2 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-style: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
.testimony__author {
  display: block;
  padding: 0 1rem 1rem 0rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff; }
  .testimony__author::before {
    border-color: transparent; }
.testimony__line {
  display: block;
  margin: 1rem auto;
  width: 100%;
  height: 19.71px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20508.5%2019.71'%3E%0D%0A%20%20%20%20%20%3Cpath%20d%3D'M0%2C0.5L194.5%200.5%20212.5%2018.5%20212.5%200.5%20508.5%200.5'%20stroke%3D'%2378A0AC'%20stroke-width%3D'1'%20fill%3D'none'%3E%3C%2Fpath%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 800px 19.71px; }
.testimony__readmore {
  position: absolute;
  bottom: 0;
  right: 15px; }
  .testimony__readmore a {
    display: block;
    font-weight: 500;
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1); }
    .testimony__readmore a:hover, .testimony__readmore a:focus, .testimony__readmore a:active {
      -webkit-transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
      transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
      text-decoration: none; }
    .testimony__readmore a span {
      padding: .4rem .5rem;
      font-size: 1.2rem;
      font-weight: 500; }
.testimony .views-more-link {
  color: #ffffff; }

.testimony-block {
  min-height: 420px;
  background-size: cover;
  padding: 5rem 0 2.5rem; }
  .testimony-block .testimony__element {
    text-align: center;
    color: #fff; }
  .testimony-block .testimony__text h2 {
    font-size: 1.857rem;
    text-transform: initial;
    letter-spacing: 0.300em; }
  .testimony-block .testimony__line {
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20588.5%2019.71'%3E%3Cpath%20d%3D'M0%2C0.5L274.5%200.5%20292.5%2018.5%20292.5%200.5%20588.5%200.5'%20stroke%3D'%23FFFFFF'%20stroke-width%3D'1'%20fill%3D'none'%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-size: 588.5px 19.71px; }
  .testimony-block .testimony__author {
    text-align: center;
    color: #fff;
    padding: 1rem; }
    .testimony-block .testimony__author-thumb img {
      border-radius: 50%;
      margin-bottom: 0; }
  .testimony-block .views-more-link {
    color: #ffffff; }

@media (min-width: 992px) {
  .testimony__element {
    text-align: left; }
    .testimony__element > div.row:first-child {
      min-height: 380px; }
  .testimony__author {
    text-align: left; }
  .testimony__line {
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20750%2019.71'%3E%0D%0A%20%20%3Cpath%20fill%3D'none'%20stroke%3D'%2378a0ac'%20d%3D'M0%2C.5H242.88l18%2C18V.5H750'%2F%3E%0D%0A%3C%2Fsvg%3E"); }
  .testimony__text {
    font-size: 1.143rem; }

  .testimony-block .testimony__element {
    text-align: center; }
  .testimony-block .testimony__author {
    margin-top: 2rem; } }
@media (min-width: 1200px) {
  .testimony__element > div.row:first-child {
    min-height: 330px; } }
@media (min-width: 1600px) {
  .testimony__element > div.row:first-child {
    min-height: 285px; } }
@media (min-width: 1920px) {
  .testimony__line {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20750%2019.71'%3E%0D%0A%20%20%3Cpath%20fill%3D'none'%20stroke%3D'%2378a0ac'%20d%3D'M0%2C.5H242.88l18%2C18V.5H750'%2F%3E%0D%0A%3C%2Fsvg%3E"); } }
:root {
  --color-primary: #dc5166;
  --color-secondary: #78a0ac; }

.session__element {
  padding: 1.5rem;
  position: relative;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  border-left: 1px solid #aaaaaa;
  background: #fcfcfc;
  -webkit-box-shadow: -2px 3px 2px rgba(0, 0, 0, 0.05);
          box-shadow: -2px 3px 2px rgba(0, 0, 0, 0.05); }
  .session__element--detail .date-alone {
    margin-right: 4rem;
    display: inline-block;
    color: black;
    margin-top: .2rem;
    position: relative; }
    .session__element--detail .date-alone:after {
      content: '';
      display: block;
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: black;
      right: calc(-2rem - 2px);
      top: 50%; }
    .session__element--detail .date-alone:last-of-type:after {
      display: none; }
  .session__element--detail .session__title {
    font-size: 1.857rem;
    text-transform: initial;
    margin: 1rem 0 1.5rem 0; }
  .session__element--detail .session__place {
    display: block;
    margin-top: 1rem; }
    .session__element--detail .session__place > div {
      text-transform: uppercase;
      display: inline-block; }
  .session__element:hover .session__icon i {
    -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
.session__date .time {
  font-size: 1.257rem;
  font-weight: 700; }
.session__date .date {
  font-size: 1.143rem;
  margin-bottom: .3rem; }
.session__title {
  display: block;
  color: #000; }
.session__place {
  font-size: 1.143rem;
  font-weight: 700; }
.session__link {
  display: block;
  color: #000; }
  .session__link:hover {
    color: #000;
    text-decoration: none; }
.session__icon {
  border-left: 1px solid #aaaaaa;
  display: block;
  right: 0;
  bottom: 0;
  height: 24px;
  width: 24px;
  position: absolute;
  text-align: center; }
  .session__icon i {
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 5px;
    margin-right: 2px; }

@media (min-width: 768px) {
  .sessions-list .first_times {
    display: inline-block; }
    .sessions-list .first_times .time {
      display: inline-block;
      vertical-align: middle; }
      .sessions-list .first_times .time::after {
        content: "\2022";
        padding: 0px 5px 0px 5px;
        display: inline-block;
        vertical-align: middle; }
  .sessions-list .other_times {
    display: inline-block;
    padding: 0px 15px 0px 15px;
    position: relative; }
    .sessions-list .other_times::before {
      content: "\f067";
      font: normal normal normal 18px/1 FontAwesome;
      display: inline-block;
      vertical-align: middle; }
    .sessions-list .other_times .times {
      background-color: #ffffff;
      padding: 10px 12px 10px 12px;
      display: none;
      position: absolute;
      bottom: 30px;
      right: -70%;
      z-index: 500;
      -webkit-box-shadow: -12px 12px 30px -11px rgba(0, 0, 0, 0.55);
      -ms-box-shadow: -12px 12px 30px -11px rgba(0, 0, 0, 0.55);
      -o-box-shadow: -12px 12px 30px -11px rgba(0, 0, 0, 0.55);
      box-shadow: -12px 12px 30px -11px rgba(0, 0, 0, 0.55); }
      .sessions-list .other_times .times .time {
        display: block;
        font-size: 1.3rem;
        white-space: nowrap; }
    .sessions-list .other_times:hover .times {
      display: block; } }
@media (min-width: 1441px) {
  .session__element {
    min-height: 175px; }
  .session__date .time {
    font-size: 1.857rem; }

  .sessions-list .first_times .time::after {
    padding: 0px 11px 0px 11px; } }
.exhibitor .field--name-field-exhibitor-category {
  margin-top: 1.5rem; }

.path-exposants #closeFiltersPanel {
  margin-bottom: 1rem; }

.expo_label {
  width: 100px;
  display: inline-block; }
.expo__title {
  color: var(--color-primary); }
.expo__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  padding: 1rem 2rem 2rem 2rem;
  margin-bottom: 2rem;
  background: #fcfcfc;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
  .expo__element > div {
    width: 100%; }
  .expo__element .added-to-cart {
    color: #5c8895; }
    .expo__element .added-to-cart::before {
      content: '\f004'; }
  .expo__element::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    width: 1px;
    height: 100%;
    background: #aaaaaa; }
  .expo__element:hover .expo__name,
  .expo__element:hover .expo__link {
    color: var(--color-primary-darkest);
    text-decoration: none; }
  .expo__element:hover::before {
    left: 0;
    width: 3px;
    background: var(--color-primary); }
.expo__btn {
  font-size: 1.429rem;
  text-decoration: none;
  cursor: pointer; }
  .expo__btn:hover {
    text-decoration: none; }
    .expo__btn:hover::before {
      content: '\f004'; }
  .expo__btn::before {
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    content: '\f08a';
    color: var(--color-secondary); }
.expo__link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000000; }
.expo__name {
  margin-top: 0; }

.expo__element-wrapper article {
  /*&::before {
    position: absolute;
    top: 0;
    left: 2px;
    width: 1px;
    height: 100%;
    content: '';
    display: block;
    background: #aaaaaa;
  }*/ }
  .expo__element-wrapper article:hover::before {
    left: 2px;
    width: 1px;
    background: #aaaaaa; }
.expo__element-wrapper .field--name-field-others-addresses > .field--label {
  float: none; }
  .expo__element-wrapper .field--name-field-others-addresses > .field--label::after {
    display: inline; }
.expo__element-wrapper .expo__element--detail {
  padding: 2rem; }
  .expo__element-wrapper .expo__element--detail:hover::before {
    width: 1px;
    left: 2px;
    background: #aaaaaa; }
.expo__element-wrapper .field--name-field-social-networks {
  margin-top: 10px; }
  .expo__element-wrapper .field--name-field-social-networks .expo_label {
    width: auto; }
  .expo__element-wrapper .field--name-field-social-networks .social-link-field {
    gap: 12px; }
  .expo__element-wrapper .field--name-field-social-networks a {
    font-size: 1.5rem;
    margin: 4px 0;
    display: inline-block;
    position: relative;
    color: var(--color-over-primary);
    min-width: 40px;
    text-align: center; }
    .expo__element-wrapper .field--name-field-social-networks a i {
      position: relative;
      z-index: 2; }
    .expo__element-wrapper .field--name-field-social-networks a::after {
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 50%;
      content: "";
      display: block;
      background-color: var(--color-primary);
      width: 40px;
      height: 40px;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      border-radius: 50px; }
    .expo__element-wrapper .field--name-field-social-networks a:hover::after {
      background: var(--color-primary-darkest2); }
.expo__element-wrapper .expo__stand {
  font-weight: 300;
  margin-bottom: 15px;
  display: block;
  font-style: italic; }
.expo__element-wrapper .expo__title {
  margin-top: 0.4rem; }
  @media (min-width: 768px) {
    .expo__element-wrapper .expo__title {
      margin-top: 1rem; } }

.sort-letter {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 150ms ease-in, background 150ms ease-in;
  transition: color 150ms ease-in, background 150ms ease-in;
  background: transparent; }
  .sort-letter:hover, .sort-letter.active {
    text-decoration: none;
    -webkit-transition: color 150ms ease-in, background 150ms ease-in;
    transition: color 150ms ease-in, background 150ms ease-in; }

.main-container ul:not(.nav-tabs).sort-activity {
  margin: 0;
  padding: 0;
  list-style: none; }
  .main-container ul:not(.nav-tabs).sort-activity > li {
    padding: 0; }
    .main-container ul:not(.nav-tabs).sort-activity > li a {
      font-weight: 600;
      line-height: 1.5rem; }
      .main-container ul:not(.nav-tabs).sort-activity > li a.active {
        color: #000000; }
    .main-container ul:not(.nav-tabs).sort-activity > li::before {
      display: none; }

/* ------------------
 * 
 *  Detail
 ------------------- */
.page-node-type-exhibitor .field--name-field-others-addresses,
.node--type-exhibitor .field--name-field-others-addresses {
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid #cccccc; }
  .page-node-type-exhibitor .field--name-field-others-addresses:last-child,
  .node--type-exhibitor .field--name-field-others-addresses:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .page-node-type-exhibitor .field--name-field-others-addresses .field__label,
  .node--type-exhibitor .field--name-field-others-addresses .field__label {
    font-weight: bold; }
.page-node-type-exhibitor .field--label,
.node--type-exhibitor .field--label {
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0 10px 0; }
.page-node-type-exhibitor .field--name-field-exhibitor-category .field--item,
.node--type-exhibitor .field--name-field-exhibitor-category .field--item {
  display: inline-block;
  margin-right: 5px; }
.page-node-type-exhibitor .field--name-field-exhibitor-videos,
.node--type-exhibitor .field--name-field-exhibitor-videos {
  margin-bottom: 20px; }
  .page-node-type-exhibitor .field--name-field-exhibitor-videos::before, .page-node-type-exhibitor .field--name-field-exhibitor-videos::after,
  .node--type-exhibitor .field--name-field-exhibitor-videos::before,
  .node--type-exhibitor .field--name-field-exhibitor-videos::after {
    clear: both;
    content: " ";
    display: table; }
.page-node-type-exhibitor .field--name-field-exhibitor-photos,
.node--type-exhibitor .field--name-field-exhibitor-photos {
  margin-bottom: 20px; }
  .page-node-type-exhibitor .field--name-field-exhibitor-photos::before, .page-node-type-exhibitor .field--name-field-exhibitor-photos::after,
  .node--type-exhibitor .field--name-field-exhibitor-photos::before,
  .node--type-exhibitor .field--name-field-exhibitor-photos::after {
    clear: both;
    content: " ";
    display: table; }
  .page-node-type-exhibitor .field--name-field-exhibitor-photos .field--item,
  .node--type-exhibitor .field--name-field-exhibitor-photos .field--item {
    width: 50%;
    position: relative;
    float: left; }
    .page-node-type-exhibitor .field--name-field-exhibitor-photos .field--item:after,
    .node--type-exhibitor .field--name-field-exhibitor-photos .field--item:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .page-node-type-exhibitor .field--name-field-exhibitor-photos .field--item span,
    .node--type-exhibitor .field--name-field-exhibitor-photos .field--item span {
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover; }
    .page-node-type-exhibitor .field--name-field-exhibitor-photos .field--item a,
    .node--type-exhibitor .field--name-field-exhibitor-photos .field--item a {
      display: block;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .page-node-type-exhibitor .field--name-field-exhibitor-photos .field--item a .img-responsive,
      .node--type-exhibitor .field--name-field-exhibitor-photos .field--item a .img-responsive {
        width: 100%; }
      .page-node-type-exhibitor .field--name-field-exhibitor-photos .field--item a::after,
      .node--type-exhibitor .field--name-field-exhibitor-photos .field--item a::after {
        position: absolute;
        content: '';
        font-family: FontAwesome;
        display: block;
        font-size: 28px;
        color: #fff;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(17, 17, 17, 0.25);
        -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1); }
      .page-node-type-exhibitor .field--name-field-exhibitor-photos .field--item a:hover::after,
      .node--type-exhibitor .field--name-field-exhibitor-photos .field--item a:hover::after {
        padding: 0;
        content: '\f065';
        line-height: 170px;
        font-size: 35px;
        color: #fff;
        text-align: center;
        margin: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(17, 17, 17, 0.05);
        -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1); }

.file-link {
  text-transform: uppercase; }
  .file-link i {
    margin-right: 5px; }

.user-logged-in.page-node-type-exhibitor .tabledrag-toggle-weight {
  display: none; }
.user-logged-in.page-node-type-exhibitor .control-label {
  text-transform: none; }
.user-logged-in.page-node-type-exhibitor #edit-field-exhibitor-videos-wrapper,
.user-logged-in.page-node-type-exhibitor #edit-field-exhibitor-logo-wrapper {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px; }
  .user-logged-in.page-node-type-exhibitor #edit-field-exhibitor-videos-wrapper .control-label,
  .user-logged-in.page-node-type-exhibitor #edit-field-exhibitor-logo-wrapper .control-label {
    display: block;
    float: none; }
  .user-logged-in.page-node-type-exhibitor #edit-field-exhibitor-videos-wrapper .form-file,
  .user-logged-in.page-node-type-exhibitor #edit-field-exhibitor-logo-wrapper .form-file {
    margin-left: 15px;
    margin-right: 15px; }
  .user-logged-in.page-node-type-exhibitor #edit-field-exhibitor-videos-wrapper .control-label,
  .user-logged-in.page-node-type-exhibitor #edit-field-exhibitor-videos-wrapper th.field-label,
  .user-logged-in.page-node-type-exhibitor #edit-field-exhibitor-logo-wrapper .control-label,
  .user-logged-in.page-node-type-exhibitor #edit-field-exhibitor-logo-wrapper th.field-label {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x; }
  .user-logged-in.page-node-type-exhibitor #edit-field-exhibitor-videos-wrapper .help-block,
  .user-logged-in.page-node-type-exhibitor #edit-field-exhibitor-logo-wrapper .help-block {
    padding-left: 15px;
    padding-right: 15px; }

body header.main-header {
  background: white; }
  body header.main-header > .navbar {
    display: block;
    position: relative;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(200, 200, 200, 0.2);
    -ms-box-shadow: 0px 1px 2px 1px rgba(200, 200, 200, 0.2);
    -o-box-shadow: 0px 1px 2px 1px rgba(200, 200, 200, 0.2);
    box-shadow: 0px 1px 2px 1px rgba(200, 200, 200, 0.2); }
    @media (min-width: 1200px) {
      body header.main-header > .navbar {
        min-height: 100px; } }

.navbar-nav {
  margin-top: 0px; }

#navbar-main .navbar-collapse,
#navbar-main .navbar-collapse,
#navbar .navbar-collapse,
#navbar .navbar-collapse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }
  @media (min-width: 992px) {
    #navbar-main .navbar-collapse,
    #navbar-main .navbar-collapse,
    #navbar .navbar-collapse,
    #navbar .navbar-collapse {
      width: auto;
      margin: 1rem 0; } }
#navbar-main .navbar-collapse .navbar-nav,
#navbar-main .navbar-collapse .navbar-nav,
#navbar .navbar-collapse .navbar-nav,
#navbar .navbar-collapse .navbar-nav {
  padding: 0 !important; }
  #navbar-main .navbar-collapse .navbar-nav > li,
  #navbar-main .navbar-collapse .navbar-nav > li,
  #navbar .navbar-collapse .navbar-nav > li,
  #navbar .navbar-collapse .navbar-nav > li {
    padding: 5px 0.4rem; }
    #navbar-main .navbar-collapse .navbar-nav > li > a,
    #navbar-main .navbar-collapse .navbar-nav > li > a,
    #navbar .navbar-collapse .navbar-nav > li > a,
    #navbar .navbar-collapse .navbar-nav > li > a {
      padding: 0.15rem;
      padding-right: 1.375rem;
      padding-left: 1.375rem;
      font-size: 0.9286rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      cursor: pointer;
      color: #fff;
      -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1); }
      #navbar-main .navbar-collapse .navbar-nav > li > a.active, #navbar-main .navbar-collapse .navbar-nav > li > a[href^='/billetterie'], #navbar-main .navbar-collapse .navbar-nav > li > a[href^='/enregistrement-HOR2018-en-attente'], #navbar-main .navbar-collapse .navbar-nav > li > a[href^='/enregistrement-au-salon'], #navbar-main .navbar-collapse .navbar-nav > li > a[href^='/enregistrement-SCW2018-en-attente'],
      #navbar-main .navbar-collapse .navbar-nav > li > a.active,
      #navbar-main .navbar-collapse .navbar-nav > li > a[href^='/billetterie'],
      #navbar-main .navbar-collapse .navbar-nav > li > a[href^='/enregistrement-HOR2018-en-attente'],
      #navbar-main .navbar-collapse .navbar-nav > li > a[href^='/enregistrement-au-salon'],
      #navbar-main .navbar-collapse .navbar-nav > li > a[href^='/enregistrement-SCW2018-en-attente'],
      #navbar .navbar-collapse .navbar-nav > li > a.active,
      #navbar .navbar-collapse .navbar-nav > li > a[href^='/billetterie'],
      #navbar .navbar-collapse .navbar-nav > li > a[href^='/enregistrement-HOR2018-en-attente'],
      #navbar .navbar-collapse .navbar-nav > li > a[href^='/enregistrement-au-salon'],
      #navbar .navbar-collapse .navbar-nav > li > a[href^='/enregistrement-SCW2018-en-attente'],
      #navbar .navbar-collapse .navbar-nav > li > a.active,
      #navbar .navbar-collapse .navbar-nav > li > a[href^='/billetterie'],
      #navbar .navbar-collapse .navbar-nav > li > a[href^='/enregistrement-HOR2018-en-attente'],
      #navbar .navbar-collapse .navbar-nav > li > a[href^='/enregistrement-au-salon'],
      #navbar .navbar-collapse .navbar-nav > li > a[href^='/enregistrement-SCW2018-en-attente'] {
        color: #ffffff; }
      #navbar-main .navbar-collapse .navbar-nav > li > a:hover,
      #navbar-main .navbar-collapse .navbar-nav > li > a:hover,
      #navbar .navbar-collapse .navbar-nav > li > a:hover,
      #navbar .navbar-collapse .navbar-nav > li > a:hover {
        -webkit-transition: all 200ms cubic-bezier(0.4, 0, 1, 1);
        transition: all 200ms cubic-bezier(0.4, 0, 1, 1); }
      @media (min-width: 480px) {
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a {
          padding: 0.5rem; } }
      @media (max-width: 991px) {
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a {
          margin: 0 !important; } }
      @media (min-width: 992px) {
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a {
          font-size: 0.771rem;
          padding: 0.1rem;
          color: #000; } }
      @media (min-width: 1024px) {
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a {
          padding-left: 0.2rem;
          padding-right: 0.2rem; } }
      @media (min-width: 1200px) {
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a {
          font-size: 0.871rem;
          padding: 0.3rem;
          padding-right: 0.5rem;
          padding-left: 0.5rem; } }
      @media (min-width: 1440px) {
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a {
          font-size: 0.971rem;
          margin-left: 1.75rem; } }
      @media (min-width: 1920px) {
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar-main .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a,
        #navbar .navbar-collapse .navbar-nav > li > a {
          padding: 0.5rem;
          padding-right: 1rem;
          padding-left: 1rem;
          margin-left: 3rem;
          font-size: 1.071rem; } }
    #navbar-main .navbar-collapse .navbar-nav > li:hover > a, #navbar-main .navbar-collapse .navbar-nav > li.active > a,
    #navbar-main .navbar-collapse .navbar-nav > li:hover > a,
    #navbar-main .navbar-collapse .navbar-nav > li.active > a,
    #navbar .navbar-collapse .navbar-nav > li:hover > a,
    #navbar .navbar-collapse .navbar-nav > li.active > a,
    #navbar .navbar-collapse .navbar-nav > li:hover > a,
    #navbar .navbar-collapse .navbar-nav > li.active > a {
      color: #fff;
      background: var(--color-primary);
      text-decoration: none; }
  #navbar-main .navbar-collapse .navbar-nav .dropdown-menu,
  #navbar-main .navbar-collapse .navbar-nav .dropdown-menu,
  #navbar .navbar-collapse .navbar-nav .dropdown-menu,
  #navbar .navbar-collapse .navbar-nav .dropdown-menu {
    -webkit-box-shadow: unset;
    -ms-box-shadow: unset;
    -o-box-shadow: unset;
    box-shadow: unset;
    border: none;
    border-radius: unset;
    background: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0; }
    #navbar-main .navbar-collapse .navbar-nav .dropdown-menu li,
    #navbar-main .navbar-collapse .navbar-nav .dropdown-menu li,
    #navbar .navbar-collapse .navbar-nav .dropdown-menu li,
    #navbar .navbar-collapse .navbar-nav .dropdown-menu li {
      padding: 0 0 0 0; }
      #navbar-main .navbar-collapse .navbar-nav .dropdown-menu li a,
      #navbar-main .navbar-collapse .navbar-nav .dropdown-menu li a,
      #navbar .navbar-collapse .navbar-nav .dropdown-menu li a,
      #navbar .navbar-collapse .navbar-nav .dropdown-menu li a {
        background: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0.5rem;
        margin: 0 0 0 0;
        background: #ffffff;
        -webkit-box-shadow: 0 4px 4px -2px rgba(200, 200, 200, 0.2);
        -ms-box-shadow: 0 4px 4px -2px rgba(200, 200, 200, 0.2);
        -o-box-shadow: 0 4px 4px -2px rgba(200, 200, 200, 0.2);
        box-shadow: 0 4px 4px -2px rgba(200, 200, 200, 0.2);
        text-transform: uppercase;
        min-width: 150px;
        text-align: left;
        display: block; }
    @media (min-width: 1920px) {
      #navbar-main .navbar-collapse .navbar-nav .dropdown-menu,
      #navbar-main .navbar-collapse .navbar-nav .dropdown-menu,
      #navbar .navbar-collapse .navbar-nav .dropdown-menu,
      #navbar .navbar-collapse .navbar-nav .dropdown-menu {
        margin: 0 0.4rem;
        padding: 0 0.4rem;
        margin-left: 1.75rem; } }
  #navbar-main .navbar-collapse .navbar-nav .dropdown-menu > .active > a,
  #navbar-main .navbar-collapse .navbar-nav .dropdown-menu > .active > a:hover,
  #navbar-main .navbar-collapse .navbar-nav .dropdown-menu > .active > a:focus,
  #navbar-main .navbar-collapse .navbar-nav .dropdown-menu > .active > a,
  #navbar-main .navbar-collapse .navbar-nav .dropdown-menu > .active > a:hover,
  #navbar-main .navbar-collapse .navbar-nav .dropdown-menu > .active > a:focus,
  #navbar .navbar-collapse .navbar-nav .dropdown-menu > .active > a,
  #navbar .navbar-collapse .navbar-nav .dropdown-menu > .active > a:hover,
  #navbar .navbar-collapse .navbar-nav .dropdown-menu > .active > a:focus,
  #navbar .navbar-collapse .navbar-nav .dropdown-menu > .active > a,
  #navbar .navbar-collapse .navbar-nav .dropdown-menu > .active > a:hover,
  #navbar .navbar-collapse .navbar-nav .dropdown-menu > .active > a:focus {
    color: #2f2e2e; }

.navbar {
  margin-bottom: 0; }
  .navbar .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .navbar-header {
    position: absolute; }
  .navbar-brand {
    z-index: 10;
    top: 0;
    float: none;
    width: 156px;
    height: 60px;
    padding: 0;
    display: block;
    text-indent: -999px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain; }
  .navbar .navbar-toggle {
    position: fixed;
    z-index: 9;
    right: calc(var(--bs-gutter-x) * 0.5);
    bottom: 1rem;
    width: 65px;
    height: 65px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0s 0s;
    transition: all 0s 0s;
    border: none;
    outline: none; }
    .navbar .navbar-toggle .icon-bar {
      margin: 0 auto;
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px; }
      .navbar .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px; }
    @media (min-width: 992px) {
      .navbar .navbar-toggle {
        display: none; } }
  .navbar-right > li > a {
    font-size: 1rem;
    letter-spacing: -0.02em; }
  @media (min-width: 992px) {
    .navbar .container-fluid {
      display: block; } }

#navbar-profile .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
#navbar-profile .nav > li > a.btn-cart {
  margin-left: 5px;
  display: inline-block;
  padding: 0; }
#navbar-profile .nav > li.logout > a {
  margin-right: 10px; }
#navbar-profile .nav > li a > i {
  margin-right: 0.3rem; }
#navbar-profile .user-panel-actions {
  padding: 0 0 0 0; }
  #navbar-profile .user-panel-actions li {
    display: block; }
    #navbar-profile .user-panel-actions li a {
      display: block;
      padding: 10px 7px; }
#navbar-profile .nav > li a {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 11px; }
#navbar-profile .nav > li.menu-item-full-width {
  width: 100%; }
#navbar-profile .nav > li.user-links {
  width: 100%; }

#switcher-langs {
  text-align: center;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  #switcher-langs li {
    display: inline-block;
    vertical-align: middle; }
    #switcher-langs li a,
    #switcher-langs li span {
      display: inline-block;
      font-size: 1rem;
      padding: 0 1rem;
      line-height: 45px;
      text-transform: uppercase; }
    #switcher-langs li a:hover,
    #switcher-langs li span {
      text-decoration: none;
      background-color: #eeeeee; }

@media (min-width: 768px) {
  #switcher-langs {
    margin-right: 4rem; } }
@media (min-width: 992px) {
  .navbar-brand {
    float: left;
    margin: 0;
    margin-top: -30px;
    margin-left: 20px;
    margin-right: 40px; }
  .navbar-header {
    position: relative; }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 12px; }

  #navbar-profile {
    height: 45px; }
    #navbar-profile > ul > li > .btn:not(.btn-cart) {
      /*padding: .6rem 5rem;*/
      padding: 0 5rem;
      line-height: 45px; }
    #navbar-profile .nav > li {
      width: auto; }
      #navbar-profile .nav > li a {
        font-size: 1rem; }
      #navbar-profile .nav > li:first-of-type {
        width: auto; }
      #navbar-profile .nav > li.menu-item-cta-section, #navbar-profile .nav > li.menu-item-my-visit, #navbar-profile .nav > li.menu-item-full-width, #navbar-profile .nav > li.user-links {
        width: auto; }
    #navbar-profile .navbar-right > li > a.btn-cart {
      margin-right: 15px; }
    #navbar-profile .user-panel-actions li a {
      white-space: nowrap; } }
@media (max-width: 991px) {
  .user-logged-in .navbar .container-fluid {
    padding-top: 50px; }
  .user-logged-in .user-links.account,
  .user-logged-in .user-links.logout {
    position: absolute;
    top: 18px; }
  .user-logged-in .user-links.account {
    top: 0px; }

  body.menu-open {
    position: fixed;
    overflow: hidden;
    max-width: 100vw;
    max-height: 100vh; }

  #navbar-collapse {
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
    visibility: visible;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    overflow-x: hidden;
    width: 100vw;
    padding: 15px 0;
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100));
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw); }
    #navbar-collapse::before, #navbar-collapse::after {
      display: none; }
    #navbar-collapse.collapse.show, #navbar-collapse.collapse.in {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
    #navbar-collapse ul:not(.contextual-links) {
      display: block;
      width: 100vw;
      margin: 0;
      padding: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #navbar-collapse ul:not(.contextual-links).first {
        -webkit-transform: translateX(calc(-100vw));
                transform: translateX(calc(-100vw)); }
      #navbar-collapse ul:not(.contextual-links) li {
        display: block;
        padding: 0 !important;
        position: initial; }
        #navbar-collapse ul:not(.contextual-links) li a {
          display: block;
          padding: 0 2rem !important;
          font-size: 1rem;
          line-height: 70px; }
        #navbar-collapse ul:not(.contextual-links) li.dropdown > a::after {
          float: right;
          font-family: 'FontAwesome';
          font-weight: 700;
          font-style: normal;
          text-decoration: none;
          content: '\f054';
          color: #000; }
        #navbar-collapse ul:not(.contextual-links) li.dropdown.on > .drop > ul,
        #navbar-collapse ul:not(.contextual-links) li.dropdown.on > ul {
          visibility: visible;
          opacity: 1; }
        #navbar-collapse ul:not(.contextual-links) li.dropdown ul {
          position: absolute;
          top: 0;
          visibility: hidden;
          padding: 0 15px;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transform: translateX(100vw);
                  transform: translateX(100vw);
          opacity: 0; }
    #navbar-collapse .dropdown .caret {
      display: none; }

  .region-navigation-collapsible {
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden; }

  .navbar-footer {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 1.25rem 2rem; }
    .navbar-footer__text {
      letter-spacing: 0.045em;
      margin-right: auto;
      margin-left: 15px;
      font-size: 0.9375rem;
      font-weight: 600;
      color: #ffffff; }

  .nav-btn {
    overflow: visible;
    width: auto;
    margin: 0;
    padding: 0;
    font: inherit;
    line-height: normal;
    text-align: inherit;
    color: inherit;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none; }
    .nav-btn::-moz-focus-inner {
      padding: 0;
      border: 0; }
    .nav-btn--back {
      display: none; }
      .nav-btn--back::before {
        font-family: 'FontAwesome';
        font-size: 1.625rem;
        font-weight: 900;
        font-style: normal;
        text-decoration: none;
        content: '\f060';
        color: #ffffff; }
      .nav-btn--back.show {
        display: block; }
    .nav-btn--close::before {
      font-family: 'FontAwesome';
      font-size: 1.625rem;
      font-weight: 900;
      font-style: normal;
      text-decoration: none;
      content: '\f00d';
      color: #ffffff; } }
#back-top {
  position: fixed;
  display: block;
  text-decoration: none;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
  width: auto;
  right: 2.7875rem;
  bottom: 9rem; }
  #back-top i {
    display: block; }
  #back-top:active {
    background: none; }
  @media (min-width: 992px) {
    #back-top {
      right: 10px;
      bottom: 5px; } }

body {
  overflow-x: hidden; }

.sidebar {
  background: #fff; }
  .sidebar form {
    position: relative; }
  .sidebar .form-type-textfield input {
    padding-right: 33px; }

#block-views-block-partner-bck-slideshow,
#block-partners {
  padding: 2rem 0; }

.swiper-logos.swiper-container,
.swiper-customers.swiper-container {
  padding: 0 3rem; }
.swiper-logos .swiper-wrapper,
.swiper-customers .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.swiper-logos .swiper-button-prev,
.swiper-customers .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030.08%20106.08'%3E%3Cpath%20d%3D'M30.08%2C103.56L2.73%2053.04%2030.04%202.52%2028.66%200%200%2053.04%2028.71%20106.08%2030.08%20103.56z'%20fill%3D'%238b9c9a'%2F%3E%3C%2Fsvg%3E"); }
.swiper-logos .swiper-button-next,
.swiper-customers .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030.08%20106.08'%3E%3Cpath%20d%3D'M0%2C2.52L27.35%2053.03%200.04%20103.56%201.42%20106.08%2030.08%2053.03%201.37%200%200%202.52z'%20fill%3D'%238b9c9a'%2F%3E%3C%2Fsvg%3E"); }
.swiper-logos .swiper-slide,
.swiper-customers .swiper-slide {
  padding: 1rem;
  width: auto;
  text-align: center; }
  .swiper-logos .swiper-slide img,
  .swiper-customers .swiper-slide img {
    margin: 0 auto;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); }

.block-views-blocktestimony-bck-random {
  position: relative;
  margin-bottom: 2rem; }
  .block-views-blocktestimony-bck-random h1.block-title {
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 112px;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 2rem;
    font-size: 1.5714rem;
    text-transform: initial;
    letter-spacing: 0.1em;
    font-style: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    .block-views-blocktestimony-bck-random h1.block-title:after, .block-views-blocktestimony-bck-random h1.block-title:before {
      display: none;
      content: ""; }
  .block-views-blocktestimony-bck-random .testimony-block {
    min-height: 400px;
    padding: 9rem 0 2.5rem; }
  .block-views-blocktestimony-bck-random .testimony__element {
    margin-bottom: 0; }

#back-top {
  position: fixed;
  display: none;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
  bottom: 5px;
  right: 10px;
  width: auto; }
  #back-top i {
    display: block; }

a#back-top {
  display: block;
  text-decoration: none; }
  a#back-top:active {
    background: none; }

.path-splashify .main-container {
  padding: 0 0 0 0; }

.splashify-container img {
  display: inline-block;
  max-width: 100%;
  height: auto; }
.splashify-container .region-content p:last-child {
  margin-bottom: 0; }

#gdpr-popup .gdpr-popup-content .gdpr-popup-text {
  text-align: left !important; }

#gdpr-popup {
  background: #fff !important;
  border: none; }
  #gdpr-popup .gdpr-popup-analytics {
    display: none !important; }
  #gdpr-popup .gdpr-popup-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    #gdpr-popup .gdpr-popup-content .gdpr-popup-buttons {
      margin-left: 20px; }
  #gdpr-popup .gdpr-popup-content .gdpr-popup-text {
    color: #000; }
  #gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button {
    color: #fff;
    padding: 0.4rem 1rem;
    font-weight: 300; }
    #gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button:hover {
      text-decoration: none; }

@media (max-width: 768px) {
  #gdpr-popup {
    width: 65%;
    padding: 5px 0; }
    #gdpr-popup .gdpr-popup-content {
      display: block; }
    #gdpr-popup .gdpr-popup-content .gdpr-popup-text p {
      font-size: 11px; }
    #gdpr-popup .gdpr-popup-content .gdpr-popup-buttons {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #gdpr-popup .gdpr-popup-content .gdpr-popup-buttons button {
      font-size: 11px; } }
.menu-item-cta-section {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media (max-width: 991px) {
  .menu-item-cta-section > a {
    display: none !important; }
  .menu-item-cta-section .btn-group {
    display: block !important; }
    .menu-item-cta-section .btn-group .dropdown-menu {
      border: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      left: initial;
      right: 0; }
      .menu-item-cta-section .btn-group .dropdown-menu > a {
        width: 100% !important; }
  .menu-item-cta-section .btn-profile {
    background: none; }
    .menu-item-cta-section .btn-profile::after {
      font-family: 'FontAwesome';
      font-weight: 700;
      font-style: normal;
      text-decoration: none;
      content: '\f107';
      font-size: 20px;
      vertical-align: sub; }

  .btn-sort h3::after {
    font-family: 'FontAwesome';
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    content: '\f107';
    color: #000;
    font-size: 1.5rem;
    margin-left: 5px; }
  .btn-sort.collapsed h3::after {
    content: '\f106'; } }
.btn-sort {
  color: #000; }
  .btn-sort:focus, .btn-sort:hover, .btn-sort:active {
    color: #000; }

@media (max-width: 991px) {
  #back-top {
    right: 2.7875rem;
    bottom: 9rem; } }
.hide {
  display: none; }

body footer.main-footer {
  padding-top: 2rem;
  color: #ffffff;
  /*
  
    .cookies-policy-link,
    .privacy-policy-link {
      a {
        color: #ffffff;
      }
    }
    @media (min-width: 768px) {  
      .contact-block {
        padding-top: 2rem;
      }
      .made-by,
      .cookies-policy-link,
      .privacy-policy-link {
        display: inline-block;
      }
  
      .cookies-policy-link,
      .privacy-policy-link {
        margin-right: 20px;
  
        &:after {
          display: inline-block;
          content: "\2022";
          font: normal normal normal 20px/1 FontAwesome;
          padding-left: 20px;
        }
      }  
    }
    */ }
  body footer.main-footer address {
    margin-bottom: 0.2rem;
    padding-left: 20px;
    position: relative; }
    body footer.main-footer address::before {
      display: block;
      content: "\f041";
      font: normal normal normal 18px/1 FontAwesome;
      position: absolute;
      left: 0;
      top: 4px; }
  body footer.main-footer .footer-mention__item__greenkey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  @media (min-width: 981px) {
    body footer.main-footer .footer-mention {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 20px 20px; }
      body footer.main-footer .footer-mention__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin: 0;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px; }
        body footer.main-footer .footer-mention__item:after {
          display: inline-block;
          content: "\2022";
          font: normal normal normal 20px/1 FontAwesome;
          padding-left: 20px; }
        body footer.main-footer .footer-mention__item:last-child:after {
          display: none; } }
  body footer.main-footer a {
    color: #ffffff; }
  body footer.main-footer .made-by a {
    display: inline-block;
    line-height: 1;
    vertical-align: middle; }
  @media (min-width: 981px) {
    body footer.main-footer .made-by {
      text-align: right; } }
  body footer.main-footer .greenkey-label {
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 10px;
    text-align: left; }
    body footer.main-footer .greenkey-label > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    body footer.main-footer .greenkey-label .logo-green-key {
      width: 60px;
      height: auto;
      margin-bottom: 5px; }
    @media (min-width: 981px) {
      body footer.main-footer .greenkey-label {
        text-align: center; } }
  @media (min-width: 768px) {
    body footer.main-footer .contact-block {
      padding-top: 2rem; } }
  body footer.main-footer .dropdown-item.active, body footer.main-footer .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    background-color: transparent; }

#map-where-is-wex {
  height: 375px; }

.map {
  position: relative; }
  .map-col {
    padding: 0; }
  .map-content {
    padding: 1rem; }
    .map-content address {
      margin-bottom: 0;
      color: #ffffff; }
      .map-content address #footer-logo {
        display: block;
        width: 70px;
        height: 50px;
        background: transparent url("../img/wex_logo_white.png") no-repeat;
        background-size: contain;
        margin-bottom: 1rem;
        text-indent: -9999px; }
      .map-content address span {
        font-size: 1.143rem;
        line-height: 1.70rem; }
      .map-content address strong {
        font-size: 1.143rem; }
      .map-content address a {
        font-weight: 700;
        color: #ffffff; }
  @media (min-width: 992px) {
    .map .map-col {
      position: absolute;
      bottom: -1px;
      padding-right: 0;
      padding-left: initial; }
    .map .map-content {
      padding: 2rem 1rem; } }
  @media (min-width: 1600px) {
    .map .map-content {
      padding: 2rem; } }

.sitemap .navbar-nav {
  display: block;
  margin-left: 0;
  -webkit-columns: 2;
  columns: 2;
  width: 100%; }
  .sitemap .navbar-nav ul {
    -webkit-columns: unset;
            columns: unset; }
  .sitemap .navbar-nav > li {
    white-space: normal; }
    .sitemap .navbar-nav > li > a {
      font-size: 1.143rem;
      line-height: 1.75rem;
      padding: 0;
      color: #fff;
      white-space: normal; }
      .sitemap .navbar-nav > li > a:hover {
        background: transparent;
        text-decoration: underline; }
  .sitemap .navbar-nav .dropdown-menu {
    z-index: 1;
    position: relative;
    background: none;
    display: block;
    float: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border: none; }
    .sitemap .navbar-nav .dropdown-menu > li > a {
      line-height: 1;
      font-size: 0.9em; }
@media (min-width: 768px) {
  .sitemap .navbar-right {
    float: none !important;
    margin-right: -15px; }
  .sitemap .navbar-nav {
    float: none;
    margin: 0; }
    .sitemap .navbar-nav > li {
      float: none; }
      .sitemap .navbar-nav > li a {
        text-align: left; } }

.socialContainer h4,
.socialContainer .block-sociallink {
  display: inline-block;
  vertical-align: top; }
.socialContainer .block-sociallink {
  margin-bottom: 1rem; }
