@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
.bs-sm-bloc {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.max-width-mixin {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-spinner/jquery.apispinner.css ***/
.api-spinner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.api-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.api-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.api-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/bundles/apimocore/Default/css/global.css ***/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after,
.zone:after,
.module-cluster:after {
  content: "";
  display: table;
  clear: both;
}
/* ratio picture */
.ratioPicture {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.ratioPicture[data-ratio="1/1"] {
  padding-bottom: 100%;
}
.ratioPicture[data-ratio="2/3"] {
  padding-bottom: 150%;
}
.ratioPicture[data-ratio="3/2"] {
  padding-bottom: 66.6%;
}
.ratioPicture[data-ratio="4/3"] {
  padding-bottom: 75%;
}
.ratioPicture[data-ratio="16/9"] {
  padding-bottom: 56.25%;
}
.ratioPicture img,
.ratioPicture iframe {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
/* NEW ratio picture */
.ratio[data-ratio="1/1"] {
  aspect-ratio: 1/1;
}
.ratio[data-ratio="2/3"] {
  aspect-ratio: 2/3;
}
.ratio[data-ratio="3/2"] {
  aspect-ratio: 3/2;
}
.ratio[data-ratio="4/3"] {
  aspect-ratio: 4/3;
}
.ratio[data-ratio="16/9"] {
  aspect-ratio: 16/9;
}
/* rows */
.row-1,
.row-2,
.row-3,
.row-4,
.row-5,
.row-6 {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.row-1 {
  max-width: 1024px;
}
.row-2 {
  max-width: 1280px;
}
.row-3 {
  max-width: 1440px;
}
.row-4 {
  max-width: 1680px;
}
.row-5 {
  max-width: 1920px;
}
.row-6 {
  max-width: 2560px;
}
/* misc */
.ApiFieldGroup .CaptationContent {
  background: none;
}
.module.hidden {
  display: none;
}
/* image lazy load */
/* TODO blur issue with safary */
/* .img-lazy-load {
  filter: blur(5px);
}

.img-lazy-load.loaded {
  filter: blur(0px);
} */
#sd-cmp * {
  max-height: 100vh;
  font-size: 14px;
}
.grecaptcha-badge {
  z-index: 99999;
}
@media only screen and (max-width: 640px) {
  .grecaptcha-badge {
    visibility: hidden;
  }
}
@media only screen and (min-width: 641px) {
  .recaptcha-terms {
    display: none;
  }
}
.recaptcha-terms {
  padding: 5px 10px;
  text-align: center;
}
.recaptcha-terms p {
  font-size: 11px;
  line-height: 19px;
  opacity: 0.7;
}
.recaptcha-terms a {
  color: #1a73e8;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-utils/jquery-utils.css ***/
/*
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

.clearfix:after { content:""; display:table; clear:both; }
*/
/*
.resizePicture { position: relative; overflow: hidden; }
.resizePicture img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; max-width:none !important ;max-height:none !important; margin: auto; opacity: 0; }
*/
/** TOOLS PAGE */
/*
.loanTool article.tool { margin-bottom: 40px; }
.loanTool input[type="text"],
.loanTool textarea,
.loanTool select {
  width: auto;
}

.loanTool table { width: 100%; }
.loanTool table td { padding: 10px; }

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/video.js/dist/video-js.css ***/
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot");
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  content: "\f103";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}
.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: "\f10c";
}
.vjs-icon-captions,
.video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
  content: "\f10d";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: "\f10e";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}
.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
  content: "\f111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: "\f115";
}
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before {
  content: "\f116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
  content: "\f11d";
}
.vjs-icon-audio,
.video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button:before {
  content: "\f11e";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.22222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.66666667em;
}
/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}
.video-js .vjs-mouse-display:before {
  display: none;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.33333333em;
  right: -0.5em;
  font-size: 0.9em;
}
.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}
.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}
.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}
.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}
.vjs-tooltip-progress-bar {
  visibility: hidden;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}
