@import url("https://use.typekit.net/ttb4cyr.css");
.autoLayout {
  max-width: 1440px /* @max-width */;
  padding-left: 80px /* 0 @padding-layout */;
  padding-right: 80px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .autoLayout {
    padding: 0 20px /* padding-m */;
  }
}
.clip-path img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%) /* @clip-path */;
  aspect-ratio: 1;
}
/*** 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="1/2"] {
  aspect-ratio: 1/2;
}
.ratio[data-ratio="9/10"] {
  aspect-ratio: 9/10;
}
.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;
}
.ratio[data-ratio="4"] {
  aspect-ratio: 4;
}
.ratio[data-ratio="3"] {
  aspect-ratio: 3;
}
/* 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/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/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/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;
  }
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/cluster.less ***/
.module-cluster {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.module-cluster .container-flex {
  align-items: center;
  width: 100%;
}
.zone-full-width .module.module-cluster:not(:first-child) {
  display: flex;
  flex-wrap: wrap;
  gap: 80px /* @gap-4xl */;
}
@media only screen and (max-width: 791px) {
  .zone-full-width .module.module-cluster:not(:first-child) {
    gap: 48px /*@gap-3xl  */;
  }
}
.zone-full-width .module.module-cluster:not(:first-child) > .module-header {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .zone-full-width .module.module-cluster:not(:first-child) > .module-header {
    text-align: left;
  }
}
.module-cluster.bg {
  background: #ffffff /* @bg */;
  padding-top: 80px /* @gap-4xl */;
  padding-bottom: 80px /* @gap-4xl */;
}
@media only screen and (max-width: 791px) {
  .module-cluster.bg {
    padding-top: 48px /* @gap-4xl */;
    padding-bottom: 48px /* @gap-4xl */;
  }
}
/*** CSS BASE PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cluster/cluster-header-mira-open/cluster-header-mira-header-open.less ***/
.variation-menu-burger-open {
  display: flex;
  height: 100%;
  overflow: scroll;
  flex-direction: row-reverse;
  gap: 28px /* @gap-l */;
  padding: 32px;
}
@media only screen and (max-width: 1024px) {
  .variation-menu-burger-open {
    flex-direction: column;
    gap: 32px 32px;
  }
}
.variation-menu-burger-open .left {
  flex: 0 0 calc(35% - 28px /* @gap-l */);
  padding: 28px /* @padding-l */;
}
@media only screen and (max-width: 1024px) {
  .variation-menu-burger-open .left {
    flex: initial;
    width: 100%;
    padding: 0;
  }
}
.variation-menu-burger-open .left .module {
  width: 100%;
}
.variation-menu-burger-open .right {
  flex: 0 0 calc(65% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px /* @gap-2xl */;
  max-width: 650px;
  height: 100%;
  padding: 28px /* @padding-l */;
}
@media only screen and (max-width: 1024px) {
  .variation-menu-burger-open .right {
    flex: initial;
    width: 100%;
    overflow: initial;
    height: auto;
    max-width: 100%;
    padding: 0;
    margin-bottom: 12px /* @margin-s */;
  }
}
.variation-menu-burger-open .right .module {
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .variation-menu-burger-open .module-social-menu {
    gap: 10px /* @gap-xs */;
  }
}
@media only screen and (max-width: 791px) {
  .variation-menu-burger-open .module-social-menu .module-header-title {
    text-align: left;
  }
}
.variation-menu-burger-open .module-social-menu .social__items {
  justify-content: flex-end;
}
@media only screen and (max-width: 791px) {
  .variation-menu-burger-open .module-social-menu .social__items {
    justify-content: flex-start;
  }
}
.variation-menu-burger-open .module-agency.multiple {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
}
.variation-menu-burger-open .module-agency.multiple .agency-contact {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
}
.variation-menu-burger-open .module-agency.multiple .agency-contact:not(:last-child)::after {
  content: "";
  position: relative;
  height: 0.5px;
  background: #000d19 /* @txt-header */;
  width: 100%;
  display: block;
  margin-top: 16px /* @gap-s */;
}
@media only screen and (max-width: 791px) {
  .variation-menu-burger-open .module-agency .agency-contact-info .agency-contact-title h3 {
    margin-bottom: 12px /* @margin-s */;
    text-align: left;
  }
  .variation-menu-burger-open .module-agency .agency-contact-info .agency-contact-title h3 a {
    font-size: 22px /* @txt-xl */;
  }
  .variation-menu-burger-open .module-agency .agency-contact-info,
  .variation-menu-burger-open .module-agency .agency-contact-contact {
    gap: 6px /* @gap-2xs */;
  }
  .variation-menu-burger-open .module-agency img {
    display: none;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cluster/cluster-main-footer/css/cluster-main-footer.less ***/
.variation-cluster-main-footer {
  display: grid;
  grid-template-columns: 3fr 7fr 9fr;
  gap: 16px /* @gap-s */;
}
@media only screen and (max-width: 791px) {
  .variation-cluster-main-footer {
    grid-template-columns: 1fr;
    gap: 20px /* @gap-m */;
  }
}
.variation-cluster-main-footer .module-cluster .module {
  display: flex;
  flex-direction: column;
  gap: 16px /*  @gap-s */;
}
.variation-cluster-main-footer .module-cluster .module.module-social-menu {
  flex-direction: row;
  justify-content: flex-end;
}
.variation-cluster-main-footer .module-cluster .module.module-social-menu .module-header {
  width: auto;
}
@media only screen and (max-width: 791px) {
  .variation-cluster-main-footer .module-cluster .module.module-social-menu {
    justify-content: center;
    align-items: center;
  }
  .variation-cluster-main-footer .module-cluster .module.module-social-menu ul.social__items {
    justify-content: center;
  }
}
.variation-cluster-main-footer .cluster__number-1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.variation-cluster-main-footer .cluster__number-2 {
  width: 100%;
  height: 100%;
  border-left: 1px solid #000d19 /* @txt-footer */;
}
.variation-cluster-main-footer .cluster__number-3 {
  width: 100%;
  height: 100%;
  border-left: 1px solid #000d19 /* @txt-footer */;
}
@media only screen and (max-width: 791px) {
  .variation-cluster-main-footer .cluster__number-2 {
    border-left: none;
    border-bottom: 1px solid #000d19 /* @txt-footer */;
    padding-bottom: 28px /* @padding-l */;
  }
  .variation-cluster-main-footer .cluster__number-3 {
    border-left: none;
    border-bottom: 1px solid #000d19 /* @txt-footer */;
    padding-bottom: 28px /* @padding-l */;
  }
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-2.css ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/legal/legal-mira.less ***/
.variation-legal-mira {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  background: none;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .variation-legal-mira {
    flex-direction: column-reverse;
    gap: 12px;
  }
}
.variation-legal-mira div li {
  display: flex;
  justify-content: flex-start;
  color: #000d19;
}
.variation-legal-mira div li a {
  display: flex;
  justify-content: flex-start;
  color: #000d19;
}
.variation-legal-mira div a,
.variation-legal-mira div span {
  font-family: Optima, sans-serif;
}
.variation-legal-mira div li::before,
.variation-legal-mira div li.copyright span::before {
  content: "";
  display: inline-block;
  align-self: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  /* @clip-path*/
  background: #230c0f;
  color: #ffffff;
  width: 10px;
  height: 10px;
  background-color: #000d19;
  /* @txt-footer*/
}
.variation-legal-mira div.container-left ul {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.variation-legal-mira div.container-left ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.variation-legal-mira div.container-left ul li a {
  display: flex;
  justify-content: flex-start;
  height: fit-content;
}
.variation-legal-mira div.container-left ul li.copyright a {
  text-decoration: underline;
}
.variation-legal-mira div.container-left ul li.logo-apimo img {
  height: 20px;
  width: auto;
  margin-top: 8px;
}
.variation-legal-mira div.container-right ul {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.variation-legal-mira div.container-right ul li {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}
.variation-legal-mira div.container-right ul li::before {
  content: "";
  display: inline-block;
  align-self: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  /* @clip-path*/
  background: #230c0f;
  color: #ffffff;
  width: 10px;
  height: 10px;
  background-color: #000d19;
  /* @txt-footer*/
}
.variation-legal-mira div.container-right ul li a {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 791px) {
  .variation-legal-mira ul {
    flex-wrap: wrap;
  }
  .variation-legal-mira ul li.copyright {
    flex-wrap: wrap;
    justify-content: start;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cluster/cluster-header-mira-menu-logo/cluster-header-mira-menu-logo.less ***/
.variation-cluster-header-mira-menu-logo {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  align-items: center;
  gap: 32px /*  @gap-xl  */;
}
@media only screen and (max-width: 1440px) {
  .variation-cluster-header-mira-menu-logo {
    grid-template-columns: 1fr;
  }
}
.variation-cluster-header-mira-menu-logo .menu-left {
  grid-column: 1;
  justify-self: center;
}
.variation-cluster-header-mira-menu-logo .menu-right {
  grid-column: 3;
  justify-self: center;
}
.variation-cluster-header-mira-menu-logo .module-logo {
  grid-column: 2;
  justify-self: center;
}
@media only screen and (max-width: 1024px) {
  .variation-cluster-header-mira-menu-logo .module-logo {
    grid-column: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .variation-cluster-header-mira-menu-logo .menu-left,
  .variation-cluster-header-mira-menu-logo .menu-right {
    display: none;
  }
}
body.wrapper-off .variation-cluster-header-mira-menu-logo ul li span {
  color: #000d19 /* @txt-wrapper-off  */;
}
body.wrapper-on .variation-cluster-header-mira-menu-logo ul li span,
body header.fixed .variation-cluster-header-mira-menu-logo ul li span {
  color: #000d19 /* @txt-header */;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cluster/cluster-header-mira-currerncy-language-lead/css/cluster-heaer-mira-menu-currency-language-lead.less ***/
.variation-cluster-header-mira-menu-currency-language-lead {
  align-items: center;
  display: flex;
  gap: 16px /* @gap-s  */;
}
@media only screen and (max-width: 1024px) {
  .variation-cluster-header-mira-menu-currency-language-lead {
    justify-content: flex-end;
  }
}
.variation-cluster-header-mira-menu-currency-language-lead .module:not(:last-child) {
  border-right: 1px solid #000d19 /*  @txt-wrapper-off / */;
  padding-right: 16px /*@gap-s */;
}
.variation-cluster-header-mira-menu-currency-language-lead .module-lead .user-contact-property-icon {
  display: flex;
}
@media only screen and (max-width: 791px) {
  .variation-cluster-header-mira-menu-currency-language-lead .module-lead svg {
    width: 18px;
    height: 18px;
  }
}
.variation-cluster-header-mira-menu-currency-language-lead .module-lead .popup-open-link-wrapper span {
  display: none;
}
header.fixed .variation-cluster-header-mira-menu-currency-language-lead .module:not(:last-child),
body.wrapper-on .variation-cluster-header-mira-menu-currency-language-lead .module:not(:last-child) {
  border-right: 1px solid #000d19 /*  @txt-header */;
}
body.wrapper-off .variation-cluster-header-mira-menu-currency-language-lead .module-menu ul li span,
body.wrapper-off .variation-cluster-header-mira-menu-currency-language-lead .module-language .DropdownCaption > span,
body.wrapper-off .variation-cluster-header-mira-menu-currency-language-lead .module-lead a > span,
body.wrapper-off .variation-cluster-header-mira-menu-currency-language-lead .module-lead i svg {
  color: #000d19 /* @txt-wrapper-off  */;
  stroke: #000d19 /* @txt-wrapper-off  */;
}
body.wrapper-on .variation-cluster-header-mira-menu-currency-language-lead .module-menu ul li span,
body header.fixed .variation-cluster-header-mira-menu-currency-language-lead .module-menu ul li span,
body.wrapper-on .variation-cluster-header-mira-menu-currency-language-lead .module-language .DropdownCaption > span,
body header.fixed .variation-cluster-header-mira-menu-currency-language-lead .module-language .DropdownCaption > span,
body.wrapper-on .variation-cluster-header-mira-menu-currency-language-lead .module-lead a > span,
body header.fixed .variation-cluster-header-mira-menu-currency-language-lead .module-lead a > span,
body.wrapper-on .variation-cluster-header-mira-menu-currency-language-lead .module-lead i svg,
body header.fixed .variation-cluster-header-mira-menu-currency-language-lead .module-lead i svg {
  color: #000d19 /* @txt-header  */;
  stroke: #000d19 /* @txt-header  */;
}
/*** 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 PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Slider/Resources/css/main.less ***/
.module-slider.waiting {
  max-height: 500px;
}
.owl-carousel {
  touch-action: none;
}
.owl-carousel {
  touch-action: manipulation;
}
@media screen and (max-width: 1280px) {
  .module-slider.waiting {
    max-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .module-slider.waiting {
    max-height: 250px;
  }
}
.module-slider.waiting .slider,
.module-slider.waiting .thumbnail {
  opacity: 0;
  overflow: hidden;
}
.module-slider.loaded .api-spinner {
  display: none;
}
.module-slider .owl-carousel,
.module-slider .owl-wrapper-outer,
.module-slider .owl-wrapper,
.module-slider .owl-stage-outer,
.module-slider .owl-stage,
.module-slider .owl-item,
.module-slider .owl-item .item {
  height: 100%;
}
.module-slider .slider .owl-item {
  overflow: hidden;
}
.module-slider .slider .owl-item img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
}
.module-slider .slider .owl-item img {
  width: 100%;
  height: auto;
}
.module-slider .slider .owl-item img.portrait {
  position: initial;
  width: auto;
  height: 100%;
}
.module-slider .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-slider .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-slider .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
/* auto height * /
.module-slider {
  .slider .owl-item img {
    position: relative; left: auto; right: auto;
  }
}*/
/* center */
.slider-center .slider .owl-item img {
  opacity: 0.5;
}
.slider-center .slider .owl-item.main img {
  opacity: 1;
}
/* content */
.module-slider .slider .owl-item .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
/* video */
.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;
}
.owl-item > div {
  width: 100% !important;
  height: 100% !important;
}
.video-js {
  height: 100% !important;
  padding: 0 !important;
}
/* rtl */
.slider.rtl .owl-stage-outer .owl-stage {
  direction: ltr;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/slider.less ***/
.module-slider {
  position: relative;
  overflow: hidden;
}
.module-slider.waiting {
  max-height: initial;
}
.module-slider .slider .owl-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-slider .slider-center .slider .owl-item.main img,
.module-slider .slider-center .slider .owl-item img {
  opacity: 1 !important;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-slider .owl-stage:before {
  content: none;
  background: rgba(56, 58, 63, 0.2);
}
.module-slider .owl-item img.portrait {
  width: auto;
  height: 100%;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-stage .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-stage .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
/**ANIMATION*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/new_css.less ***/
.module.cms-template-6 {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  /* gestion des alignements */
}
@media screen and (max-width: 768px) {
  .module.cms-template-6 {
    flex-direction: column;
  }
}
.module.cms-template-6 .cms-align-left {
  text-align: left;
}
.module.cms-template-6 .cms-align-right {
  text-align: right;
}
.module.cms-template-6 .cms-align-center {
  text-align: center;
}
.module.cms-template-6 .cms-align-justify {
  text-align: justify;
}
.module.cms-template-6.only-text .info {
  width: 100%;
  padding: 0;
}
.module.cms-template-6 .picture {
  height: auto;
  overflow: hidden;
}
.module.cms-template-6 .picture img {
  max-width: 100%;
}
.module.cms-template-6 .picture,
.module.cms-template-6 .info {
  position: relative;
  width: calc((100% - 1 * 32px) / 2);
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  .module.cms-template-6 .picture,
  .module.cms-template-6 .info {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .module.cms-template-6 .picture,
  .module.cms-template-6 .info {
    width: 100%;
  }
}
.module.cms-template-6 .info ul {
  padding-left: 10px;
}
.module.cms-template-6 .info ul li {
  list-style: disc;
  list-style-position: inside;
}
.module.cms-template-6 .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;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/cms.less ***/
@media only screen and (max-width: 1024px) {
  body .wrapper .module-cms {
    flex-direction: column-reverse;
    gap: 32px /* */;
  }
}
@media only screen and (max-width: 791px) {
  body .wrapper .module-cms {
    gap: 16px /* @gap-s  */;
  }
}
body .wrapper .module-cms .picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
body .wrapper .module-cms .info {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  body .wrapper .module-cms .info {
    width: 100%;
  }
}
body .wrapper .module-cms .info *:not(.button) {
  margin: 0;
}
body .wrapper .module-cms .info h1:not(.cms-title),
body .wrapper .module-cms .info h2:not(.cms-title),
body .wrapper .module-cms .info h3:not(.cms-title),
body .wrapper .module-cms .info h4:not(.cms-title),
body .wrapper .module-cms .info h5:not(.cms-title),
body .wrapper .module-cms .info h6:not(.cms-title) {
  margin-top: 16px;
}
body .wrapper .module-cms .info ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.module-cluster.template-2 .module-cms:not(:first-child) {
  border-top: 0.5px solid #230c0f /* @txt-color */;
  padding-top: 80px /*@gap-4xl*/;
}
@media only screen and (max-width: 791px) {
  .module-cluster.template-2 .module-cms:not(:first-child) {
    padding-top: 40px /* @gap-2xl */;
  }
}
.module-cluster.template-2.bg .module-cms:not(:first-child) {
  border-top: 0.5px solid #002547 /* @txt-on-bg */;
}
.module-cms.template-8 {
  padding: 100px 28px /* @padding-4xl  @paddin-l   */;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 791px) {
  .module-cms.template-8 {
    padding: 40px 20px /* @padding-4xl  @paddin-l   */;
  }
}
.module-cms.template-8 .clip-container {
  gap: 28px /*@gap-l*/;
  background: #ffffff /*@bodyColor*/;
  max-width: 1440px /* @max-width */;
  padding-left: 80px /* 0 @padding-layout */;
  padding-right: 80px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
  padding: 40px /*@padding-xl*/;
  max-width: calc(1440px - 100px);
}
@media only screen and (max-width: 791px) {
  .module-cms.template-8 .clip-container {
    padding: 0 20px /* padding-m */;
  }
}
@media only screen and (max-width: 791px) {
  .module-cms.template-8 .clip-container {
    padding: 28px /*@padding-l*/;
  }
}
.module-cms.template-8 .clip-container .picture {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%) /*@clip-path*/;
  aspect-ratio: 1;
}
/*** CSS BASE PLUGIN Selection ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/selection/selection-slider/css/selection-slider.less ***/
.variation-selection-slider {
  overflow: hidden;
}
.variation-selection-slider .slider {
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 32px /* @gap-xl */;
  /* Styles pour chaque élément du slider */
  /* Contrôles de navigation du slider */
}
.variation-selection-slider .slider .owl-item {
  position: relative;
  /* Image de la propriété */
  /* Contenu textuel de la propriété */
}
.variation-selection-slider .slider .owl-item .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.variation-selection-slider .slider .owl-item .content {
  display: flex;
  flex-direction: column;
  padding: 20px /* @padding-m */;
  gap: 20px /* @gap-m */;
  background: #ffffff /* @bg */;
  /* Section ville, type et référence */
  /* Section informations et prix */
}
.variation-selection-slider .slider .owl-item .content .content__city-type-ref {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.variation-selection-slider .slider .owl-item .content .content__city-type-ref .content__text {
  color: #002547 /* @txt-onBg */;
  font-family: "Italiana", sans-serif /* @title-font */;
  font-weight: 400 /* @weight-sm */;
  font-size: 22px /* @txt-xl */;
  line-height: 1;
}
.variation-selection-slider .slider .owl-item .content .content__city-type-ref .type__ref {
  text-align: end;
}
.variation-selection-slider .slider .owl-item .content .content__city-type-ref .type__ref .content__text {
  font-size: 16px /* @txt-l */;
  font-weight: 400 /* @weight-sm */;
}
.variation-selection-slider .slider .owl-item .content .content__info-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.variation-selection-slider .slider .owl-item .content .content__info-price .info {
  display: flex;
  flex-direction: row;
  gap: 10px /* @gap-xs */;
  padding: 0;
}
.variation-selection-slider .slider .owl-item .content .content__info-price span {
  display: flex;
  align-items: center;
  gap: 10px /* @gap-xs */;
  color: #002547 /* @txt-onBg */;
  font-family: "avenir-lt-pro", sans-serif /* @txt-font */;
  font-weight: 400 /* @weight-sm */;
  font-size: 14px /* @txt-m */;
}
.variation-selection-slider .slider .owl-item .content .content__info-price span svg path,
.variation-selection-slider .slider .owl-item .content .content__info-price span svg rect,
.variation-selection-slider .slider .owl-item .content .content__info-price span svg circle {
  stroke: #002547 /* @txt-onBg */;
}
.variation-selection-slider .slider .owl-item .content .content__info-price .price__text {
  color: #002547 /* @txt-onBg */;
  font-family: "avenir-lt-pro", sans-serif /* @txt-font */;
  font-weight: 400 /* @weight-sm */;
  font-size: calc(22px - 2px) /* @txt-xl - 2px */;
  text-align: end;
}
.variation-selection-slider .slider .owl-item .selectionLink {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100;
  scale: 1;
  transition: scale 0.3s ease, color 0.3s ease;
  color: #fff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.variation-selection-slider .slider .owl-item .selectionLink:hover {
  scale: 0.9;
}
.variation-selection-slider .slider .owl-item .selectionLink.selectionLinkOn {
  color: red;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.variation-selection-slider .slider .owl-controls {
  position: relative;
  bottom: 0;
  right: 0;
}
.variation-selection-slider .slider .owl-controls .owl-nav {
  justify-content: center;
}
/* Styles pour les arrière-plans */
.bg .variation-selection-slider .slider {
  /* Contenu des éléments sur arrière-plan */
}
.bg .variation-selection-slider .slider .owl-item .content {
  background: #ffffff /* @bodyColor */;
}
.bg .variation-selection-slider .slider .owl-item .content span {
  color: #230c0f /* @txt-color */;
}
.bg .variation-selection-slider .slider .owl-item .content span svg path,
.bg .variation-selection-slider .slider .owl-item .content span svg rect,
.bg .variation-selection-slider .slider .owl-item .content span svg circle {
  stroke: #230c0f /* @txt-onBg */;
}
.bg .variation-selection-slider .slider .owl-item .content span.content__text {
  color: #230c0f /* @txt-onBg */;
}
.bg .variation-selection-slider .slider .owl-item .content span.price__text {
  color: #230c0f /* @txt-onBg */;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cluster/cluster-slider-cms/cluster-slider-cms.less ***/
.variation-cluster-slider-cms .module-cms {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.variation-cluster-slider-cms .module-cms.border-right-cms {
  border-right: solid 0.5px rgba(35, 12, 15, 0.8) /* @txt-color  */;
  padding-right: 20px /* @gap-m */;
}
.variation-cluster-slider-cms .module-cms.border-left-cms {
  border-left: solid 0.5px rgba(35, 12, 15, 0.8) /* @txt-color  */;
  padding-left: 20px /* @gap-m */;
}
@media only screen and (max-width: 1024px) {
  .variation-cluster-slider-cms .module-cms {
    flex-direction: column;
  }
}
.variation-cluster-slider-cms .container-flex .col:has(.module-cms) {
  display: flex;
  justify-content: flex-end;
}
.variation-cluster-slider-cms .container-flex .col:has(.module-cms) .module-cms {
  max-width: calc((1440px - (2 * 80px)) / 2);
  width: 100%;
}
.variation-cluster-slider-cms .container-flex .col:has(.border-left-cms) {
  justify-content: flex-start;
}
.bg .variation-cluster-slider-cms .module-cms.border-right-cms {
  border-right: solid 0.5px rgba(0, 37, 71, 0.8) /* @txt-onBg  */;
}
.bg .variation-cluster-slider-cms .module-cms.border-left-cms {
  border-left: solid 0.5px rgba(0, 37, 71, 0.8) /* @txt-onBg  */;
}
@media only screen and (max-width: 791px) {
  .variation-cluster-slider-cms {
    padding-left: 20px /* @padding-m */;
    padding-right: 20px /* @padding-m */;
  }
  .variation-cluster-slider-cms .container-flex .col:has(.module-cms) .module-cms {
    max-width: 100%;
    flex-direction: column;
  }
  .variation-cluster-slider-cms .container-flex .col:has(.module-cms) .module-cms.border-left-cms,
  .variation-cluster-slider-cms .container-flex .col:has(.module-cms) .module-cms.border-right-cms {
    border: none;
    padding: 0;
  }
  .variation-cluster-slider-cms .container-flex:has(.col .border-left-cms) {
    flex-direction: column-reverse;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
/* gestion des alignements */
.module-cms .cms-align-left {
  text-align: left;
}
.module-cms .cms-align-right {
  text-align: right;
}
.module-cms .cms-align-center {
  text-align: center;
}
.module-cms .cms-align-justify {
  text-align: justify;
}
.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;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cms/cms-clip-path/cms-clip-path.less ***/
.variation-cms-clip-path {
  width: 100%;
  display: flex;
  align-items: center;
}
.variation-cms-clip-path .cms-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px /* @gap-xs */;
  max-width: 800px /* @max-width-m */;
  margin: 0 auto;
  background: #ffffff;
  padding: 32px /* @padding-xl */;
}
.variation-cms-clip-path .info {
  padding: 32px /* @padding-xl */;
}
.variation-cms-clip-path img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  aspect-ratio: 1;
}
@media screen and (min-width: 1440px) {
  .variation-cms-clip-path {
    min-height: 900px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .variation-cms-clip-path {
    min-height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .variation-cms-clip-path {
    height: auto;
  }
  .variation-cms-clip-path .cms-container {
    flex-direction: column-reverse;
  }
  .variation-cms-clip-path .cms-container .info {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .variation-cms-clip-path .cms-container {
    max-width: 450px;
  }
}
.bg .variation-cms-clip-path .cms-container {
  background: #ffffff;
}
/*** 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 TEMPLATE Mira-v2 PLUGIN Newsletter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/newsletter.less ***/
.module.module-newsletter.newsletter-template-1,
.module.module-newsletter.newsletter-template-4 {
  display: flex;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  gap: 48px /*@gap-3xl*/;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .module.module-newsletter.newsletter-template-1,
  .module.module-newsletter.newsletter-template-4 {
    flex-direction: column;
    gap: 20px /*@gap-l*/;
    padding: 20px /* @padding-m */;
    align-items: center;
  }
}
.module.module-newsletter.newsletter-template-1 .module-header,
.module.module-newsletter.newsletter-template-4 .module-header {
  text-align: left;
  margin-bottom: 0;
  width: auto;
}
@media only screen and (max-width: 791px) {
  .module.module-newsletter.newsletter-template-1 .module-header,
  .module.module-newsletter.newsletter-template-4 .module-header {
    text-align: center;
  }
}
.module.module-newsletter.newsletter-template-1 .popup-open-link-wrapper i.mdi,
.module.module-newsletter.newsletter-template-4 .popup-open-link-wrapper i.mdi {
  display: none;
}
/*** CSS BASE PLUGIN Structured Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/structured-cms/structured-cms-slider/css/structured-cms-slider.less ***/
.variation-structured-cms-slider {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px /* @gap-size */;
}
.variation-structured-cms-slider .module-header {
  text-align: center;
}
.variation-structured-cms-slider .cms-list {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px /* @gap-size */;
  overflow: hidden;
}
.variation-structured-cms-slider .cms-list .item .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px /* @gap-xs */;
  background: #ffffff /* @bg */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 10px /* @gap-xs */;
  text-align: center;
  padding: 32px /* @padding-xl */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .content .title {
  color: #002547 /* @txt-onBg */;
  font-size: calc(16px + 2px) /* @txt-l + 2px */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .content .content-small {
  color: #002547 /* @txt-onBg */;
  font-size: 16px /* @txt-l */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .content .tags li {
  color: #002547 /* @txt-onBg */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 8px /* @padding-xs */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper .date {
  color: #002547 /* @txt-onBg */;
  font-size: 12px /* @txt-s */;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px /* @gap-xs */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper .date svg {
  width: 16px;
  height: 16px;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper .date svg path,
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper .date svg rect,
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper .date svg circle {
  stroke: #002547 /* @txt-onBg */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px /* @padding-xs */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper-btn .date {
  color: #002547 /* @txt-onBg */;
  font-size: 12px /* @txt-s */;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px /* @gap-xs */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper-btn .date svg {
  width: 16px;
  height: 16px;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper-btn .date svg path,
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper-btn .date svg rect,
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper-btn .date svg circle {
  stroke: #002547 /* @txt-onBg */;
}
.variation-structured-cms-slider .cms-list .owl-controls {
  display: flex;
  justify-content: center;
  width: 100%;
}
.bg .variation-structured-cms-slider .cms-list .item .content-wrapper {
  background: #ffffff /* @bodyColor */;
}
.bg .variation-structured-cms-slider .cms-list .item .content-wrapper .content .title {
  color: #230c0f /* @txt-color */;
}
.bg .variation-structured-cms-slider .cms-list .item .content-wrapper .content-small {
  color: #230c0f /* @txt-color */;
}
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper .date {
  color: #230c0f /* @txt-color */;
}
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper .date svg path,
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper .date svg rect,
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper .date svg circle {
  stroke: #230c0f /* @txt-color */;
}
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper-btn .date svg path,
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper-btn .date svg rect,
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper-btn .date svg circle {
  stroke: #230c0f /* @txt-color */;
}
.bg .variation-structured-cms-slider .cms-list .item .tags li {
  color: #230c0f /* @txt-color */;
}
.bg .variation-structured-cms-slider .cms-list .item .tags li svg path,
.bg .variation-structured-cms-slider .cms-list .item .tags li svg rect,
.bg .variation-structured-cms-slider .cms-list .item .tags li svg circle {
  stroke: #230c0f /* @txt-color */;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Structured Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/structured-cms.less ***/
.module-structured-cms {
  opacity: 1;
}
.module-structured-cms .cms-list > li {
  overflow: hidden;
}
.module-structured-cms .cms-list > li .content {
  align-items: flex-start;
  padding: 32px /* @padding-xl */;
}
.module-structured-cms nav.pager {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #230c0f /* @txt-color */;
  border-bottom: 0.5px solid #230c0f /* @txt-color */;
}
.module-structured-cms nav.pager ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.module-structured-cms nav.pager ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  transition: 0.2s ease border;
  border: 0.5px solid transparent;
}
.module-structured-cms nav.pager ul li.disable {
  padding: 5px 15px;
  display: none;
}
.module-structured-cms nav.pager ul li a,
.module-structured-cms nav.pager ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #230c0f /* @txt-color */;
}
.module-structured-cms nav.pager ul li.current,
.module-structured-cms nav.pager ul li:hover {
  border: 0.5px solid #230c0f /* @txt-color */;
}
.module-structured-cms.structured-cms-template-3 .content-container,
.module-structured-cms.structured-cms-template-3 .intro,
.module-structured-cms.structured-cms-template-3 .content {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
  padding: 0;
}
.module-structured-cms.structured-cms-template-3 .content-container *:not(.button),
.module-structured-cms.structured-cms-template-3 .intro *:not(.button),
.module-structured-cms.structured-cms-template-3 .content *:not(.button) {
  margin: 0;
}
.module-structured-cms.structured-cms-template-3 .content-container h1:not(.title),
.module-structured-cms.structured-cms-template-3 .intro h1:not(.title),
.module-structured-cms.structured-cms-template-3 .content h1:not(.title),
.module-structured-cms.structured-cms-template-3 .content-container h2:not(.title),
.module-structured-cms.structured-cms-template-3 .intro h2:not(.title),
.module-structured-cms.structured-cms-template-3 .content h2:not(.title),
.module-structured-cms.structured-cms-template-3 .content-container h3:not(.title),
.module-structured-cms.structured-cms-template-3 .intro h3:not(.title),
.module-structured-cms.structured-cms-template-3 .content h3:not(.title),
.module-structured-cms.structured-cms-template-3 .content-container h4:not(.title),
.module-structured-cms.structured-cms-template-3 .intro h4:not(.title),
.module-structured-cms.structured-cms-template-3 .content h4:not(.title),
.module-structured-cms.structured-cms-template-3 .content-container h5:not(.title),
.module-structured-cms.structured-cms-template-3 .intro h5:not(.title),
.module-structured-cms.structured-cms-template-3 .content h5:not(.title),
.module-structured-cms.structured-cms-template-3 .content-container h6:not(.title),
.module-structured-cms.structured-cms-template-3 .intro h6:not(.title),
.module-structured-cms.structured-cms-template-3 .content h6:not(.title) {
  margin-top: 16px;
}
.module-structured-cms.structured-cms-template-3 .content,
.module-structured-cms.structured-cms-template-3 .intro {
  text-align: justify;
}
.module-structured-cms.structured-cms-template-3 .content ul li,
.module-structured-cms.structured-cms-template-3 .intro ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.module-structured-cms.structured-cms-template-3 .tags {
  display: flex;
  gap: 10px /* @gap-xs */;
  justify-content: flex-end;
}
.module-structured-cms.structured-cms-template-3 .tags > li {
  display: inline-block;
  padding: 5px 7px;
  background: #ffffff /* bg */;
  color: #002547 /* @txt-onBg */;
}
.bg {
  /**** DETAIL ACTU ***/
}
.bg .module-structured-cms .cms-list > li .content {
  align-items: flex-start;
}
.bg .module-structured-cms .cms-list > li .content * {
  color: #002547 /* @txt-onBg */;
}
.bg .module-structured-cms nav.pager {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #230c0f /* @txt-color */;
  border-bottom: 0.5px solid #230c0f /* @txt-color */;
  border-top: 0.5px solid #002547 /* @txt-onBG */;
  border-bottom: 0.5px solid #002547 /* @txt-onBg */;
}
.bg .module-structured-cms nav.pager ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.bg .module-structured-cms nav.pager ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  transition: 0.2s ease border;
  border: 0.5px solid transparent;
}
.bg .module-structured-cms nav.pager ul li.disable {
  padding: 5px 15px;
  display: none;
}
.bg .module-structured-cms nav.pager ul li a,
.bg .module-structured-cms nav.pager ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #230c0f /* @txt-color */;
}
.bg .module-structured-cms nav.pager ul li.current,
.bg .module-structured-cms nav.pager ul li:hover {
  border: 0.5px solid #230c0f /* @txt-color */;
}
.bg .module-structured-cms nav.pager ul li a,
.bg .module-structured-cms nav.pager ul li span {
  color: #002547 /* @txt-onBg */;
}
.bg .module-structured-cms nav.pager ul li.current,
.bg .module-structured-cms nav.pager ul li:hover {
  border: 0.5px solid #002547 /* @txt-onBg */;
}
.bg .module-structured-cms.structured-cms-template-3 .tags > li {
  background: #f5f5f5 /* @adjustedBg */;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cms/cms-menu/cms-header-menu.less ***/
.variation-cms-header-menu {
  padding: 0;
  width: fit-content;
}
.variation-cms-header-menu .info {
  padding: 0;
  width: fit-content;
}
.variation-cms-header-menu .main_button {
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
  width: fit-content;
  border: none;
  transition: opacity 0.2s;
  padding: 0;
}
.variation-cms-header-menu .main_button p {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .variation-cms-header-menu .main_button p {
    display: none;
  }
}
.variation-cms-header-menu .main_button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.variation-cms-header-menu .main_button:active {
  opacity: 0.4;
}
.variation-cms-header-menu .main_button .all .one,
.variation-cms-header-menu .main_button .all .two {
  width: 40px;
  height: 1px;
  background-color: #000d19;
  margin: 5px 0;
  transition: transform 0.6s ease;
}
body.wrapper-off .variation-cms-header-menu .main_button p {
  color: #000d19;
}
body.wrapper-off .variation-cms-header-menu .main_button .all .one,
body.wrapper-off .variation-cms-header-menu .main_button .all .two {
  background: #000d19;
}
body.wrapper-on .variation-cms-header-menu .main_button p,
body header.fixed .variation-cms-header-menu .main_button p {
  color: #000d19;
}
body.wrapper-on .variation-cms-header-menu .main_button .all .one,
body header.fixed .variation-cms-header-menu .main_button .all .one,
body.wrapper-on .variation-cms-header-menu .main_button .all .two,
body header.fixed .variation-cms-header-menu .main_button .all .two {
  background: #000d19;
}
/*** 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;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/menu/menu-icon/menu-icon.less ***/
.variation-menu-icon > ul > li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.variation-menu-icon > ul > li a svg {
  width: 40px;
  height: 40px;
}
header .variation-menu-icon svg path {
  fill: #000d19 /* txt-header */;
}
body.wrapper-off header .variation-menu-icon svg path {
  fill: #000d19 /* txt-wrapper-off */;
}
body.wrapper-on header svg path,
body header.fixed svg path,
body.wrapper-off header.fixed svg path {
  fill: #000d19 /* txt-header */;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/menu.less ***/
.module-menu a,
.module-menu ul a,
.module-menu li a,
.module-menu.main a,
.module-menu.inline a,
.module-menu.column a,
.module-menu.module.sector a {
  transition: opacity 0.2s;
}
.module-menu a:hover,
.module-menu ul a:hover,
.module-menu li a:hover,
.module-menu.main a:hover,
.module-menu.inline a:hover,
.module-menu.column a:hover,
.module-menu.module.sector a:hover {
  opacity: 0.7;
}
.module-menu a:active,
.module-menu ul a:active,
.module-menu li a:active,
.module-menu.main a:active,
.module-menu.inline a:active,
.module-menu.column a:active,
.module-menu.module.sector a:active {
  opacity: 0.4;
}
.all_bar {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px /* @margin-xl */;
}
.all_bar .close {
  cursor: pointer;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 0.5px solid #000d19 /* @txt-header */;
}
.all_bar .close .bar-1 {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #000d19 /* @txt-header */;
  margin: 0;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 11px;
  border-radius: 50px;
}
.all_bar .close .bar-2 {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #000d19 /* @txt-header */;
  margin: 0;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  left: 12px;
  border-radius: 50px;
}
.module-menu.main > ul {
  align-items: flex-end;
}
body header.is-active *:not(.module-counter span) {
  color: #000d19 /* @txt-header */;
}
.module-menu {
  position: relative;
  /*Button burger */
}
.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 label {
  flex-direction: column;
  width: 40px;
  cursor: pointer;
  display: none;
  float: right;
}
@media only screen and (max-width: 1440px) {
  .module-menu label {
    display: flex;
  }
}
.module-menu label span {
  height: 4px;
  margin: 4px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.module-menu label span:nth-of-type(1) {
  width: 50%;
}
.module-menu label span:nth-of-type(2) {
  width: 100%;
}
.module-menu label span:nth-of-type(3) {
  width: 75%;
}
.module-menu label input[type="checkbox"] {
  display: none;
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(5px, 0px);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(18px, -6px) rotatez(45deg);
}
.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: 0;
}
.module-menu.column > ul {
  display: flex;
  flex-direction: column;
}
@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.module.sector {
  width: auto;
  margin: auto;
  padding: 20px;
  /* @padding-m */
}
.module-menu.module.sector > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px /* @gap-s */;
}
.module-menu.module.sector > ul li {
  align-items: center;
  display: flex;
  gap: 4px;
}
.module-menu.module.sector > ul li::before {
  content: "";
  display: inline-block;
  align-self: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  /* @clip-path*/
  background: #230c0f;
  color: #ffffff;
  width: 15px;
  height: 15px;
  background-color: #000d19;
  /* @txt-footer*/
}
.module-menu:not(.variation-header-burger) > ul {
  transition: all ease 0.3s;
  width: 100%;
  display: flex;
  align-content: flex-end;
  align-items: center;
  gap: 20px /* @gap-m */;
}
.module-menu:not(.variation-header-burger) > ul > li {
  display: block;
  height: 100%;
  width: auto;
}
.module-menu:not(.variation-header-burger) > ul > li i.mdi.mdi-home {
  display: none;
}
.module-menu:not(.variation-header-burger) > ul > li.sub-menu > ul > li {
  width: 100%;
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu {
  position: relative;
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu ul {
  padding: 12px /*padding-s*/;
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu:hover .dropdown-arrow {
  opacity: 0;
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu > a > .dropdown-arrow {
  transition: transform 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: -15px;
  left: 50%;
  translate: -50%;
  opacity: 1;
  line-height: 1;
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu > a > .dropdown-arrow.open {
  transform: rotate(0deg) translateY(-50%);
}
@media (min-width: 1024px) {
  .module-menu:not(.variation-header-burger) > ul li.dropdown-menu > ul {
    display: none;
    position: absolute;
    background: #ffffff /* @bg-header */;
    z-index: 1000;
    margin: 0;
    width: max-content;
  }
  .module-menu:not(.variation-header-burger) > ul li.dropdown-menu > ul li {
    margin: 0;
    width: 100%;
    text-align: left;
    padding-right: 0;
    position: relative;
    background: none;
  }
  .module-menu:not(.variation-header-burger) > ul li.dropdown-menu > ul li span {
    z-index: 99;
    position: relative;
    color: #000d19 /* @txt-header */;
    font-size: calc(18px - 2px);
  }
  .module-menu:not(.variation-header-burger) > ul li.dropdown-menu > ul li:hover span {
    color: #000d19 /* @txt-header */;
  }
  .module-menu:not(.variation-header-burger) > ul li.dropdown-menu:hover > a > .dropdown-arrow {
    transform: rotate(180deg);
    opacity: 0;
  }
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu ul > li:after {
  content: inherit;
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu.rotated > a > .dropdown-arrow {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1440px) {
  .module-menu:not(.variation-header-burger) > ul li.dropdown-menu ul {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/language-2.css ***/
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
.module-language .CustomDropdown {
  position: relative;
}
.module-language .CustomDropdown .DropdownContent {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  top: 50px;
  left: -100px;
  z-index: 10;
  padding: 10px;
  min-width: 150px;
}
.module-language .CustomDropdown.open .DropdownContent {
  display: block;
}
.module-language .CustomDropdown.open .DropdownContent ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.module-language .CustomDropdown.open .DropdownContent ul > li {
  height: fit-content;
  width: 100%;
}
.module-language .CustomDropdown.open .DropdownContent ul > li:hover {
  backdrop-filter: contrast(0.75);
}
.module-language .CustomDropdown.open .DropdownContent ul > li a {
  gap: 12px;
  min-height: 35px;
  width: 100%;
  transition: 0.5 ease;
  display: flex;
  align-items: center;
}
.module-language .CustomDropdown.open .DropdownContent ul > li a span {
  text-transform: capitalize;
}
.module-language .CustomDropdown .DropdownCaption {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  justify-content: flex-end;
}
.module-language .CustomDropdown .DropdownCaption span {
  text-transform: capitalize;
}
.module-language .current-flag {
  display: none;
}
@media (max-width: 1024px) {
  .module-language .current-flag {
    display: block;
  }
}
.module-language .flag-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.module-language .flag-inline li {
  list-style: none;
  opacity: 0.5;
  transition: 0.5s ease;
}
.module-language .flag-inline li:hover {
  opacity: 1;
}
.module-language .flag-inline li.current {
  opacity: 1;
}
.module-language .CaptationContent.mobile-dropdown {
  position: relative;
}
.module-language .CaptationContent.mobile-dropdown .current-flag {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  z-index: 10;
  margin-top: 8px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 60px;
  gap: 4px;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li {
  width: 100%;
  opacity: 1;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li.current {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1025px) {
  .module-language .CaptationContent.mobile-dropdown .flag-inline li.current {
    display: none;
  }
}
.module-language .CaptationContent.mobile-dropdown.open .flag-inline {
  display: flex;
}
@media (min-width: 1025px) {
  .module-language .CaptationContent.mobile-dropdown .current-flag {
    cursor: default;
  }
  .module-language .CaptationContent.mobile-dropdown .flag-inline {
    display: flex;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    flex-direction: row;
    min-width: auto;
  }
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/language.less ***/
.module-language .CustomDropdown .DropdownCaption span {
  text-transform: uppercase;
  font-weight: initial;
  font-size: 18px /*  @txt-header-shortcut-size */;
}
@media only screen and (max-width: 791px) {
  .module-language .CustomDropdown .DropdownCaption span {
    font-size: 16px /* @txt-l */;
    line-height: 1;
  }
}
.module-language a {
  font-weight: initial;
  text-transform: uppercase;
}
.module-language.template-2 .ApiFieldGroup .CaptationContent {
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  .module-language.template-2 .ApiFieldGroup .CaptationContent {
    display: flex;
    justify-content: flex-end;
  }
}
.module-language.template-2 .ApiFieldGroup .CaptationContent label {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .module-language.template-2 .ApiFieldGroup .CaptationContent label {
    display: block;
    position: relative;
  }
  .module-language.template-2 .ApiFieldGroup .CaptationContent label .mdi {
    position: relative;
    font-size: 24px;
  }
}
.module-language.template-2 .ApiFieldGroup .CaptationContent > span {
  display: flex;
  gap: 5px;
  padding: 0;
  align-items: center;
}
.module-language.template-2 .ApiFieldGroup .CaptationContent > span span {
  padding: 0;
  font-size: 12px;
  line-height: 1.1;
}
.module-language {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: fit-content;
}
.module-language .flag-icon {
  border-radius: 2px;
  width: 26px;
  height: 19px;
}
.module-language .module-header p {
  margin-bottom: 0;
}
.module-language .CustomDropdown .DropdownContent {
  top: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
  padding: 20px /*  @padding-m  */;
  border-radius: 0;
  background: #ffffff /* @bg-header */;
}
.module-language .CustomDropdown .DropdownContent ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: auto;
  left: -100px;
}
.module-language .CustomDropdown .DropdownContent ul li {
  margin: 0;
  align-items: center;
  padding: 5px 12px;
}
.module-language .CustomDropdown .DropdownContent ul li span:not(.flag-icon) {
  color: #000d19;
  opacity: 0.6;
}
.module-language .CustomDropdown .DropdownContent ul li.current {
  display: flex;
  justify-content: space-between;
}
.module-language .CustomDropdown .DropdownContent ul li.current span {
  color: #000d19;
  opacity: 1;
}
.module-language .CustomDropdown .DropdownContent ul li.current::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  background: none;
  color: #000d19 /* txt-header */;
  border: none;
  position: relative;
  color: #000d19 /* bodyColor */;
  clip-path: polygon(50% 10%, 85% 50%, 50% 90%, 15% 50%) /* @clip-path */;
  background: #000d19 /*txt-header*/;
}
.module-language .CustomDropdown .DropdownContent ul li:hover a {
  text-decoration: none;
}
.module-language .CustomDropdown .DropdownContent ul li a {
  display: flex;
  gap: 16px;
}
.module-language .CustomDropdown .DropdownContent ul li a span {
  line-height: 19px;
}
.module-language .CustomDropdown .DropdownContent span {
  text-transform: uppercase;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/menu/menu-burger/css/menu-burger.less ***/
.variation-menu-burger.main.module-menu {
  padding: 0;
}
.variation-menu-burger.main.module-menu > ul li {
  border-bottom: 0.5px solid rgba(0, 13, 25, 0.3);
  width: 100%;
  padding-bottom: 20px /* @padding-m */;
  text-align: right;
}
.variation-menu-burger.main.module-menu > ul li a {
  position: inherit;
  width: 100%;
  display: block;
}
.variation-menu-burger.main.module-menu > ul li a .dropdown-arrow {
  bottom: initial;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  translate: initial;
}
.variation-menu-burger.main.module-menu > ul li:hover a .dropdown-arrow {
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}
.variation-menu-burger.main.module-menu > ul li.dropdown-menu ul {
  padding: 0;
  padding-right: 20px /* @padding-m */;
  margin-top: 24px /* @margin-l */;
  position: relative;
  width: 100%;
}
.variation-menu-burger.main.module-menu > ul li.dropdown-menu ul li {
  padding-bottom: initial;
  border-bottom: none;
  text-align: right;
  width: 100%;
  margin-bottom: 12px /* @margin-s */;
  display: flex;
  align-items: center;
  gap: 10px /* @gap-xs */;
}
.variation-menu-burger.main.module-menu > ul li.dropdown-menu ul li:after {
  content: "";
  background: rgba(0, 13, 25, 0.5);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: block;
  height: 10px;
  width: 10px;
  position: relative;
}
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-2.css ***/
.social-menu-template-2 .social__items {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  align-items: center;
}
.social-menu-template-2 .social__items .social__item a svg {
  width: 18px;
}
.social-menu-template-2 .social__items .social__item.youtube a svg {
  width: 22px;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/social/css/social-mira-v2.less ***/
@media only screen and (max-width: 791px) {
  .variation-social-mira-v2 .module-header-title {
    font-size: 16px /* @txt-xl */;
  }
}
.variation-social-mira-v2 .social__items {
  flex-wrap: wrap;
}
.variation-social-mira-v2 .social__items .social__item a svg {
  width: calc(22px + 2px) /* @txt-xl */;
}
.variation-social-mira-v2 .social__items .social__item a span {
  display: none;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/social-menu.less ***/
.module-social-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /** @gap-m **/
}
@media only screen and (max-width: 1024px) {
  .module-social-menu {
    flex-wrap: wrap;
  }
}
.module-social-menu .module-header {
  margin-bottom: 0;
}
.module-social-menu ul.social__items {
  display: flex;
  align-items: center;
  gap: 10px;
  /** @gap-xs **/
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .module-social-menu ul.social__items {
    align-items: flex-start;
    width: 100%;
  }
}
.module-social-menu ul.social__items li {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid #230c0f;
  /** @txt-color **/
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-social-menu ul.social__items li.facebook a svg path,
.module-social-menu ul.social__items li.instagram a svg path,
.module-social-menu ul.social__items li.linkedin a svg path,
.module-social-menu ul.social__items li.youtube a svg path,
.module-social-menu ul.social__items li.facebook a svg rect,
.module-social-menu ul.social__items li.instagram a svg rect,
.module-social-menu ul.social__items li.linkedin a svg rect,
.module-social-menu ul.social__items li.youtube a svg rect,
.module-social-menu ul.social__items li.facebook a svg circle,
.module-social-menu ul.social__items li.instagram a svg circle,
.module-social-menu ul.social__items li.linkedin a svg circle,
.module-social-menu ul.social__items li.youtube a svg circle {
  fill: transparent;
  stroke: #230c0f /* @txt-color */;
}
.module-social-menu ul.social__items li.pinterest a svg path,
.module-social-menu ul.social__items li.google-plus a svg path,
.module-social-menu ul.social__items li.dailymotion a svg path,
.module-social-menu ul.social__items li.pinterest a svg rect,
.module-social-menu ul.social__items li.google-plus a svg rect,
.module-social-menu ul.social__items li.dailymotion a svg rect,
.module-social-menu ul.social__items li.pinterest a svg circle,
.module-social-menu ul.social__items li.google-plus a svg circle,
.module-social-menu ul.social__items li.dailymotion a svg circle {
  fill: #230c0f /* @txt-color */;
}
.module-social-menu ul.social__items li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-social-menu ul.social__items li a svg {
  fill: #230c0f;
  /** @txt-color **/
}
.module-social-menu ul.social__items li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.bg .module-social-menu ul.social__items {
  gap: 10px;
  /** @gap-xs **/
}
.bg .module-social-menu ul.social__items li {
  border: 0.5px solid #002547;
  /** @txt-onBg **/
}
.bg .module-social-menu ul.social__items li.facebook a svg path,
.bg .module-social-menu ul.social__items li.instagram a svg path,
.bg .module-social-menu ul.social__items li.linkedin a svg path,
.bg .module-social-menu ul.social__items li.youtube a svg path,
.bg .module-social-menu ul.social__items li.facebook a svg rect,
.bg .module-social-menu ul.social__items li.instagram a svg rect,
.bg .module-social-menu ul.social__items li.linkedin a svg rect,
.bg .module-social-menu ul.social__items li.youtube a svg rect,
.bg .module-social-menu ul.social__items li.facebook a svg circle,
.bg .module-social-menu ul.social__items li.instagram a svg circle,
.bg .module-social-menu ul.social__items li.linkedin a svg circle,
.bg .module-social-menu ul.social__items li.youtube a svg circle {
  fill: transparent;
  stroke: #002547 /* @txt-onBg */;
}
.bg .module-social-menu ul.social__items li.pinterest a svg path,
.bg .module-social-menu ul.social__items li.google-plus a svg path,
.bg .module-social-menu ul.social__items li.dailymotion a svg path,
.bg .module-social-menu ul.social__items li.pinterest a svg rect,
.bg .module-social-menu ul.social__items li.google-plus a svg rect,
.bg .module-social-menu ul.social__items li.dailymotion a svg rect,
.bg .module-social-menu ul.social__items li.pinterest a svg circle,
.bg .module-social-menu ul.social__items li.google-plus a svg circle,
.bg .module-social-menu ul.social__items li.dailymotion a svg circle {
  fill: #002547 /* @txt-onBg */;
}
.bg .module-social-menu ul.social__items li a svg {
  fill: #002547;
  /** @txt-onBg **/
}
.bg .module-social-menu ul li {
  border: 0.5px solid #002547;
  /** @txt-onBg **/
}
footer .zone-footer .module-social-menu {
  flex-direction: row;
  width: 100%;
}
footer .zone-footer .module-social-menu ul li {
  border: 0.5px solid #000d19;
  /** @txt-footer **/
}
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/agency/agency-contact/css/agency-contact.less ***/
.variation-agency-contact .agency-contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px /* @gap-xs */;
}
.variation-agency-contact .agency-contact-info .agency-contact-title {
  display: flex;
  flex-direction: column;
}
.variation-agency-contact .agency-contact-info .agency-contact-title h3 a {
  font-family: "Italiana", sans-serif /* title-font */;
  color: #230c0f /* txt-color */;
  font-size: 31px /* @txt-3xl */;
  font-weight: 400 /* @weight-sm */;
  line-height: 100%;
}
.variation-agency-contact .agency-contact-info .agency-contact-address {
  display: flex;
  flex-direction: row;
  gap: 10px /* @gap-xs */;
}
.variation-agency-contact .agency-contact-info .agency-contact-address h3 {
  color: #230c0f;
  font-size: 16px /* @txt-l */;
  font-weight: 400 /* @weight-sm */;
}
.variation-agency-contact .agency-contact-info .agency-contact-address p {
  color: #230c0f /* @txt-color */;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px /* @gap-xs */;
  font-size: 16px /* @txt-l */;
  font-weight: 400 /* @weight-sm */;
}
.variation-agency-contact .agency-contact-info .agency-contact-address .address {
  display: flex;
  flex-direction: column;
  gap: calc(10px / 2);
}
.variation-agency-contact .agency-contact-info .agency-contact-address .address span {
  color: #230c0f /* @txt-color */;
  font-size: 16px /* @txt-l */;
  font-weight: 400 /* @weight-sm */;
}
.variation-agency-contact .agency-contact-info .agency-contact-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .variation-agency-contact .agency-contact-info .agency-contact-contact {
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px /* @gap-s */;
  }
}
.variation-agency-contact .agency-contact-info .agency-contact-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px /* @gap-xs */;
  width: 100%;
}
.variation-agency-contact .agency-contact-info .agency-contact-social ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.variation-agency-contact .agency-contact-info .agency-contact-social ul li a .agency-contact-social-icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #230c0f /* txt-color */;
  padding: 12px /* @padding-s */;
  border-radius: 50%;
}
.variation-agency-contact .agency-contact-info .agency-contact-social ul li a .agency-contact-social-icon svg path,
.variation-agency-contact .agency-contact-info .agency-contact-social ul li a .agency-contact-social-icon svg rect,
.variation-agency-contact .agency-contact-info .agency-contact-social ul li a .agency-contact-social-icon svg circle {
  stroke: #ffffff /* bodyColor */;
}
.variation-agency-contact .agency-contact-info .agency-contact-story {
  display: flex;
  flex-direction: column;
}
.variation-agency-contact .agency-contact-info .agency-contact-hour {
  display: flex;
  flex-direction: column;
}
.variation-agency-contact .agency-contact-info .agency-contact-fees {
  display: flex;
  flex-direction: column;
}
.variation-agency-contact .section-picture img {
  max-width: 100%;
}
.bg .variation-agency-contact .agency-contact-info .agency-contact-title h3 a {
  color: #002547 /* txt-onBg */;
}
.bg .variation-agency-contact .agency-contact-address span,
.bg .variation-agency-contact .agency-contact-address p {
  color: #002547 /* txt-onBg */;
}
.bg .variation-agency-contact .agency-contact-contact a {
  color: #002547 /* txt-onBg */;
}
.bg .variation-agency-contact .agency-contact-contact a .agency-contact-icon::before {
  background-color: #002547 /* txt-onBg */;
}
.bg .variation-agency-contact .agency-contact-contact a .agency-contact-icon svg path,
.bg .variation-agency-contact .agency-contact-contact a .agency-contact-icon svg rect,
.bg .variation-agency-contact .agency-contact-contact a .agency-contact-icon svg circle {
  stroke: #ffffff /* @bg */;
}
.bg .variation-agency-contact .agency-contact-contact a span {
  color: #002547 /* txt-onBg */;
}
/*** CSS BASE PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Lead/Resources/css/lead.css ***/
.popup-module-lead.dynamic_label .field,
.module-lead.dynamic_label .field {
  position: relative;
  display: block;
}
.mfp-container .select2-container {
  border: 1px solid #d1d5db;
  margin-bottom: 8px;
  border-radius: 0.35rem;
  background-color: white;
}
.mfp-container .select2-container .select2-selection--single {
  background-color: transparent;
}
.popup-module-lead.dynamic_label form label,
.module-lead.dynamic_label form label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  z-index: 99999;
  padding-right: 3px;
  padding-left: 3px;
  cursor: text;
  font-size: 75%;
  letter-spacing: 0px;
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus) + *,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.popup-module-lead.dynamic_label form select::placeholder,
.popup-module-lead.dynamic_label form input::placeholder,
.module-lead.dynamic-label form select::placeholder,
.module-lead.dynamic_label form input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
form[name=lead-form] form {
  position: relative;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=lead-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=lead-form] .field.hidden {
  display: none;
}
form[name=lead-form] .room_range,
form[name=lead-form] .price_range {
  width: 100%;
}
form[name=lead-form] .room_range .field,
form[name=lead-form] .price_range .field {
  float: left;
  width: 50%;
}
form[name=lead-form] .room_range .field input,
form[name=lead-form] .price_range .field input {
  width: 100%;
  padding: 2px 5px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
form[name=lead-form] .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;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/lead.less ***/
.module-lead.template-3 {
  background: transparent /* @bg-form */;
  padding: 20px;
  width: 60%;
  margin: 40px auto auto auto;
}
.module-lead.template-3 button {
  margin-top: 10px;
}
.module-lead.template-1 a.popup-open-link-wrapper span {
  border: 1px solid #b37a2a /* @bg-btn   */;
  padding: 8px 12px /* : @padding-xs @padding-s  */;
}
.module-lead.template-2 a.popup-open-link-wrapper i {
  margin-right: 10px;
}
/*** CSS BASE PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search-template-3/search-template-3.less ***/
.search-template-3 form {
  max-width: 1440px;
  margin: 0 auto;
}
.search-template-3 form .wrapper__search {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 791px) {
  .search-template-3 form .wrapper__search {
    gap: 32px;
  }
}
.search-template-3 form .wrapper__search .button__wrapper-desktop {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop label {
  visibility: hidden;
  color: transparent;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit {
  position: relative;
  top: 0;
  left: 0;
  right: inherit;
  float: inherit;
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7.5px;
  border: 1px solid #fff;
  width: 100%;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit svg {
  transition: all 0.3s ease-in-out;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit svg path {
  stroke: #fff;
  transition: all 0.3s ease-in-out;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit svg circle {
  stroke: #fff;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit:hover {
  background: #fff;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit:hover span {
  color: #000;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit:hover svg path {
  stroke: #000;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit:hover svg circle {
  stroke: #000;
}
.search-template-3 form .button__wrapper-mobile {
  display: flex;
  justify-content: center;
}
.search-template-3 form .button__wrapper-mobile button.submit {
  display: flex;
  align-items: center;
  gap: 10px;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search-template-3/search-template-3-select-input.less ***/
.search__line-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  justify-content: center;
}
.search__line-wrapper .field {
  width: 100%;
  line-height: initial;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search__line-wrapper .field label {
  color: #fff;
}
.search__line-wrapper .field input {
  border-radius: initial;
  border: initial;
  color: #fff;
  font-size: 16px;
  line-height: initial;
  height: initial;
  border: 1px solid #fff;
  padding: 10px;
}
.search__line-wrapper .field input::placeholder {
  color: #fff;
  font-size: 16px;
}
.search__line-wrapper .field .select2-container {
  vertical-align: initial;
  display: inline-block;
}
.search__line-wrapper .field .select2-container .select2-selection {
  background: transparent;
  border-radius: initial;
  height: initial;
  border: 1px solid #fff;
  padding: 10px;
  position: relative;
}
.search__line-wrapper .field .select2-container .select2-selection .select2-selection__rendered {
  color: #fff;
  font-size: 16px;
  height: initial;
  line-height: initial;
}
.search__line-wrapper .field .select2-container .select2-selection .select2-selection__arrow {
  color: #fff;
  height: initial;
  line-height: initial;
  margin: 0;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 100%;
}
.search__line-wrapper .field .location .select2-selection {
  padding: 10px;
  border: 1px solid #fff;
  width: 100%;
  line-height: initial;
  height: initial;
  min-height: initial;
}
.search__line-wrapper .field .location .select2-selection .select2-selection__rendered {
  display: block;
}
.search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-autocomplete-custom-choice {
  color: #fff;
  padding: 0;
  font-size: 16px;
}
.search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-autocomplete-custom-choice {
  line-height: initial;
  height: initial;
}
.search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-search {
  line-height: initial;
  height: initial;
  width: 100%;
}
.search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-search input {
  border: none;
  padding: 0 0;
  margin-top: 0;
}
.search__line-wrapper .field.hidden {
  display: none;
}
.search__line-wrapper .ApiFieldGroup {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.search__line-wrapper .ApiFieldGroup .CaptationContent {
  width: 100%;
  color: #fff;
  line-height: initial;
  min-height: initial;
  padding: 0 0;
}
.search__line-wrapper .ApiFieldGroup .CaptationContent span {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  line-height: initial;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper {
  background: #000;
  border: 1px solid #fff;
  border-top: none;
  padding: 5px;
  width: 100%;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track {
  position: relative;
  height: 6px;
  margin-top: 32px;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider {
  position: relative;
  height: 6px;
  width: 100%;
  background: #9e9e9e;
  border-radius: 3px;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider .progress {
  position: absolute;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  position: absolute;
  translate: 0 -30px;
  pointer-events: none;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #000;
  border: 2px solid white;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #000;
  border: 2px solid white;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-moz-range-track {
  height: 6px;
  background: transparent;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .fields {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .fields > div {
  position: relative;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .fields > div .mdi-close {
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search-template-3/search-template-3-more-criteria.less ***/
.more__criteria-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.more__criteria-wrapper .more__criteria-btn__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  border: none;
  position: relative;
}
.more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn {
  line-height: 1;
  background: initial;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i {
  font-size: 30px;
  position: relative;
  border: 1px solid #fff;
  transition: border 0.4s ease-in-out;
  color: #fff;
}
.more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close {
  position: absolute;
  top: 20px;
  right: 8px;
  z-index: 10;
  font-size: 15px;
  padding: 5px;
  color: #000;
  background: #fff;
}
.more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close::before {
  color: #000;
}
.more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn span {
  color: #fff;
}
.more__criteria-wrapper button.submit {
  position: relative;
  top: 0;
  left: 0;
  right: inherit;
  float: inherit;
  width: fit-content;
  height: 100%;
}
.more__criteria-wrapper button.submit i {
  font-size: 28px;
  font-weight: bold;
  vertical-align: inherit;
  line-height: 1;
}
.more__criteria-wrapper button.submit span {
  display: none;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria {
  display: none;
  position: relative;
  width: 100%;
  border: 0.5px solid #fff;
  padding: 20px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper.more__criteria {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: center;
  gap: 10px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .ApiFieldGroup {
  max-width: 300px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .ApiFieldGroup .CaptationContent span {
  border: none;
  font-size: 18px;
  padding: 0;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .ApiFieldGroup .CaptationContent label {
  display: none;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .ApiFieldGroup .FieldWrapper {
  display: block;
  border: none;
  position: relative;
  background: transparent;
  padding: 0;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper.more__criteria-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: center;
}
@media (max-width: 791px) {
  .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper.more__criteria-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper.more__criteria-columns .criteria__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 791px) {
  .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper.more__criteria-columns .criteria__column.left {
    flex-direction: row;
  }
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field label {
  font-size: 18px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list li {
  list-style: none;
  position: relative;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list li input[type="checkbox"] {
  display: none;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list li input[type="checkbox"]:checked + label {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list li input[type="checkbox"]:checked + label:hover {
  background: #ddd;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list li label {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list li label:hover {
  background: #a4a4a4;
  color: #000;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list {
  gap: 15px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li input,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li input,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li input {
  margin-right: 0;
  width: 19px;
  height: 19px;
  padding: 1px;
  border: 1px solid #fff;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li input::before,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li input::before,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li input::before {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li input[type="checkbox"],
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li input[type="checkbox"],
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li input[type="checkbox"] {
  display: inline-block;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li input[type="checkbox"]:checked + label,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li input[type="checkbox"]:checked + label,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li input[type="checkbox"]:checked + label {
  background: none;
  color: #fff;
  border-color: none;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li input[type="checkbox"]:checked + label:hover,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li input[type="checkbox"]:checked + label:hover,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li input[type="checkbox"]:checked + label:hover {
  background: none;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li label,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li label,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li label {
  border: none;
  color: #fff;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li label:hover,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li label:hover,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li label:hover {
  background: none;
  color: #fff;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/search.less ***/
.module-search {
  background: transparent /* bg-form */;
  width: 100%;
}
.module-search form .wrapper__search .search__line-wrapper {
  align-items: flex-end;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.module-search form .wrapper__search .search__line-wrapper .field label {
  color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .field .field-item input {
  border: none;
  border-bottom: 1px solid #230c0f /* txt-color */;
  color: #230c0f /* txt-color */;
  background: transparent;
  font-family: "avenir-lt-pro", sans-serif /* @txt-font */;
  font-size: 16px /* @txt-l */;
  padding: 12px /* @padding-s */;
}
.module-search form .wrapper__search .search__line-wrapper .field .field-item input::placeholder {
  font-size: 16px /* @txt-l */;
  color: #230c0f /* txt-color */;
  font-family: "avenir-lt-pro", sans-serif;
}
.module-search form .wrapper__search .search__line-wrapper .field .field-item .select2 .selection .select2-selection {
  border: none;
  border-bottom: 1px solid #230c0f /* txt-color */;
  padding: 12px /* @padding-s */;
}
.module-search form .wrapper__search .search__line-wrapper .field .field-item .select2 .selection .select2-selection .select2-selection__rendered {
  color: #230c0f /* txt-color */;
  font-family: "avenir-lt-pro", sans-serif /* @txt-font */;
  font-size: 16px /* @txt-l */;
}
.module-search form .wrapper__search .search__line-wrapper .field .field-item .select2 .selection .select2-selection .select2-selection__arrow {
  color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection {
  border-color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-autocomplete-custom-choice {
  color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup {
  color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .CaptationContent {
  color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .CaptationContent span {
  color: #230c0f /* txt-color */;
  border-color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper {
  background: #ffffff /* bodyColor */;
  border-color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider {
  background: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider .progress {
  background: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-webkit-slider-thumb {
  background: #ffffff /* @bodycolor*/;
  border-color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit {
  padding: 12px /* @padding-s */;
  border-color: #230c0f /* txt-color */;
  background: #ffffff /* @bodyColor */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit span {
  color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit svg path {
  stroke: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit svg circle {
  stroke: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover {
  background: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover span {
  color: #ffffff /* bodyColor */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover svg path {
  stroke: #ffffff /* bodyColor */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover svg circle {
  stroke: #ffffff /* bodyColor */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit span {
  font-size: 16px /* txt-l */;
  font-weight: 500 /* @weight-m */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit {
  padding: 12px /* @padding-s */;
  -color: #230c0f /* txt-color */;
  background: #ffffff /* @bg */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit span {
  color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit svg path {
  stroke: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit svg circle {
  stroke: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover {
  background: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover span {
  color: #ffffff /* bodyColor */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover svg path {
  stroke: #ffffff /* bodyColor */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover svg circle {
  stroke: #ffffff /* bodyColor */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit span {
  font-size: 16px /* @txt-l */;
  font-weight: 500 /* @weight-m */;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn {
  border: none;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-plus {
  border: none;
  position: relative;
  color: #ffffff /* bodyColor */;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%) /* @clip-path */;
  background: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-plus::before {
  scale: 0.5;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close {
  border: none;
  position: absolute;
  top: 20px;
  right: 8px;
  z-index: 10;
  font-size: 15px;
  padding: 5px;
  color: #ffffff /* bodyColor */;
  background: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close::before {
  color: #ffffff /* bodyColor */;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn span {
  height: 8px;
  font-family: "avenir-lt-pro", sans-serif /* @txt-font */;
  color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria {
  border-color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li input[type="checkbox"]:checked + label {
  background: #230c0f /* txt-color */;
  color: #ffffff /* @bodyColor */;
  border-color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li input[type="checkbox"]:checked + label:hover {
  background: #230c0f /* txt-color */;
  color: #ffffff /* @bodyColor */;
  border-color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li label {
  border-color: #230c0f /* txt-color */;
  font-weight: 500 /* @weight-m */;
  font-size: 14px /* @txt-m */;
  color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.room .inline-list li input,
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bedroom .inline-list li input,
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bathroom .inline-list li input {
  border-color: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.room .inline-list li input::before,
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bedroom .inline-list li input::before,
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bathroom .inline-list li input::before {
  background: #230c0f /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.room .inline-list li input[type="checkbox"]:checked + label,
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bedroom .inline-list li input[type="checkbox"]:checked + label,
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bathroom .inline-list li input[type="checkbox"]:checked + label {
  background: #ffffff /* bodyColor */;
  color: #230c0f /* txt-color */;
  border-color: transparent;
}
/* /////// BG DESIGN /////// */
.bg .module-search form .wrapper__search .search__line-wrapper .field label {
  color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .field-item > input {
  border-bottom: 1px solid #002547 /* txt-onBg */;
  color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .field-item > input::placeholder {
  color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .field-item .select2 .selection .select2-selection {
  border-bottom: 1px solid #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .field-item .select2 .selection .select2-selection .select2-selection__rendered {
  color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection {
  border-color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-autocomplete-custom-choice {
  color: #002547 /* txt-onBg  */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection .select2-selection__rendered input {
  color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection .select2-selection__rendered input::placeholder {
  color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup {
  color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .CaptationContent {
  color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .CaptationContent span {
  color: #002547 /* txt-onBg */;
  border-color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper {
  background: #ffffff /* bg */;
  border-color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider {
  background: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider .progress {
  background: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-webkit-slider-thumb {
  background: #ffffff /* @bg*/;
  border-color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-moz-range-thumb {
  background: #ffffff /* @bg*/;
  border-color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit {
  padding: 12px /* @padding-s */;
  border-color: #002547 /* @txt-onBg */;
  background: #ffffff /* @bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit svg path {
  stroke: #002547 /* @txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit svg circle {
  stroke: #002547 /* @txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit:hover {
  background: #002547 /* @txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit:hover span {
  color: #ffffff /* @bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit:hover svg path {
  stroke: #ffffff /* @bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit:hover svg circle {
  stroke: #ffffff /* @bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit span {
  font-size: 16px /* @txt-l */;
  font-weight: 500 /* @weight-m */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit {
  border-color: #002547 /* txt-onBg */;
  background-color: #ffffff /* bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit span {
  color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit svg path {
  stroke: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit svg circle {
  stroke: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover {
  background-color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover span {
  color: #ffffff /* bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover svg path {
  stroke: #ffffff /* bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover svg circle {
  stroke: #ffffff /* bg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit {
  border-color: #002547 /* txt-color */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit span {
  color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit svg path {
  stroke: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit svg circle {
  stroke: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover {
  background: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover span {
  color: #ffffff /* bg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover svg path {
  stroke: #ffffff /* bg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover svg circle {
  stroke: #ffffff /* bg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-plus {
  color: #ffffff /* bg */;
  background: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close {
  color: #ffffff /* bg */;
  background: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close::before {
  color: #ffffff /* bg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn span {
  font-family: "avenir-lt-pro", sans-serif /* @txt-font */;
  color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria {
  border-color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li input[type="checkbox"]:checked + label {
  background-color: #002547 /* txt-onBg */;
  color: #ffffff /* @bg */;
  border-color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li input[type="checkbox"]:checked + label:hover {
  background-color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li label {
  border-color: #002547 /* txt-onBg */;
  color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li label:hover {
  background-color: #002547 /* txt-onBg */;
  color: #ffffff /* @bg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.room .inline-list li input,
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bedroom .inline-list li input,
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bathroom .inline-list li input {
  border-color: #002547 /* txt-onBg */;
  border-radius: 0;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.room .inline-list li input::before,
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bedroom .inline-list li input::before,
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bathroom .inline-list li input::before {
  background-color: #002547 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.room .inline-list li input[type="checkbox"]:checked + label,
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bedroom .inline-list li input[type="checkbox"]:checked + label,
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bathroom .inline-list li input[type="checkbox"]:checked + label {
  background-color: #ffffff;
  color: #002547;
  border-color: #ffffff;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Slider/Resources/css/slider-3.less ***/
.module-slider .slider .owl-item {
  overflow: hidden;
}
.module-slider .slider .owl-item img {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
}
/* content */
.module-slider .slider .owl-item .content {
  position: relative;
  bottom: initial;
  right: initial;
  background: transparent;
  padding: 20px;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/slider/slider-mira/slider-mira.less ***/
.variation-slider-mira .slider {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px /* @gap-size */;
}
.variation-slider-mira .slider .blocSticker {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
}
.variation-slider-mira .slider .blocSticker .sticker {
  background: #ffffff /*@bodyColor */;
  color: #230c0f;
  /* @txt-color */
  padding: 4px 7px;
}
.variation-slider-mira .slider .owl-item .content {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
  padding: 12px /* @padding-s */ 0;
}
.variation-slider-mira .slider .owl-item .content h3 {
  color: #230c0f /* @txt-color */;
}
.variation-slider-mira .slider .owl-item .content span {
  display: block;
  line-height: 1;
  color: #230c0f /* @txt-color */;
}
.variation-slider-mira .slider .owl-item .content > ul {
  display: flex;
  gap: 20px /* @gap-m */;
}
.variation-slider-mira .slider .owl-item .content > ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #230c0f /* @txt-color */;
}
.variation-slider-mira .slider .owl-item .content > ul li svg path,
.variation-slider-mira .slider .owl-item .content > ul li svg rect,
.variation-slider-mira .slider .owl-item .content > ul li svg circle {
  stroke: #230c0f /* @txt-color */;
}
.variation-slider-mira .slider .owl-item .content > ul li span {
  line-height: 1;
  color: #230c0f /* @txt-color */;
}
.variation-slider-mira .slider .owl-item .content > ul li span.name {
  display: none;
}
.variation-slider-mira .slider .owl-item .content > ul li.area svg path,
.variation-slider-mira .slider .owl-item .content > ul li.area svg rect,
.variation-slider-mira .slider .owl-item .content > ul li.area svg circle {
  stroke: #230c0f /* @txt-color */;
  fill: #230c0f /* @txt-color */;
}
.variation-slider-mira .slider .owl-controls {
  position: relative;
}
.variation-slider-mira .slider .owl-controls .owl-nav {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}
.variation-slider-mira .slider .owl-controls .owl-nav .owl-prev {
  position: relative;
  top: initial;
  margin-top: 0;
  right: initial;
}
.variation-slider-mira .slider .owl-controls .owl-nav .owl-prev span {
  position: initial;
}
.variation-slider-mira .slider .owl-controls .owl-nav .owl-next {
  position: relative;
  top: initial;
  right: initial;
  margin-top: 0;
}
.variation-slider-mira .slider .owl-controls .owl-nav .owl-next span {
  position: initial;
}
.bg .variation-slider-mira .slider .blocSticker .sticker {
  background: #ffffff /* @bodyColor */;
}
.bg .variation-slider-mira .slider .owl-item .content h3 {
  color: #002547 /* @txt-onBg */;
}
.bg .variation-slider-mira .slider .owl-item .content span {
  color: #002547 /* @txt-onBg */;
}
.bg .variation-slider-mira .slider .owl-item .content > ul li {
  color: #002547 /* @txt-onBg */;
}
.bg .variation-slider-mira .slider .owl-item .content > ul li span {
  color: #002547 /* @txt-onBg */;
}
.bg .variation-slider-mira .slider .owl-item .content > ul li svg path,
.bg .variation-slider-mira .slider .owl-item .content > ul li svg rect,
.bg .variation-slider-mira .slider .owl-item .content > ul li svg circle {
  stroke: #002547 /* @txt-onBg */;
}
.bg .variation-slider-mira .slider .owl-item .content > ul li.area span {
  color: #002547 /* @txt-onBg */;
}
.bg .variation-slider-mira .slider .owl-item .content > ul li.area svg path,
.bg .variation-slider-mira .slider .owl-item .content > ul li.area svg rect,
.bg .variation-slider-mira .slider .owl-item .content > ul li.area svg circle {
  stroke: #002547 /* @txt-onBg */;
  fill: #002547 /* @txt-onBg */;
}
/*** GLOBAL CSS TEMPLATE Mira-v2 ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/main.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/header.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/buttons.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/contact-button.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/footer.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/popup.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/../Global-css/flex-column.css.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/../Global-css/variable.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/form.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/pager.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/owl-nav.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/modulesHeader.less ***/
.module-user.template-1 .module-header {
  padding: 0;
}
.bg {
  background: #ffffff /* @bg */;
}
.module-header .module-header-content h1,
.module-header .module-header-subtitle h1,
.module-header .module-header-content h2,
.module-header .module-header-subtitle h2,
.module-header .module-header-content h3,
.module-header .module-header-subtitle h3,
.module-header .module-header-content h4,
.module-header .module-header-subtitle h4,
.module-header .module-header-content h5,
.module-header .module-header-subtitle h5,
.module-header .module-header-content h6,
.module-header .module-header-subtitle h6 {
  margin-top: 16px /* margin-m */;
}
.module-header {
  width: 100%;
}
.module-cluster:after,
.zone:after {
  display: none;
}
.module.module-search-order {
  text-align: initial;
}
.zone {
  position: relative;
}
.zone .auto-layout {
  max-width: 1440px /* @max-width */;
  padding-left: 80px /* 0 @padding-layout */;
  padding-right: 80px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .zone .auto-layout {
    padding: 0 20px /* padding-m */;
  }
}
.row-2 {
  max-width: 1440px /* @max-width */;
  padding-left: 80px /* 0 @padding-layout */;
  padding-right: 80px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .row-2 {
    padding: 0 20px /* padding-m */;
  }
}
.zone-full-width {
  display: flex;
  flex-direction: column;
  gap: 80px /* @gap-4xl */;
}
@media only screen and (max-width: 791px) {
  .zone-full-width {
    gap: 48px /* @gap-3xl */;
  }
}
.zone-full-width > div:last-child {
  padding-bottom: 80px;
}
@media only screen and (max-width: 791px) {
  .zone-full-width > div:last-child {
    padding-bottom: 48px;
  }
}
.zone-full-width > div:last-child.bg {
  padding-bottom: calc(2 * 80px);
}
@media only screen and (max-width: 791px) {
  .zone-full-width > div:last-child.bg {
    padding-bottom: calc(2 * 20px);
  }
}
td,
p,
ul,
ol,
li,
dl,
dt,
dd,
hr,
label,
a,
span,
em {
  color: #230c0f /* @txt-color */;
  font-family: "avenir-lt-pro", sans-serif /* @txt-font */;
  font-size: 16px /* @txt-l */;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  list-style: none;
  text-rendering: optimizelegibility;
}
.bg td,
.bg p,
.bg ul,
.bg ol,
.bg li,
.bg dl,
.bg dt,
.bg dd,
.bg hr,
.bg label,
.bg a,
.bg span,
.bg em {
  color: #002547 /* @txt-onBg*/;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  line-height: 1.2;
  color: #230c0f /* @title-color */;
  font-family: "Italiana", sans-serif /* @title-font */;
  text-transform: initial /* @title-transform */;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #230c0f /* @txt-color */;
  font-family: "Italiana", sans-serif /* @title-font */;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #230c0f /* @title-color */;
  font-family: "Italiana", sans-serif /* @title-font */;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  display: block;
}
.bg h1,
.bg h2,
.bg h3,
.bg h4,
.bg h5,
.bg h6 {
  color: #000d19 /* @title-onBg  */;
}
.bg h1 span,
.bg h2 span,
.bg h3 span,
.bg h4 span,
.bg h5 span,
.bg h6 span {
  color: #000d19 /* @title-onBg  */;
}
.bg h1 a,
.bg h2 a,
.bg h3 a,
.bg h4 a,
.bg h5 a,
.bg h6 a {
  color: #000d19 /* @title-onBg  */;
}
h1 {
  font-size: 49px /* @txt-5xl */;
}
@media only screen and (max-width: 791px) {
  h1 {
    font-size: 31px /* @txt-3xl  */;
  }
}
h2 {
  font-size: 31px /* @txt-3xl */;
}
@media only screen and (max-width: 791px) {
  h2 {
    font-size: 27px /* @txt-2xl  */;
  }
}
h3 {
  font-size: 27px /* @txt-2xl  */;
}
@media only screen and (max-width: 791px) {
  h3 {
    font-size: 22px /* @txt-xl  */;
  }
}
h4,
h5,
h6 {
  font-size: 22px /* @txt-xl  */;
}
@media only screen and (max-width: 791px) {
  h4,
  h5,
  h6 {
    font-size: 22px /* @txt-xl  */;
  }
}
body {
  width: 100%;
  height: 100%;
  background: #ffffff /*  @bodyColor */;
  margin: 0;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: #230c0f /* @txt-color */;
  text-decoration: none;
}
.bg a {
  color: #002547 /* @txt-onBg*/;
}
img {
  border: 0;
}
strong {
  font-weight: 600 /* weight-l */;
}
em {
  color: #230c0f /* @txt-color */;
}
.bg em {
  color: #002547 /* @txt-onBg */;
}
p {
  margin-bottom: 0;
}
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;
}
/* popup */
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  z-index: 10001;
}
/* fancybox zoom picture */
.fancybox-skin {
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
/* ApiFieldGroup */
.ApiFieldGroup .CaptationContent {
  background: none;
}
li[role="option"] {
  color: #000;
}
.SumoSelect {
  width: 100%;
  height: 100%;
  padding: 8px 12px /*  @padding-xs @padding-s  */;
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SumoSelect > .optWrapper {
  background: #ffffff /* @bodyColor  */;
}
.SumoSelect > .optWrapper > .options li label {
  color: #230c0f /* @txt-color */;
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #230c0f;
}
.SumoSelect > .CaptionCont i {
  color: #230c0f;
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
.select2-container--open .select2-dropdown {
  background: #ffffff /* @bodyColor */;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options {
  /* Webkit (Chrome, Safari, Edge Chromium) */
  /* Firefox */
  /*  scrollbar-width: thin;
        scrollbar-color: #c1c1c1 #f1f1f1; */
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #ffffff /* @bodyColor */;
  border: 1px solid #fff;
  border-radius: 8px /* @radius-xs */;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options li {
  color: #230c0f /* @txt-color */;
}
.SelectBox {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .zone-header-right {
    width: 100%;
  }
  .zone-header-left {
    margin: auto;
    text-align: center;
  }
  .zone-header-left .module-logo {
    float: none;
    max-width: none;
  }
}
/* /////// BG DESIGN /////// */
.select2-container--open .select2-dropdown {
  background: #ffffff /* @bg */;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #ffffff /* @bg */;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options li {
  color: #002547 /* @txt-onBg */;
}
.module-estimate .select2-container--default .select2-selection {
  border-radius: 0;
}
.module-sector .slider .owl-stage,
.module-user .slider .owl-stage,
.module-agency .slider .owl-stage,
.module-similar .slider .owl-stage,
.module-selection .slider .owl-stage,
.module-slider .slider .owl-stage {
  padding-left: 0 !important;
}
@media only screen and (max-width: 791px) {
  .module-sector .slider .owl-stage,
  .module-user .slider .owl-stage,
  .module-agency .slider .owl-stage,
  .module-similar .slider .owl-stage,
  .module-selection .slider .owl-stage,
  .module-slider .slider .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.module-sector .owl-rtl .owl-stage,
.module-user .owl-rtl .owl-stage,
.module-agency .owl-rtl .owl-stage,
.module-similar .owl-rtl .owl-stage,
.module-selection .owl-rtl .owl-stage,
.module-slider .owl-rtl .owl-stage {
  padding-right: 0 !important;
}
@media only screen and (max-width: 791px) {
  .module-sector .owl-rtl .owl-stage,
  .module-user .owl-rtl .owl-stage,
  .module-agency .owl-rtl .owl-stage,
  .module-similar .owl-rtl .owl-stage,
  .module-selection .owl-rtl .owl-stage,
  .module-slider .owl-rtl .owl-stage {
    padding-right: 0 !important;
  }
}
header .zone-header-right .module-menu.main.column ul > li a,
header .zone-header-right .module-cluster .module-menu ul > li a,
header .zone-header-right .module-cluster .module-lead a,
header .module-language .ApiFieldGroup .CaptationContent span,
header .module-language ul li a span,
.module-currency .ApiFieldGroup .CaptationContent span,
header .module-currency .FieldWrapper label {
  font-size: 20px /* @txt-header-burger-size */;
  font-weight: 400 /*  @weight-header */;
}
@media only screen and (max-width: 1024px) {
  header .zone-header-right .module-menu.main.column ul > li a,
  header .zone-header-right .module-cluster .module-menu ul > li a,
  header .zone-header-right .module-cluster .module-lead a,
  header .module-language .ApiFieldGroup .CaptationContent span,
  header .module-language ul li a span,
  .module-currency .ApiFieldGroup .CaptationContent span,
  header .module-currency .FieldWrapper label {
    font-size: 22px /*@txt-l*/;
  }
}
@media only screen and (max-width: 791px) {
  header .zone-header-right .module-menu.main.column ul > li a,
  header .zone-header-right .module-cluster .module-menu ul > li a,
  header .zone-header-right .module-cluster .module-lead a,
  header .module-language .ApiFieldGroup .CaptationContent span,
  header .module-language ul li a span,
  .module-currency .ApiFieldGroup .CaptationContent span,
  header .module-currency .FieldWrapper label {
    font-size: 16px /*@txt-l*/;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.35s ease-out;
  z-index: 99;
  box-sizing: border-box;
  padding: 12px 0 /* padding-s */;
}
header .main-header {
  max-width: 1440px /* @max-width */;
  padding-left: 80px /* 0 @padding-layout */;
  padding-right: 80px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  header .main-header {
    padding: 0 20px /* padding-m */;
  }
}
header .main-header .zone-header-right {
  width: 100%;
  max-width: 1920px /*  @max-width-xl */;
  margin: 0 auto;
}
header .main-header .zone-header-right > .module-cluster {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-items: center;
  gap: 20px /* @gap-m */;
}
header .main-header .zone-header-right > .module-cluster > :nth-child(1) {
  grid-column: 1;
  justify-self: start;
}
header .main-header .zone-header-right > .module-cluster > :nth-child(2) {
  grid-column: 2;
  justify-self: center;
}
header .main-header .zone-header-right > .module-cluster > :nth-child(3) {
  grid-column: 3;
  justify-self: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 791px) {
  header .main-header .zone-header-right > .module-cluster {
    gap: 20px /* @gap-m */;
  }
  header .main-header .zone-header-right > .module-cluster > * {
    width: 100%;
    justify-self: stretch;
  }
}
@media only screen and (max-width: 791px) {
  header .main-header .zone-header-right {
    max-width: 100%;
  }
}
header .main-header .zone-header-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 1280px;
  min-height: 100dvh;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.9s ease-in-out;
  will-change: transform;
  background: #ffffff /* @bg-header */;
  z-index: 5;
  max-width: 1440px;
}
header .main-header .zone-header-left > .module-cluster {
  justify-content: space-between;
  padding: 20px /*  @padding-m  */;
  align-items: flex-start;
}
header .main-header .zone-header-left > .module-cluster .container-flex {
  align-items: flex-start;
}
header .main-header .zone-header-left > .module-cluster .module-menu {
  width: 100%;
}
header .main-header .zone-header-left > .module-cluster .module-menu .module-header {
  width: 100%;
  align-items: flex-end;
}
header .main-header .zone-header-left > .module-cluster .module-agency .agency {
  display: flex;
  flex-direction: column;
}
header .main-header .zone-header-left > .module-cluster .module-agency .agency-contact-info .agency-contact-contact {
  flex-direction: column;
  gap: 10px;
  /* @gap-xs */
}
@media only screen and (max-width: 791px) {
  header .main-header .zone-header-left > .module-cluster {
    flex-direction: column;
    align-items: stretch;
    gap: 20px /* @gap-m  */;
    padding: 12px /*  @padding-s */;
  }
  header .main-header .zone-header-left > .module-cluster .container-flex,
  header .main-header .zone-header-left > .module-cluster .module-menu,
  header .main-header .zone-header-left > .module-cluster .module-agency {
    width: 100%;
  }
}
@media only screen and (max-width: 791px) {
  header .main-header .zone-header-left {
    min-height: 100vh;
    width: 100vw;
    padding: 0;
  }
}
header .main-header .zone-header-left.expanded {
  transform: translate(0);
  background: #ffffff /* @bg-header */;
}
header .main-header .zone-header-left.expanded p,
header .main-header .zone-header-left.expanded a,
header .main-header .zone-header-left.expanded span,
header .main-header .zone-header-left.expanded .module-header-title {
  color: #000d19 /* :@txt-header */;
}
header .main-header .zone-header-left.expanded .module-menu.main > ul > li span {
  font-size: 20px /* @txt-header-burger-size */;
  font-weight: 400 /* @weight-header*/;
}
@media only screen and (max-width: 1024px) {
  header .main-header .zone-header-left.expanded .module-menu.main > ul > li span {
    font-size: 22px /*@txt-l*/;
  }
}
@media only screen and (max-width: 791px) {
  header .main-header .zone-header-left.expanded .module-menu.main > ul > li span {
    font-size: 16px /*@txt-l*/;
  }
}
header .main-header .zone-header-left.expanded .module-agency .agency-contact-info i::before {
  background: #000d19 /*  @txt-header  */;
}
header .main-header .zone-header-left.expanded .module-agency .agency-contact-info i svg {
  color: #ffffff /*  @bg-header  */;
}
header .main-header .zone-header-left.expanded .module-agency .agency-contact-info i svg * {
  stroke: #ffffff /*  @bg-header  */;
}
@media only screen and (max-width: 791px) {
  header .main-header .zone-header-left.expanded {
    padding: 12px;
  }
}
@media only screen and (max-width: 791px) {
  header .main-header {
    width: 100%;
    min-width: 0;
  }
}
body.wrapper-on header,
body header.fixed,
body.wrapper-off header.fixed {
  position: fixed;
  top: 0px;
  background: #ffffff /* @bg-header*/;
}
body.wrapper-on header *:not(.module-counter span),
body header.fixed *:not(.module-counter span),
body.wrapper-off header.fixed *:not(.module-counter span) {
  color: #000d19 /* @txt-header */;
}
body.wrapper-on header li:after,
body header.fixed li:after,
body.wrapper-off header.fixed li:after {
  background: #000d19 /* @txt-header  */;
}
body.wrapper-off header li:after {
  background: #000d19 /* @txt-wrapper-off */;
}
body.wrapper-off header .dropdown-menu ul a,
body.wrapper-off header .dropdown-menu ul span {
  color: #000d19 /* @txt-wrapper-off */;
}
body.wrapper-off header .module.module-language .CaptationContent span .field-group * {
  color: #000d19 /* @txt-wrapper-off */;
}
body.wrapper-off header .module-counter {
  height: fit-content;
}
body.wrapper-off header .module-currency .ApiFieldGroup p.CaptationContent > span {
  color: #000d19 /* @txt-wrapper-off */;
}
body header.fixed .module-logo {
  box-sizing: border-box;
}
body header.fixed .module-logo img {
  height: 170px /*  @size-logo-fixed  */;
}
@media only screen and (max-width: 1440px) {
  body header.fixed .module-logo img {
    height: 100px /* @size-logo-mobile  */;
  }
}
@media only screen and (max-width: 791px) {
  body header.fixed .module-logo img {
    height: 100px /* @size-logo-mobile  */;
  }
}
body header.fixed .module-currency .ApiFieldGroup p.CaptationContent > span {
  color: #000d19 /* @txt-header */;
}
header .module-language .CaptationContent {
  padding: 0;
  display: flex;
  align-items: center;
}
header .module-language .CaptationContent span {
  padding: 0;
}
header .module-language .CaptationContent label {
  position: relative;
  line-height: initial;
  width: auto;
}
header .module-language .FieldWrapper {
  background-color: #ffffff /* @bg-header */;
}
header .module-language ul {
  text-align: center;
}
@media only screen and (max-width: 791px) {
  header .module-language .CaptationContent {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  header .module-language ul {
    text-align: left;
    width: 100%;
  }
}
header .module-currency {
  float: left;
  margin: 0;
}
header .module-currency .CaptationContent {
  padding: 0;
  display: flex;
  align-items: center;
}
header .module-currency .CaptationContent span {
  padding: 0;
}
header .module-currency .FieldWrapper {
  background-color: #ffffff /* @bg-header */;
}
header .module-currency .FieldWrapper label {
  position: relative;
  line-height: initial;
  width: auto;
  color: #000d19 /* @txt-header */;
}
@media only screen and (max-width: 791px) {
  header .module-currency {
    float: none;
    width: 100%;
  }
  header .module-currency .CaptationContent {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
}
header .module-counter {
  background: #000d19 /*  @txt-wrapper */;
}
header .module-counter * {
  color: #ffffff /*   @bg-header */;
}
header .module-logo {
  margin: 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  header .module-logo {
    position: relative;
  }
}
@media only screen and (max-width: 791px) {
  header .module-logo {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  header .module-logo img {
    height: 100px /* @size-logo-mobile */;
  }
}
header .module-logo img {
  height: 170px /* @size-logo */;
  transition: 0.5s;
  display: block;
  width: auto;
}
@media only screen and (max-width: 1440px) {
  header .module-logo img {
    height: 100px /* @size-logo-mobile */;
  }
}
body header .module-social-menu ul,
body header.fixed .module-social-menu ul {
  display: flex;
  gap: 10px;
}
body header .module-social-menu ul li,
body header.fixed .module-social-menu ul li {
  padding: 0;
}
body header .module-social-menu ul li i,
body header.fixed .module-social-menu ul li i {
  font-size: 22px /* @txt-xl */;
  margin: 0;
}
body header .module-social-menu ul .social__item,
body header.fixed .module-social-menu ul .social__item {
  border-color: #000d19 /* @txt-header */;
}
@media only screen and (max-width: 791px) {
  body header .module-social-menu ul,
  body header.fixed .module-social-menu ul {
    gap: 8px;
    align-items: flex-start;
    width: 100%;
  }
}
body header .module-social-menu.variation-social-mira-v2,
body header.fixed .module-social-menu.variation-social-mira-v2 {
  text-align: right;
}
body header .module-social-menu.variation-social-mira-v2 ul,
body header.fixed .module-social-menu.variation-social-mira-v2 ul {
  width: 100%;
}
body header .module-social-menu.variation-social-mira-v2 .social__item.facebook a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.facebook a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.instagram a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.instagram a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.linkedin a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.linkedin a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.facebook a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.facebook a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.instagram a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.instagram a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.linkedin a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.linkedin a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.facebook a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.facebook a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.instagram a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.instagram a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.linkedin a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.linkedin a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg circle {
  stroke: #000d19 /* @txt-header */;
}
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube a svg circle {
  fill: #000d19 /* @txt-header */;
}
body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg circle {
  fill: none;
}
body header .module-social-menu.variation-social-mira-v2 .social__item.pinterest a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.pinterest a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.google-plus a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.google-plus a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.dailymotion a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.dailymotion a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.tiktok a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.tiktok a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.twitter a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.twitter a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.pinterest a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.pinterest a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.google-plus a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.google-plus a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.dailymotion a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.dailymotion a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.tiktok a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.tiktok a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.twitter a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.twitter a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.pinterest a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.pinterest a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.google-plus a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.google-plus a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.dailymotion a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.dailymotion a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.tiktok a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.tiktok a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.twitter a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.twitter a svg circle {
  fill: #000d19 /* @txt-header */;
}
body.menu-open:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(35, 35, 35, 0.8);
  display: block;
  height: 100vh;
  width: 100vw;
  z-index: 9;
}
.button,
button.submit {
  display: inline-block;
  width: fit-content;
  cursor: pointer;
  padding: 8px 12px /* @padding-s */;
  color: #ffffff /* @txt-btn */;
  border: #b37a2a 0.5px solid /* @border-btn */;
  background: #b37a2a /* @bg-btn */;
  font-size: 16px /* @txt-l */;
  font-weight: 500 /* @weight-m */;
  transition: 0.3s;
}
.button span,
button.submit span {
  color: #ffffff /* @txt-btn */;
}
.button:hover,
button.submit:hover {
  color: #ffffff /* @hover-txt-btn */;
  background: #906324 /* @hover-bg-btn */;
  border: #906324 0.5px solid /* @hover-border-btn */;
}
.button:hover span,
button.submit:hover span {
  color: #ffffff /* @hover-txt-btn */;
}
.btn-d {
  background: black;
}
.btn-l {
  background: white;
  color: black;
}
.bg .button,
.bg button.submit {
  color: #ffffff /* @txt-btn-onBg */;
  border: #b37a2a /* @border-btn-onBg */ 0.5px solid;
  background: #b37a2a /* @bg-btn-onBg */;
}
.bg .button span,
.bg button.submit span {
  color: #ffffff /* @txt-btn-onBg */;
}
.bg .button:hover,
.bg button.submit:hover {
  color: #ffffff /* @hover-txt-onBg */;
  background: #895d20 /* @hover-bg-btn-onBg */;
  border: #895d20 /* @hover-border-btn-onBg */ 0.5px solid;
}
.bg .button:hover span,
.bg button.submit:hover span {
  color: #ffffff /* @hover-txt-onBg */;
}
.module:not(form) .agency-contact-contact .phone,
.module:not(form) .agency-contact-contact .mail,
.module:not(form) .agency-contact-contact .email,
.module:not(form) .info-contact .fax,
.module:not(form) .info-contact .mobile,
.module:not(form) .info-contact .email,
.module:not(form) .info-contact .phone,
.module:not(form) .address,
.module:not(form) .user-contact-property-mobile,
.module:not(form) .user-contact-property-phone,
.module:not(form) .user-contact-property-fax,
.module:not(form) .user-contact-property-mail,
.module:not(form) .user-contact-property-email,
.module:not(form) .user-contact-property-whatsapp,
.module:not(form) .agency-contact-address,
.module:not(form) .info-name {
  display: flex;
  align-items: center;
  gap: 10px /* @gap-xs */;
  transition: opacity 0.3s ease-in-out;
}
.module:not(form) .agency-contact-contact .phone .icon,
.module:not(form) .agency-contact-contact .mail .icon,
.module:not(form) .agency-contact-contact .email .icon,
.module:not(form) .info-contact .fax .icon,
.module:not(form) .info-contact .mobile .icon,
.module:not(form) .info-contact .email .icon,
.module:not(form) .info-contact .phone .icon,
.module:not(form) .address .icon,
.module:not(form) .user-contact-property-mobile .icon,
.module:not(form) .user-contact-property-phone .icon,
.module:not(form) .user-contact-property-fax .icon,
.module:not(form) .user-contact-property-mail .icon,
.module:not(form) .user-contact-property-email .icon,
.module:not(form) .user-contact-property-whatsapp .icon,
.module:not(form) .agency-contact-address .icon,
.module:not(form) .info-name .icon,
.module:not(form) .agency-contact-contact .phone .user-contact-property-icon,
.module:not(form) .agency-contact-contact .mail .user-contact-property-icon,
.module:not(form) .agency-contact-contact .email .user-contact-property-icon,
.module:not(form) .info-contact .fax .user-contact-property-icon,
.module:not(form) .info-contact .mobile .user-contact-property-icon,
.module:not(form) .info-contact .email .user-contact-property-icon,
.module:not(form) .info-contact .phone .user-contact-property-icon,
.module:not(form) .address .user-contact-property-icon,
.module:not(form) .user-contact-property-mobile .user-contact-property-icon,
.module:not(form) .user-contact-property-phone .user-contact-property-icon,
.module:not(form) .user-contact-property-fax .user-contact-property-icon,
.module:not(form) .user-contact-property-mail .user-contact-property-icon,
.module:not(form) .user-contact-property-email .user-contact-property-icon,
.module:not(form) .user-contact-property-whatsapp .user-contact-property-icon,
.module:not(form) .agency-contact-address .user-contact-property-icon,
.module:not(form) .info-name .user-contact-property-icon,
.module:not(form) .agency-contact-contact .phone .user-card-icon,
.module:not(form) .agency-contact-contact .mail .user-card-icon,
.module:not(form) .agency-contact-contact .email .user-card-icon,
.module:not(form) .info-contact .fax .user-card-icon,
.module:not(form) .info-contact .mobile .user-card-icon,
.module:not(form) .info-contact .email .user-card-icon,
.module:not(form) .info-contact .phone .user-card-icon,
.module:not(form) .address .user-card-icon,
.module:not(form) .user-contact-property-mobile .user-card-icon,
.module:not(form) .user-contact-property-phone .user-card-icon,
.module:not(form) .user-contact-property-fax .user-card-icon,
.module:not(form) .user-contact-property-mail .user-card-icon,
.module:not(form) .user-contact-property-email .user-card-icon,
.module:not(form) .user-contact-property-whatsapp .user-card-icon,
.module:not(form) .agency-contact-address .user-card-icon,
.module:not(form) .info-name .user-card-icon,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon,
.module:not(form) .agency-contact-contact .email .agency-contact-icon,
.module:not(form) .info-contact .fax .agency-contact-icon,
.module:not(form) .info-contact .mobile .agency-contact-icon,
.module:not(form) .info-contact .email .agency-contact-icon,
.module:not(form) .info-contact .phone .agency-contact-icon,
.module:not(form) .address .agency-contact-icon,
.module:not(form) .user-contact-property-mobile .agency-contact-icon,
.module:not(form) .user-contact-property-phone .agency-contact-icon,
.module:not(form) .user-contact-property-fax .agency-contact-icon,
.module:not(form) .user-contact-property-mail .agency-contact-icon,
.module:not(form) .user-contact-property-email .agency-contact-icon,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon,
.module:not(form) .agency-contact-address .agency-contact-icon,
.module:not(form) .info-name .agency-contact-icon,
.module:not(form) .agency-contact-contact .phone .agency-details-icon,
.module:not(form) .agency-contact-contact .mail .agency-details-icon,
.module:not(form) .agency-contact-contact .email .agency-details-icon,
.module:not(form) .info-contact .fax .agency-details-icon,
.module:not(form) .info-contact .mobile .agency-details-icon,
.module:not(form) .info-contact .email .agency-details-icon,
.module:not(form) .info-contact .phone .agency-details-icon,
.module:not(form) .address .agency-details-icon,
.module:not(form) .user-contact-property-mobile .agency-details-icon,
.module:not(form) .user-contact-property-phone .agency-details-icon,
.module:not(form) .user-contact-property-fax .agency-details-icon,
.module:not(form) .user-contact-property-mail .agency-details-icon,
.module:not(form) .user-contact-property-email .agency-details-icon,
.module:not(form) .user-contact-property-whatsapp .agency-details-icon,
.module:not(form) .agency-contact-address .agency-details-icon,
.module:not(form) .info-name .agency-details-icon,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon,
.module:not(form) .agency-contact-contact .email .agency-contact-icon,
.module:not(form) .info-contact .fax .agency-contact-icon,
.module:not(form) .info-contact .mobile .agency-contact-icon,
.module:not(form) .info-contact .email .agency-contact-icon,
.module:not(form) .info-contact .phone .agency-contact-icon,
.module:not(form) .address .agency-contact-icon,
.module:not(form) .user-contact-property-mobile .agency-contact-icon,
.module:not(form) .user-contact-property-phone .agency-contact-icon,
.module:not(form) .user-contact-property-fax .agency-contact-icon,
.module:not(form) .user-contact-property-mail .agency-contact-icon,
.module:not(form) .user-contact-property-email .agency-contact-icon,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon,
.module:not(form) .agency-contact-address .agency-contact-icon,
.module:not(form) .info-name .agency-contact-icon,
.module:not(form) .agency-contact-contact .phone .info-name-icon,
.module:not(form) .agency-contact-contact .mail .info-name-icon,
.module:not(form) .agency-contact-contact .email .info-name-icon,
.module:not(form) .info-contact .fax .info-name-icon,
.module:not(form) .info-contact .mobile .info-name-icon,
.module:not(form) .info-contact .email .info-name-icon,
.module:not(form) .info-contact .phone .info-name-icon,
.module:not(form) .address .info-name-icon,
.module:not(form) .user-contact-property-mobile .info-name-icon,
.module:not(form) .user-contact-property-phone .info-name-icon,
.module:not(form) .user-contact-property-fax .info-name-icon,
.module:not(form) .user-contact-property-mail .info-name-icon,
.module:not(form) .user-contact-property-email .info-name-icon,
.module:not(form) .user-contact-property-whatsapp .info-name-icon,
.module:not(form) .agency-contact-address .info-name-icon,
.module:not(form) .info-name .info-name-icon {
  position: relative;
  height: 40px;
}
.module:not(form) .agency-contact-contact .phone .icon::before,
.module:not(form) .agency-contact-contact .mail .icon::before,
.module:not(form) .agency-contact-contact .email .icon::before,
.module:not(form) .info-contact .fax .icon::before,
.module:not(form) .info-contact .mobile .icon::before,
.module:not(form) .info-contact .email .icon::before,
.module:not(form) .info-contact .phone .icon::before,
.module:not(form) .address .icon::before,
.module:not(form) .user-contact-property-mobile .icon::before,
.module:not(form) .user-contact-property-phone .icon::before,
.module:not(form) .user-contact-property-fax .icon::before,
.module:not(form) .user-contact-property-mail .icon::before,
.module:not(form) .user-contact-property-email .icon::before,
.module:not(form) .user-contact-property-whatsapp .icon::before,
.module:not(form) .agency-contact-address .icon::before,
.module:not(form) .info-name .icon::before,
.module:not(form) .agency-contact-contact .phone .user-contact-property-icon::before,
.module:not(form) .agency-contact-contact .mail .user-contact-property-icon::before,
.module:not(form) .agency-contact-contact .email .user-contact-property-icon::before,
.module:not(form) .info-contact .fax .user-contact-property-icon::before,
.module:not(form) .info-contact .mobile .user-contact-property-icon::before,
.module:not(form) .info-contact .email .user-contact-property-icon::before,
.module:not(form) .info-contact .phone .user-contact-property-icon::before,
.module:not(form) .address .user-contact-property-icon::before,
.module:not(form) .user-contact-property-mobile .user-contact-property-icon::before,
.module:not(form) .user-contact-property-phone .user-contact-property-icon::before,
.module:not(form) .user-contact-property-fax .user-contact-property-icon::before,
.module:not(form) .user-contact-property-mail .user-contact-property-icon::before,
.module:not(form) .user-contact-property-email .user-contact-property-icon::before,
.module:not(form) .user-contact-property-whatsapp .user-contact-property-icon::before,
.module:not(form) .agency-contact-address .user-contact-property-icon::before,
.module:not(form) .info-name .user-contact-property-icon::before,
.module:not(form) .agency-contact-contact .phone .user-card-icon::before,
.module:not(form) .agency-contact-contact .mail .user-card-icon::before,
.module:not(form) .agency-contact-contact .email .user-card-icon::before,
.module:not(form) .info-contact .fax .user-card-icon::before,
.module:not(form) .info-contact .mobile .user-card-icon::before,
.module:not(form) .info-contact .email .user-card-icon::before,
.module:not(form) .info-contact .phone .user-card-icon::before,
.module:not(form) .address .user-card-icon::before,
.module:not(form) .user-contact-property-mobile .user-card-icon::before,
.module:not(form) .user-contact-property-phone .user-card-icon::before,
.module:not(form) .user-contact-property-fax .user-card-icon::before,
.module:not(form) .user-contact-property-mail .user-card-icon::before,
.module:not(form) .user-contact-property-email .user-card-icon::before,
.module:not(form) .user-contact-property-whatsapp .user-card-icon::before,
.module:not(form) .agency-contact-address .user-card-icon::before,
.module:not(form) .info-name .user-card-icon::before,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon::before,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon::before,
.module:not(form) .agency-contact-contact .email .agency-contact-icon::before,
.module:not(form) .info-contact .fax .agency-contact-icon::before,
.module:not(form) .info-contact .mobile .agency-contact-icon::before,
.module:not(form) .info-contact .email .agency-contact-icon::before,
.module:not(form) .info-contact .phone .agency-contact-icon::before,
.module:not(form) .address .agency-contact-icon::before,
.module:not(form) .user-contact-property-mobile .agency-contact-icon::before,
.module:not(form) .user-contact-property-phone .agency-contact-icon::before,
.module:not(form) .user-contact-property-fax .agency-contact-icon::before,
.module:not(form) .user-contact-property-mail .agency-contact-icon::before,
.module:not(form) .user-contact-property-email .agency-contact-icon::before,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon::before,
.module:not(form) .agency-contact-address .agency-contact-icon::before,
.module:not(form) .info-name .agency-contact-icon::before,
.module:not(form) .agency-contact-contact .phone .agency-details-icon::before,
.module:not(form) .agency-contact-contact .mail .agency-details-icon::before,
.module:not(form) .agency-contact-contact .email .agency-details-icon::before,
.module:not(form) .info-contact .fax .agency-details-icon::before,
.module:not(form) .info-contact .mobile .agency-details-icon::before,
.module:not(form) .info-contact .email .agency-details-icon::before,
.module:not(form) .info-contact .phone .agency-details-icon::before,
.module:not(form) .address .agency-details-icon::before,
.module:not(form) .user-contact-property-mobile .agency-details-icon::before,
.module:not(form) .user-contact-property-phone .agency-details-icon::before,
.module:not(form) .user-contact-property-fax .agency-details-icon::before,
.module:not(form) .user-contact-property-mail .agency-details-icon::before,
.module:not(form) .user-contact-property-email .agency-details-icon::before,
.module:not(form) .user-contact-property-whatsapp .agency-details-icon::before,
.module:not(form) .agency-contact-address .agency-details-icon::before,
.module:not(form) .info-name .agency-details-icon::before,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon::before,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon::before,
.module:not(form) .agency-contact-contact .email .agency-contact-icon::before,
.module:not(form) .info-contact .fax .agency-contact-icon::before,
.module:not(form) .info-contact .mobile .agency-contact-icon::before,
.module:not(form) .info-contact .email .agency-contact-icon::before,
.module:not(form) .info-contact .phone .agency-contact-icon::before,
.module:not(form) .address .agency-contact-icon::before,
.module:not(form) .user-contact-property-mobile .agency-contact-icon::before,
.module:not(form) .user-contact-property-phone .agency-contact-icon::before,
.module:not(form) .user-contact-property-fax .agency-contact-icon::before,
.module:not(form) .user-contact-property-mail .agency-contact-icon::before,
.module:not(form) .user-contact-property-email .agency-contact-icon::before,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon::before,
.module:not(form) .agency-contact-address .agency-contact-icon::before,
.module:not(form) .info-name .agency-contact-icon::before,
.module:not(form) .agency-contact-contact .phone .info-name-icon::before,
.module:not(form) .agency-contact-contact .mail .info-name-icon::before,
.module:not(form) .agency-contact-contact .email .info-name-icon::before,
.module:not(form) .info-contact .fax .info-name-icon::before,
.module:not(form) .info-contact .mobile .info-name-icon::before,
.module:not(form) .info-contact .email .info-name-icon::before,
.module:not(form) .info-contact .phone .info-name-icon::before,
.module:not(form) .address .info-name-icon::before,
.module:not(form) .user-contact-property-mobile .info-name-icon::before,
.module:not(form) .user-contact-property-phone .info-name-icon::before,
.module:not(form) .user-contact-property-fax .info-name-icon::before,
.module:not(form) .user-contact-property-mail .info-name-icon::before,
.module:not(form) .user-contact-property-email .info-name-icon::before,
.module:not(form) .user-contact-property-whatsapp .info-name-icon::before,
.module:not(form) .agency-contact-address .info-name-icon::before,
.module:not(form) .info-name .info-name-icon::before {
  content: "";
  display: inline-block;
  align-self: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  /* @clip-path*/
  background: #230c0f;
  color: #ffffff;
  width: 40px;
  height: 40px;
}
.module:not(form) .agency-contact-contact .phone .icon svg,
.module:not(form) .agency-contact-contact .mail .icon svg,
.module:not(form) .agency-contact-contact .email .icon svg,
.module:not(form) .info-contact .fax .icon svg,
.module:not(form) .info-contact .mobile .icon svg,
.module:not(form) .info-contact .email .icon svg,
.module:not(form) .info-contact .phone .icon svg,
.module:not(form) .address .icon svg,
.module:not(form) .user-contact-property-mobile .icon svg,
.module:not(form) .user-contact-property-phone .icon svg,
.module:not(form) .user-contact-property-fax .icon svg,
.module:not(form) .user-contact-property-mail .icon svg,
.module:not(form) .user-contact-property-email .icon svg,
.module:not(form) .user-contact-property-whatsapp .icon svg,
.module:not(form) .agency-contact-address .icon svg,
.module:not(form) .info-name .icon svg,
.module:not(form) .agency-contact-contact .phone .user-contact-property-icon svg,
.module:not(form) .agency-contact-contact .mail .user-contact-property-icon svg,
.module:not(form) .agency-contact-contact .email .user-contact-property-icon svg,
.module:not(form) .info-contact .fax .user-contact-property-icon svg,
.module:not(form) .info-contact .mobile .user-contact-property-icon svg,
.module:not(form) .info-contact .email .user-contact-property-icon svg,
.module:not(form) .info-contact .phone .user-contact-property-icon svg,
.module:not(form) .address .user-contact-property-icon svg,
.module:not(form) .user-contact-property-mobile .user-contact-property-icon svg,
.module:not(form) .user-contact-property-phone .user-contact-property-icon svg,
.module:not(form) .user-contact-property-fax .user-contact-property-icon svg,
.module:not(form) .user-contact-property-mail .user-contact-property-icon svg,
.module:not(form) .user-contact-property-email .user-contact-property-icon svg,
.module:not(form) .user-contact-property-whatsapp .user-contact-property-icon svg,
.module:not(form) .agency-contact-address .user-contact-property-icon svg,
.module:not(form) .info-name .user-contact-property-icon svg,
.module:not(form) .agency-contact-contact .phone .user-card-icon svg,
.module:not(form) .agency-contact-contact .mail .user-card-icon svg,
.module:not(form) .agency-contact-contact .email .user-card-icon svg,
.module:not(form) .info-contact .fax .user-card-icon svg,
.module:not(form) .info-contact .mobile .user-card-icon svg,
.module:not(form) .info-contact .email .user-card-icon svg,
.module:not(form) .info-contact .phone .user-card-icon svg,
.module:not(form) .address .user-card-icon svg,
.module:not(form) .user-contact-property-mobile .user-card-icon svg,
.module:not(form) .user-contact-property-phone .user-card-icon svg,
.module:not(form) .user-contact-property-fax .user-card-icon svg,
.module:not(form) .user-contact-property-mail .user-card-icon svg,
.module:not(form) .user-contact-property-email .user-card-icon svg,
.module:not(form) .user-contact-property-whatsapp .user-card-icon svg,
.module:not(form) .agency-contact-address .user-card-icon svg,
.module:not(form) .info-name .user-card-icon svg,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg,
.module:not(form) .info-contact .fax .agency-contact-icon svg,
.module:not(form) .info-contact .mobile .agency-contact-icon svg,
.module:not(form) .info-contact .email .agency-contact-icon svg,
.module:not(form) .info-contact .phone .agency-contact-icon svg,
.module:not(form) .address .agency-contact-icon svg,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg,
.module:not(form) .user-contact-property-email .agency-contact-icon svg,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg,
.module:not(form) .agency-contact-address .agency-contact-icon svg,
.module:not(form) .info-name .agency-contact-icon svg,
.module:not(form) .agency-contact-contact .phone .agency-details-icon svg,
.module:not(form) .agency-contact-contact .mail .agency-details-icon svg,
.module:not(form) .agency-contact-contact .email .agency-details-icon svg,
.module:not(form) .info-contact .fax .agency-details-icon svg,
.module:not(form) .info-contact .mobile .agency-details-icon svg,
.module:not(form) .info-contact .email .agency-details-icon svg,
.module:not(form) .info-contact .phone .agency-details-icon svg,
.module:not(form) .address .agency-details-icon svg,
.module:not(form) .user-contact-property-mobile .agency-details-icon svg,
.module:not(form) .user-contact-property-phone .agency-details-icon svg,
.module:not(form) .user-contact-property-fax .agency-details-icon svg,
.module:not(form) .user-contact-property-mail .agency-details-icon svg,
.module:not(form) .user-contact-property-email .agency-details-icon svg,
.module:not(form) .user-contact-property-whatsapp .agency-details-icon svg,
.module:not(form) .agency-contact-address .agency-details-icon svg,
.module:not(form) .info-name .agency-details-icon svg,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg,
.module:not(form) .info-contact .fax .agency-contact-icon svg,
.module:not(form) .info-contact .mobile .agency-contact-icon svg,
.module:not(form) .info-contact .email .agency-contact-icon svg,
.module:not(form) .info-contact .phone .agency-contact-icon svg,
.module:not(form) .address .agency-contact-icon svg,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg,
.module:not(form) .user-contact-property-email .agency-contact-icon svg,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg,
.module:not(form) .agency-contact-address .agency-contact-icon svg,
.module:not(form) .info-name .agency-contact-icon svg,
.module:not(form) .agency-contact-contact .phone .info-name-icon svg,
.module:not(form) .agency-contact-contact .mail .info-name-icon svg,
.module:not(form) .agency-contact-contact .email .info-name-icon svg,
.module:not(form) .info-contact .fax .info-name-icon svg,
.module:not(form) .info-contact .mobile .info-name-icon svg,
.module:not(form) .info-contact .email .info-name-icon svg,
.module:not(form) .info-contact .phone .info-name-icon svg,
.module:not(form) .address .info-name-icon svg,
.module:not(form) .user-contact-property-mobile .info-name-icon svg,
.module:not(form) .user-contact-property-phone .info-name-icon svg,
.module:not(form) .user-contact-property-fax .info-name-icon svg,
.module:not(form) .user-contact-property-mail .info-name-icon svg,
.module:not(form) .user-contact-property-email .info-name-icon svg,
.module:not(form) .user-contact-property-whatsapp .info-name-icon svg,
.module:not(form) .agency-contact-address .info-name-icon svg,
.module:not(form) .info-name .info-name-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}
.module:not(form) .agency-contact-contact .phone .icon svg path,
.module:not(form) .agency-contact-contact .mail .icon svg path,
.module:not(form) .agency-contact-contact .email .icon svg path,
.module:not(form) .info-contact .fax .icon svg path,
.module:not(form) .info-contact .mobile .icon svg path,
.module:not(form) .info-contact .email .icon svg path,
.module:not(form) .info-contact .phone .icon svg path,
.module:not(form) .address .icon svg path,
.module:not(form) .user-contact-property-mobile .icon svg path,
.module:not(form) .user-contact-property-phone .icon svg path,
.module:not(form) .user-contact-property-fax .icon svg path,
.module:not(form) .user-contact-property-mail .icon svg path,
.module:not(form) .user-contact-property-email .icon svg path,
.module:not(form) .user-contact-property-whatsapp .icon svg path,
.module:not(form) .agency-contact-address .icon svg path,
.module:not(form) .info-name .icon svg path,
.module:not(form) .agency-contact-contact .phone .user-contact-property-icon svg path,
.module:not(form) .agency-contact-contact .mail .user-contact-property-icon svg path,
.module:not(form) .agency-contact-contact .email .user-contact-property-icon svg path,
.module:not(form) .info-contact .fax .user-contact-property-icon svg path,
.module:not(form) .info-contact .mobile .user-contact-property-icon svg path,
.module:not(form) .info-contact .email .user-contact-property-icon svg path,
.module:not(form) .info-contact .phone .user-contact-property-icon svg path,
.module:not(form) .address .user-contact-property-icon svg path,
.module:not(form) .user-contact-property-mobile .user-contact-property-icon svg path,
.module:not(form) .user-contact-property-phone .user-contact-property-icon svg path,
.module:not(form) .user-contact-property-fax .user-contact-property-icon svg path,
.module:not(form) .user-contact-property-mail .user-contact-property-icon svg path,
.module:not(form) .user-contact-property-email .user-contact-property-icon svg path,
.module:not(form) .user-contact-property-whatsapp .user-contact-property-icon svg path,
.module:not(form) .agency-contact-address .user-contact-property-icon svg path,
.module:not(form) .info-name .user-contact-property-icon svg path,
.module:not(form) .agency-contact-contact .phone .user-card-icon svg path,
.module:not(form) .agency-contact-contact .mail .user-card-icon svg path,
.module:not(form) .agency-contact-contact .email .user-card-icon svg path,
.module:not(form) .info-contact .fax .user-card-icon svg path,
.module:not(form) .info-contact .mobile .user-card-icon svg path,
.module:not(form) .info-contact .email .user-card-icon svg path,
.module:not(form) .info-contact .phone .user-card-icon svg path,
.module:not(form) .address .user-card-icon svg path,
.module:not(form) .user-contact-property-mobile .user-card-icon svg path,
.module:not(form) .user-contact-property-phone .user-card-icon svg path,
.module:not(form) .user-contact-property-fax .user-card-icon svg path,
.module:not(form) .user-contact-property-mail .user-card-icon svg path,
.module:not(form) .user-contact-property-email .user-card-icon svg path,
.module:not(form) .user-contact-property-whatsapp .user-card-icon svg path,
.module:not(form) .agency-contact-address .user-card-icon svg path,
.module:not(form) .info-name .user-card-icon svg path,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg path,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg path,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg path,
.module:not(form) .info-contact .fax .agency-contact-icon svg path,
.module:not(form) .info-contact .mobile .agency-contact-icon svg path,
.module:not(form) .info-contact .email .agency-contact-icon svg path,
.module:not(form) .info-contact .phone .agency-contact-icon svg path,
.module:not(form) .address .agency-contact-icon svg path,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg path,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg path,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg path,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg path,
.module:not(form) .user-contact-property-email .agency-contact-icon svg path,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg path,
.module:not(form) .agency-contact-address .agency-contact-icon svg path,
.module:not(form) .info-name .agency-contact-icon svg path,
.module:not(form) .agency-contact-contact .phone .agency-details-icon svg path,
.module:not(form) .agency-contact-contact .mail .agency-details-icon svg path,
.module:not(form) .agency-contact-contact .email .agency-details-icon svg path,
.module:not(form) .info-contact .fax .agency-details-icon svg path,
.module:not(form) .info-contact .mobile .agency-details-icon svg path,
.module:not(form) .info-contact .email .agency-details-icon svg path,
.module:not(form) .info-contact .phone .agency-details-icon svg path,
.module:not(form) .address .agency-details-icon svg path,
.module:not(form) .user-contact-property-mobile .agency-details-icon svg path,
.module:not(form) .user-contact-property-phone .agency-details-icon svg path,
.module:not(form) .user-contact-property-fax .agency-details-icon svg path,
.module:not(form) .user-contact-property-mail .agency-details-icon svg path,
.module:not(form) .user-contact-property-email .agency-details-icon svg path,
.module:not(form) .user-contact-property-whatsapp .agency-details-icon svg path,
.module:not(form) .agency-contact-address .agency-details-icon svg path,
.module:not(form) .info-name .agency-details-icon svg path,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg path,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg path,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg path,
.module:not(form) .info-contact .fax .agency-contact-icon svg path,
.module:not(form) .info-contact .mobile .agency-contact-icon svg path,
.module:not(form) .info-contact .email .agency-contact-icon svg path,
.module:not(form) .info-contact .phone .agency-contact-icon svg path,
.module:not(form) .address .agency-contact-icon svg path,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg path,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg path,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg path,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg path,
.module:not(form) .user-contact-property-email .agency-contact-icon svg path,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg path,
.module:not(form) .agency-contact-address .agency-contact-icon svg path,
.module:not(form) .info-name .agency-contact-icon svg path,
.module:not(form) .agency-contact-contact .phone .info-name-icon svg path,
.module:not(form) .agency-contact-contact .mail .info-name-icon svg path,
.module:not(form) .agency-contact-contact .email .info-name-icon svg path,
.module:not(form) .info-contact .fax .info-name-icon svg path,
.module:not(form) .info-contact .mobile .info-name-icon svg path,
.module:not(form) .info-contact .email .info-name-icon svg path,
.module:not(form) .info-contact .phone .info-name-icon svg path,
.module:not(form) .address .info-name-icon svg path,
.module:not(form) .user-contact-property-mobile .info-name-icon svg path,
.module:not(form) .user-contact-property-phone .info-name-icon svg path,
.module:not(form) .user-contact-property-fax .info-name-icon svg path,
.module:not(form) .user-contact-property-mail .info-name-icon svg path,
.module:not(form) .user-contact-property-email .info-name-icon svg path,
.module:not(form) .user-contact-property-whatsapp .info-name-icon svg path,
.module:not(form) .agency-contact-address .info-name-icon svg path,
.module:not(form) .info-name .info-name-icon svg path,
.module:not(form) .agency-contact-contact .phone .icon svg rect,
.module:not(form) .agency-contact-contact .mail .icon svg rect,
.module:not(form) .agency-contact-contact .email .icon svg rect,
.module:not(form) .info-contact .fax .icon svg rect,
.module:not(form) .info-contact .mobile .icon svg rect,
.module:not(form) .info-contact .email .icon svg rect,
.module:not(form) .info-contact .phone .icon svg rect,
.module:not(form) .address .icon svg rect,
.module:not(form) .user-contact-property-mobile .icon svg rect,
.module:not(form) .user-contact-property-phone .icon svg rect,
.module:not(form) .user-contact-property-fax .icon svg rect,
.module:not(form) .user-contact-property-mail .icon svg rect,
.module:not(form) .user-contact-property-email .icon svg rect,
.module:not(form) .user-contact-property-whatsapp .icon svg rect,
.module:not(form) .agency-contact-address .icon svg rect,
.module:not(form) .info-name .icon svg rect,
.module:not(form) .agency-contact-contact .phone .user-contact-property-icon svg rect,
.module:not(form) .agency-contact-contact .mail .user-contact-property-icon svg rect,
.module:not(form) .agency-contact-contact .email .user-contact-property-icon svg rect,
.module:not(form) .info-contact .fax .user-contact-property-icon svg rect,
.module:not(form) .info-contact .mobile .user-contact-property-icon svg rect,
.module:not(form) .info-contact .email .user-contact-property-icon svg rect,
.module:not(form) .info-contact .phone .user-contact-property-icon svg rect,
.module:not(form) .address .user-contact-property-icon svg rect,
.module:not(form) .user-contact-property-mobile .user-contact-property-icon svg rect,
.module:not(form) .user-contact-property-phone .user-contact-property-icon svg rect,
.module:not(form) .user-contact-property-fax .user-contact-property-icon svg rect,
.module:not(form) .user-contact-property-mail .user-contact-property-icon svg rect,
.module:not(form) .user-contact-property-email .user-contact-property-icon svg rect,
.module:not(form) .user-contact-property-whatsapp .user-contact-property-icon svg rect,
.module:not(form) .agency-contact-address .user-contact-property-icon svg rect,
.module:not(form) .info-name .user-contact-property-icon svg rect,
.module:not(form) .agency-contact-contact .phone .user-card-icon svg rect,
.module:not(form) .agency-contact-contact .mail .user-card-icon svg rect,
.module:not(form) .agency-contact-contact .email .user-card-icon svg rect,
.module:not(form) .info-contact .fax .user-card-icon svg rect,
.module:not(form) .info-contact .mobile .user-card-icon svg rect,
.module:not(form) .info-contact .email .user-card-icon svg rect,
.module:not(form) .info-contact .phone .user-card-icon svg rect,
.module:not(form) .address .user-card-icon svg rect,
.module:not(form) .user-contact-property-mobile .user-card-icon svg rect,
.module:not(form) .user-contact-property-phone .user-card-icon svg rect,
.module:not(form) .user-contact-property-fax .user-card-icon svg rect,
.module:not(form) .user-contact-property-mail .user-card-icon svg rect,
.module:not(form) .user-contact-property-email .user-card-icon svg rect,
.module:not(form) .user-contact-property-whatsapp .user-card-icon svg rect,
.module:not(form) .agency-contact-address .user-card-icon svg rect,
.module:not(form) .info-name .user-card-icon svg rect,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg rect,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg rect,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg rect,
.module:not(form) .info-contact .fax .agency-contact-icon svg rect,
.module:not(form) .info-contact .mobile .agency-contact-icon svg rect,
.module:not(form) .info-contact .email .agency-contact-icon svg rect,
.module:not(form) .info-contact .phone .agency-contact-icon svg rect,
.module:not(form) .address .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-email .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg rect,
.module:not(form) .agency-contact-address .agency-contact-icon svg rect,
.module:not(form) .info-name .agency-contact-icon svg rect,
.module:not(form) .agency-contact-contact .phone .agency-details-icon svg rect,
.module:not(form) .agency-contact-contact .mail .agency-details-icon svg rect,
.module:not(form) .agency-contact-contact .email .agency-details-icon svg rect,
.module:not(form) .info-contact .fax .agency-details-icon svg rect,
.module:not(form) .info-contact .mobile .agency-details-icon svg rect,
.module:not(form) .info-contact .email .agency-details-icon svg rect,
.module:not(form) .info-contact .phone .agency-details-icon svg rect,
.module:not(form) .address .agency-details-icon svg rect,
.module:not(form) .user-contact-property-mobile .agency-details-icon svg rect,
.module:not(form) .user-contact-property-phone .agency-details-icon svg rect,
.module:not(form) .user-contact-property-fax .agency-details-icon svg rect,
.module:not(form) .user-contact-property-mail .agency-details-icon svg rect,
.module:not(form) .user-contact-property-email .agency-details-icon svg rect,
.module:not(form) .user-contact-property-whatsapp .agency-details-icon svg rect,
.module:not(form) .agency-contact-address .agency-details-icon svg rect,
.module:not(form) .info-name .agency-details-icon svg rect,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg rect,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg rect,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg rect,
.module:not(form) .info-contact .fax .agency-contact-icon svg rect,
.module:not(form) .info-contact .mobile .agency-contact-icon svg rect,
.module:not(form) .info-contact .email .agency-contact-icon svg rect,
.module:not(form) .info-contact .phone .agency-contact-icon svg rect,
.module:not(form) .address .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-email .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg rect,
.module:not(form) .agency-contact-address .agency-contact-icon svg rect,
.module:not(form) .info-name .agency-contact-icon svg rect,
.module:not(form) .agency-contact-contact .phone .info-name-icon svg rect,
.module:not(form) .agency-contact-contact .mail .info-name-icon svg rect,
.module:not(form) .agency-contact-contact .email .info-name-icon svg rect,
.module:not(form) .info-contact .fax .info-name-icon svg rect,
.module:not(form) .info-contact .mobile .info-name-icon svg rect,
.module:not(form) .info-contact .email .info-name-icon svg rect,
.module:not(form) .info-contact .phone .info-name-icon svg rect,
.module:not(form) .address .info-name-icon svg rect,
.module:not(form) .user-contact-property-mobile .info-name-icon svg rect,
.module:not(form) .user-contact-property-phone .info-name-icon svg rect,
.module:not(form) .user-contact-property-fax .info-name-icon svg rect,
.module:not(form) .user-contact-property-mail .info-name-icon svg rect,
.module:not(form) .user-contact-property-email .info-name-icon svg rect,
.module:not(form) .user-contact-property-whatsapp .info-name-icon svg rect,
.module:not(form) .agency-contact-address .info-name-icon svg rect,
.module:not(form) .info-name .info-name-icon svg rect,
.module:not(form) .agency-contact-contact .phone .icon svg circle,
.module:not(form) .agency-contact-contact .mail .icon svg circle,
.module:not(form) .agency-contact-contact .email .icon svg circle,
.module:not(form) .info-contact .fax .icon svg circle,
.module:not(form) .info-contact .mobile .icon svg circle,
.module:not(form) .info-contact .email .icon svg circle,
.module:not(form) .info-contact .phone .icon svg circle,
.module:not(form) .address .icon svg circle,
.module:not(form) .user-contact-property-mobile .icon svg circle,
.module:not(form) .user-contact-property-phone .icon svg circle,
.module:not(form) .user-contact-property-fax .icon svg circle,
.module:not(form) .user-contact-property-mail .icon svg circle,
.module:not(form) .user-contact-property-email .icon svg circle,
.module:not(form) .user-contact-property-whatsapp .icon svg circle,
.module:not(form) .agency-contact-address .icon svg circle,
.module:not(form) .info-name .icon svg circle,
.module:not(form) .agency-contact-contact .phone .user-contact-property-icon svg circle,
.module:not(form) .agency-contact-contact .mail .user-contact-property-icon svg circle,
.module:not(form) .agency-contact-contact .email .user-contact-property-icon svg circle,
.module:not(form) .info-contact .fax .user-contact-property-icon svg circle,
.module:not(form) .info-contact .mobile .user-contact-property-icon svg circle,
.module:not(form) .info-contact .email .user-contact-property-icon svg circle,
.module:not(form) .info-contact .phone .user-contact-property-icon svg circle,
.module:not(form) .address .user-contact-property-icon svg circle,
.module:not(form) .user-contact-property-mobile .user-contact-property-icon svg circle,
.module:not(form) .user-contact-property-phone .user-contact-property-icon svg circle,
.module:not(form) .user-contact-property-fax .user-contact-property-icon svg circle,
.module:not(form) .user-contact-property-mail .user-contact-property-icon svg circle,
.module:not(form) .user-contact-property-email .user-contact-property-icon svg circle,
.module:not(form) .user-contact-property-whatsapp .user-contact-property-icon svg circle,
.module:not(form) .agency-contact-address .user-contact-property-icon svg circle,
.module:not(form) .info-name .user-contact-property-icon svg circle,
.module:not(form) .agency-contact-contact .phone .user-card-icon svg circle,
.module:not(form) .agency-contact-contact .mail .user-card-icon svg circle,
.module:not(form) .agency-contact-contact .email .user-card-icon svg circle,
.module:not(form) .info-contact .fax .user-card-icon svg circle,
.module:not(form) .info-contact .mobile .user-card-icon svg circle,
.module:not(form) .info-contact .email .user-card-icon svg circle,
.module:not(form) .info-contact .phone .user-card-icon svg circle,
.module:not(form) .address .user-card-icon svg circle,
.module:not(form) .user-contact-property-mobile .user-card-icon svg circle,
.module:not(form) .user-contact-property-phone .user-card-icon svg circle,
.module:not(form) .user-contact-property-fax .user-card-icon svg circle,
.module:not(form) .user-contact-property-mail .user-card-icon svg circle,
.module:not(form) .user-contact-property-email .user-card-icon svg circle,
.module:not(form) .user-contact-property-whatsapp .user-card-icon svg circle,
.module:not(form) .agency-contact-address .user-card-icon svg circle,
.module:not(form) .info-name .user-card-icon svg circle,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg circle,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg circle,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg circle,
.module:not(form) .info-contact .fax .agency-contact-icon svg circle,
.module:not(form) .info-contact .mobile .agency-contact-icon svg circle,
.module:not(form) .info-contact .email .agency-contact-icon svg circle,
.module:not(form) .info-contact .phone .agency-contact-icon svg circle,
.module:not(form) .address .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-email .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg circle,
.module:not(form) .agency-contact-address .agency-contact-icon svg circle,
.module:not(form) .info-name .agency-contact-icon svg circle,
.module:not(form) .agency-contact-contact .phone .agency-details-icon svg circle,
.module:not(form) .agency-contact-contact .mail .agency-details-icon svg circle,
.module:not(form) .agency-contact-contact .email .agency-details-icon svg circle,
.module:not(form) .info-contact .fax .agency-details-icon svg circle,
.module:not(form) .info-contact .mobile .agency-details-icon svg circle,
.module:not(form) .info-contact .email .agency-details-icon svg circle,
.module:not(form) .info-contact .phone .agency-details-icon svg circle,
.module:not(form) .address .agency-details-icon svg circle,
.module:not(form) .user-contact-property-mobile .agency-details-icon svg circle,
.module:not(form) .user-contact-property-phone .agency-details-icon svg circle,
.module:not(form) .user-contact-property-fax .agency-details-icon svg circle,
.module:not(form) .user-contact-property-mail .agency-details-icon svg circle,
.module:not(form) .user-contact-property-email .agency-details-icon svg circle,
.module:not(form) .user-contact-property-whatsapp .agency-details-icon svg circle,
.module:not(form) .agency-contact-address .agency-details-icon svg circle,
.module:not(form) .info-name .agency-details-icon svg circle,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg circle,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg circle,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg circle,
.module:not(form) .info-contact .fax .agency-contact-icon svg circle,
.module:not(form) .info-contact .mobile .agency-contact-icon svg circle,
.module:not(form) .info-contact .email .agency-contact-icon svg circle,
.module:not(form) .info-contact .phone .agency-contact-icon svg circle,
.module:not(form) .address .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-email .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg circle,
.module:not(form) .agency-contact-address .agency-contact-icon svg circle,
.module:not(form) .info-name .agency-contact-icon svg circle,
.module:not(form) .agency-contact-contact .phone .info-name-icon svg circle,
.module:not(form) .agency-contact-contact .mail .info-name-icon svg circle,
.module:not(form) .agency-contact-contact .email .info-name-icon svg circle,
.module:not(form) .info-contact .fax .info-name-icon svg circle,
.module:not(form) .info-contact .mobile .info-name-icon svg circle,
.module:not(form) .info-contact .email .info-name-icon svg circle,
.module:not(form) .info-contact .phone .info-name-icon svg circle,
.module:not(form) .address .info-name-icon svg circle,
.module:not(form) .user-contact-property-mobile .info-name-icon svg circle,
.module:not(form) .user-contact-property-phone .info-name-icon svg circle,
.module:not(form) .user-contact-property-fax .info-name-icon svg circle,
.module:not(form) .user-contact-property-mail .info-name-icon svg circle,
.module:not(form) .user-contact-property-email .info-name-icon svg circle,
.module:not(form) .user-contact-property-whatsapp .info-name-icon svg circle,
.module:not(form) .agency-contact-address .info-name-icon svg circle,
.module:not(form) .info-name .info-name-icon svg circle {
  stroke: #ffffff /* bodyColor */;
}
@media only screen and (max-width: 791px) {
  .module:not(form) .agency-contact-contact .phone p,
  .module:not(form) .agency-contact-contact .mail p,
  .module:not(form) .agency-contact-contact .email p,
  .module:not(form) .info-contact .fax p,
  .module:not(form) .info-contact .mobile p,
  .module:not(form) .info-contact .email p,
  .module:not(form) .info-contact .phone p,
  .module:not(form) .address p,
  .module:not(form) .user-contact-property-mobile p,
  .module:not(form) .user-contact-property-phone p,
  .module:not(form) .user-contact-property-fax p,
  .module:not(form) .user-contact-property-mail p,
  .module:not(form) .user-contact-property-email p,
  .module:not(form) .user-contact-property-whatsapp p,
  .module:not(form) .agency-contact-address p,
  .module:not(form) .info-name p {
    font-size: 14px /* @txt-m */;
  }
}
.module:not(form) .agency-contact-contact .phone span,
.module:not(form) .agency-contact-contact .mail span,
.module:not(form) .agency-contact-contact .email span,
.module:not(form) .info-contact .fax span,
.module:not(form) .info-contact .mobile span,
.module:not(form) .info-contact .email span,
.module:not(form) .info-contact .phone span,
.module:not(form) .address span,
.module:not(form) .user-contact-property-mobile span,
.module:not(form) .user-contact-property-phone span,
.module:not(form) .user-contact-property-fax span,
.module:not(form) .user-contact-property-mail span,
.module:not(form) .user-contact-property-email span,
.module:not(form) .user-contact-property-whatsapp span,
.module:not(form) .agency-contact-address span,
.module:not(form) .info-name span {
  font-size: 16px /* @txt-m */;
  text-wrap: wrap;
  color: #230c0f /* @txt-color */;
}
@media only screen and (max-width: 791px) {
  .module:not(form) .agency-contact-contact .phone span,
  .module:not(form) .agency-contact-contact .mail span,
  .module:not(form) .agency-contact-contact .email span,
  .module:not(form) .info-contact .fax span,
  .module:not(form) .info-contact .mobile span,
  .module:not(form) .info-contact .email span,
  .module:not(form) .info-contact .phone span,
  .module:not(form) .address span,
  .module:not(form) .user-contact-property-mobile span,
  .module:not(form) .user-contact-property-phone span,
  .module:not(form) .user-contact-property-fax span,
  .module:not(form) .user-contact-property-mail span,
  .module:not(form) .user-contact-property-email span,
  .module:not(form) .user-contact-property-whatsapp span,
  .module:not(form) .agency-contact-address span,
  .module:not(form) .info-name span {
    font-size: 14px /* @txt-m */;
  }
}
.module:not(form) .agency-contact-contact .phone:hover,
.module:not(form) .agency-contact-contact .mail:hover,
.module:not(form) .agency-contact-contact .email:hover,
.module:not(form) .info-contact .fax:hover,
.module:not(form) .info-contact .mobile:hover,
.module:not(form) .info-contact .email:hover,
.module:not(form) .info-contact .phone:hover,
.module:not(form) .address:hover,
.module:not(form) .user-contact-property-mobile:hover,
.module:not(form) .user-contact-property-phone:hover,
.module:not(form) .user-contact-property-fax:hover,
.module:not(form) .user-contact-property-mail:hover,
.module:not(form) .user-contact-property-email:hover,
.module:not(form) .user-contact-property-whatsapp:hover,
.module:not(form) .agency-contact-address:hover,
.module:not(form) .info-name:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 791px) {
  .module:not(form) .agency-contact-contact .phone:hover,
  .module:not(form) .agency-contact-contact .mail:hover,
  .module:not(form) .agency-contact-contact .email:hover,
  .module:not(form) .info-contact .fax:hover,
  .module:not(form) .info-contact .mobile:hover,
  .module:not(form) .info-contact .email:hover,
  .module:not(form) .info-contact .phone:hover,
  .module:not(form) .address:hover,
  .module:not(form) .user-contact-property-mobile:hover,
  .module:not(form) .user-contact-property-phone:hover,
  .module:not(form) .user-contact-property-fax:hover,
  .module:not(form) .user-contact-property-mail:hover,
  .module:not(form) .user-contact-property-email:hover,
  .module:not(form) .user-contact-property-whatsapp:hover,
  .module:not(form) .agency-contact-address:hover,
  .module:not(form) .info-name:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 791px) {
  .module:not(form) .agency-contact-contact .phone:active,
  .module:not(form) .agency-contact-contact .mail:active,
  .module:not(form) .agency-contact-contact .email:active,
  .module:not(form) .info-contact .fax:active,
  .module:not(form) .info-contact .mobile:active,
  .module:not(form) .info-contact .email:active,
  .module:not(form) .info-contact .phone:active,
  .module:not(form) .address:active,
  .module:not(form) .user-contact-property-mobile:active,
  .module:not(form) .user-contact-property-phone:active,
  .module:not(form) .user-contact-property-fax:active,
  .module:not(form) .user-contact-property-mail:active,
  .module:not(form) .user-contact-property-email:active,
  .module:not(form) .user-contact-property-whatsapp:active,
  .module:not(form) .agency-contact-address:active,
  .module:not(form) .info-name:active {
    opacity: 0.8;
  }
}
.module:not(form) .bg .mobile .icon::before,
.module:not(form) .bg .phone .icon::before,
.module:not(form) .bg .fax .icon::before,
.module:not(form) .bg .mail .icon::before,
.module:not(form) .bg .email .icon::before,
.module:not(form) .bg .user-contact-property-mobile .icon::before,
.module:not(form) .bg .user-contact-property-phone .icon::before,
.module:not(form) .bg .user-contact-property-fax .icon::before,
.module:not(form) .bg .user-contact-property-mail .icon::before,
.module:not(form) .bg .user-contact-property-email .icon::before,
.module:not(form) .bg .user-contact-property-whatsapp .icon::before,
.module:not(form) .bg .info-name .icon::before,
.module:not(form) .bg .mobile .user-contact-property-icon::before,
.module:not(form) .bg .phone .user-contact-property-icon::before,
.module:not(form) .bg .fax .user-contact-property-icon::before,
.module:not(form) .bg .mail .user-contact-property-icon::before,
.module:not(form) .bg .email .user-contact-property-icon::before,
.module:not(form) .bg .user-contact-property-mobile .user-contact-property-icon::before,
.module:not(form) .bg .user-contact-property-phone .user-contact-property-icon::before,
.module:not(form) .bg .user-contact-property-fax .user-contact-property-icon::before,
.module:not(form) .bg .user-contact-property-mail .user-contact-property-icon::before,
.module:not(form) .bg .user-contact-property-email .user-contact-property-icon::before,
.module:not(form) .bg .user-contact-property-whatsapp .user-contact-property-icon::before,
.module:not(form) .bg .info-name .user-contact-property-icon::before,
.module:not(form) .bg .mobile .user-card-icon::before,
.module:not(form) .bg .phone .user-card-icon::before,
.module:not(form) .bg .fax .user-card-icon::before,
.module:not(form) .bg .mail .user-card-icon::before,
.module:not(form) .bg .email .user-card-icon::before,
.module:not(form) .bg .user-contact-property-mobile .user-card-icon::before,
.module:not(form) .bg .user-contact-property-phone .user-card-icon::before,
.module:not(form) .bg .user-contact-property-fax .user-card-icon::before,
.module:not(form) .bg .user-contact-property-mail .user-card-icon::before,
.module:not(form) .bg .user-contact-property-email .user-card-icon::before,
.module:not(form) .bg .user-contact-property-whatsapp .user-card-icon::before,
.module:not(form) .bg .info-name .user-card-icon::before,
.module:not(form) .bg .mobile .agency-contact-icon::before,
.module:not(form) .bg .phone .agency-contact-icon::before,
.module:not(form) .bg .fax .agency-contact-icon::before,
.module:not(form) .bg .mail .agency-contact-icon::before,
.module:not(form) .bg .email .agency-contact-icon::before,
.module:not(form) .bg .user-contact-property-mobile .agency-contact-icon::before,
.module:not(form) .bg .user-contact-property-phone .agency-contact-icon::before,
.module:not(form) .bg .user-contact-property-fax .agency-contact-icon::before,
.module:not(form) .bg .user-contact-property-mail .agency-contact-icon::before,
.module:not(form) .bg .user-contact-property-email .agency-contact-icon::before,
.module:not(form) .bg .user-contact-property-whatsapp .agency-contact-icon::before,
.module:not(form) .bg .info-name .agency-contact-icon::before,
.module:not(form) .bg .mobile .agency-details-icon::before,
.module:not(form) .bg .phone .agency-details-icon::before,
.module:not(form) .bg .fax .agency-details-icon::before,
.module:not(form) .bg .mail .agency-details-icon::before,
.module:not(form) .bg .email .agency-details-icon::before,
.module:not(form) .bg .user-contact-property-mobile .agency-details-icon::before,
.module:not(form) .bg .user-contact-property-phone .agency-details-icon::before,
.module:not(form) .bg .user-contact-property-fax .agency-details-icon::before,
.module:not(form) .bg .user-contact-property-mail .agency-details-icon::before,
.module:not(form) .bg .user-contact-property-email .agency-details-icon::before,
.module:not(form) .bg .user-contact-property-whatsapp .agency-details-icon::before,
.module:not(form) .bg .info-name .agency-details-icon::before,
.module:not(form) .bg .mobile .info-name-icon::before,
.module:not(form) .bg .phone .info-name-icon::before,
.module:not(form) .bg .fax .info-name-icon::before,
.module:not(form) .bg .mail .info-name-icon::before,
.module:not(form) .bg .email .info-name-icon::before,
.module:not(form) .bg .user-contact-property-mobile .info-name-icon::before,
.module:not(form) .bg .user-contact-property-phone .info-name-icon::before,
.module:not(form) .bg .user-contact-property-fax .info-name-icon::before,
.module:not(form) .bg .user-contact-property-mail .info-name-icon::before,
.module:not(form) .bg .user-contact-property-email .info-name-icon::before,
.module:not(form) .bg .user-contact-property-whatsapp .info-name-icon::before,
.module:not(form) .bg .info-name .info-name-icon::before {
  background: #002547 /* @txt-onBg */;
}
.module:not(form) .bg .mobile .icon svg path,
.module:not(form) .bg .phone .icon svg path,
.module:not(form) .bg .fax .icon svg path,
.module:not(form) .bg .mail .icon svg path,
.module:not(form) .bg .email .icon svg path,
.module:not(form) .bg .user-contact-property-mobile .icon svg path,
.module:not(form) .bg .user-contact-property-phone .icon svg path,
.module:not(form) .bg .user-contact-property-fax .icon svg path,
.module:not(form) .bg .user-contact-property-mail .icon svg path,
.module:not(form) .bg .user-contact-property-email .icon svg path,
.module:not(form) .bg .user-contact-property-whatsapp .icon svg path,
.module:not(form) .bg .info-name .icon svg path,
.module:not(form) .bg .mobile .user-contact-property-icon svg path,
.module:not(form) .bg .phone .user-contact-property-icon svg path,
.module:not(form) .bg .fax .user-contact-property-icon svg path,
.module:not(form) .bg .mail .user-contact-property-icon svg path,
.module:not(form) .bg .email .user-contact-property-icon svg path,
.module:not(form) .bg .user-contact-property-mobile .user-contact-property-icon svg path,
.module:not(form) .bg .user-contact-property-phone .user-contact-property-icon svg path,
.module:not(form) .bg .user-contact-property-fax .user-contact-property-icon svg path,
.module:not(form) .bg .user-contact-property-mail .user-contact-property-icon svg path,
.module:not(form) .bg .user-contact-property-email .user-contact-property-icon svg path,
.module:not(form) .bg .user-contact-property-whatsapp .user-contact-property-icon svg path,
.module:not(form) .bg .info-name .user-contact-property-icon svg path,
.module:not(form) .bg .mobile .user-card-icon svg path,
.module:not(form) .bg .phone .user-card-icon svg path,
.module:not(form) .bg .fax .user-card-icon svg path,
.module:not(form) .bg .mail .user-card-icon svg path,
.module:not(form) .bg .email .user-card-icon svg path,
.module:not(form) .bg .user-contact-property-mobile .user-card-icon svg path,
.module:not(form) .bg .user-contact-property-phone .user-card-icon svg path,
.module:not(form) .bg .user-contact-property-fax .user-card-icon svg path,
.module:not(form) .bg .user-contact-property-mail .user-card-icon svg path,
.module:not(form) .bg .user-contact-property-email .user-card-icon svg path,
.module:not(form) .bg .user-contact-property-whatsapp .user-card-icon svg path,
.module:not(form) .bg .info-name .user-card-icon svg path,
.module:not(form) .bg .mobile .agency-contact-icon svg path,
.module:not(form) .bg .phone .agency-contact-icon svg path,
.module:not(form) .bg .fax .agency-contact-icon svg path,
.module:not(form) .bg .mail .agency-contact-icon svg path,
.module:not(form) .bg .email .agency-contact-icon svg path,
.module:not(form) .bg .user-contact-property-mobile .agency-contact-icon svg path,
.module:not(form) .bg .user-contact-property-phone .agency-contact-icon svg path,
.module:not(form) .bg .user-contact-property-fax .agency-contact-icon svg path,
.module:not(form) .bg .user-contact-property-mail .agency-contact-icon svg path,
.module:not(form) .bg .user-contact-property-email .agency-contact-icon svg path,
.module:not(form) .bg .user-contact-property-whatsapp .agency-contact-icon svg path,
.module:not(form) .bg .info-name .agency-contact-icon svg path,
.module:not(form) .bg .mobile .agency-details-icon svg path,
.module:not(form) .bg .phone .agency-details-icon svg path,
.module:not(form) .bg .fax .agency-details-icon svg path,
.module:not(form) .bg .mail .agency-details-icon svg path,
.module:not(form) .bg .email .agency-details-icon svg path,
.module:not(form) .bg .user-contact-property-mobile .agency-details-icon svg path,
.module:not(form) .bg .user-contact-property-phone .agency-details-icon svg path,
.module:not(form) .bg .user-contact-property-fax .agency-details-icon svg path,
.module:not(form) .bg .user-contact-property-mail .agency-details-icon svg path,
.module:not(form) .bg .user-contact-property-email .agency-details-icon svg path,
.module:not(form) .bg .user-contact-property-whatsapp .agency-details-icon svg path,
.module:not(form) .bg .info-name .agency-details-icon svg path,
.module:not(form) .bg .mobile .info-name-icon svg path,
.module:not(form) .bg .phone .info-name-icon svg path,
.module:not(form) .bg .fax .info-name-icon svg path,
.module:not(form) .bg .mail .info-name-icon svg path,
.module:not(form) .bg .email .info-name-icon svg path,
.module:not(form) .bg .user-contact-property-mobile .info-name-icon svg path,
.module:not(form) .bg .user-contact-property-phone .info-name-icon svg path,
.module:not(form) .bg .user-contact-property-fax .info-name-icon svg path,
.module:not(form) .bg .user-contact-property-mail .info-name-icon svg path,
.module:not(form) .bg .user-contact-property-email .info-name-icon svg path,
.module:not(form) .bg .user-contact-property-whatsapp .info-name-icon svg path,
.module:not(form) .bg .info-name .info-name-icon svg path,
.module:not(form) .bg .mobile .icon svg rect,
.module:not(form) .bg .phone .icon svg rect,
.module:not(form) .bg .fax .icon svg rect,
.module:not(form) .bg .mail .icon svg rect,
.module:not(form) .bg .email .icon svg rect,
.module:not(form) .bg .user-contact-property-mobile .icon svg rect,
.module:not(form) .bg .user-contact-property-phone .icon svg rect,
.module:not(form) .bg .user-contact-property-fax .icon svg rect,
.module:not(form) .bg .user-contact-property-mail .icon svg rect,
.module:not(form) .bg .user-contact-property-email .icon svg rect,
.module:not(form) .bg .user-contact-property-whatsapp .icon svg rect,
.module:not(form) .bg .info-name .icon svg rect,
.module:not(form) .bg .mobile .user-contact-property-icon svg rect,
.module:not(form) .bg .phone .user-contact-property-icon svg rect,
.module:not(form) .bg .fax .user-contact-property-icon svg rect,
.module:not(form) .bg .mail .user-contact-property-icon svg rect,
.module:not(form) .bg .email .user-contact-property-icon svg rect,
.module:not(form) .bg .user-contact-property-mobile .user-contact-property-icon svg rect,
.module:not(form) .bg .user-contact-property-phone .user-contact-property-icon svg rect,
.module:not(form) .bg .user-contact-property-fax .user-contact-property-icon svg rect,
.module:not(form) .bg .user-contact-property-mail .user-contact-property-icon svg rect,
.module:not(form) .bg .user-contact-property-email .user-contact-property-icon svg rect,
.module:not(form) .bg .user-contact-property-whatsapp .user-contact-property-icon svg rect,
.module:not(form) .bg .info-name .user-contact-property-icon svg rect,
.module:not(form) .bg .mobile .user-card-icon svg rect,
.module:not(form) .bg .phone .user-card-icon svg rect,
.module:not(form) .bg .fax .user-card-icon svg rect,
.module:not(form) .bg .mail .user-card-icon svg rect,
.module:not(form) .bg .email .user-card-icon svg rect,
.module:not(form) .bg .user-contact-property-mobile .user-card-icon svg rect,
.module:not(form) .bg .user-contact-property-phone .user-card-icon svg rect,
.module:not(form) .bg .user-contact-property-fax .user-card-icon svg rect,
.module:not(form) .bg .user-contact-property-mail .user-card-icon svg rect,
.module:not(form) .bg .user-contact-property-email .user-card-icon svg rect,
.module:not(form) .bg .user-contact-property-whatsapp .user-card-icon svg rect,
.module:not(form) .bg .info-name .user-card-icon svg rect,
.module:not(form) .bg .mobile .agency-contact-icon svg rect,
.module:not(form) .bg .phone .agency-contact-icon svg rect,
.module:not(form) .bg .fax .agency-contact-icon svg rect,
.module:not(form) .bg .mail .agency-contact-icon svg rect,
.module:not(form) .bg .email .agency-contact-icon svg rect,
.module:not(form) .bg .user-contact-property-mobile .agency-contact-icon svg rect,
.module:not(form) .bg .user-contact-property-phone .agency-contact-icon svg rect,
.module:not(form) .bg .user-contact-property-fax .agency-contact-icon svg rect,
.module:not(form) .bg .user-contact-property-mail .agency-contact-icon svg rect,
.module:not(form) .bg .user-contact-property-email .agency-contact-icon svg rect,
.module:not(form) .bg .user-contact-property-whatsapp .agency-contact-icon svg rect,
.module:not(form) .bg .info-name .agency-contact-icon svg rect,
.module:not(form) .bg .mobile .agency-details-icon svg rect,
.module:not(form) .bg .phone .agency-details-icon svg rect,
.module:not(form) .bg .fax .agency-details-icon svg rect,
.module:not(form) .bg .mail .agency-details-icon svg rect,
.module:not(form) .bg .email .agency-details-icon svg rect,
.module:not(form) .bg .user-contact-property-mobile .agency-details-icon svg rect,
.module:not(form) .bg .user-contact-property-phone .agency-details-icon svg rect,
.module:not(form) .bg .user-contact-property-fax .agency-details-icon svg rect,
.module:not(form) .bg .user-contact-property-mail .agency-details-icon svg rect,
.module:not(form) .bg .user-contact-property-email .agency-details-icon svg rect,
.module:not(form) .bg .user-contact-property-whatsapp .agency-details-icon svg rect,
.module:not(form) .bg .info-name .agency-details-icon svg rect,
.module:not(form) .bg .mobile .info-name-icon svg rect,
.module:not(form) .bg .phone .info-name-icon svg rect,
.module:not(form) .bg .fax .info-name-icon svg rect,
.module:not(form) .bg .mail .info-name-icon svg rect,
.module:not(form) .bg .email .info-name-icon svg rect,
.module:not(form) .bg .user-contact-property-mobile .info-name-icon svg rect,
.module:not(form) .bg .user-contact-property-phone .info-name-icon svg rect,
.module:not(form) .bg .user-contact-property-fax .info-name-icon svg rect,
.module:not(form) .bg .user-contact-property-mail .info-name-icon svg rect,
.module:not(form) .bg .user-contact-property-email .info-name-icon svg rect,
.module:not(form) .bg .user-contact-property-whatsapp .info-name-icon svg rect,
.module:not(form) .bg .info-name .info-name-icon svg rect,
.module:not(form) .bg .mobile .icon svg circle,
.module:not(form) .bg .phone .icon svg circle,
.module:not(form) .bg .fax .icon svg circle,
.module:not(form) .bg .mail .icon svg circle,
.module:not(form) .bg .email .icon svg circle,
.module:not(form) .bg .user-contact-property-mobile .icon svg circle,
.module:not(form) .bg .user-contact-property-phone .icon svg circle,
.module:not(form) .bg .user-contact-property-fax .icon svg circle,
.module:not(form) .bg .user-contact-property-mail .icon svg circle,
.module:not(form) .bg .user-contact-property-email .icon svg circle,
.module:not(form) .bg .user-contact-property-whatsapp .icon svg circle,
.module:not(form) .bg .info-name .icon svg circle,
.module:not(form) .bg .mobile .user-contact-property-icon svg circle,
.module:not(form) .bg .phone .user-contact-property-icon svg circle,
.module:not(form) .bg .fax .user-contact-property-icon svg circle,
.module:not(form) .bg .mail .user-contact-property-icon svg circle,
.module:not(form) .bg .email .user-contact-property-icon svg circle,
.module:not(form) .bg .user-contact-property-mobile .user-contact-property-icon svg circle,
.module:not(form) .bg .user-contact-property-phone .user-contact-property-icon svg circle,
.module:not(form) .bg .user-contact-property-fax .user-contact-property-icon svg circle,
.module:not(form) .bg .user-contact-property-mail .user-contact-property-icon svg circle,
.module:not(form) .bg .user-contact-property-email .user-contact-property-icon svg circle,
.module:not(form) .bg .user-contact-property-whatsapp .user-contact-property-icon svg circle,
.module:not(form) .bg .info-name .user-contact-property-icon svg circle,
.module:not(form) .bg .mobile .user-card-icon svg circle,
.module:not(form) .bg .phone .user-card-icon svg circle,
.module:not(form) .bg .fax .user-card-icon svg circle,
.module:not(form) .bg .mail .user-card-icon svg circle,
.module:not(form) .bg .email .user-card-icon svg circle,
.module:not(form) .bg .user-contact-property-mobile .user-card-icon svg circle,
.module:not(form) .bg .user-contact-property-phone .user-card-icon svg circle,
.module:not(form) .bg .user-contact-property-fax .user-card-icon svg circle,
.module:not(form) .bg .user-contact-property-mail .user-card-icon svg circle,
.module:not(form) .bg .user-contact-property-email .user-card-icon svg circle,
.module:not(form) .bg .user-contact-property-whatsapp .user-card-icon svg circle,
.module:not(form) .bg .info-name .user-card-icon svg circle,
.module:not(form) .bg .mobile .agency-contact-icon svg circle,
.module:not(form) .bg .phone .agency-contact-icon svg circle,
.module:not(form) .bg .fax .agency-contact-icon svg circle,
.module:not(form) .bg .mail .agency-contact-icon svg circle,
.module:not(form) .bg .email .agency-contact-icon svg circle,
.module:not(form) .bg .user-contact-property-mobile .agency-contact-icon svg circle,
.module:not(form) .bg .user-contact-property-phone .agency-contact-icon svg circle,
.module:not(form) .bg .user-contact-property-fax .agency-contact-icon svg circle,
.module:not(form) .bg .user-contact-property-mail .agency-contact-icon svg circle,
.module:not(form) .bg .user-contact-property-email .agency-contact-icon svg circle,
.module:not(form) .bg .user-contact-property-whatsapp .agency-contact-icon svg circle,
.module:not(form) .bg .info-name .agency-contact-icon svg circle,
.module:not(form) .bg .mobile .agency-details-icon svg circle,
.module:not(form) .bg .phone .agency-details-icon svg circle,
.module:not(form) .bg .fax .agency-details-icon svg circle,
.module:not(form) .bg .mail .agency-details-icon svg circle,
.module:not(form) .bg .email .agency-details-icon svg circle,
.module:not(form) .bg .user-contact-property-mobile .agency-details-icon svg circle,
.module:not(form) .bg .user-contact-property-phone .agency-details-icon svg circle,
.module:not(form) .bg .user-contact-property-fax .agency-details-icon svg circle,
.module:not(form) .bg .user-contact-property-mail .agency-details-icon svg circle,
.module:not(form) .bg .user-contact-property-email .agency-details-icon svg circle,
.module:not(form) .bg .user-contact-property-whatsapp .agency-details-icon svg circle,
.module:not(form) .bg .info-name .agency-details-icon svg circle,
.module:not(form) .bg .mobile .info-name-icon svg circle,
.module:not(form) .bg .phone .info-name-icon svg circle,
.module:not(form) .bg .fax .info-name-icon svg circle,
.module:not(form) .bg .mail .info-name-icon svg circle,
.module:not(form) .bg .email .info-name-icon svg circle,
.module:not(form) .bg .user-contact-property-mobile .info-name-icon svg circle,
.module:not(form) .bg .user-contact-property-phone .info-name-icon svg circle,
.module:not(form) .bg .user-contact-property-fax .info-name-icon svg circle,
.module:not(form) .bg .user-contact-property-mail .info-name-icon svg circle,
.module:not(form) .bg .user-contact-property-email .info-name-icon svg circle,
.module:not(form) .bg .user-contact-property-whatsapp .info-name-icon svg circle,
.module:not(form) .bg .info-name .info-name-icon svg circle {
  stroke: #230c0f /* @txt-color */;
}
.module:not(form) .bg .mobile span,
.module:not(form) .bg .phone span,
.module:not(form) .bg .fax span,
.module:not(form) .bg .mail span,
.module:not(form) .bg .email span,
.module:not(form) .bg .user-contact-property-mobile span,
.module:not(form) .bg .user-contact-property-phone span,
.module:not(form) .bg .user-contact-property-fax span,
.module:not(form) .bg .user-contact-property-mail span,
.module:not(form) .bg .user-contact-property-email span,
.module:not(form) .bg .user-contact-property-whatsapp span,
.module:not(form) .bg .info-name span {
  color: #002547 /* @txt-onBg */;
}
footer .section-footer {
  background: #ffffff /* @bg-footer */;
  padding: 80px 28px /* @padding-l */;
  display: flex;
  flex-direction: column;
  gap: 32px /* @gap-xl */;
}
@media only screen and (max-width: 791px) {
  footer .section-footer {
    gap: 20px /* @gap-m */;
    padding: 48px 20px;
  }
}
footer .section-footer * {
  color: #000d19 /* @txt-footer */;
}
footer .section-footer .module-header h1,
footer .section-footer .module-header h2,
footer .section-footer .module-header h3,
footer .section-footer .module-header h4,
footer .section-footer .module-header h5,
footer .section-footer .module-header h6,
footer .section-footer .module-header span,
footer .section-footer .module-header p,
footer .section-footer .module-header a {
  color: #000d19 /* @txt-footer */;
}
footer .section-footer .button,
footer .section-footer button.submit {
  border: #000d19 1px solid /* @border-btn */;
  background: transparent;
}
footer .zone-footer {
  position: relative;
  display: grid;
  padding-bottom: 0;
  gap: 32px /* @margin-xl */;
  background: #ffffff;
  justify-items: center;
}
footer .zone-footer .auto-layout {
  max-width: 1440px /* @max-width */;
  padding-left: 80px /* 0 @padding-layout */;
  padding-right: 80px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  footer .zone-footer .auto-layout {
    padding: 0 20px /* padding-m */;
  }
}
footer .zone-footer .module-menu ul li a:hover {
  filter: brightness(0.9);
}
footer .zone-footer .module-cluster {
  height: 100%;
}
footer .zone-footer .module-cluster .module-agency h1,
footer .zone-footer .module-cluster .module-agency h2,
footer .zone-footer .module-cluster .module-agency h3,
footer .zone-footer .module-cluster .module-agency h4,
footer .zone-footer .module-cluster .module-agency h5,
footer .zone-footer .module-cluster .module-agency h6,
footer .zone-footer .module-cluster .module-agency span,
footer .zone-footer .module-cluster .module-agency p,
footer .zone-footer .module-cluster .module-agency a {
  color: #000d19 /* @txt-footer */;
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-address {
  width: 30%;
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-address .address {
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1440px) {
  footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-address {
    width: 100%;
  }
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-title {
  width: 100%;
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-contact {
  gap: 10px /* @gap-xs */;
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-icon::before {
  background: #000d19 /* @txt-footer */;
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-icon svg path,
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-icon svg rect,
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-icon svg circle {
  stroke: #ffffff /* @bg-footer */;
}
footer .zone-footer .module-cluster .module-social-menu {
  height: 100%;
  align-items: flex-end;
}
footer .zone-footer .module-cluster .module-social-menu ul li.facebook a svg,
footer .zone-footer .module-cluster .module-social-menu ul li.instagram a svg,
footer .zone-footer .module-cluster .module-social-menu ul li.linkedin a svg,
footer .zone-footer .module-cluster .module-social-menu ul li.youtube a svg,
footer .zone-footer .module-cluster .module-social-menu ul li.twitter a svg,
footer .zone-footer .module-cluster .module-social-menu ul li.tiktok a svg {
  fill: #000d19 /* @txt-footer */;
}
footer .zone-footer .module-cluster .module-social-menu ul li.facebook a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.instagram a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.linkedin a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.youtube a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.twitter a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.tiktok a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.facebook a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.instagram a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.linkedin a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.youtube a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.twitter a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.tiktok a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.facebook a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.instagram a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.linkedin a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.youtube a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.twitter a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.tiktok a svg circle {
  stroke: #000d19 /* @txt-footer */;
}
footer .zone-footer .module-cluster .module-social-menu ul li.pinterest a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.google-plus a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.dailymotion a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.pinterest a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.google-plus a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.dailymotion a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.pinterest a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.google-plus a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.dailymotion a svg circle {
  fill: #000d19 /* @txt-footer */;
}
@media only screen and (max-width: 791px) {
  footer .zone-footer .module-cluster .module-logo {
    margin: auto;
  }
}
footer .zone-footer .module-cluster .module-cluster {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  gap: unset;
  padding: 28px /* @padding-l */;
}
@media only screen and (max-width: 791px) {
  footer .zone-footer .module-cluster .module-cluster {
    padding: 0;
  }
}
footer .zone-footer .module-cluster .module-cluster .module-header .module-header-title {
  font-size: 31px /* @txt-3xl */;
  line-height: 1.1;
  font-weight: 600 /* @weight-l */;
}
@media only screen and (max-width: 791px) {
  footer .zone-footer .module-cluster .module-cluster .module-header {
    text-align: center;
  }
}
footer .zone-footer .module-cluster .module-cluster:after {
  display: none;
}
footer .zone-footer .module-cluster .module-cluster.cluster__number-3 {
  width: 100%;
  height: 100%;
}
footer .zone-footer .module-cluster .module-cluster.cluster__number-3 p {
  font-size: 14px /* @txt-m */;
}
footer .zone-footer .module-cluster .module-cluster.cluster__number-3 a.popup-open-link-wrapper span {
  border: solid 1px #000d19 /* @txt-footer */;
}
@media only screen and (max-width: 791px) {
  footer .zone-footer .module-cluster .module-cluster {
    text-align: left;
  }
}
@media only screen and (max-width: 791px) {
  footer .zone-footer .module-cluster .module-lead .module-lead {
    align-items: center;
  }
}
@media only screen and (max-width: 791px) {
  footer .zone-footer {
    padding: 0;
  }
}
footer .module-sector.sector-template-3 {
  gap: 28px /* @gap-l */;
}
footer .module-sector.sector-template-3 .sector-list-row {
  max-width: 1200px;
  margin: 0 auto;
  column-gap: 40px;
  row-gap: 10px /* @gap-xs */;
}
footer .module-sector.sector-template-3 .sector-list-row li {
  position: relative;
}
footer .module-sector.sector-template-3 .sector-list-row li::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: calc(100% + 10px);
  width: 20px;
  height: 1px;
  background: #000d19;
  /* @txt-footer */
}
footer .module-sector.sector-template-3 .sector-list-row li:nth-last-child(1)::after {
  content: inherit;
}
@media only screen and (max-width: 791px) {
  footer .module-sector.sector-template-3 .sector-list-row {
    flex-direction: column;
    align-items: center;
  }
  footer .module-sector.sector-template-3 .sector-list-row li:after {
    display: none;
  }
}
footer .zone-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px /* @padding-m */;
  padding: 0 40px /* @padding-m @padding-2xl */;
}
@media only screen and (max-width: 791px) {
  footer .zone-legal {
    padding: 12px 20px /* @padding-s @padding-m */;
  }
}
footer .zone-legal:after {
  display: none;
}
body .mfp-wrap .mfp-content {
  max-width: 1440px /* @max-width */;
  padding-left: 80px /* 0 @padding-layout */;
  padding-right: 80px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  body .mfp-wrap .mfp-content {
    padding: 0 20px /* padding-m */;
  }
}
body .mfp-wrap .mfp-content > div.mfp-figure .mfp-title {
  text-align: center;
}
body .mfp-wrap .mfp-content > div.mfp-figure:after {
  content: none;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) {
  background: #ffffff /* @bodyColor */;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) * {
  color: #230c0f /* txt-color */;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mainTitle,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) p {
  margin: 0;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mfp-close {
  color: #230c0f /* txt-color */;
  background: transparent;
  margin: 0px;
  border: none;
  margin: 0;
  opacity: 1;
  top: 5px;
  right: 5px;
  height: 44px;
  width: 44px;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) button.submit {
  position: relative;
  height: auto;
  width: fit-content;
  margin-bottom: 0;
  border: 1px solid #230c0f /* txt-color */;
  background: transparent;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) label a {
  font-weight: 800;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-selection--multiple {
  background: transparent;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container {
  background: transparent;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input::placeholder,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container::placeholder {
  color: #230c0f /* txt-color */;
}
body .mfp-wrap .mfp-content .popup-module-lead,
body .mfp-wrap .mfp-content .popup-module-newsletter {
  max-width: 100%;
  position: relative;
  margin: auto;
  background: transparent /* bg-form */;
}
body .mfp-wrap .mfp-content .popup-module-contact {
  width: 800px;
  padding: 50px;
  background: transparent /* bg-form */;
}
@media only screen and (max-width: 1024px) {
  body .mfp-wrap .mfp-content .popup-module-contact {
    width: 100%;
  }
}
@media only screen and (max-width: 791px) {
  body .mfp-wrap .mfp-content .popup-module-contact {
    padding: 40px /* @padding-2xl */ 20px /* @padding-m */;
  }
}
body .mfp-wrap .mfp-content .popup-module-contact form textarea {
  border: none;
  border-bottom: 1px solid #230c0f /* txt-color */;
}
body .mfp-wrap .mfp-content .popup-module-contact form textarea::placeholder {
  color: #230c0f /* txt-color */;
}
body .mfp-wrap .mfp-content .popup-module-lead {
  width: 800px;
  padding: 50px;
  background: transparent /* bg-form */;
}
@media only screen and (max-width: 791px) {
  body .mfp-wrap .mfp-content .popup-module-lead {
    padding: 40px /* @padding-2xl */ 20px /* @padding-m */;
  }
}
body .mfp-wrap .mfp-content .popup-module-lead form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .select2-container,
body .mfp-wrap .mfp-content .popup-module-lead form input {
  margin-bottom: 0;
}
body .mfp-wrap .mfp-content .popup-module-lead form .select2-selection {
  width: 100%;
  border: none;
  border-bottom: 1px solid #230c0f /* txt-color */;
}
body .mfp-wrap .mfp-content .popup-module-lead form .civility {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .civility > .field.civility {
  width: 100%;
}
body .mfp-wrap .mfp-content .popup-module-lead form .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper {
  width: 100%;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper button.submit {
  display: block;
  margin: 10px auto 0 auto;
}
body .mfp-wrap .mfp-content .popup-module-newsletter {
  width: fit-content;
  padding: 50px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form .rgpd {
  display: flex;
  gap: 4px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  color: #230c0f /* txt-color */;
  border: none;
  border-bottom: 1px solid #230c0f /* txt-color */;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"]::placeholder {
  color: #230c0f /* txt-color */;
}
@media screen and (max-width: 768px) {
  body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
    width: 60%;
  }
}
.container-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: auto;
  padding: 0;
}
.col-1 {
  width: calc((100% - ((1 - 1) * 32px)) / 1);
}
@media only screen and (max-width: 1024px) {
  .col-1 {
    width: calc((100% - (1 * 32px)) / 2);
    width: 100%;
  }
}
@media only screen and (max-width: 791px) {
  .col-1 {
    width: 100%;
  }
}
.col-2 {
  width: calc((100% - ((2 - 1) * 32px)) / 2);
}
@media only screen and (max-width: 1024px) {
  .col-2 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 791px) {
  .col-2 {
    width: 100%;
  }
}
.col-3 {
  width: calc((100% - ((3 - 1) * 32px)) / 3);
}
@media only screen and (max-width: 1024px) {
  .col-3 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 791px) {
  .col-3 {
    width: 100%;
  }
}
.col-4 {
  width: calc((100% - ((4 - 1) * 32px)) / 4);
}
@media only screen and (max-width: 1024px) {
  .col-4 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-4 {
    width: 100%;
  }
}
.col-5 {
  width: calc((100% - ((5 - 1) * 32px)) / 5);
}
@media only screen and (max-width: 1024px) {
  .col-5 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-5 {
    width: 100%;
  }
}
.col-6 {
  width: calc((100% - ((6 - 1) * 32px)) / 6);
}
@media only screen and (max-width: 1024px) {
  .col-6 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-6 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-7 {
  width: calc((100% - ((7 - 1) * 32px)) / 7);
}
@media only screen and (max-width: 1024px) {
  .col-7 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-7 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-8 {
  width: calc((100% - ((8 - 1) * 32px)) / 8);
}
@media only screen and (max-width: 1024px) {
  .col-8 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-8 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-9 {
  width: calc((100% - ((9 - 1) * 32px)) / 9);
}
@media only screen and (max-width: 1024px) {
  .col-9 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-9 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-10 {
  width: calc((100% - ((10 - 1) * 32px)) / 10);
}
@media only screen and (max-width: 1024px) {
  .col-10 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-10 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-11 {
  width: calc((100% - ((11 - 1) * 32px)) / 11);
}
@media only screen and (max-width: 1024px) {
  .col-11 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-11 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-12 {
  width: calc((100% - ((12 - 1) * 32px)) / 12);
}
@media only screen and (max-width: 1024px) {
  .col-12 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-12 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.mfp-container .select2-container {
  border: none;
  border-radius: 0;
}
form input[type="checkbox"],
form input[type="radio"].tab-0 {
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  padding: 0;
}
form input[type="checkbox"]:before,
form input[type="radio"].tab-0:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
form input[type="checkbox"]:checked:before,
form input[type="radio"].tab-0:checked:before {
  transform: translate(-50%, -50%) scale(1);
}
form input[type="checkbox"],
form input[type="radio"].tab-0 {
  border: 2px solid #230c0f /* @txt-color */;
}
form input[type="checkbox"]::before,
form input[type="radio"].tab-0::before {
  background: #230c0f /* @txt-color */;
}
form .rgpd {
  display: flex;
  align-items: center;
  gap: 10px /* @gap-xs  */;
  margin-bottom: 16px /* @margin-m  */;
}
@media only screen and (max-width: 791px) {
  form .rgpd {
    margin-bottom: 12px /*  @margin-s */;
  }
}
form .rgpd label {
  font-size: 12px;
}
form input,
form textarea {
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid #230c0f /* @txt-color */;
}
form .select2-selection {
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #230c0f /* @txt-color */;
  margin: 0;
  padding: 0 10px;
  border-radius: 0;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form textarea,
form select,
form .ms-choice,
form .ms-choice.disabled {
  font-size: 14px /* @txt-m */;
  color: #230c0f /* @txt-color */;
  background: transparent /* @bg-form-input */;
  width: 100%;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .select2-autocomplete-custom-choice,
form .select2-selection__rendered {
  padding: 0;
}
form .select2-container .select2-selection--single .select2-selection__rendered,
form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
form .select2-container--default .select2-selection--single,
form .select2-container--default .select2-selection--single .select2-selection__rendered,
form .select2-selection__rendered,
form .select2-selection.select2-selection--multiple,
form .select2-selection.select2-selection--multiple,
form .iti--allow-dropdown,
form .select2-autocomplete-custom-choice,
form form input::placeholder {
  height: 40px;
  line-height: 40px;
  font-size: 14px /* @txt-m */;
  opacity: 1;
  color: #757575;
}
form .select2-selection.select2-selection--single,
form .select2-selection.select2-selection--multiple {
  border: none;
  background: transparent;
  border-bottom: 1px solid #230c0f;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: auto;
  height: auto;
  line-height: 5px;
  margin: -3px auto 0;
  right: 5px;
  left: auto;
  transition: transform 0.35s ease;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\F0140";
  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;
  -moz-osx-font-smoothing: grayscale;
}
form .select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
.bg form input[type="checkbox"],
.bg form input[type="radio"].tab-0 {
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  padding: 0;
}
.bg form input[type="checkbox"]:before,
.bg form input[type="radio"].tab-0:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.bg form input[type="checkbox"]:checked:before,
.bg form input[type="radio"].tab-0:checked:before {
  transform: translate(-50%, -50%) scale(1);
}
.bg form input[type="checkbox"],
.bg form input[type="radio"].tab-0 {
  border: 0.5px solid #002547 /* @txt-onBg */;
}
.bg form input[type="checkbox"]::before,
.bg form input[type="radio"].tab-0::before {
  background: #002547 /* @txt-onBg */;
}
.bg form input[type="text"],
.bg form input[type="email"],
.bg form input[type="password"],
.bg form input[type="tel"],
.bg form textarea,
.bg form select,
.bg form .ms-choice,
.bg form .ms-choice.disabled {
  color: #002547 /* @txt-onBg */;
  background: transparent /* @bg-form-input */;
}
.bg form input[type="text"]::placeholder,
.bg form input[type="email"]::placeholder,
.bg form input[type="password"]::placeholder,
.bg form input[type="tel"]::placeholder,
.bg form textarea::placeholder,
.bg form select::placeholder,
.bg form .ms-choice::placeholder,
.bg form .ms-choice.disabled::placeholder {
  color: #002547 /* @txt-onBg */;
}
.pager-design {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #230c0f /* @txt-color */;
  border-bottom: 0.5px solid #230c0f /* @txt-color */;
}
.pager-design ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pager-design ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  transition: 0.2s ease border;
  border: 0.5px solid transparent;
}
.pager-design ul li.disable {
  padding: 5px 15px;
  display: none;
}
.pager-design ul li a,
.pager-design ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #230c0f /* @txt-color */;
}
.pager-design ul li.current,
.pager-design ul li:hover {
  border: 0.5px solid #230c0f /* @txt-color */;
}
.pager-design-bg {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #230c0f /* @txt-color */;
  border-bottom: 0.5px solid #230c0f /* @txt-color */;
  border-top: 0.5px solid #002547 /* @txt-onBG */;
  border-bottom: 0.5px solid #002547 /* @txt-onBg */;
}
.pager-design-bg ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pager-design-bg ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  transition: 0.2s ease border;
  border: 0.5px solid transparent;
}
.pager-design-bg ul li.disable {
  padding: 5px 15px;
  display: none;
}
.pager-design-bg ul li a,
.pager-design-bg ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #230c0f /* @txt-color */;
}
.pager-design-bg ul li.current,
.pager-design-bg ul li:hover {
  border: 0.5px solid #230c0f /* @txt-color */;
}
.pager-design-bg ul li a,
.pager-design-bg ul li span {
  color: #002547 /* @txt-onBg */;
}
.pager-design-bg ul li.current,
.pager-design-bg ul li:hover {
  border: 0.5px solid #002547 /* @txt-onBg */;
}
.owl-controls .owl-nav {
  display: flex;
  gap: 16px;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  position: relative;
  cursor: pointer;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%) /* @clip-path */;
  background: #b37a2a /* @bg-btn  */;
  width: 45px;
  height: 45px;
  display: block;
}
.owl-controls .owl-nav .owl-prev i.mdi,
.owl-controls .owl-nav .owl-next i.mdi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 27px /* @txt-2xl  */;
  color: #ffffff /* @txt-btn  */;
  z-index: 1;
}
.owl-controls .owl-nav .owl-prev::after,
.owl-controls .owl-nav .owl-next::after {
  content: "";
  display: inline-block;
  align-self: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  /* @clip-path*/
  background: #230c0f;
  color: #ffffff;
  width: 45px;
  height: 45px;
  background: #b37a2a /* @bg-btn */;
  z-index: 1;
  transition: background 0.3s ease-in-out;
}
.owl-controls .owl-nav .owl-prev svg,
.owl-controls .owl-nav .owl-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 20px;
  height: 20px;
}
.owl-controls .owl-nav .owl-prev svg path,
.owl-controls .owl-nav .owl-next svg path,
.owl-controls .owl-nav .owl-prev svg rect,
.owl-controls .owl-nav .owl-next svg rect,
.owl-controls .owl-nav .owl-prev svg circle,
.owl-controls .owl-nav .owl-next svg circle {
  stroke: #ffffff /* @txt-btn */;
}
.bg .owl-controls .owl-nav .owl-prev,
.bg .owl-controls .owl-nav .owl-next {
  background: #b37a2a;
  /* @bg-bt-onBg */
}
.bg .owl-controls .owl-nav .owl-prev i.mdi,
.bg .owl-controls .owl-nav .owl-next i.mdi {
  color: #ffffff /* @txt-btn-onBg */;
}
.bg .owl-controls .owl-nav .owl-prev::after,
.bg .owl-controls .owl-nav .owl-next::after {
  background: #b37a2a /* @bg-btn-onBg*/;
}
.bg .owl-controls .owl-nav .owl-prev svg path,
.bg .owl-controls .owl-nav .owl-next svg path,
.bg .owl-controls .owl-nav .owl-prev svg rect,
.bg .owl-controls .owl-nav .owl-next svg rect,
.bg .owl-controls .owl-nav .owl-prev svg circle,
.bg .owl-controls .owl-nav .owl-next svg circle {
  stroke: #ffffff /* @txt-btn-onBg */;
}
.module-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 791px) {
  .module-header {
    text-align: left;
  }
}
.module-header .module-header-content {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
}
/*** GLOBAL CSS TEMPLATE Mira-v2 PAGE homepage ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/pages/css/homepage.less ***/
body.homepage {
  /* module slider */
}
body.homepage .module-slider .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.homepage .module-slider .slider {
  height: 100%;
}
@media screen and (max-width: 1400px) {
  body.homepage .module-slider .owl-item img {
    width: 100%;
    height: 100%;
  }
}
/*** CSS WEBSITE Immo Expérience ***/
/* Font template */
@font-face {
  font-family: 'Italiana';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/italiana/v21/QldNNTtLsx4E__B0XTmR.ttf) format('truetype');
}
.zone-header-left {
  height: 100dvh !important;
  min-height: initial !important;
}
body:not(.wrapper-on) header:not(.fixed) .module-logo img {
  filter: invert(1);
}
.zone-full-width > .module-cms {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 791px) {
  .zone-full-width > .module-cms {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.homepage header:not(.fixed) .zone-header-right p,
.homepage header:not(.fixed) .zone-header-right div,
.homepage header:not(.fixed) .zone-header-right span,
.homepage header:not(.fixed) .zone-header-right i {
  color: #fff !important;
}
.homepage header:not(.fixed) .zone-header-right svg path {
  fill: #fff !important;
}
.homepage header:not(.fixed) .zone-header-right .one,
.homepage header:not(.fixed) .zone-header-right .two {
  background: #fff !important;
}
.homepage.homepage header:not(.fixed) .module-logo img {
  filter: invert(1) brightness(1000) !important;
  transition: 0.5 ease !important;
}
.module-user svg path,
.module-agency svg path,
.module-user svg rect,
.module-agency svg rect,
.module-user svg circle,
.module-agency svg circle {
  stroke: #fff !important;
}
/*** CUSTOM CSS FROM BDD MODULE 473166 ***/
.zone-footer .module.module-473166.footer_main-cluster.template-1.cluster-template-1.variation-cluster-main-footer.module-cluster,
.module.module-473166.footer_main-cluster.template-1.cluster-template-1.variation-cluster-main-footer.module-cluster {
  grid-template-columns: 3fr 6fr 9fr;
  gap: 0px;
}
/*** CUSTOM CSS FROM BDD MODULE 473175 ***/
.zone-legal .module.module-473175.template-2.legal-template-2.variation-legal-mira.module-legal.template2 .container-right,
.module.module-473175.template-2.legal-template-2.variation-legal-mira.module-legal.template2 .container-right {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 473155 ***/
.zone-full_width .module.module-473242.template-1.cluster-template-1.module-cluster .module.module-473155.template-1.slider-template-1.module-slider.slider-center .owl-controls,
.module.module-473242.template-1.cluster-template-1.module-cluster .module.module-473155.template-1.slider-template-1.module-slider.slider-center .owl-controls,
.module.module-473155.template-1.slider-template-1.module-slider.slider-center .owl-controls {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 489180 ***/
.zone-full_width .module.module-473181.template-1.cluster-template-1.module-cluster .module.module-489180.template-1.cms-template-1.module-cms.only-text,
.module.module-473181.template-1.cluster-template-1.module-cluster .module.module-489180.template-1.cms-template-1.module-cms.only-text,
.module.module-489180.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-489180 {
  margin: 0 auto;
}
/*** CUSTOM CSS FROM BDD MODULE 473152 ***/
.zone-header_right .module.module-473147.template-1.cluster-template-1.module-cluster .module.module-473150.template-1.cluster-template-1.variation-cluster-header-mira-menu-logo.module-cluster .module.module-473152.template-2.logo-template-2.module-logo img,
.module.module-473147.template-1.cluster-template-1.module-cluster .module.module-473150.template-1.cluster-template-1.variation-cluster-header-mira-menu-logo.module-cluster .module.module-473152.template-2.logo-template-2.module-logo img,
.module.module-473150.template-1.cluster-template-1.variation-cluster-header-mira-menu-logo.module-cluster .module.module-473152.template-2.logo-template-2.module-logo img,
.module.module-473152.template-2.logo-template-2.module-logo img {
  filter: invert(0);
}
/*** CUSTOM CSS FROM BDD MODULE 473159 ***/
.zone-header_right .module.module-473147.template-1.cluster-template-1.module-cluster .module.module-473157.template-1.cluster-template-1.variation-cluster-header-mira-menu-currency-language-lead.module-cluster .module.module-473159.template-2.language-template-2.module-language .culture,
.module.module-473147.template-1.cluster-template-1.module-cluster .module.module-473157.template-1.cluster-template-1.variation-cluster-header-mira-menu-currency-language-lead.module-cluster .module.module-473159.template-2.language-template-2.module-language .culture,
.module.module-473157.template-1.cluster-template-1.variation-cluster-header-mira-menu-currency-language-lead.module-cluster .module.module-473159.template-2.language-template-2.module-language .culture,
.module.module-473159.template-2.language-template-2.module-language .culture {
  color: black !important;
}