.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}
.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
}
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none;
}
.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: 0.5em;
}
.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
@media screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
@media screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/magnific-popup/dist/magnific-popup.css ***/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/node_modules/intl-tel-input/build/css/intlTelInput.css ***/
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE TEMPLATE Marui PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/cluster.less ***/
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/legal.less ***/
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
.module-agency .agency .opening-hours .day span:first-child:not(:last-child):after {
  content: " - ";
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
.agency-template-1 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
.agency-template-2 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
.module-agency.agency-template-5 table.agency-fees {
  text-align: left;
  border-spacing: 20px;
}
/* iframe fees */
.module-agency .agency-fees iframe {
  width: 100%;
  height: 100vh;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/agency.less ***/
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-base-v1.less ***/
.module-listing .slider .owl-item {
  min-height: 300px;
}
.module-listing ul.listing {
  position: relative;
  margin: 0 -1% 40px -1%;
  overflow: hidden;
}
.module-listing ul.listing > li {
  list-style: none;
  float: left;
  width: 48%;
  margin: 0 1% 40px 1%;
}
.module-listing ul.listing > li:hover .picture .buttons {
  opacity: 1;
}
.module-listing ul.listing > li:hover .picture .buttons > div .button {
  transform: translateX(0);
}
.module-listing ul.listing > li .titles {
  width: 100%;
  padding: 12px 5px;
  text-align: center;
  background-color: #000000;
}
.module-listing ul.listing > li .titles h2,
.module-listing ul.listing > li .titles h3 {
  display: block;
  color: #FFF;
  padding: 0;
  margin: 0;
  border: none;
}
.module-listing ul.listing > li .titles h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}
.module-listing ul.listing > li .titles h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.module-listing ul.listing > li .none {
  opacity: 0 !important;
}
.module-listing ul.listing > li .selectionLink {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  color: #fff;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.module-listing ul.listing > li .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-listing ul.listing > li .selectionLink:hover,
.module-listing ul.listing > li .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-listing ul.listing > li .picture {
  height: 240px;
}
.module-listing ul.listing > li .picture .buttons {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.module-listing ul.listing > li .picture .buttons > div {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.module-listing ul.listing > li .picture .buttons > div a {
  margin: 0 10px;
}
.module-listing ul.listing > li .picture .buttons > div .button {
  padding: 10px 15px;
  font-size: 16px;
}
.module-listing ul.listing > li .picture .buttons > div a:nth-child(1) {
  transform: translateX(-100%);
}
.module-listing ul.listing > li .picture .buttons > div a:nth-child(2) {
  transform: translateX(100%);
}
.module-listing ul.listing > li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.module-listing ul.listing > li ul li {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  padding: 0 10px;
  overflow: hidden;
}
.module-listing ul.listing > li ul li {
  height: 50px;
  color: #FFF;
  text-align: center;
}
.module-listing ul.listing > li ul li div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 50px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.module-listing ul.listing > li ul li.priceSmaller div {
  font-size: 10px;
}
.module-listing ul.listing > li .soleagent {
  position: absolute;
  top: 78px;
  left: 0;
  padding: 5px 10px;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  background-color: #000000;
}
.module-listing ul.listing > li .medias {
  background-color: #000;
  color: #fff;
  font-size: 22px;
  z-index: 99;
}
.module-listing ul.listing > li .diagnostic {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 1;
}
.module-listing .pager ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.module-listing .pager ul li.current {
  font-weight: bold;
}
.module-listing .pager ul li.disable {
  opacity: 0.3;
}
.module-listing .slider {
  height: 240px;
  overflow: hidden;
}
.module-listing .slider .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-listing .slider .owl-next {
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-listing .owl-controls i {
  font-size: 32px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .module-listing ul.listing > li {
    float: none;
    width: 100%;
  }
}
.module-listing ul.listing > li.on-load {
  min-width: 100px;
}
.module-listing ul.listing > li.on-load > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-listing ul.listing > li.on-load > i.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-3.less ***/
/*** CSS BASE TEMPLATE Marui PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/listing.less ***/
/*** CSS BASE PLUGIN Counter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Counter/Resources/css/main.less ***/
.module-counter .cart {
  position: relative;
  transition: all 0.25s ease-in-out;
}
.module-counter .cart:hover {
  transform: scale(1.2);
}
.module-counter .count_cart {
  position: absolute;
  left: 10px;
  top: -1px;
  font-size: 13px;
  color: white;
}
.module-counter i.mdi.mdi-heart::before {
  font-size: 35px;
}
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-1.css ***/
.social-menu-template-1 ul li {
  padding: 5px;
}
.social-menu-template-1 ul li a i {
  font-size: 22px;
  margin-right: 10px;
}
.social-menu-template-1 .facebook:hover a i {
  color: #3b5999;
}
.social-menu-template-1 .google-plus:hover a i {
  color: #dd4b39;
}
.social-menu-template-1 .instagram:hover a i {
  color: #e4405f;
}
.social-menu-template-1 .twitter:hover a svg path {
  fill: #55acee;
}
.social-menu-template-1 .twitter {
  top: 2px;
  position: relative;
}
.social-menu-template-1 .twitter svg {
  margin-right: 10px;
}
.social-menu-template-1 .youtube:hover a i {
  color: #cd201f;
}
.social-menu-template-1 .linkedin:hover a i {
  color: #0077B5;
}
.social-menu-template-1 .pinterest:hover a i {
  color: #bd081c;
}
.social-menu-template-1 .dailymotion:hover a i {
  color: #00d2f3;
}
.social-menu-template-1 .tiktok .mdi-tiktok:after {
  background-image: url("/plugins/SocialMenu/tiktok.svg");
}
.social-menu-template-1 .mdi-bg:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*** CSS BASE PLUGIN Video ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Video/Resources/css/video.css ***/
.video-js .vjs-tech:not(iframe) {
  width: 100%!important;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.video-js.vjs-youtube .vjs-control-bar {
  display: none;
}
.vjs-current-time.vjs-time-control.vjs-control {
  display: table;
}
.vjs-current-time-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-duration.vjs-time-control.vjs-control {
  display: table;
}
.vjs-duration-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-time-control.vjs-time-divider {
  display: table;
  height: 100%;
}
.vjs-time-control.vjs-time-divider > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vjs-play-progress.vjs-slider-bar::before {
  margin-top: -5px;
}
.vjs-remaining-time.vjs-time-control.vjs-control {
  display: none;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "";
}
.video-js .vjs-big-play-button {
  background: none;
  border: none;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.75em;
  font-size: 6em;
  color: #26A69A;
  transition: all 0.5s ease-in-out;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background: none;
  color: #26A69A;
}
.video-js .vjs-progress-control.vjs-control {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translate(0, -100%);
  align-items: flex-end;
  width: 100%;
}
.video-js .vjs-progress-holder {
  height: 0.5em !important;
  margin: 0!important;
}
.vjs-play-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vjs-fullscreen-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  right: 0;
}
.video-js .vjs-time-control {
  padding-left: 0;
  padding-right: 0;
}
.vjs-volume-level::before {
  margin-top: -7px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: initial;
}
.video-js .vjs-play-progress {
  background: #26A69A;
}
.video-js .vjs-control-bar .vjs-button {
  color: #26A69A;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before {
  text-shadow: initial;
}
.video-js .vjs-control:hover:before,
.video-js .vjs-control:hover span:before {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-mouse-display::after,
.video-js .vjs-play-progress .vjs-control-text::after {
  top: -5em;
}
/*** CSS BASE TEMPLATE Marui PLUGIN Video ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/video.less ***/
/*** CSS BASE PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search.less ***/
.module-search form {
  position: relative;
}
.module-search .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
.module-search .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
.dropdown-price .select2-results__options[aria-multiselectable="true"] > li {
  padding-left: 0!important;
}
.module-search .field.hidden {
  display: none;
}
.module-search.dynamic-label .field {
  position: relative;
  display: block;
}
.module-search.dynamic-label .line-wrapper.form-center > .field label {
  position: absolute;
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  left: 0;
  top: -20px;
  cursor: text;
  font-size: 75%;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-search:not(.open) form .fields-wrapper .line-wrapper.search-advanced {
  display: none;
}
.module-search.open form .fields-wrapper .advanced-btn {
  display: none;
}
.module-search.wrapper_search-advanced form .fields-wrapper {
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .advanced-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -40px;
  width: 100%;
  height: 0px;
}
.module-search form .fields-wrapper .advanced-btn button {
  display: flex;
  background: white;
  line-height: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.module-search form .fields-wrapper .advanced-btn button span {
  display: block;
}
.module-search form .fields-wrapper .advanced-btn-close {
  background: transparent;
}
.module-search form .fields-wrapper .advanced-btn-close i,
.module-search form .fields-wrapper .advanced-btn button span,
.module-search form .fields-wrapper .advanced-btn button i:before {
  color: black;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced {
  padding: 10px;
  width: calc(100% - 40px);
  position: relative;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .advanced-close {
  width: 100%;
  text-align: center;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .field {
  width: 20%;
  text-align: left;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close {
  margin-top: 15px;
  text-align: center;
  width: 40px;
  justify-content: center;
  align-items: center;
  height: 40px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  padding: 0px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #fff;
  background: white;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close span {
  display: none;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close > i {
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .module-search form .fields-wrapper .line-wrapper.search-advanced {
    justify-content: center;
    align-items: center;
  }
  .module-search form .fields-wrapper .line-wrapper.search-advanced .field {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper_search-advanced.open form .fields-wrapper {
    padding-bottom: 50px;
  }
  .wrapper_search-advanced.open form button.submit {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
  }
}
.module-search.dynamic-label form .fields-wrapper .line-wrapper.form-center > .field input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
}
.module-search.dynamic-label select::placeholder,
.module-search.dynamic-label input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-search.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-search.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.room_range,
.price_range,
.area_range {
  width: 100%;
}
.room_range .field,
.price_range .field,
.area_range .field {
  float: left;
  width: 50%;
}
.room_range .field input,
.price_range .field input,
.area_range .field input {
  width: 100%;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-3 {
  padding-left: 120px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  left: 90px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
.module-search .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-search i.rotating:before {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.module-search-datepicker .datepicker--pointer {
  display: none;
}
.module-search-datepicker .datepicker {
  width: 100%;
}
.module-search-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.select2-dropdown .select2-results__option[aria-disabled=true]:not(.loading-results) {
  display: none;
}
.slider-track {
  position: relative;
  height: 5px;
  background: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 20px;
}
.slider-range {
  position: absolute;
  height: 100%;
  background: #c0c0c0;
}
.slider-handle {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #c0c0c0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.module-search .ApiFieldGroup {
  align-items: flex-start;
}
.module-search .ApiFieldGroup.price p,
.module-search .ApiFieldGroup.area p {
  width: 150px;
}
.module-search .field-group.price_range.form,
.module-search .field-group .area_range.form {
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.module-search .field-group .slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.module-search .field-group .slider-values > div {
  position: relative;
}
.module-search .field-group .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.module-search .field-group .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.module-search .field-group .mdi-close {
  float: right;
  padding: 8px 5px;
}
.module-search .field-group .fields {
  display: flex;
}
.module-search .field-group .fields input {
  width: 150px;
  text-align: center;
}
.module-search .field-group .range-input {
  position: relative;
}
.module-search .field-group .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.module-search .field-group input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.module-search .field-group input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/search.less ***/
.module-search {
  padding: 5px;
  border-radius: 30px;
  background-color: #2a2a2a;
  z-index: 9;
}
.module-search .responsive-overlay {
  display: flex;
  align-items: center;
}
.module-search .responsive-overlay i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  background-color: #1d1d1d;
  font-size: 21px;
}
.module-search .responsive-overlay span {
  margin: 0 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1025px) {
  .module-search .responsive-overlay {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .module-search .fields-wrapper {
    height: 0;
    width: 0;
    opacity: 0;
  }
  .module-search.open {
    width: 100%;
    left: auto;
  }
  .module-search.open .fields-wrapper {
    height: auto;
    opacity: 1;
    width: auto;
  }
  .module-search.open .responsive-overlay {
    display: none;
  }
}
.module-search input,
.module-search input::placeholder,
.module-search .select2-container--default .select2-selection--single .select2-selection__rendered,
.module-search .field i {
  color: rgba(255, 255, 255, 0.6);
}
.module-search label {
  color: #fff;
}
.module-search.light {
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 45, 91, 0.15);
}
.module-search.light input,
.module-search.light input::placeholder,
.module-search.light .select2-container--default .select2-selection--single .select2-selection__rendered,
.module-search.light .field i {
  color: #a4a4a4;
}
.module-search.light .form-bottom .field {
  border-left-color: #ddd;
}
.module-search.light label,
.module-search.light .responsive-overlay span,
.module-search.light .form-bottom .counter {
  color: #000000;
}
.module-search.light .responsive-overlay i {
  background-color: #e6e6e6;
  color: #999999;
}
.module-search.light .form-center .field.active,
.module-search.light .form-center .field:hover {
  background-color: #ededed;
}
.module-search .form-center {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .module-search .form-center {
    display: block;
  }
}
.module-search label {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}
.module-search input,
.module-search .select2-selection.select2-selection--single,
.module-search .select2-selection.select2-selection--multiple {
  background: none;
  border: none;
}
.module-search input {
  max-width: 100%;
  line-height: 30px;
}
.module-search .select2-selection.select2-selection--single,
.module-search .select2-selection.select2-selection--multiple {
  height: 30px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module-search .select2-selection__rendered,
.module-search .select2-selection__arrow,
.module-search .select2-selection__rendered li {
  position: relative;
  height: 30px;
  line-height: 30px;
}
.module-search .select2-selection__arrow {
  display: none;
}
.module-search .select2-selection__rendered,
.module-search .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  margin-right: 10px;
}
.module-search .form-center .counter {
  position: absolute;
  right: 9px;
  bottom: 10px;
  background-color: #2a2a2a;
  border-radius: 20px;
  color: #fff;
  padding: 2px 6px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
}
.module-search .form-center .field {
  position: relative;
  width: 220px;
  padding: 5px 20px;
  border-radius: 30px;
  transition: 0.25s;
}
.module-search .form-center .field i {
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .module-search .form-center .field {
    width: 100%;
  }
}
.module-search .form-center .field:hover {
  background-color: #1d1d1d;
}
.module-search .form-center .field.active {
  background-color: #101010;
}
.module-search .form-center .field.category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 57px;
}
.module-search .form-center .field.category .counter {
  right: 0;
  bottom: 17px;
}
.module-search .form-center .field.category .select2-selection__rendered {
  width: 90%;
}
.module-search .price_min.number,
.module-search .price_max.number {
  width: 120px;
}
.module-search .buttons-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .module-search .buttons-wrapper {
    margin: 10px 5px;
    justify-content: space-between;
  }
}
.module-search .submit {
  margin: 0 5px;
  padding: 0;
  height: 42px;
  width: 42px;
  background: #2a2a2a;
  border-radius: 20px;
  border: none;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  transition: 0.25s;
}
.module-search .submit:hover {
  background: #101010;
}
.module-search .submit span {
  display: none;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .module-search .submit {
    display: flex;
    align-items: center;
    margin: 0;
    width: auto;
    padding: 5px 12px;
  }
  .module-search .submit i {
    order: 2;
  }
}
@media only screen and (max-width: 640px) {
  .module-search .submit i {
    font-size: 16px;
  }
}
.module-search .form-bottom {
  display: none;
  opacity: 0;
  overflow: hidden;
  transition: 0.25s;
}
.module-search .form-bottom .advanced-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 10px;
}
.module-search .form-bottom .field {
  width: 25%;
  padding-left: 10px;
  border-radius: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 640px) {
  .module-search .form-bottom .field {
    width: 100%;
    margin-top: 20px;
  }
}
.module-search .form-bottom .columns {
  width: 33%;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .module-search .form-bottom .columns {
    width: 100%;
  }
}
.module-search .form-bottom .columns ul {
  display: flex;
  flex-wrap: wrap;
}
.module-search .form-bottom .columns ul li {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .module-search .form-bottom .columns ul li {
    width: 100%;
  }
}
.module-search .form-bottom li {
  display: flex;
  align-items: center;
}
.module-search .form-bottom .-inline {
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.module-search .form-bottom label {
  margin-left: 5px;
  margin-top: 0;
  font-weight: 400;
}
.module-search .form-bottom .counter {
  margin-left: 10px;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
.module-search.advanced-open .form-bottom {
  display: block;
  height: auto;
  padding: 10px 20px 20px;
  opacity: 1;
}
.module-search form .fields-wrapper .advanced-btn {
  margin: auto 5px;
  min-width: 165px;
  border: none;
  color: #fff;
  width: auto;
  bottom: 0;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .module-search form .fields-wrapper .advanced-btn {
    padding: 8px;
    font-size: 14px;
    min-width: 0;
  }
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
  margin-top: 0;
}
.module-language ul {
  padding: 0;
}
.module-language ul li {
  list-style: none;
}
.module-language ul li:not(:last-child) {
  margin-bottom: 10px;
}
.module-language ul li .flag-icon {
  width: 24px;
  height: 24px;
}
.module-language ul li .culture {
  display: inline-block;
  text-transform: capitalize;
}
.module-language ul li .flag-icon,
.module-language ul li .culture {
  vertical-align: middle;
}
.module-language ul li .flag-icon + .culture {
  margin-left: 10px;
}
.module-language .CaptationContent {
  padding: 0;
  width: 100%;
  display: flex;
}
.module-language .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent > label {
  position: initial;
}
.module-language .CaptationContent > label i.mdi {
  position: relative;
  top: 1px;
  right: -5px;
}
.module-language .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 80px;
  text-align: left;
  padding: 10px;
}
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Marui PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/language.less ***/
/*** CSS BASE PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Currency/Resources/css/main.css ***/
.module-currency {
  position: relative;
}
.module-currency input {
  display: none;
}
.module-currency label {
  display: block;
  cursor: pointer;
}
.module-currency label:hover {
  text-decoration: underline;
}
.module-currency .FieldWrapper {
  left: 0;
  min-width: 70px;
  text-align: left;
  padding: 10px;
}
.module-currency .FieldWrapper label {
  clear: right;
}
/*** CSS BASE TEMPLATE Marui PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/currency.less ***/
/*** CSS BASE PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/LeafletMap/Resources/private/css/leaflet-map.css ***/
.module-leaflet-map {
  height: 500px;
}
.module-leaflet-map .inner-map {
  height: 100%;
  width: 100%;
}
.module-leaflet-map .cluster.proximity {
  background-color: #646464;
  color: #646464;
}
.module-leaflet-map .proximity .mdi-circle:before {
  color: #646464;
}
.module-leaflet-map .bg {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background: black;
  border-radius: 3000px;
}
.module-leaflet-map .leaflet-container .leaflet-overlay-pane svg {
  margin-left: 10px;
}
.module-leaflet-map .marker-classic .marker-icon {
  position: absolute;
  bottom: 0;
  font-size: 37px;
}
.module-leaflet-map .entity-icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -16px 0 0 4px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: white;
}
.module-leaflet-map .cluster {
  width: 30px!important;
  height: 30px!important;
  border-radius: 50%;
  background: black;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-image: none!important;
  line-height: 30px;
}
.module-leaflet-map .cluster .marker-icon {
  display: none;
}
.module-leaflet-map .marker-cluster .marker-icon {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.module-leaflet-map .marker-cluster .counter {
  position: absolute;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: white;
  left: -20px;
  top: -20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
/*
.module-leaflet-map  .marker-cluster .counter {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: -35px 0 0 -15px;
  left: 50%;
  top: 0;
 }*/
.module-leaflet-map .counter {
  position: relative;
  margin-top: 1px;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
/* loading */
.module-leaflet-map .loading {
  background: white;
  min-width: 100px;
}
.module-leaflet-map .loading > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
.module-leaflet-map .loading > i.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* infobulle */
.module-google-map .infobulle .title h2,
.module-google-map .infobulle .title h3,
.module-google-map .infobulle p {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 14px !important;
  /* line-height: 20px !important; */
}
.module-leaflet-map .leaflet-popup-content-wrapper {
  /*background-color: rgba(34,34,34,0.9) !important;*/
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.module-leaflet-map a:hover {
  text-decoration: none;
}
.module-leaflet-map .infobulle {
  height: 100%;
}
.module-leaflet-map .infobulle .visited {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  padding-top: 5px;
  padding-left: 5px;
}
.leaflet-popup-content .owl-theme .owl-nav div i {
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.module-leaflet-map .container-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module-leaflet-map .infobulle-container {
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.7);
  height: 300px!important;
}
.module-leaflet-map .leaflet-popup-content {
  height: 100%;
}
.module-leaflet-map .infobulle .selectionLink {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.module-leaflet-map .infobulle .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-leaflet-map .infobulle .selectionLink:hover,
.module-leaflet-map .infobulle .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-leaflet-map .leaflet-popup-content .header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.module-leaflet-map .leaflet-popup-content .header .btn {
  width: 50%;
  text-align: center;
  color: white;
  cursor: pointer;
}
.module-leaflet-map .infobulle .title {
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px;
}
.module-leaflet-map .infobulle .title h2,
.module-leaflet-map .infobulle .title h3 {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.module-leaflet-map .infobulle .title h2 {
  font-size: 20px;
  margin: auto;
}
.module-leaflet-map .infobulle .title h3 {
  font-size: 15px;
}
.module-leaflet-map .infobulle .picture {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  overflow: hidden;
  background: gray;
}
.module-leaflet-map .infobulle .picture img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  min-height: 100px !important;
  margin: auto;
}
.module-leaflet-map .infobulle .picture img {
  display: block;
  min-height: 100px;
  max-width: 100%;
  margin: auto;
}
.module-leaflet-map .infobulle-property ul {
  text-align: left;
}
.module-leaflet-map .infobulle-property ul li {
  display: inline-block;
  padding: 5px 10px;
}
.module-leaflet-map .infobulle-property ul li div {
  line-height: 30px;
}
/* infobulle slider */
.module-leaflet-map .leaflet-popup-content .slider {
  height: 100%;
}
.leaflet-popup-content .slider.hidden {
  display: none;
}
.module-leaflet-map .leaflet-popup-content .slider.visible {
  display: block;
}
.module-leaflet-map .leaflet-popup-content .owl-wrapper-outer,
.owl-wrapper,
.module-leaflet-map .owl-stage-outer,
.module-leaflet-map .owl-stage,
.module-leaflet-map .owl-item {
  height: 100%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  height: 90%;
  width: 16.66%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev {
  left: 0;
  justify-content: flex-start;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next {
  right: 0;
  justify-content: flex-end;
}
/* controls */
.module-leaflet-map .leaflet-control.transit {
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
  background-color: #ffffff;
}
.module-leaflet-map .leaflet-control.transit.active {
  border: solid 3px green;
}
.module-leaflet-map .leaflet-control.transit:hover {
  background-color: #f4f4f4;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/plugins/LeafletMap/layers-2x.png);
  background-size: 26px 26px;
}
/*** CSS BASE TEMPLATE Marui PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/leaflet-map.less ***/
/*** CSS BASE PLUGIN Newsletter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Newsletter/Resources/css/newsletter.css ***/
form[name=newsletter-form] {
  position: relative;
}
form[name=newsletter-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=newsletter-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=newsletter-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=newsletter-form] .field.hidden {
  display: none;
}
.popup-module-newsletter.template-1,
.popup-module-newsletter.template-3 {
  background: grey;
  width: 500px;
  margin: auto;
  position: relative;
  padding: 1%;
}
.popup-module-newsletter.template-1 .mfp-close,
.popup-module-newsletter.template-3 .mfp-close {
  width: 20px;
  height: 20px;
  margin: -10px;
  line-height: 20px;
  border-radius: 50%;
  background: white;
  border: solid 1px black;
}
.popup-module-newsletter.template-1 .submit,
.popup-module-newsletter.template-3 .submit {
  position: absolute;
  bottom: 0;
  height: 76px;
  width: 154px;
  right: 0;
  border-radius: 3%;
  margin-bottom: 2px;
}
.module-newsletter i.mdi-newspaper {
  margin: 0 10px 0 0;
}
/*** CSS BASE PLUGIN Contact ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Contact/Resources/css/main.less ***/
.datepickers-container {
  z-index: 9999999;
}
.iti__flag {
  background-image: url("/node_modules/intl-tel-input/build/img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/node_modules/intl-tel-input/build/img/flags@2x.png");
  }
}
.module-contact,
.popup-module-contact {
  position: relative;
}
.module-contact .iti--separate-dial-code .iti__selected-dial-code,
.popup-module-contact .iti--separate-dial-code .iti__selected-dial-code {
  color: unset;
}
.module-contact input[type="text"],
.popup-module-contact input[type="text"],
.module-contact input[type="password"],
.popup-module-contact input[type="password"],
.module-contact input[type="number"],
.popup-module-contact input[type="number"],
.module-contact input[type="email"],
.popup-module-contact input[type="email"],
.module-contact input[type="tel"],
.popup-module-contact input[type="tel"],
.module-contact select,
.popup-module-contact select,
.module-contact textarea,
.popup-module-contact textarea,
.module-contact .datepicker,
.popup-module-contact .datepicker {
  width: 100%;
  margin-bottom: 10px;
}
.module-contact input[type="text"],
.popup-module-contact input[type="text"],
.module-contact input[type="password"],
.popup-module-contact input[type="password"],
.module-contact input[type="number"],
.popup-module-contact input[type="number"],
.module-contact input[type="email"],
.popup-module-contact input[type="email"],
.module-contact input[type="tel"],
.popup-module-contact input[type="tel"],
.module-contact select,
.popup-module-contact select,
.module-contact textarea,
.popup-module-contact textarea {
  height: 40px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.module-contact textarea,
.popup-module-contact textarea {
  height: 100px;
}
.module-contact select,
.popup-module-contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #ffffff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCAyMCA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBvbHlnb24gcG9pbnRzPSI1LDUuNyAwLjYsMS40IDEuNCwwLjYgNSw0LjMgOC42LDAuNiA5LjQsMS40IAkiLz4KPC9nPgo8L3N2Zz4K") no-repeat right 22px;
}
.module-contact textarea,
.popup-module-contact textarea {
  padding: 10px;
  font-family: sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.module-contact input[type="submit"],
.popup-module-contact input[type="submit"],
.module-contact button,
.popup-module-contact button {
  height: 40px;
  padding: 0 10px;
  border: none;
  border-radius: 0;
}
.module-contact .submit,
.popup-module-contact .submit {
  min-width: 100px;
}
.module-contact .recaptcha,
.popup-module-contact .recaptcha {
  margin-bottom: 10px;
}
.module-contact .rgpd > input,
.popup-module-contact .rgpd > input {
  margin-right: 10px;
}
.module-contact .rgpd a,
.popup-module-contact .rgpd a {
  font-weight: bold;
}
.module-contact .rgpd label a:hover,
.popup-module-contact .rgpd label a:hover {
  border-bottom: solid black 1px;
}
.module-contact .iti__country-list,
.popup-module-contact .iti__country-list {
  z-index: 99999999;
}
.module-contact .phone > div,
.popup-module-contact .phone > div {
  width: 100%;
  margin-bottom: 10px;
}
.module-contact .phone > div input,
.popup-module-contact .phone > div input {
  padding-left: 72px;
}
.module-contact.dynamic-label .field,
.popup-module-contact.dynamic-label .field {
  position: relative;
  display: block;
}
.module-contact.dynamic-label form .field label,
.popup-module-contact.dynamic-label form .field label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  cursor: text;
  font-size: 75%;
  padding-right: 3px;
  padding-left: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-contact.dynamic-label form .field input:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field input:placeholder-shown:not(:focus) + *,
.module-contact.dynamic-label form .field textarea:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field textarea:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.module-contact.dynamic-label form .field.phone input:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field.phone input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  left: 4px;
  padding-left: 3px;
  background: transparent;
}
.module-contact.dynamic-label select::placeholder,
.popup-module-contact.dynamic-label select::placeholder,
.module-contact.dynamic-label input::placeholder,
.popup-module-contact.dynamic-label input::placeholder,
.module-contact.dynamic-label textarea::placeholder,
.popup-module-contact.dynamic-label textarea::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-contact.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-contact.dynamic-label textarea:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label textarea:placeholder-shown:not(:focus)::placeholder,
.module-contact.dynamic-label input:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.module-contact-datepicker .datepicker {
  width: 100%;
}
.module-contact-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.popup-module-contact {
  width: 365px;
  margin: auto;
}
/*** GLOBAL CSS TEMPLATE Marui ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/css/main.less ***/
.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}
.iti--separate-dial-code .iti__selected-flag:hovver {
  background: transparent;
}
.mfp-content textarea {
  border-radius: 30px;
}
body {
  margin: 0;
}
.fp-bg {
  z-index: 1046;
}
.mfp-wrap {
  z-index: 1047;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
.recaptcha-terms a {
  font-size: 11px;
  line-height: 19px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  color: #2a2a2a;
}
.select2-container--open .select2-dropdown--below {
  border: none;
  transform: translate(-20%, 20px);
  min-width: 400px;
  box-shadow: 0px 5px 20px 0px rgba(0, 45, 91, 0.15);
  border-radius: 20px;
  padding: 10px;
}
.select2-container--open .select2-dropdown--below.dropdown-category {
  transform: translate(-20%, 29px);
}
@media only screen and (max-width: 1024px) {
  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--below.dropdown-category {
    min-width: 0;
    transform: none;
  }
}
.select2-container.dark .select2-dropdown--below {
  background: #101010;
}
.select2-container.dark .select2-results__option {
  color: rgba(255, 255, 255, 0.6);
}
.select2-container.dark .select2-results__option--highlighted[aria-selected],
.select2-container.dark .select2-results__option[aria-selected=true] {
  color: #fff;
}
.mfp-content .popup-module-contact {
  max-width: 830px;
  width: 70vw;
  border-radius: 20px;
  padding: 30px 50px;
  background: white;
}
@media only screen and (max-width: 480px) {
  .mfp-content .popup-module-contact {
    padding: 30px 15px;
    width: 90vw;
  }
}
.mfp-content .popup-module-contact .recaptcha {
  display: none;
}
.mfp-content .popup-module-contact button {
  border-radius: 20px;
}
.mfp-content .popup-module-contact input {
  border-radius: 20px;
}
.mfp-content .popup-module-contact .module-header {
  margin-bottom: 2rem;
}
.mfp-content .popup-module-contact .module-header p,
.mfp-content .popup-module-contact .module-header span {
  text-align: center;
}
.mfp-content .popup-module-contact .module-header span {
  display: block;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.875rem;
  color: #2a2a2a;
}
.mfp-content .popup-module-contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mfp-content .popup-module-contact form .firstname,
.mfp-content .popup-module-contact form .lastname,
.mfp-content .popup-module-contact form .email,
.mfp-content .popup-module-contact form .phone,
.mfp-content .popup-module-contact form .city,
.mfp-content .popup-module-contact form .zipcode,
.mfp-content .popup-module-contact form .email {
  width: 49%;
}
@media only screen and (max-width: 480px) {
  .mfp-content .popup-module-contact form .firstname,
  .mfp-content .popup-module-contact form .lastname,
  .mfp-content .popup-module-contact form .email,
  .mfp-content .popup-module-contact form .phone,
  .mfp-content .popup-module-contact form .city,
  .mfp-content .popup-module-contact form .zipcode,
  .mfp-content .popup-module-contact form .email {
    width: 100%;
  }
}
.mfp-content .popup-module-contact form .message,
.mfp-content .popup-module-contact form .recaptcha {
  width: 100%;
}
.mfp-content .popup-module-contact form .field.custom_messages.choice {
  margin-bottom: 25px;
}
.mfp-content .popup-module-contact form label {
  font-size: 12px;
}
.mfp-content .popup-module-contact form[name="contact-form-109674"] div:last-child {
  order: 3;
}
.mfp-content .popup-module-contact form[name="contact-form-109674"] .message,
.mfp-content .popup-module-contact form[name="contact-form-109674"] .recaptcha {
  order: 3;
}
.mfp-content .popup-module-contact .SumoSelect > .CaptionCont,
.mfp-content .popup-module-contact .SumoSelect,
.mfp-content .popup-module-contact select {
  background: transparent !important;
}
.mfp-content .popup-module-contact textarea,
.mfp-content .popup-module-contact input[type="text"],
.mfp-content .popup-module-contact input[type="email"],
.mfp-content .popup-module-contact input[type="password"],
.mfp-content .popup-module-contact .custom_messages {
  background-color: #fafafa;
  border: 1px solid #dbdbdb !important;
}
.mfp-content .popup-module-contact .custom_messages {
  order: 3;
  width: 100%;
  margin-bottom: 10px;
}
.mfp-content .popup-module-contact .custom_messages .optWrapper > .options li.opt label,
.mfp-content .popup-module-contact .custom_messages .CaptionCont > span {
  text-align: left;
}
.mfp-content .popup-module-contact input[type="text"],
.mfp-content .popup-module-contact input[type="email"],
.mfp-content .popup-module-contact input[type="password"] {
  height: 44px;
  width: 100%;
  color: #454545;
  display: block;
  margin-bottom: 25px;
  padding: 0 12px 0;
}
.mfp-content .popup-module-contact .select2-container {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.mfp-content .popup-module-contact .select2-container--default .select2-selection--single {
  background-color: #fafafa;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #2a2a2a;
  z-index: 1040;
}
header > div {
  position: relative;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  transition: all 0.35s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 16.4px;
}
@media only screen and (max-width: 1024px) {
  header > div {
    padding-top: 0;
  }
}
header i {
  color: #ffffff;
}
header.fixed > div .zone-header-right,
header.is-active > div .zone-header-right {
  transition: all 0.35s ease;
}
header.fixed > div .zone-header-right .module-cluster,
header.is-active > div .zone-header-right .module-cluster {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-language,
header.is-active > div .zone-header-right .module-cluster .module-language {
  margin-top: 3px;
}
header.fixed > div .zone-header-right .module-cluster .module-language .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-language .FieldWrapper {
  background-color: #2a2a2a /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i {
  color: #ffffff /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-language ul li a span,
header.is-active > div .zone-header-right .module-cluster .module-language ul li a span {
  color: #ffffff /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency,
header.is-active > div .zone-header-right .module-cluster .module-currency {
  float: left;
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper {
  border-left: solid 3px #ffffff /* @headerContent */;
  background-color: #2a2a2a /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper label,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper label {
  color: #ffffff /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #ffffff /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-menu.main,
header.is-active > div .zone-header-right .module-cluster .module-menu.main {
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-menu.main ul li,
header.is-active > div .zone-header-right .module-cluster .module-menu.main ul li {
  margin: 5px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead,
header.is-active > div .zone-header-right .module-cluster .module-lead {
  margin: 5px 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead a span,
header.is-active > div .zone-header-right .module-cluster .module-lead a span,
header.fixed > div .zone-header-right .module-cluster .module-lead a i,
header.is-active > div .zone-header-right .module-cluster .module-lead a i {
  color: #ffffff;
}
header.fixed > div .zone-header-left .module-logo,
header.is-active > div .zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
header.fixed > div .zone-header-left .module-logo img,
header.is-active > div .zone-header-left .module-logo img {
  height: 30px;
}
header.is-active > div {
  display: flex;
  flex-direction: column;
}
header.is-active > div > div {
  width: 100%;
}
header.is-active > div > div .module-logo a {
  position: relative !important;
}
header.is-active > div > div .module-menu.main {
  width: 100%;
  position: initial;
}
header.is-active > div > div .module-menu.main > ul {
  margin-top: 30px;
  border-right: none;
}
header.is-active > div > div .module-menu.main button {
  position: absolute;
  top: 22px;
  right: 17px;
}
header.is-active > div > div .module-menu.main button i {
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active > div > div .module-menu.main button i:before {
  content: "\F0156";
}
header.is-active > div .zone-header-right .module-menu > ul > li {
  padding: 0.5rem 1.5rem;
  border-bottom: solid 1px #eee;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu > a:after {
  transform: rotate(-90deg);
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
  background: transparent;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover ul li {
  padding: 0;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover ul li:hover span {
  color: #2a2a2a !important;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
  padding: 0;
}
header.is-active > div .zone-header-right .module-menu > ul > li:hover span {
  color: #2a2a2a !important;
}
.is-active {
  max-width: 390px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .is-active {
    max-width: 90%;
  }
  .is-active .zone-header-right .module-menu.main button {
    right: -30px;
  }
}
.is-active + .wrapper {
  transition: margin 0.5s;
}
.is-active + .wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1039;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
.zone-header-left .module-logo img {
  height: 30px /* @heightLogo */;
  width: auto;
}
.zone-header-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.zone-header-right .module-menu {
  display: flex;
  align-items: center;
}
.zone-header-right .module-menu > ul {
  transition: all ease 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 1px solid #ffffff;
  padding-right: 10px;
  margin-right: 10px;
}
.zone-header-right .module-menu > ul > li {
  display: block;
  margin: 0 9px 0 9px;
  margin-left: 9px;
}
.zone-header-right .module-menu > ul > li i.mdi.mdi-home {
  display: none;
}
.zone-header-right .module-menu > ul > li a {
  font-size: 15px;
  color: #ffffff;
  /* @headerContent */
}
.zone-header-right .module-menu > ul > li a span {
  font-weight: 700;
}
.zone-header-right .module-menu > ul > li.sub-menu > ul > li {
  width: 100%;
}
.zone-header-right .module-menu > ul > li.sub-menu:after {
  position: relative;
  left: auto;
  top: auto;
  margin-left: 6px;
  /* font-size/2 */
  display: inline-block;
  content: "\F0140";
  font: normal normal normal 12px/1 "Material Design Icons";
}
.zone-header-right .module-menu > ul li.sub-menu ul {
  display: none;
  background: #2a2a2a /* @headerBackground */;
  position: absolute;
  top: 100%;
  left: -9999px;
  right: -9999px;
  max-width: 250px;
  margin: 0 auto 0 auto;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul > li.sub-menu:after {
    display: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu > a:after {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 5px;
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 18px/1 "Material Design Icons";
  }
  .zone-header-right .module-menu > ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li a {
    color: #ffffff /* @headerContent */;
  }
}
@media screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
    width: auto;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
    background: #2a2a2a;
    border-radius: 20px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover span {
    color: white;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    padding: 10px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    display: block;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
    width: auto;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
    background: #2a2a2a;
    border-radius: 20px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover span {
    color: white;
  }
}
.zone-header-right .module-menu i {
  color: #fff;
}
.zone-header-right > .trigger_popup_language,
.zone-header-right > .module-counter,
.zone-header-right > .module-agency {
  display: flex;
  align-items: center;
  padding: 8px 5px 8px 0;
}
.zone-header-right > .trigger_popup_language .info,
.zone-header-right > .module-counter .info,
.zone-header-right > .module-agency .info {
  padding: 0;
}
.zone-header-right > .trigger_popup_language .info a,
.zone-header-right > .module-counter .info a,
.zone-header-right > .module-agency .info a,
.zone-header-right > .trigger_popup_language ul a,
.zone-header-right > .module-counter ul a,
.zone-header-right > .module-agency ul a,
.zone-header-right > .trigger_popup_language .info i,
.zone-header-right > .module-counter .info i,
.zone-header-right > .module-agency .info i,
.zone-header-right > .trigger_popup_language ul i,
.zone-header-right > .module-counter ul i,
.zone-header-right > .module-agency ul i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zone-header-right > .trigger_popup_language .info a,
.zone-header-right > .module-counter .info a,
.zone-header-right > .module-agency .info a,
.zone-header-right > .trigger_popup_language ul a,
.zone-header-right > .module-counter ul a,
.zone-header-right > .module-agency ul a {
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.25s;
}
.zone-header-right > .trigger_popup_language .info a:hover,
.zone-header-right > .module-counter .info a:hover,
.zone-header-right > .module-agency .info a:hover,
.zone-header-right > .trigger_popup_language ul a:hover,
.zone-header-right > .module-counter ul a:hover,
.zone-header-right > .module-agency ul a:hover {
  background: #ecedee;
}
.zone-header-right > .trigger_popup_language .info i,
.zone-header-right > .module-counter .info i,
.zone-header-right > .module-agency .info i,
.zone-header-right > .trigger_popup_language ul i,
.zone-header-right > .module-counter ul i,
.zone-header-right > .module-agency ul i {
  font-size: 22px;
}
.zone-header-right > .trigger_popup_language .info br,
.zone-header-right > .module-counter .info br,
.zone-header-right > .module-agency .info br,
.zone-header-right > .trigger_popup_language ul br,
.zone-header-right > .module-counter ul br,
.zone-header-right > .module-agency ul br {
  display: none;
}
.zone-header-right > .module-agency,
.zone-header-right > .module-counter {
  position: relative;
}
.zone-header-right > .module-agency:hover .module-header,
.zone-header-right > .module-counter:hover .module-header {
  display: block;
}
.zone-header-right > .module-agency .module-header,
.zone-header-right > .module-counter .module-header {
  text-align: center;
  min-width: 150px;
  border-radius: 20px;
  display: none;
  position: absolute;
  background: #002D5B;
  padding: 8px;
  bottom: 0;
  transform: translate(-50%, 100%);
  left: 50%;
  z-index: 99;
}
.zone-header-right > .module-agency .module-header span,
.zone-header-right > .module-counter .module-header span {
  color: white;
  font-size: 14px;
}
.zone-header-right > .module-agency .module-header:before,
.zone-header-right > .module-counter .module-header:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  transform: rotate(90deg) translateY(50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #002D5B transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.zone-header-right .module-counter li {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.25s;
}
.zone-header-right .module-counter li i {
  width: 100%;
}
.zone-header-right .module-counter li:hover {
  background: #ecedee;
  transform: none;
}
.zone-header-right .module-counter .count_cart {
  top: auto;
  right: 10px;
  bottom: 0;
  transform: translateX(100%);
  font-size: 10px;
  color: #ffffff;
}
.zone-header-right .module-social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-header-right .module.module-language {
  float: left;
  margin-top: 3px;
}
.zone-header-right .module.module-language .module-header {
  display: none;
}
.zone-header-right .module.module-currency {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-social-menu li span {
  display: none;
}
.zone-header-right .module.module-social-menu ul li a i {
  font-size: 21px;
}
.zone-header-right .module.module-social-menu a {
  color: #e32276 /* @colorSocialMedia */;
}
.zone-full-width .module-social-menu .twitter a svg path {
  fill: #ffffff;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items {
  flex-direction: column;
  gap: 5px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item {
  margin: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item a svg {
  width: 22px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #e32276 /* @colorSocialMedia */;
  transition: fill 0.5s ease;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item span {
  display: none;
}
/* Responsive Laptop Header */
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu ul,
  .zone-header-right .module-agency,
  .zone-header-right .module-language,
  .zone-header-right .module-148509,
  .zone-header-right .module-counter {
    display: none;
  }
}
footer {
  background-color: #2a2a2a;
}
footer .section,
footer nav,
footer aside,
footer article,
footer figure,
footer figcaption,
footer td,
footer div,
footer p,
footer ul,
footer ol,
footer li,
footer dl,
footer dt,
footer dd,
footer select,
footer input,
footer textarea,
footer label,
footer button,
footer span,
footer label,
footer hr,
footer a {
  color: #ffffff;
}
footer a:hover,
footer a:hover span {
  color: #2a2a2a;
}
footer .icon-style-mixin {
  display: inline-block;
  margin: 5px 0;
  background: #444444;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #e0d8d8;
}
footer .footer-top {
  position: relative;
  padding: 20px 0;
  background-color: #1d1d1d;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top {
    padding: 10px 0;
  }
}
footer .footer-top > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  align-items: center;
}
footer .footer-top .section,
footer .footer-top nav,
footer .footer-top aside,
footer .footer-top article,
footer .footer-top figure,
footer .footer-top figcaption,
footer .footer-top td,
footer .footer-top div,
footer .footer-top p,
footer .footer-top ul,
footer .footer-top ol,
footer .footer-top li,
footer .footer-top dl,
footer .footer-top dt,
footer .footer-top dd,
footer .footer-top select,
footer .footer-top input,
footer .footer-top textarea,
footer .footer-top label,
footer .footer-top button,
footer .footer-top span,
footer .footer-top label,
footer .footer-top hr,
footer .footer-top a {
  color: #fff;
}
footer .footer-top .module-header-title,
footer .footer-top span {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-header-title,
  footer .footer-top span {
    font-size: 18px;
  }
}
footer .footer-top i {
  font-size: 22px;
}
footer .footer-top .module-social-menu {
  display: flex;
  align-items: center;
}
footer .footer-top .module-social-menu .twitter a svg path {
  fill: white;
}
footer .footer-top .module-social-menu .twitter a:hover svg path {
  fill: black;
}
footer .footer-top .module-social-menu .module-header-title {
  margin-right: 25px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-social-menu .module-header-title {
    display: none;
  }
}
footer .footer-top .module-social-menu ul {
  display: flex;
  align-items: center;
}
footer .footer-top .module-social-menu li {
  display: inline-block;
  margin: 4px auto 4px 10px;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  transition: 0.25s;
}
footer .footer-top .module-social-menu li span {
  display: none;
}
footer .footer-top .module-social-menu li i:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top .module-social-menu li:hover {
  background-color: #fff;
}
footer .footer-top .module-social-menu li:hover i:before {
  color: #2a2a2a;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items {
  flex-wrap: wrap;
  gap: 5px;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item a svg {
  width: 24px;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #fff;
  transition: fill 0.5s ease;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item span {
  display: none;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #000;
}
footer .footer-top .module-menu {
  margin-left: auto;
  padding-right: 20px;
}
footer .footer-top .module-menu a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
footer .footer-top .module-menu a i:before {
  display: inline-block;
  margin: 5px 0;
  background: #444444;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #e0d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-left: 20px;
  background-color: #2a2a2a;
  color: #fff;
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-menu a i:before {
    display: none;
  }
}
footer .footer-top .module-menu a:hover i:before {
  background-color: #373737;
}
footer .footer-top #toTop {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top #toTop {
    position: absolute;
    right: 10px;
    top: calc(100% + 10px);
  }
}
footer .footer-top #toTop i:before {
  display: inline-block;
  margin: 5px 0;
  background: #444444;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #e0d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #2a2a2a;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top #toTop i:before {
    background-color: #444444;
  }
}
footer .footer-top #toTop:hover i:before {
  background-color: #373737;
}
footer .footer-main {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-main {
    padding: 30px 0;
  }
}
footer .footer-main > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-main > div > * {
    width: 50%;
  }
  footer .footer-main > div > :not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 360px) {
  footer .footer-main > div > * {
    width: 100%;
  }
}
footer .footer-main > div > *:before {
  display: inline-block;
  margin: 5px 0;
  background: #444444;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #e0d8d8;
}
footer .footer-main .module-header-title {
  font-weight: 600;
  font-size: 13px;
  color: #ededed;
}
footer .module-logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .module-logo {
    margin: 10px auto;
  }
}
footer .module-legal {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
footer .module-legal nav {
  padding-top: 10px;
  padding-bottom: 25px;
  border-top: 1px solid #ffffff;
}
footer .module-legal ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .module-legal ul {
    justify-content: flex-start;
  }
}
footer .module-legal ul li {
  margin-right: 20px;
}
footer .module-legal ul li:last-child {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
footer .module-legal ul li:last-child a {
  line-height: 18px;
  font-size: 14px;
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  footer .module-legal ul li:last-child {
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  footer .module-legal ul li:last-child {
    justify-content: flex-start;
  }
}
footer .module-legal ul li:last-child:after {
  content: "";
  float: right;
  clear: right;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url(/templates/Haku/credits.svg) 0 0 no-repeat;
}
footer .module-menu .mdi-home {
  display: none;
}
footer .module-agency .address {
  line-height: 22px;
}
footer .module-agency .phone a,
footer .module-agency .email a {
  font-weight: 600;
}
footer .module-agency .info-title {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  color: #ededed;
}
.accent {
  color: #2a2a2a;
}
.slider .owl-controls .owl-dots {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 1px;
  max-width: 300px;
}
.slider .owl-controls .owl-dots .owl-dot {
  height: 2px;
  width: 70px;
  margin: 0 1px;
  background-color: #fff;
  transition: 0.25s;
}
.slider .owl-controls .owl-dots .owl-dot.active {
  background-color: #737373;
}
.slider .owl-controls .owl-dots .owl-dot span {
  display: none;
}
.subtitle,
.module-header-subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #59595c;
  font-weight: 600;
}
.subtitle i,
.module-header-subtitle i {
  margin-right: 10px;
}
.header-centered .module-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*** GLOBAL CSS TEMPLATE Marui PAGE homepage ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/pages/css/homepage.less ***/
.homepage .module-search .field:not(.category) > i {
  display: none;
}
/*** CSS WEBSITE Dinvest -  PRESTIGE PROPERTIES DUBAI ***/
body {
  background-color: #2a2a2a;
}
.property .popup-language h1,
.property .popup-language h2,
.property .popup-language a,
.property .popup-language span,
.property .popup-language p {
  color: #2a2a2a !important;
}
.listing header.is-active {
  background: white;
}
.notifyjs-wrapper .notifyjs-bootstrap-error {
  display: none!important;
}
.homepage .zone-full-width > div,
body.property .zone-full-width > div {
  margin-bottom: 60px;
}
header.is-active > div > div .module-menu.main button {
  top: 5px;
}
header.fixed {
  border-bottom: 1px solid #ffb95b;
}
.zone-header_right .module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple span,
.module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple span {
  color: #ffffff !important;
}
.zone-header_right .module.module-239009.template-1.counter-template-1.module-counter a,
.module.module-239009.template-1.counter-template-1.module-counter a {
  color: #ffffff !important;
}
.is-active .zone-header-right {
  justify-content: flex-start;
}
.is-active .zone-header-right .module-agency,
.is-active .zone-header-right .module-language,
.is-active .zone-header-right .module-239008,
.is-active .zone-header-right .module-counter,
.is-active .zone-header-right .module-menu ul {
  display: block;
}
footer .module-logo img {
  filter: brightness(0) invert(1);
}
.zone-left_content .module.module-238897.template-1.search-template-1.variation-custom_search_vertical.module-search.open,
.module.module-238897.template-1.search-template-1.variation-custom_search_vertical.module-search.open {
  display: block!important;
  opacity: 0;
  width: calc(100% - 80px);
  bottom: -100%;
  z-index: 999;
}
.mfp-content textarea {
  border-radius: 30px;
}
.bs-sm-bloc {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.max-width-mixin {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.homepage .wrapper {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  padding: 0;
}
.zone-content {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  padding: 0;
}
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
button,
span,
label,
hr,
a {
  color: #000000;
  font: 400 16px / 26px 'Poppins', Helvetica, Arial, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  color: #2a2a2a;
}
.hover_slider .owl-nav {
  display: none;
}
.hover_slider:hover .owl-nav {
  display: block;
}
i.icon_marui {
  color: white;
  font-size: 25px;
  position: relative;
}
i.icon_marui:before {
  padding: 10px;
  border-radius: 300px;
  z-index: 1;
  background: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #000000;
}
h1 {
  font-size: 40px;
  line-height: 50px;
}
h2 {
  font-size: 30px;
  line-height: 38px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
:focus {
  outline: none;
}
.button,
button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2a2a2a, #2a2a2a);
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.25s;
}
.button:hover,
button:hover {
  background: linear-gradient(180deg, #1d1d1d, #373737);
}
.button span,
button span {
  color: #fff;
}
.recaptcha-terms a {
  font-size: 11px;
  line-height: 19px;
}
.wrapper {
  margin-top: 104px;
}
header.fixed > div .zone-header-right .module-cluster .module-language ul li a span,
header.is-active > div .zone-header-right .module-cluster .module-language ul li a span {
  color: #252525 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #2e2d2d /* @headerContent */;
}
.module-cms.doubleBloc {
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: end;
  padding-bottom: 100px;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .module-cms.doubleBloc.reverse {
    display: block;
  }
  .module-cms.doubleBloc.reverse .info {
    padding: 25px 25px 0 30px;
  }
  .module-cms.doubleBloc.reverse .picture {
    max-width: 100%;
    height: 780px;
  }
  .module-cms.doubleBloc.reverse .picture img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .module-cms.doubleBloc.reverse {
    display: block;
  }
}
@media (max-width: 1280px) {
  .module-cms.doubleBloc.reverse .picture,
  .module-cms.doubleBloc.reverse .info {
    padding: 50px;
  }
}
.module-cms.doubleBloc .background {
  width: 35%;
  background-attachment: fixed;
  background-size: contain;
  background-position: 5px 88px;
}
.module-cms.doubleBloc .picture {
  width: 100%;
  height: initial;
  margin: 0;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  .module-cms.doubleBloc .picture {
    max-width: 100%;
  }
}
.module-cms.doubleBloc .picture img {
  width: 90%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .module-cms.doubleBloc .picture img {
    width: 100%;
  }
}
.module-cms.doubleBloc .info {
  width: 65%;
  margin: 0;
  float: right;
  padding: 25px 25px 0 29px;
  text-align: center;
}
.module-cms.doubleBloc .info .blue {
  font-size: 30px;
  color: #59595c;
  font-weight: 600;
}
@media screen and (max-width: 425px) {
  .module-cms.doubleBloc .info .blue {
    font-size: 25px;
  }
}
.module-cms.doubleBloc .info .blue2 {
  color: #59595c;
  font-weight: 600;
}
.module-cms.doubleBloc .info h1 {
  text-transform: initial;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  border-bottom: 1px solid grey;
  color: white;
}
.module-cms.doubleBloc .info h2 {
  margin-top: 10px;
  color: white;
}
.module-cms.doubleBloc .info h3 {
  text-transform: initial;
  width: 100%;
  text-align: left;
}
.module-cms.doubleBloc .info p {
  text-align: justify;
  margin-top: 35px;
  color: white;
}
.module-cms.doubleBloc .info .buttons {
  margin-top: 40px;
}
.module-cms.doubleBloc .info .buttons i.mdi {
  font-size: 1.3rem;
  line-height: 1;
  margin-right: 10px;
}
.module-cms.doubleBloc .info .buttons p a {
  display: flex;
  align-items: center;
  width: fit-content;
}
.module-cms.doubleBloc .info img {
  max-width: 50%;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .module-cms.doubleBloc .picture,
  .module-cms.doubleBloc .info {
    padding: 50px;
  }
}
@media (max-width: 500px) {
  .module-cms.doubleBloc .picture,
  .module-cms.doubleBloc .info {
    padding: 0px!important;
  }
}
/* SLIDER */
.slider .owl-nav .owl-next i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  top: 50%;
  border-radius: 300px;
  background-color: white;
  padding: 10px;
  background-size: contain;
  color: #000000 /* @color4 */;
  height: 40px;
  width: 40px;
  z-index: 9999;
  left: -60px;
  right: auto;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  transition: all 300ms;
}
@media only screen and (max-width: 1024px) {
  .slider .owl-nav .owl-next i {
    left: 20px;
  }
}
.owl-next i:hover,
.owl-prev i:hover {
  transform: scale(1.4);
  transform-origin: center;
}
.slider .owl-nav .owl-prev i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 300px;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  color: #000000;
  left: -110px;
  top: 50%;
  background-size: contain;
  height: 40px;
  width: 40px;
  z-index: 9999;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  transition: all 300ms;
}
@media only screen and (max-width: 1024px) {
  .slider .owl-nav .owl-prev i {
    left: -30px;
  }
}
body.property .zone-bottom-content {
  padding: 0 20px;
}
body.property section.row-2 > div.zone-right-content {
  background: none;
}
body.property .module-leaflet-map {
  height: 0;
  transform: scaleY(0);
}
body.property .property-info-template-2 .selectionLinkOn {
  filter: invert(71%) sepia(44%) saturate(7472%) hue-rotate(189deg) brightness(99%) contrast(104%);
}
body.property .mfp-content .module-leaflet-map {
  height: 420px;
  transform: scaleY(1);
}
body.property .row-2 {
  padding: 0;
  max-width: 100%;
}
body.property .banner {
  background: #777777;
}
body.property .banner .module-header span {
  justify-content: center;
}
body.property .banner h2,
body.property .banner p {
  text-align: center;
}
body.property .banner .property-info-template-4 {
  padding: 40px 0px;
  max-width: 800px;
  margin: auto;
}
body.property .zone-full-width {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  max-width: 1280px;
  margin: 2rem auto auto auto;
}
body.property .zone-full-width .wrapper_property_info {
  margin-left: 90px;
  margin-top: 35px;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-full-width .wrapper_property_info {
    margin-left: 0px;
    width: 100%;
  }
}
body.property .zone-full-width h1 {
  font-size: 35px;
  margin: 0;
  line-height: 35px;
}
body.property .zone-full-width .module-user .button {
  padding: 10px;
}
body.property .zone-full-width .module-user .container {
  justify-content: flex-start;
  margin: 0px;
}
body.property .zone-full-width .module-user .container .info {
  height: 150px;
  background: white;
  border-radius: 15px;
  margin-left: -10px;
  flex-basis: auto;
  padding-right: 0px;
  padding-left: 10px;
  width: auto;
  box-shadow: 0px 10px 20px 0px rgba(0, 45, 91, 0.25);
}
body.property .zone-full-width .module-user .container .info h3 {
  text-align: left;
}
body.property .zone-full-width .module-user .container .info > div > a {
  margin-right: 10px;
}
body.property .zone-full-width .module-user .container .info em {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
body.property .zone-full-width .module-user .container i {
  width: 120px;
  text-align: center;
}
body.property .zone-full-width .module-user .container .picture {
  text-align: left;
  padding: 0;
  width: auto;
  border-radius: 15px 0% 0% 15px;
  overflow: hidden;
  max-width: 150px;
  box-shadow: 0px 10px 20px 0px rgba(0, 45, 91, 0.25);
  flex-basis: auto;
}
body.property .zone-full-width .module-user .container .picture img {
  max-height: 150px;
  width: auto;
  border-radius: 15px 0% 0% 15px;
}
body.property .zone-full-width .module-user .container .picture i.mdi-account-circle {
  font-size: 100px;
  line-height: 140px;
}
body.property .zone-full-width .module-user .container .picture a {
  display: flex;
}
@media only screen and (max-width: 640px) {
  body.property .zone-full-width .module-user .container {
    flex-direction: column;
    max-width: 70%;
    border-radius: 20px;
    box-shadow: 10px 20px 40px 0px rgba(0, 43, 87, 0.15);
    margin: auto;
    background: white;
  }
  body.property .zone-full-width .module-user .container .picture {
    margin-top: 20px;
    max-width: 100%;
    box-shadow: none;
  }
  body.property .zone-full-width .module-user .container .picture img {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 10px 20px 40px 0px rgba(0, 43, 87, 0.15);
  }
  body.property .zone-full-width .module-user .container .info {
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  body.property .zone-full-width .module-user .container .info h3 {
    text-align: center;
  }
}
body.property .zone-full-width .module-user ul.listing li .container .container {
  margin: 0;
}
body.property .zone-full-width .module-share i:before {
  color: #2a2a2a;
}
body.property .zone-full-width .module-slider .slider {
  aspect-ratio: 4/3;
  height: auto !important;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-full-width {
    flex-direction: column;
    padding: 0 20px;
  }
  body.property .zone-full-width > div {
    margin-bottom: 0;
  }
  body.property .zone-full-width .wrapper_slider_media {
    order: 1;
  }
  body.property .zone-full-width .wrapper_property_info {
    order: 2;
  }
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details:after {
  display: none;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details .module-header-subtitle {
  display: block;
  line-height: 40px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 15px;
  padding: 30px;
  width: calc(24% - 15px);
  min-width: 270px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div li {
  color: initial;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div img {
  width: 20px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle span {
  font-weight: 700;
  color: #2a2a2a;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle img {
  border-radius: 5px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle i {
  background: #2a2a2a;
  height: 25px;
  width: 25px;
  color: white;
  text-align: center;
  border-radius: 300px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div ul li {
  display: flex;
  justify-content: space-between;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div ul li span {
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-left-content .module-cluster.wrapper_property_info_details {
    padding: 0 20px;
    justify-content: space-between;
  }
  body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
    width: 100%;
  }
}
body.property .wrapper_slider_media {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  body.property .wrapper_slider_media {
    width: 100%;
    margin-bottom: 0;
  }
}
body.property .wrapper_slider_media .owl-item {
  background: #2b2b2b;
}
body.property .wrapper_slider_media .slider {
  aspect-ratio: 4/3;
  height: auto !important;
}
body.property .row-2 .zone-right-content .module-cluster {
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background: #777777;
  background: linear-gradient(to left, transparent 45%, transparent 45%, #777777 10%);
  padding: 20px 60px;
}
body.property .row-2 .zone-right-content .module-cluster > div {
  width: 50%;
  background: transparent;
}
@media only screen and (max-width: 1240px) {
  body.property .row-2 .zone-right-content .module-cluster {
    flex-wrap: wrap;
    background: linear-gradient(to left, transparent 15%, transparent 15%, #777777 15%);
  }
  body.property .row-2 .zone-right-content .module-cluster > div {
    width: 100%;
  }
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 {
    margin-top: 30px;
  }
}
body.property .row-2 .zone-right-content .module-cluster .module-header-title {
  display: none;
}
body.property .row-2 .zone-right-content .module-cluster .module-header .module-header-title {
  text-align: left;
  font-weight: 600;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics {
  display: flex;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics > div {
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics > div svg {
  width: 300px;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics .diagnostic-2 {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics {
    flex-wrap: wrap;
    flex-direction: column;
  }
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics .diagnostic-2 {
    margin-top: 15px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1025px) {
  .listing .wrapper {
    margin-top: 0 !important;
  }
}
/*header*/
.zone-header_right .module.module-238891.template-1.menu-template-1.module-menu.main.column span,
.module.module-238891.template-1.menu-template-1.module-menu.main.column span {
  color: #ffffff !important;
}
.zone-header-left .module-logo img,
header.fixed > div .zone-header-left .module-logo img {
  height: 100px;
  filter: drop-shadow(2px 4px 6px black);
}
header > div {
  padding: 0 15.4px;
}
/*footer*/
footer .footer-top a {
  color: #2a2a2a;
}
footer .footer-main > div > *:before {
  color: #2a2a2a;
}
footer .footer-main > div > *:before {
  background: #59595c;
}
footer .footer-main > div > *:before {
  color: #ffffff;
}
footer a:hover {
  color: #59595c;
}
/*search*/
.select2-container.dark .select2-dropdown--below {
  background-color: #2a2a2a;
}
.module-search .form-center .field.active {
  background-color: #03182a;
}
/*font*/
@font-face {
  font-family: "Trajan Pro Regular";
  src: url("/uploads/websites/2857/Trajan Pro Regular.ttf");
}
h1,
h2,
h3 {
  font-family: "Trajan Pro Regular";
}
.module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .zipcode {
  color: #2a2a2a !important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  color: #ffffff !important;
}
.module-search.open form .fields-wrapper .advanced-btn {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .wrapper_search-advanced.open form button.submit {
    width: calc(100% - 10px);
    position: absolute;
    bottom: 0;
  }
}
/*** CSS ROUTING ***/
.zone-full-width > div {
  margin-bottom: 40px;
}
/*** CUSTOM CSS FROM BDD MODULE 238990 ***/
.zone-footer .module.module-238990.footer-top.template-1.cluster-template-1.module-cluster,
.module.module-238990.footer-top.template-1.cluster-template-1.module-cluster {
  background: #ffb95b;
}
.zone-footer .module.module-238990.footer-top.template-1.cluster-template-1.module-cluster span,
.module.module-238990.footer-top.template-1.cluster-template-1.module-cluster span {
  color: #2a2a2a;
}
/*** CUSTOM CSS FROM BDD MODULE 238994 ***/
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster {
  position: relative;
  margin: 130px 40px 3rem 40px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster {
    margin: auto 20px 3rem 20px;
  }
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider {
  display: flex;
  flex-wrap: wrap;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .module-header,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .module-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 45px;
  width: 35%;
  background-color: #818181;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .module-header,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .module-header {
    margin-top: -20px;
    padding: 55px 30px;
    width: 100%;
    border-radius: 20px;
    order: 2;
    z-index: 9;
  }
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .module-header h1,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .module-header h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .module-header h1,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .module-header h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .module-header p,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .module-header p {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .module-header p,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .module-header p {
    font-size: 16px;
    line-height: 24px;
  }
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .slider,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .slider {
  position: initial;
  width: 65%;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .slider,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .slider {
    height: 63vw !important;
    width: 100%;
  }
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .slider img,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .slider img,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .slider img {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
  }
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .owl-controls,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .owl-controls {
  position: absolute;
  bottom: 15px;
  left: 17.5%;
  transform: translateX(-50%);
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .owl-controls,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-slider .owl-controls {
    display: none;
  }
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  padding: 5px;
  border-radius: 20px;
  background-color: #fff;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu {
    display: none;
  }
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu li span,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu li span {
  display: none;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu i,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu i {
  margin: auto;
  color: #ffffff;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu i:before,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu i:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu li,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu li {
  margin: 4px auto;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  transition: 0.25s;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu li:hover,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu li:hover {
  background-color: #e6e6e6;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu li:hover i,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-social-menu li:hover i {
  color: #ffffff;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-search,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-search {
  position: absolute;
  left: 20px;
  bottom: 10%;
  width: min-content;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-search,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-search {
    transform: translateY(-50%);
    bottom: auto;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-search.open,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module-search.open {
    width: 100%;
    left: 0;
    transform: translateY(-10px);
  }
}
/*** CUSTOM CSS FROM BDD MODULE 239004 ***/
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster {
  display: none;
  position: absolute;
  right: 15px;
  top: 80px;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  background: white;
  margin: auto;
  max-width: 200px;
  padding: 40px;
}
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-header,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-header {
  display: flex;
  border-bottom: 1px solid #b8b8b8;
}
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-title,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-title {
  padding-left: 10px;
  font-weight: 700;
}
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-subtitle i,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-subtitle i {
  font-size: 25px;
}
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster > div,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster > div {
  margin-bottom: 20px;
}
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .current .culture,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .current .culture {
  font-weight: 700;
}
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-language ul li:not(:last-child),
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-language ul li:not(:last-child) {
  margin: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 238891 ***/
.zone-header_right .module.module-238891.template-1.menu-template-1.module-menu.main.column span,
.module.module-238891.template-1.menu-template-1.module-menu.main.column span {
  color: #2a2a2a;
}
.zone-header_right .module.module-238891.template-1.menu-template-1.module-menu.main.column ul li.sub-menu ul,
.module.module-238891.template-1.menu-template-1.module-menu.main.column ul li.sub-menu ul {
  background: white;
}
.zone-header_right .module.module-238891.template-1.menu-template-1.module-menu.main.column ul li.sub-menu ul li a span,
.module.module-238891.template-1.menu-template-1.module-menu.main.column ul li.sub-menu ul li a span {
  color: #2a2a2a;
}
/*** CUSTOM CSS FROM BDD MODULE 238993 ***/
.zone-header_right .module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple .module-header,
.module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple .module-header {
  background: #2a2a2a;
}
.zone-header_right .module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple .module-header::before,
.module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple .module-header::before {
  border-color: transparent #2a2a2a transparent transparent;
}
.zone-header_right .module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple a:hover,
.module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple a:hover {
  background: #2a2a2a;
}
.zone-header_right .module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple span,
.module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple span {
  color: #2a2a2a;
}
/*** CUSTOM CSS FROM BDD MODULE 243685 ***/
.zone-full_width .module.module-243685.template-1.cms-template-1.module-cms.only-text,
.module.module-243685.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-243685 {
  width: 80%;
  margin: auto;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .zone-full_width .module.module-243685.template-1.cms-template-1.module-cms.only-text,
  .module.module-243685.template-1.cms-template-1.module-cms.only-text,
  .popup-module-cms.popup-module-243685 {
    width: 100%;
  }
}
.zone-full_width .module.module-243685.template-1.cms-template-1.module-cms.only-text video,
.module.module-243685.template-1.cms-template-1.module-cms.only-text video,
.popup-module-cms.popup-module-243685 video {
  width: 100%;
  border-radius: 10px;
}
.zone-full_width .module.module-243685.template-1.cms-template-1.module-cms.only-text h1,
.module.module-243685.template-1.cms-template-1.module-cms.only-text h1,
.popup-module-cms.popup-module-243685 h1 {
  text-align: center;
  color: white;
}
@media screen and (max-width: 500px) {
  .zone-full_width .module.module-243685.template-1.cms-template-1.module-cms.only-text h1,
  .module.module-243685.template-1.cms-template-1.module-cms.only-text h1,
  .popup-module-cms.popup-module-243685 h1 {
    font-size: 30px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 268640 ***/
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing,
.module.module-268640.template-3.listing-template-3.module-listing .listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: visible;
  max-width: 1280px;
  margin: auto;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing > li,
.module.module-268640.template-3.listing-template-3.module-listing .listing > li {
  background-color: white;
  position: relative;
  margin: 0 0 40px;
  min-height: 350px;
  width: 45%;
  transition: 0.25s;
  overflow: hidden;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing > li:hover,
.module.module-268640.template-3.listing-template-3.module-listing .listing > li:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing > li:hover,
.module.module-268640.template-3.listing-template-3.module-listing .listing > li:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1200px) {
  .zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing > li,
  .module.module-268640.template-3.listing-template-3.module-listing .listing > li {
    width: 100%;
  }
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing > li ul,
.module.module-268640.template-3.listing-template-3.module-listing .listing > li ul {
  margin: 20px auto;
  padding: 0 10px;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  background: transparent;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing > li ul > li,
.module.module-268640.template-3.listing-template-3.module-listing .listing > li ul > li {
  display: flex;
  align-items: center;
  height: auto;
  width: 50%;
  margin: 3px 0;
  color: #000000;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing > li ul li,
  .module.module-268640.template-3.listing-template-3.module-listing .listing > li ul li {
    width: auto;
    padding: 0;
  }
  .zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing > li ul li:nth-child(event),
  .module.module-268640.template-3.listing-template-3.module-listing .listing > li ul li:nth-child(event) {
    padding-right: 10px;
    padding-left: 0px;
  }
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing > li ul span,
.module.module-268640.template-3.listing-template-3.module-listing .listing > li ul span {
  color: #002b57;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  max-width: calc(100% - 45px);
  word-break: break-all;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing > li ul i,
.module.module-268640.template-3.listing-template-3.module-listing .listing > li ul i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin-right: 10px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  background-color: #2a2a2a;
  border-radius: 20px;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing > li .soleagent,
.module.module-268640.template-3.listing-template-3.module-listing .listing > li .soleagent {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  top: 20px;
  left: 20px;
  text-transform: uppercase;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing > li .soleagent i,
.module.module-268640.template-3.listing-template-3.module-listing .listing > li .soleagent i {
  margin-right: 5px;
  font-size: 17px;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .listing h4,
.module.module-268640.template-3.listing-template-3.module-listing .listing h4 {
  margin: 25px 0px -15px 25px;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .picture,
.module.module-268640.template-3.listing-template-3.module-listing .picture {
  background: #2b2b2b;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .picture:before,
.module.module-268640.template-3.listing-template-3.module-listing .picture:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #222121d4 100%);
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .picture img,
.module.module-268640.template-3.listing-template-3.module-listing .picture img {
  width: 100%;
  object-fit: cover;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .picture .picture-infos,
.module.module-268640.template-3.listing-template-3.module-listing .picture .picture-infos {
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 9;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .picture .picture-infos h3,
.module.module-268640.template-3.listing-template-3.module-listing .picture .picture-infos h3 {
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .picture .category,
.module.module-268640.template-3.listing-template-3.module-listing .picture .category {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #59595c;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing .price,
.module.module-268640.template-3.listing-template-3.module-listing .price {
  position: absolute;
  font-weight: 600;
  color: white;
  background-color: #2a2a2a;
  padding: 5px 10px;
  margin-left: 20px;
  border-radius: 20px;
  transform: translateY(-50%);
  z-index: 99;
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing ul.listing > li .selectionLink:hover,
.module.module-268640.template-3.listing-template-3.module-listing ul.listing > li .selectionLink:hover,
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing ul.listing > li .selectionLinkOn,
.module.module-268640.template-3.listing-template-3.module-listing ul.listing > li .selectionLinkOn {
  transform: scale(1.4);
}
.zone-full_width .module.module-268640.template-3.listing-template-3.module-listing ul.listing > li:not([data-loading="true"]) > i,
.module.module-268640.template-3.listing-template-3.module-listing ul.listing > li:not([data-loading="true"]) > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
/*** CUSTOM CSS FROM BDD MODULE 268642 ***/
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing,
.module.module-268642.template-3.listing-template-3.module-listing .listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: visible;
  max-width: 1280px;
  margin: auto;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing > li,
.module.module-268642.template-3.listing-template-3.module-listing .listing > li {
  background-color: white;
  position: relative;
  margin: 0 0 40px;
  min-height: 350px;
  width: 45%;
  transition: 0.25s;
  overflow: hidden;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing > li:hover,
.module.module-268642.template-3.listing-template-3.module-listing .listing > li:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing > li:hover,
.module.module-268642.template-3.listing-template-3.module-listing .listing > li:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1200px) {
  .zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing > li,
  .module.module-268642.template-3.listing-template-3.module-listing .listing > li {
    width: 100%;
  }
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing > li ul,
.module.module-268642.template-3.listing-template-3.module-listing .listing > li ul {
  margin: 20px auto;
  padding: 0 10px;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  background: transparent;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing > li ul > li,
.module.module-268642.template-3.listing-template-3.module-listing .listing > li ul > li {
  display: flex;
  align-items: center;
  height: auto;
  width: 50%;
  margin: 3px 0;
  color: #000000;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing > li ul li,
  .module.module-268642.template-3.listing-template-3.module-listing .listing > li ul li {
    width: auto;
    padding: 0;
  }
  .zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing > li ul li:nth-child(event),
  .module.module-268642.template-3.listing-template-3.module-listing .listing > li ul li:nth-child(event) {
    padding-right: 10px;
    padding-left: 0px;
  }
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing > li ul span,
.module.module-268642.template-3.listing-template-3.module-listing .listing > li ul span {
  color: #002b57;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  max-width: calc(100% - 45px);
  word-break: break-all;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing > li ul i,
.module.module-268642.template-3.listing-template-3.module-listing .listing > li ul i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin-right: 10px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  background-color: #2a2a2a;
  border-radius: 20px;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing > li .soleagent,
.module.module-268642.template-3.listing-template-3.module-listing .listing > li .soleagent {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  top: 20px;
  left: 20px;
  text-transform: uppercase;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing > li .soleagent i,
.module.module-268642.template-3.listing-template-3.module-listing .listing > li .soleagent i {
  margin-right: 5px;
  font-size: 17px;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .listing h4,
.module.module-268642.template-3.listing-template-3.module-listing .listing h4 {
  margin: 25px 0px -15px 25px;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .picture,
.module.module-268642.template-3.listing-template-3.module-listing .picture {
  background: #2b2b2b;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .picture:before,
.module.module-268642.template-3.listing-template-3.module-listing .picture:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #222121d4 100%);
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .picture img,
.module.module-268642.template-3.listing-template-3.module-listing .picture img {
  width: 100%;
  object-fit: cover;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .picture .picture-infos,
.module.module-268642.template-3.listing-template-3.module-listing .picture .picture-infos {
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 9;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .picture .picture-infos h3,
.module.module-268642.template-3.listing-template-3.module-listing .picture .picture-infos h3 {
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .picture .category,
.module.module-268642.template-3.listing-template-3.module-listing .picture .category {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #59595c;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing .price,
.module.module-268642.template-3.listing-template-3.module-listing .price {
  position: absolute;
  font-weight: 600;
  color: white;
  background-color: #2a2a2a;
  padding: 5px 10px;
  margin-left: 20px;
  border-radius: 20px;
  transform: translateY(-50%);
  z-index: 99;
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing ul.listing > li .selectionLink:hover,
.module.module-268642.template-3.listing-template-3.module-listing ul.listing > li .selectionLink:hover,
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing ul.listing > li .selectionLinkOn,
.module.module-268642.template-3.listing-template-3.module-listing ul.listing > li .selectionLinkOn {
  transform: scale(1.4);
}
.zone-full_width .module.module-268642.template-3.listing-template-3.module-listing ul.listing > li:not([data-loading="true"]) > i,
.module.module-268642.template-3.listing-template-3.module-listing ul.listing > li:not([data-loading="true"]) > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
/*** CUSTOM CSS FROM BDD MODULE 239009 ***/
.zone-header_right .module.module-239009.template-1.counter-template-1.module-counter .module-header,
.module.module-239009.template-1.counter-template-1.module-counter .module-header {
  background: #2a2a2a;
  left: -41%;
}
.zone-header_right .module.module-239009.template-1.counter-template-1.module-counter .module-header::before,
.module.module-239009.template-1.counter-template-1.module-counter .module-header::before {
  left: 78%;
  border-color: transparent #2a2a2a transparent transparent;
}
.zone-header_right .module.module-239009.template-1.counter-template-1.module-counter li:hover,
.module.module-239009.template-1.counter-template-1.module-counter li:hover {
  background: #2a2a2a;
}
.zone-header_right .module.module-239009.template-1.counter-template-1.module-counter a,
.module.module-239009.template-1.counter-template-1.module-counter a {
  color: #2a2a2a;
}
/*** CUSTOM CSS FROM BDD MODULE 239010 ***/
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster,
.module.module-239010.template-1.cluster-template-1.module-cluster {
  margin-bottom: 130px;
}
@media screen and (max-width: 1024px) {
  .zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster,
  .module.module-239010.template-1.cluster-template-1.module-cluster {
    margin-bottom: 0;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 241821 ***/
.zone-header_right .module.module-241821.template-1.social-menu-template-1.module-social-menu,
.module.module-241821.template-1.social-menu-template-1.module-social-menu {
  display: flex;
  align-items: center;
  padding: 12px 5px 8px 0;
  margin-left: 5px;
}
.zone-header_right .module.module-241821.template-1.social-menu-template-1.module-social-menu .mdi-whatsapp,
.module.module-241821.template-1.social-menu-template-1.module-social-menu .mdi-whatsapp {
  font-size: 20px;
}
/*** CUSTOM CSS FROM BDD MODULE 239017 ***/
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster,
.module.module-239017.template-1.cluster-template-1.module-cluster {
  margin-bottom: 30px !important;
  background: #818181;
  position: relative;
  display: flex;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster > div,
.module.module-239017.template-1.cluster-template-1.module-cluster > div {
  width: 40%;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster textarea,
.module.module-239017.template-1.cluster-template-1.module-cluster textarea {
  border-radius: 20px;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-leaflet-map,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-leaflet-map {
  height: 350px;
  width: 30%;
  min-width: 300px;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-newsletter,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-newsletter {
  padding: 40px 120px;
  width: 60%;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-newsletter .rgpd label,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-newsletter .rgpd label {
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-newsletter,
  .module.module-239017.template-1.cluster-template-1.module-cluster .module-newsletter {
    padding: 40px 30px;
  }
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
  width: 400px;
  margin: -15px 0px;
  background: #2a2a2a;
  border-radius: 20px;
  padding: 20px;
  z-index: 999;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster:hover,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster:hover,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster:hover,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster:hover,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster,
  .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster {
    width: 300px;
  }
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact {
  width: 50%;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact .popup-open-link-wrapper,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact .popup-open-link-wrapper {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #2a2a2a, #2a2a2a);
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.25s;
  background: white;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact .popup-open-link-wrapper:hover,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact .popup-open-link-wrapper:hover {
  background: linear-gradient(180deg, #1d1d1d, #373737);
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact .popup-open-link-wrapper span,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact .popup-open-link-wrapper span {
  color: #fff;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact .popup-open-link-wrapper:hover,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact .popup-open-link-wrapper:hover {
  background: white;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact .popup-open-link-wrapper span,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact .popup-open-link-wrapper span {
  font-weight: 700;
  font-size: 13px;
  color: #2a2a2a;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-agency h2,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-agency h2,
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-agency p,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-agency p,
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-agency a,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-agency a,
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .zipcode,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .zipcode {
  color: white;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .address::bafore,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .address::bafore {
  content: "\EF0A";
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .agency,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .agency {
  align-items: center;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .agency .address,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .agency .address {
  margin-top: 15px;
  margin-bottom: 15px;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .agency i,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .agency i {
  width: 20%;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .agency p,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .agency p {
  width: 70%;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-social-menu,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-social-menu {
  width: 50%;
  display: flex;
  align-items: center;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-social-menu i,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-social-menu i {
  color: white;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-social-menu ul span,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-social-menu ul span {
  display: none;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-social-menu ul,
.module.module-239017.template-1.cluster-template-1.module-cluster .module-social-menu ul {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster,
  .module.module-239017.template-1.cluster-template-1.module-cluster {
    flex-direction: column;
  }
  .zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster > .module-leaflet-map,
  .module.module-239017.template-1.cluster-template-1.module-cluster > .module-leaflet-map,
  .zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-newsletter,
  .module.module-239017.template-1.cluster-template-1.module-cluster .module-newsletter {
    width: 100%;
  }
  .zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster,
  .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster {
    margin: auto;
  }
  .zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .module-social-menu,
  .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .module-social-menu,
  .zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact,
  .module.module-239017.template-1.cluster-template-1.module-cluster .module-cluster .popup-module-contact {
    margin-top: 15px;
    width: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 351634 ***/
.zone-footer .module.module-351634.template-1.cms-template-1.module-cms.only-text,
.module.module-351634.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-351634 {
  overflow: visible;
}
/*** CUSTOM CSS FROM BDD MODULE 238933 ***/
.zone-footer .module.module-238992.footer-main.template-1.cluster-template-1.module-cluster .module.module-238933.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple h3,
.module.module-238992.footer-main.template-1.cluster-template-1.module-cluster .module.module-238933.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple h3,
.module.module-238933.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple h3 {
  margin-bottom: 0px!important;
}
.zone-footer .module.module-238992.footer-main.template-1.cluster-template-1.module-cluster .module.module-238933.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple .agency .address,
.module.module-238992.footer-main.template-1.cluster-template-1.module-cluster .module.module-238933.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple .agency .address,
.module.module-238933.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple .agency .address {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 239007 ***/
.zone-footer .module.module-238992.footer-main.template-1.cluster-template-1.module-cluster .module.module-239007.template-2.logo-template-2.module-logo img,
.module.module-238992.footer-main.template-1.cluster-template-1.module-cluster .module.module-239007.template-2.logo-template-2.module-logo img,
.module.module-239007.template-2.logo-template-2.module-logo img {
  filter: initial;
}
/*** CUSTOM CSS FROM BDD MODULE 238997 ***/
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search,
.module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search {
  background-color: #2a2a2a;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .btn-close-form,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .btn-close-form,
.module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .btn-close-form {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search.open .btn-close-form,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search.open .btn-close-form,
  .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search.open .btn-close-form {
    display: block;
  }
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent,
.module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent {
  background-color: transparent;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent span,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent span,
.module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent span {
  color: #fff;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent label,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent label,
.module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent label {
  margin-top: 0;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .FieldWrapper,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .FieldWrapper,
.module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .FieldWrapper {
  border-radius: 20px;
  background-color: #101010;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .FieldWrapper .field,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .FieldWrapper .field,
.module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .FieldWrapper .field {
  background-color: transparent;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .advanced-btn,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .advanced-btn,
.module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .advanced-btn,
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .submit,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .submit,
.module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .submit,
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search button,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search button,
.module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search button {
  color: #ffffff;
  background-color: #59595c;
}
.zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before,
.module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before,
.module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search .select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  color: aqua;
}
@media screen and (max-width: 640px) {
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search,
  .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search {
    width: 90%;
    left: 20px;
    top: 238px!important;
  }
  .zone-full_width .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search button.mfp-close,
  .module.module-238994.hero.template-1.cluster-template-1.module-cluster .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search button.mfp-close,
  .module.module-238997.template-1.search-template-1.variation-custom_search_horizontal.module-search button.mfp-close {
    background: #ffffff;
    color: black;
    position: absolute;
    top: -6px;
    right: 3px;
    border-top-right-radius: 20px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 238934 ***/
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module.module-238934.template-1.language-template-1.module-language,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module.module-238934.template-1.language-template-1.module-language,
.module.module-238934.template-1.language-template-1.module-language {
  display: block;
}
/*** CUSTOM CSS FROM BDD MODULE 238980 ***/
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms,
.module.module-238980.template-1.cms-template-1.module-cms,
.popup-module-cms.popup-module-238980 {
  overflow: visible;
  display: flex;
  padding: 0;
  height: auto;
  /*@media @mobile {
    height: 250px;
    ;
}*/
}
@media screen and (max-width: 1024px) {
  .zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms,
  .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms,
  .module.module-238980.template-1.cms-template-1.module-cms,
  .popup-module-cms.popup-module-238980 {
    width: 98%;
    margin: auto;
  }
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info,
.module.module-238980.template-1.cms-template-1.module-cms .info,
.popup-module-cms.popup-module-238980 .info {
  border-radius: 15px;
  flex-direction: column;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 40px 25px 40px;
  height: 526px;
  color: white;
  margin-right: 85px;
  width: 55%;
  margin-top: 5rem;
}
@media screen and (max-width: 500px) {
  .zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info,
  .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info,
  .module.module-238980.template-1.cms-template-1.module-cms .info,
  .popup-module-cms.popup-module-238980 .info {
    height: auto;
  }
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info h2,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info h2,
.module.module-238980.template-1.cms-template-1.module-cms .info h2,
.popup-module-cms.popup-module-238980 .info h2 {
  color: #ffb95a;
  font-size: 22px;
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info h3,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info h3,
.module.module-238980.template-1.cms-template-1.module-cms .info h3,
.popup-module-cms.popup-module-238980 .info h3 {
  color: #ffb95a;
  font-size: 18px;
  margin-bottom: -6px;
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info p,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info p,
.module.module-238980.template-1.cms-template-1.module-cms .info p,
.popup-module-cms.popup-module-238980 .info p {
  color: #2a2a2a;
  text-align: justify;
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info i,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info i,
.module.module-238980.template-1.cms-template-1.module-cms .info i,
.popup-module-cms.popup-module-238980 .info i {
  color: #59595c;
  font-size: 40px;
  position: relative;
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info i:after,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info i:after,
.module.module-238980.template-1.cms-template-1.module-cms .info i:after,
.popup-module-cms.popup-module-238980 .info i:after {
  content: '';
  background: #818181;
  height: 40px;
  width: 40px;
  z-index: -1;
  opacity: 0.4;
  border-radius: 20px;
  transform: scale(1.2);
  left: 0;
  top: 0;
  position: absolute;
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info ul,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info ul,
.module.module-238980.template-1.cms-template-1.module-cms .info ul,
.popup-module-cms.popup-module-238980 .info ul {
  color: white;
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info ul li,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info ul li,
.module.module-238980.template-1.cms-template-1.module-cms .info ul li,
.popup-module-cms.popup-module-238980 .info ul li {
  color: white;
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
  margin-left: 30px;
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms > div,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms > div,
.module.module-238980.template-1.cms-template-1.module-cms > div,
.popup-module-cms.popup-module-238980 > div {
  width: 50%;
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms button,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms button,
.module.module-238980.template-1.cms-template-1.module-cms button,
.popup-module-cms.popup-module-238980 button {
  border: 1px #ffb95a solid;
  margin-right: 20px;
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .slider-nav,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .slider-nav,
.module.module-238980.template-1.cms-template-1.module-cms .slider-nav,
.popup-module-cms.popup-module-238980 .slider-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 88%;
  display: flex;
}
@media screen and (max-width: 500px) {
  .zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .slider-nav,
  .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .slider-nav,
  .module.module-238980.template-1.cms-template-1.module-cms .slider-nav,
  .popup-module-cms.popup-module-238980 .slider-nav {
    top: 97%;
  }
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .picture,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .picture,
.module.module-238980.template-1.cms-template-1.module-cms .picture,
.popup-module-cms.popup-module-238980 .picture {
  bottom: -35px;
  height: 100%;
  position: absolute;
  min-height: 300px;
  overflow: hidden;
  left: 10%;
  border-radius: 20px;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .picture,
  .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .picture,
  .module.module-238980.template-1.cms-template-1.module-cms .picture,
  .popup-module-cms.popup-module-238980 .picture {
    left: 0%;
  }
}
.zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .picture img,
.module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .picture img,
.module.module-238980.template-1.cms-template-1.module-cms .picture img,
.popup-module-cms.popup-module-238980 .picture img {
  max-width: none;
  height: 100%;
  border-radius: 15px;
  object-position: -71px 0px;
}
@media screen and (max-width: 1024px) {
  .zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .picture img,
  .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .picture img,
  .module.module-238980.template-1.cms-template-1.module-cms .picture img,
  .popup-module-cms.popup-module-238980 .picture img {
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms,
  .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms,
  .module.module-238980.template-1.cms-template-1.module-cms,
  .popup-module-cms.popup-module-238980 {
    flex-direction: column-reverse;
  }
  .zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .picture,
  .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .picture,
  .module.module-238980.template-1.cms-template-1.module-cms .picture,
  .popup-module-cms.popup-module-238980 .picture {
    position: relative;
    top: 10px;
    bottom: 0;
    width: 100%;
    padding: 0;
    height: 470px;
    margin-bottom: 30px;
  }
  .zone-full_width .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info,
  .module.module-239010.template-1.cluster-template-1.module-cluster .module.module-238980.template-1.cms-template-1.module-cms .info,
  .module.module-238980.template-1.cms-template-1.module-cms .info,
  .popup-module-cms.popup-module-238980 .info {
    margin-top: 0;
    width: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 239018 ***/
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239018.template-1.leafletmap-template-1.module-leaflet-map.module-map,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239018.template-1.leafletmap-template-1.module-leaflet-map.module-map,
.module.module-239018.template-1.leafletmap-template-1.module-leaflet-map.module-map {
  height: 415px;
}
/*** CUSTOM CSS FROM BDD MODULE 239020 ***/
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster,
.module.module-239020.template-1.cluster-template-1.module-cluster {
  background: white;
  border: 1.5px solid #2a2a2a;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster h2,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster h2,
.module.module-239020.template-1.cluster-template-1.module-cluster h2,
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster p,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster p,
.module.module-239020.template-1.cluster-template-1.module-cluster p,
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster a,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster a,
.module.module-239020.template-1.cluster-template-1.module-cluster a {
  color: #2a2a2a;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster i::before,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster i::before,
.module.module-239020.template-1.cluster-template-1.module-cluster i::before {
  background: #59595c;
}
/*** CUSTOM CSS FROM BDD MODULE 239022 ***/
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter,
.module.module-239022.template-2.newsletter-template-2.module-newsletter {
  text-align: center;
  background: white;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter .module-header,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter .module-header,
.module.module-239022.template-2.newsletter-template-2.module-newsletter .module-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter h2,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter h2,
.module.module-239022.template-2.newsletter-template-2.module-newsletter h2,
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter p,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter p,
.module.module-239022.template-2.newsletter-template-2.module-newsletter p,
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter label,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter label,
.module.module-239022.template-2.newsletter-template-2.module-newsletter label {
  color: #1b1b1b;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter i,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter i,
.module.module-239022.template-2.newsletter-template-2.module-newsletter i {
  color: #272727;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form .g-recaptcha,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form .g-recaptcha,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form .g-recaptcha {
  order: 4;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form button,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form button,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form button {
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  right: -20px;
  z-index: 99;
  top: 5px;
  border-radius: 100%;
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form button:hover,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form button:hover,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form button:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form button:hover,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form button:hover,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form button:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form button:hover,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form button:hover,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form button:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form button:hover,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form button:hover,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form button:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form input,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form input,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form input {
  border: 0;
  padding: 8px 8px 8px 15px;
  border-radius: 30px;
  background-color: #191919;
  z-index: 9;
  order: 1;
  margin-bottom: 30px;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form input::placeholder,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form input::placeholder,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form input::placeholder {
  padding: 20px;
  color: white;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form .submit,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form .submit,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form .submit {
  order: 2;
  background: #59595c;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form .submit span,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form .submit span,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form .submit span {
  display: none;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form .rgpd,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form .rgpd,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form .rgpd {
  order: 3;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form .rgpd a,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239022.template-2.newsletter-template-2.module-newsletter form .rgpd a,
.module.module-239022.template-2.newsletter-template-2.module-newsletter form .rgpd a {
  color: #ffb95b;
}
/*** CUSTOM CSS FROM BDD MODULE 239021 ***/
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster .module.module-239021.template-1.agency-template-1.module-agency.simple .phone2,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster .module.module-239021.template-1.agency-template-1.module-agency.simple .phone2,
.module.module-239020.template-1.cluster-template-1.module-cluster .module.module-239021.template-1.agency-template-1.module-agency.simple .phone2,
.module.module-239021.template-1.agency-template-1.module-agency.simple .phone2 {
  display: block;
  width: 100%;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster .module.module-239021.template-1.agency-template-1.module-agency.simple .agency i.icon_marui.ri-map-pin-line,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster .module.module-239021.template-1.agency-template-1.module-agency.simple .agency i.icon_marui.ri-map-pin-line,
.module.module-239020.template-1.cluster-template-1.module-cluster .module.module-239021.template-1.agency-template-1.module-agency.simple .agency i.icon_marui.ri-map-pin-line,
.module.module-239021.template-1.agency-template-1.module-agency.simple .agency i.icon_marui.ri-map-pin-line {
  opacity: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 239027 ***/
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster .module.module-239027.popup-module-contact.template-2.contact-template-2.module-contact a,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster .module.module-239027.popup-module-contact.template-2.contact-template-2.module-contact a,
.module.module-239020.template-1.cluster-template-1.module-cluster .module.module-239027.popup-module-contact.template-2.contact-template-2.module-contact a,
.module.module-239027.popup-module-contact.template-2.contact-template-2.module-contact a,
.popup-module-contact.popup-module-239027.template-2 a {
  background: #2a2a2a;
}
.zone-full_width .module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster .module.module-239027.popup-module-contact.template-2.contact-template-2.module-contact a span,
.module.module-239017.template-1.cluster-template-1.module-cluster .module.module-239020.template-1.cluster-template-1.module-cluster .module.module-239027.popup-module-contact.template-2.contact-template-2.module-contact a span,
.module.module-239020.template-1.cluster-template-1.module-cluster .module.module-239027.popup-module-contact.template-2.contact-template-2.module-contact a span,
.module.module-239027.popup-module-contact.template-2.contact-template-2.module-contact a span,
.popup-module-contact.popup-module-239027.template-2 a span {
  color: white;
}

