@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/magnific-popup/dist/magnific-popup.css ***/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/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/jquery-api-select/jquery.apiselect.css ***/
.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 100%;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
/* Filtering style */
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: none;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect .error {
  display: none;
  padding: 6px;
}
.SumoSelect .searching {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}
.SumoSelect .CaptionCont.SelectBox label {
  line-height: 20px;
}
.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  opacity: 1;
}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: black;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.SumoSelect.open > .CaptionCont > label > i::before {
  content: "\F0143";
}
.SumoSelect > .CaptionCont > label > i::before {
  content: "\F0140";
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin-top: 3px;
}
.SumoSelect.open > .optWrapper {
  top: 40px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 205px;
  /*height*/
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 35px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center center;
}
/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 6px 0 0 35px;
  height: 40px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.btnCancel {
  display: none!important;
}
/*** 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;
}
/*** 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-zone-hero-picture-cms/cluster-zone-hero-picture-cms.less ***/
.variation-cluster-zone-hero-picture-cms {
  position: relative;
}
.variation-cluster-zone-hero-picture-cms .module-cms {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.variation-cluster-zone-hero-picture-cms .module-picture {
  position: relative;
  width: 100%;
  background: linear-gradient(0deg, #000000 0%, #1a1a1a 60%);
}
/*** 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: #ffffff;
  color: #000000;
  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: #ffffff;
  color: #000000;
  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/Plugins/Cluster/Resources/css/alternating_cms.less ***/
.cluster-template-2 {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.cluster-template-2 .module {
  margin: 0;
  padding: 0;
  width: 100%;
}
.cluster-template-2 .module-cms:nth-child(odd):not(.only-text) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .cluster-template-2 .module-cms:nth-child(odd):not(.only-text) {
    flex-direction: column;
  }
}
/*** 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: #ffffff /* @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 #ffffff /*  @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: #ffffff /* @txt-wrapper-off  */;
  stroke: #ffffff /* @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 Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Picture/Resources/css/main.css ***/
@media screen and (max-width: 768px) {
  .module-picture img {
    width: 100%;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/picture/picture-banner-ratio/css/picture-banner-ratio.less ***/
@media only screen and (max-width: 1024px) {
  .variation-picture-banner-ratio .ratio {
    aspect-ratio: 2;
  }
}
@media only screen and (max-width: 791px) {
  .variation-picture-banner-ratio .ratio {
    aspect-ratio: 1;
  }
}
.variation-picture-banner-ratio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.variation-picture-banner-ratio div.picture {
  width: 100%;
  height: 100%;
  background-size: cover;
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
/* 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;
  }
}
/*** 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 #ffffff /* @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 #000000 /* @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: #000000 /*@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 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%;
}
/*** 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;
}
/*** 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: #ffffff;
}
body.wrapper-off .variation-cms-header-menu .main_button .all .one,
body.wrapper-off .variation-cms-header-menu .main_button .all .two {
  background: #ffffff;
}
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: #ffffff /* 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: #ffffff;
  color: #000000;
  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 #ffffff;
  /** @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: #ffffff /* @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: #ffffff /* @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: #ffffff;
  /** @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 #000000;
  /** @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: #000000 /* @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: #000000 /* @txt-onBg */;
}
.bg .module-social-menu ul.social__items li a svg {
  fill: #000000;
  /** @txt-onBg **/
}
.bg .module-social-menu ul li {
  border: 0.5px solid #000000;
  /** @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: #ffffff /* 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: #ffffff;
  font-size: 16px /* @txt-l */;
  font-weight: 400 /* @weight-sm */;
}
.variation-agency-contact .agency-contact-info .agency-contact-address p {
  color: #ffffff /* @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: #ffffff /* @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 #ffffff /* 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: #000000 /* 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: #000000 /* txt-onBg */;
}
.bg .variation-agency-contact .agency-contact-address span,
.bg .variation-agency-contact .agency-contact-address p {
  color: #000000 /* txt-onBg */;
}
.bg .variation-agency-contact .agency-contact-contact a {
  color: #000000 /* txt-onBg */;
}
.bg .variation-agency-contact .agency-contact-contact a .agency-contact-icon::before {
  background-color: #000000 /* 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: #000000 /* txt-onBg */;
}
/*** 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: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .field .field-item input {
  border: none;
  border-bottom: 1px solid #ffffff /* txt-color */;
  color: #ffffff /* 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: #ffffff /* 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 #ffffff /* 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: #ffffff /* 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: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection {
  border-color: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-autocomplete-custom-choice {
  color: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup {
  color: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .CaptationContent {
  color: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .CaptationContent span {
  color: #ffffff /* txt-color */;
  border-color: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper {
  background: #000000 /* bodyColor */;
  border-color: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider {
  background: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider .progress {
  background: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-webkit-slider-thumb {
  background: #000000 /* @bodycolor*/;
  border-color: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit {
  padding: 12px /* @padding-s */;
  border-color: #ffffff /* txt-color */;
  background: #000000 /* @bodyColor */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit span {
  color: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit svg path {
  stroke: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit svg circle {
  stroke: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover {
  background: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover span {
  color: #000000 /* bodyColor */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover svg path {
  stroke: #000000 /* bodyColor */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover svg circle {
  stroke: #000000 /* 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: #ffffff /* txt-color */;
  background: #ffffff /* @bg */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit span {
  color: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit svg path {
  stroke: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit svg circle {
  stroke: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover {
  background: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover span {
  color: #000000 /* bodyColor */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover svg path {
  stroke: #000000 /* bodyColor */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover svg circle {
  stroke: #000000 /* 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: #000000 /* bodyColor */;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%) /* @clip-path */;
  background: #ffffff /* 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: #000000 /* bodyColor */;
  background: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close::before {
  color: #000000 /* 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: #ffffff /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria {
  border-color: #ffffff /* 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: #ffffff /* txt-color */;
  color: #000000 /* @bodyColor */;
  border-color: #ffffff /* 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: #ffffff /* txt-color */;
  color: #000000 /* @bodyColor */;
  border-color: #ffffff /* 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: #ffffff /* txt-color */;
  font-weight: 500 /* @weight-m */;
  font-size: 14px /* @txt-m */;
  color: #ffffff /* 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: #ffffff /* 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: #ffffff /* 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: #000000 /* bodyColor */;
  color: #ffffff /* txt-color */;
  border-color: transparent;
}
/* /////// BG DESIGN /////// */
.bg .module-search form .wrapper__search .search__line-wrapper .field label {
  color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .field-item > input {
  border-bottom: 1px solid #000000 /* txt-onBg */;
  color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .field-item > input::placeholder {
  color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .field-item .select2 .selection .select2-selection {
  border-bottom: 1px solid #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .field-item .select2 .selection .select2-selection .select2-selection__rendered {
  color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection {
  border-color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-autocomplete-custom-choice {
  color: #000000 /* txt-onBg  */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection .select2-selection__rendered input {
  color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection .select2-selection__rendered input::placeholder {
  color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup {
  color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .CaptationContent {
  color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .CaptationContent span {
  color: #000000 /* txt-onBg */;
  border-color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper {
  background: #ffffff /* bg */;
  border-color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider {
  background: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider .progress {
  background: #000000 /* 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: #000000 /* 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: #000000 /* 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: #000000 /* @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: #000000 /* @txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit svg circle {
  stroke: #000000 /* @txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit:hover {
  background: #000000 /* @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: #000000 /* txt-onBg */;
  background-color: #ffffff /* bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit span {
  color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit svg path {
  stroke: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit svg circle {
  stroke: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover {
  background-color: #000000 /* 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: #000000 /* txt-color */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit span {
  color: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit svg path {
  stroke: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit svg circle {
  stroke: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover {
  background: #000000 /* 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: #000000 /* 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: #000000 /* 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: #000000 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria {
  border-color: #000000 /* 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: #000000 /* txt-onBg */;
  color: #ffffff /* @bg */;
  border-color: #000000 /* 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: #000000 /* 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: #000000 /* txt-onBg */;
  color: #000000 /* 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: #000000 /* 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: #000000 /* 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: #000000 /* 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: #000000;
  border-color: #ffffff;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cluster/cluster-listing-map/css/cluster-listing-map.less ***/
.variation-cluster-listing-map {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 32px /* @gap-xl */;
}
.variation-cluster-listing-map .wrapper-btn-map-alert {
  display: flex;
  align-items: center;
  gap: 10px /* @gap-xs */;
}
.variation-cluster-listing-map .wrapper-btn-alert {
  display: flex;
  align-items: center;
  gap: 10px /* @gap-xs */;
  display: none;
}
.variation-cluster-listing-map .wrapper-btn-alert .button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.variation-cluster-listing-map .wrapper-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px /* @gap-xs */;
}
.variation-cluster-listing-map .icon-listing-map {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px /* @gap-xs */;
  cursor: pointer;
}
.variation-cluster-listing-map .icon-listing-map svg path,
.variation-cluster-listing-map .icon-listing-map svg rect,
.variation-cluster-listing-map .icon-listing-map svg circle {
  stroke: #000000 /* @txt-btn */;
}
.variation-cluster-listing-map .icon-listing-map svg {
  color: #000000 /* @txt-btn */;
}
.variation-cluster-listing-map .listing-icon {
  display: none;
}
.variation-cluster-listing-map .cluster-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px /* @gap-xl */;
}
.variation-cluster-listing-map .cluster-container .module-leaflet-map {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  translate: 150%;
  transition: translate 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}
.variation-cluster-listing-map .cluster-container .module-leaflet-map .inner-map {
  height: 1000px;
}
@media only screen and (max-width: 1024px) {
  .variation-cluster-listing-map .cluster-container .module-leaflet-map .inner-map {
    height: 600px;
  }
}
@media only screen and (max-width: 791px) {
  .variation-cluster-listing-map .cluster-container .module-leaflet-map .inner-map {
    height: 500px;
  }
}
.variation-cluster-listing-map .cluster-container .module-listing {
  transition: translate 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 1;
}
.variation-cluster-listing-map.map-open .cluster-container .module-leaflet-map {
  translate: 0;
  opacity: 1;
  position: relative;
}
.variation-cluster-listing-map.map-open .cluster-container .module-listing {
  translate: -150%;
  opacity: 0;
  position: absolute;
}
.variation-cluster-listing-map .map-icon.is-hidden {
  display: none;
}
.variation-cluster-listing-map .listing-icon.is-visible {
  display: flex;
}
body.no-scroll {
  overflow: hidden;
}
.bg .variation-cluster-listing-map .icon-listing-map svg path,
.bg .variation-cluster-listing-map .icon-listing-map svg rect,
.bg .variation-cluster-listing-map .icon-listing-map svg circle {
  stroke: #ffffff /* @txt-btn-onBg */;
}
.bg .variation-cluster-listing-map .icon-listing-map svg {
  stroke: #ffffff /* @txt-btn-onBg */;
}
/*** CSS BASE PLUGIN SearchOrder ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SearchOrder/Resources/css/search_order.css ***/
.module-search-order {
  width: 300px;
  text-align: right;
}
.module-search-order form {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}
.module-search-order form .order {
  display: none;
}
.module-search-order .orders {
  display: inline-block;
  vertical-align: middle;
}
.module-search-order .orders i {
  display: none;
  font-size: 35px;
  color: #828282;
  cursor: pointer;
}
.module-search-order .orders i.active {
  display: block;
  color: #000;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN SearchOrder ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/search-order.less ***/
.module-search-order {
  display: flex;
  gap: 16px /*  @gap-s */;
  width: fit-content;
  align-items: center;
}
.module-search-order .orders .mdi.active {
  height: 100%;
  color: #ffffff /*  @txt-color  */;
}
.module-search-order .orders .mdi.active::before {
  display: block;
  height: 100%;
}
.module-search-order .SumoSelect {
  border: 0.5px solid #ffffff /*  @txt-color  */;
}
.module-search-order .SumoSelect > .optWrapper {
  padding: 10px;
}
.module-search-order .SumoSelect > .optWrapper > .options li.opt {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.8);
  /*  @txt-color  */
}
.module-search-order .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: initial;
  backdrop-filter: contrast(0.8);
}
.module-search-order .SumoSelect > .optWrapper > .options li.opt:last-child {
  border-bottom: none;
}
/* /////// BG DESIGN /////// */
.bg .module-search-order .SumoSelect {
  border: 0.5px solid #000000 /* @txt-onBg */;
}
.bg .module-search-order .SumoSelect > .optWrapper {
  background: #ffffff /*bg */;
}
.bg .module-search-order .SumoSelect > .optWrapper > .options li.opt {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.8) /* @txt-onBg */;
}
.bg .module-search-order .SumoSelect > .optWrapper > .options li.opt label {
  color: #000000 /* txt-onBg */;
}
.bg .module-search-order .SumoSelect > .CaptionCont {
  color: #000000 /* txt-onBg */;
}
.bg .module-search-order .orders .mdi.active {
  color: #000000 /* @txt-onBg */;
}
.bg .module-search-order form select {
  color: #000000 /* @txt-onBg */;
}
/*** CSS BASE PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-14.less ***/
ul.listing {
  /* Hauteur uniforme de la zone images (desktop) */
  --media-h: 280px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  /* ----- NO IMAGE ----- */
  /* ----- ONE IMAGE ----- */
  /* ----- TWO IMAGES ----- */
  /* ----- THREE IMAGES ----- */
  /* ----- Information----- */
}
ul.listing figure {
  margin: 0;
  width: 100%;
}
ul.listing .one-img,
ul.listing .two-img,
ul.listing .three-img,
ul.listing .no-img {
  width: 100%;
  height: var(--media-h);
}
ul.listing .one-img img,
ul.listing .two-img img,
ul.listing .three-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
ul.listing .no-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.listing .no-img img {
  margin: auto;
  width: auto;
  height: 100%;
  display: block;
}
ul.listing .two-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}
ul.listing .two-img img {
  grid-column: span 1;
  grid-row: span 2;
}
ul.listing .three-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}
ul.listing .three-img img:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
ul.listing .three-img img:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
ul.listing .three-img img:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 1024px) {
  ul.listing {
    --media-h: 200px;
  }
  ul.listing .two-img,
  ul.listing .three-img {
    display: block;
    height: var(--media-h);
  }
  ul.listing .two-img img:not(:first-child),
  ul.listing .three-img img:not(:first-child) {
    display: none;
  }
  ul.listing .two-img img:first-child,
  ul.listing .three-img img:first-child {
    width: 100%;
    height: 100%;
  }
  ul.listing .no-img {
    height: var(--media-h);
  }
  ul.listing .no-img img {
    margin: auto;
    width: auto;
    height: 100%;
  }
  ul.listing .one-img {
    height: var(--media-h);
  }
}
ul.listing .container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
ul.listing .container .infos {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
ul.listing .container .infos .headSection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
ul.listing .container .infos .headSection .title {
  font-size: 20px;
}
ul.listing .container .infos .headSection .blocSticker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
ul.listing .container .infos .headSection .blocSticker .sticker {
  backdrop-filter: contrast(0.8);
  font-size: 14px;
  line-height: 1;
  padding: 5px 7px;
}
ul.listing .container .infos .bottomSection {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
ul.listing .container .infos .bottomSection ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
ul.listing .container .infos .bottomSection ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-15.less ***/
ul.listing > li.property {
  padding: 20px;
}
ul.listing > li.property .container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
ul.listing > li.property .container figure {
  width: calc(50% - 10px);
  aspect-ratio: 16/9;
}
ul.listing > li.property .container figure > div {
  height: 100%;
}
ul.listing > li.property .container .infos {
  width: calc(50% - 10px);
  gap: 20px;
  padding-left: 20px;
  border-left: 1px solid #000;
}
ul.listing > li.property .container .infos .button {
  margin-top: auto;
  align-self: flex-end;
}
@media (max-width: 1024px) {
  ul.listing > li.property .container {
    flex-direction: column;
  }
  ul.listing > li.property .container figure {
    width: 100%;
  }
  ul.listing > li.property .container .infos {
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 764px) {
  ul.listing > li.property {
    padding: 10px;
  }
  ul.listing > li.property .container {
    gap: 10px;
  }
  ul.listing > li.property .container .infos {
    padding: 0;
    border-left: none;
    gap: 10px;
  }
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/listing.less ***/
.module-listing {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  /* @gap-xl */
  /* /////// Template 14 Mira vignette + Template 15 Mira ligne/////// */
  /* /////// Template 15 Mira ligne /////// */
}
.module-listing ul.listing > li.property {
  overflow: hidden;
  background: #f5f5f5 /* @ajustedBg */;
}
.module-listing ul.listing > li.property a.container .blocSticker .sticker {
  background: #ffffff;
  /* @bg */
  color: #000000;
  font-weight: 500;
}
.module-listing ul.listing > li.property a.container figure {
  overflow: hidden;
}
.module-listing ul.listing > li.property a.container figure img.logoPicture {
  object-fit: contain;
  height: 300px;
}
.module-listing ul.listing > li.property a.container .infos .title,
.module-listing ul.listing > li.property a.container .infos .subtitle {
  font-family: "avenir-lt-pro", sans-serif;
  color: #ffffff;
  /* @text-color */
}
.module-listing ul.listing > li.property a.container .infos .price {
  color: txt-color;
  /* @txt-color */
}
.module-listing ul.listing > li.property a.container .infos .bottomSection ul li {
  color: #ffffff;
  /* @txt-color */
  text-align: center;
}
.module-listing nav.pager {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #ffffff /* @txt-color */;
  border-bottom: 0.5px solid #ffffff /* @txt-color */;
}
.module-listing nav.pager ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.module-listing nav.pager ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  transition: 0.2s ease border;
  border: 0.5px solid transparent;
}
.module-listing nav.pager ul li.disable {
  padding: 5px 15px;
  display: none;
}
.module-listing nav.pager ul li a,
.module-listing nav.pager ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #ffffff /* @txt-color */;
}
.module-listing nav.pager ul li.current,
.module-listing nav.pager ul li:hover {
  border: 0.5px solid #ffffff /* @txt-color */;
}
.module-listing.module.listing-template-11 ul.listing {
  gap: 48px;
  /* @gap-2xl */
}
@media only screen and (max-width: 791px) {
  .module-listing.module.listing-template-11 ul.listing {
    gap: 32px;
    /* @gap-xl */
  }
}
.module-listing.module.listing-template-11 ul.listing > li.property {
  width: 100%;
  box-shadow: none;
  min-height: auto !important;
}
.module-listing.module.listing-template-11 ul.listing > li.property a.container:hover figure img {
  transform: scale(1);
}
.module-listing.module.listing-template-11 ul.listing > li.property a.container figure {
  padding: 0 35px 0 0;
  margin: 0;
}
.module-listing.module.listing-template-11 ul.listing > li.property a.container figure .blocSticker {
  display: flex;
  gap: 10px;
  /* @gap-xs */
  position: absolute;
  top: 0;
  padding: 20px;
}
.module-listing.module.listing-template-11 ul.listing > li.property a.container figure .blocSticker .sticker {
  display: flex;
  align-items: center;
  position: initial;
  font-size: 16px;
  /* @txt-l */
}
.module-listing.module.listing-template-11 ul.listing > li.property a.container figure .blocSticker .sticker .mdi {
  font-size: 22px;
  /* @txt-xl */
}
.module-listing.module.listing-template-11 ul.listing > li.property a.container .infos {
  background: transparent;
  border-left: 0.5px solid #ffffff;
  gap: 32px;
}
.module-listing.module.listing-template-11 ul.listing > li.property a.container .infos .headSection {
  text-align: left;
}
.module-listing.module.listing-template-11 ul.listing > li.property a.container .infos .bottomSection ul {
  border-top: 0.5px solid #ffffff;
  border-bottom: 0.5px solid #ffffff;
  padding: 20px 0;
  /* @padding-m */
}
.module-listing.module.listing-template-11 ul.listing > li.property a.container .infos .bottomSection ul li i.mdi {
  color: #ffffff;
  /* @txt-color */
}
.module-listing.module.listing-template-11 ul.listing > li.property a.container .infos .newProgramSection .lot {
  color: #000000;
  /* @txt-onBg */
  background: #ffffff;
  /* @bg */
  padding: 8px;
  /* @padding-xs */
}
.module-listing.listing-template-14 ul.listing,
.module-listing.listing-template-15 ul.listing {
  gap: 28px;
  /* @gap-l */
}
.module-listing.listing-template-14 ul.listing > li,
.module-listing.listing-template-15 ul.listing > li {
  padding: 12px /* @padding-s */;
}
.module-listing.listing-template-14 ul.listing > li .container .infos .program-name,
.module-listing.listing-template-15 ul.listing > li .container .infos .program-name {
  font-size: 22px /* @txt-xl */;
}
.module-listing.listing-template-14 ul.listing > li .container .infos .headSection .title,
.module-listing.listing-template-15 ul.listing > li .container .infos .headSection .title {
  font-size: 22px /* @txt-xl */;
  font-family: "Italiana", sans-serif /* @title-font */;
}
.module-listing.listing-template-14 ul.listing > li .container .infos .bottomSection ul > li,
.module-listing.listing-template-15 ul.listing > li .container .infos .bottomSection ul > li {
  font-size: 14px /* @txt-m */;
}
.module-listing.listing-template-14 ul.listing > li .container .infos .bottomSection .price,
.module-listing.listing-template-15 ul.listing > li .container .infos .bottomSection .price {
  font-size: 22px /* @txt-xl */;
}
.module-listing.listing-template-15 ul.listing > li.property {
  padding: 32px /* @padding-xl */;
}
.module-listing.listing-template-15 ul.listing > li.property .container {
  gap: 32px /* @gap-xl */;
}
.module-listing.listing-template-15 ul.listing > li.property .container figure {
  width: calc(50% - (32px / 2));
}
.module-listing.listing-template-15 ul.listing > li.property .container .infos {
  width: calc(50% - (32px / 2));
  gap: 32px /* @gap-xl */;
  padding-left: 32px /* @padding-xl */;
  border-left: 1px solid #ffffff;
}
@media only screen and (max-width: 1024px) {
  .module-listing.listing-template-15 ul.listing > li.property .container figure {
    width: 100%;
  }
  .module-listing.listing-template-15 ul.listing > li.property .container .infos {
    width: 100%;
  }
}
@media only screen and (max-width: 791px) {
  .module-listing.listing-template-15 ul.listing > li.property {
    padding: 12px /* @padding-s */;
  }
  .module-listing.listing-template-15 ul.listing > li.property .container {
    gap: 10px /* @gap-xs */;
  }
  .module-listing.listing-template-15 ul.listing > li.property .container .infos {
    gap: 10px /* @gap-xs */;
    padding-left: 0;
    border-left: none;
  }
}
/* /////// BG DESIGN /////// */
.bg .module-listing ul.listing > li.property {
  background: #f5f5f5 /* @ajustedColor */;
}
.bg .module-listing ul.listing > li.property a.container .infos .title,
.bg .module-listing ul.listing > li.property a.container .infos .subtitle,
.bg .module-listing ul.listing > li.property a.container .infos .price {
  color: #000000;
  /* @text-onBg */
}
.bg .module-listing ul.listing > li.property a.container .infos .bottomSection ul li {
  color: #000000;
  /* @txt-onBg */
}
.bg .module-listing ul.listing > li.property a.container .blocSticker .sticker {
  background: #000000;
  /* @bodyColor */
  color: #ffffff;
  /* @txt-color */
}
.bg .module-listing.listing-template-15 ul.listing > li.property a .infos {
  border-left: 1px solid #000000;
}
@media only screen and (max-width: 791px) {
  .bg .module-listing.listing-template-15 ul.listing > li.property a > li.property .container .infos {
    border-left: none;
  }
}
.bg .module-listing.module.listing-template-11 ul.listing > li.property a.container .infos {
  border-left: 0.5px solid #000000;
  /* @txt-onBg */
}
.bg .module-listing.module.listing-template-11 ul.listing > li.property a.container .infos .bottomSection ul {
  border-top: 0.5px solid #000000;
  /* @txt-onBg */
  border-bottom: 0.5px solid #000000;
  /* @txt-onBg */
}
.bg .module-listing.module.listing-template-11 ul.listing > li.property a.container .infos .newProgramSection .lot {
  color: #ffffff;
  /* @txt-color */
  background: #000000;
  /* @bodyColor */
}
.bg .module.module-listing nav.pager {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #ffffff /* @txt-color */;
  border-bottom: 0.5px solid #ffffff /* @txt-color */;
  border-top: 0.5px solid #000000 /* @txt-onBG */;
  border-bottom: 0.5px solid #000000 /* @txt-onBg */;
}
.bg .module.module-listing nav.pager ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.bg .module.module-listing 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.module-listing nav.pager ul li.disable {
  padding: 5px 15px;
  display: none;
}
.bg .module.module-listing nav.pager ul li a,
.bg .module.module-listing nav.pager ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #ffffff /* @txt-color */;
}
.bg .module.module-listing nav.pager ul li.current,
.bg .module.module-listing nav.pager ul li:hover {
  border: 0.5px solid #ffffff /* @txt-color */;
}
.bg .module.module-listing nav.pager ul li a,
.bg .module.module-listing nav.pager ul li span {
  color: #000000 /* @txt-onBg */;
}
.bg .module.module-listing nav.pager ul li.current,
.bg .module.module-listing nav.pager ul li:hover {
  border: 0.5px solid #000000 /* @txt-onBg */;
}
/*** CSS BASE PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/LeafletMap/Resources/private/css/leaflet-map.css ***/
.module-leaflet-map {
  height: 500px;
}
.module-leaflet-map .inner-map {
  height: 100%;
  width: 100%;
}
.module-leaflet-map .cluster.proximity {
  background-color: #646464;
  color: #646464;
}
.module-leaflet-map .proximity .mdi-circle:before {
  color: #646464;
}
.module-leaflet-map .bg {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background: black;
  border-radius: 3000px;
}
.module-leaflet-map .leaflet-container .leaflet-overlay-pane svg {
  margin-left: 10px;
}
.module-leaflet-map .marker-classic .marker-icon {
  position: absolute;
  bottom: 0;
  font-size: 37px;
}
.module-leaflet-map .entity-icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -16px 0 0 4px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: white;
}
.module-leaflet-map .cluster {
  width: 30px!important;
  height: 30px!important;
  border-radius: 50%;
  background: black;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-image: none!important;
  line-height: 30px;
}
.module-leaflet-map .cluster .marker-icon {
  display: none;
}
.module-leaflet-map .marker-cluster .marker-icon {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.module-leaflet-map .marker-cluster .counter {
  position: absolute;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: white;
  left: -20px;
  top: -20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
/*
.module-leaflet-map  .marker-cluster .counter {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: -35px 0 0 -15px;
  left: 50%;
  top: 0;
 }*/
.module-leaflet-map .counter {
  position: relative;
  margin-top: 1px;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
/* loading */
.module-leaflet-map .loading {
  background: white;
  min-width: 100px;
}
.module-leaflet-map .loading > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
.module-leaflet-map .loading > i.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* infobulle */
.module-google-map .infobulle .title h2,
.module-google-map .infobulle .title h3,
.module-google-map .infobulle p {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 14px !important;
  /* line-height: 20px !important; */
}
.module-leaflet-map .leaflet-popup-content-wrapper {
  /*background-color: rgba(34,34,34,0.9) !important;*/
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.module-leaflet-map a:hover {
  text-decoration: none;
}
.module-leaflet-map .infobulle {
  height: 100%;
}
.module-leaflet-map .infobulle .visited {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  padding-top: 5px;
  padding-left: 5px;
}
.leaflet-popup-content .owl-theme .owl-nav div i {
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.module-leaflet-map .container-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module-leaflet-map .infobulle-container {
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.7);
  height: 300px!important;
}
.module-leaflet-map .leaflet-popup-content {
  height: 100%;
}
.module-leaflet-map .infobulle .selectionLink {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.module-leaflet-map .infobulle .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-leaflet-map .infobulle .selectionLink:hover,
.module-leaflet-map .infobulle .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-leaflet-map .leaflet-popup-content .header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.module-leaflet-map .leaflet-popup-content .header .btn {
  width: 50%;
  text-align: center;
  color: white;
  cursor: pointer;
}
.module-leaflet-map .infobulle .title {
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px;
}
.module-leaflet-map .infobulle .title h2,
.module-leaflet-map .infobulle .title h3 {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.module-leaflet-map .infobulle .title h2 {
  font-size: 20px;
  margin: auto;
}
.module-leaflet-map .infobulle .title h3 {
  font-size: 15px;
}
.module-leaflet-map .infobulle .picture {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  overflow: hidden;
  background: gray;
}
.module-leaflet-map .infobulle .picture img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  min-height: 100px !important;
  margin: auto;
}
.module-leaflet-map .infobulle .picture img {
  display: block;
  min-height: 100px;
  max-width: 100%;
  margin: auto;
}
.module-leaflet-map .infobulle-property ul {
  text-align: left;
}
.module-leaflet-map .infobulle-property ul li {
  display: inline-block;
  padding: 5px 10px;
}
.module-leaflet-map .infobulle-property ul li div {
  line-height: 30px;
}
/* infobulle slider */
.module-leaflet-map .leaflet-popup-content .slider {
  height: 100%;
}
.leaflet-popup-content .slider.hidden {
  display: none;
}
.module-leaflet-map .leaflet-popup-content .slider.visible {
  display: block;
}
.module-leaflet-map .leaflet-popup-content .owl-wrapper-outer,
.owl-wrapper,
.module-leaflet-map .owl-stage-outer,
.module-leaflet-map .owl-stage,
.module-leaflet-map .owl-item {
  height: 100%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  height: 90%;
  width: 16.66%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev {
  left: 0;
  justify-content: flex-start;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next {
  right: 0;
  justify-content: flex-end;
}
/* controls */
.module-leaflet-map .leaflet-control.transit {
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
  background-color: #ffffff;
}
.module-leaflet-map .leaflet-control.transit.active {
  border: solid 3px green;
}
.module-leaflet-map .leaflet-control.transit:hover {
  background-color: #f4f4f4;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/plugins/LeafletMap/layers-2x.png);
  background-size: 26px 26px;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/leaflet-map.less ***/
.module-leaflet-map {
  position: relative;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.module-leaflet-map .module-header {
  text-align: center;
}
.module-leaflet-map .leaflet-top,
.module-leaflet-map .leaflet-bottom {
  z-index: 400;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div {
  height: 40px;
  width: 40px;
}
.module-leaflet-map .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
.module-leaflet-map .leaflet-popup-content-wrapper,
.module-leaflet-map .leaflet-popup-tip {
  background: #000000 /*@bodyColor*/;
  color: #ffffff /* @txt-color */;
  padding: 0;
  margin: 1px;
}
.module-leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content,
.module-leaflet-map .leaflet-popup-tip .leaflet-popup-content {
  margin: 0px;
  padding: 12px /* @padding-s */;
}
.module-leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .owl-controls .owl-nav .owl-prev i.mdi,
.module-leaflet-map .leaflet-popup-tip .leaflet-popup-content .owl-controls .owl-nav .owl-prev i.mdi,
.module-leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .owl-controls .owl-nav .owl-next i.mdi,
.module-leaflet-map .leaflet-popup-tip .leaflet-popup-content .owl-controls .owl-nav .owl-next i.mdi {
  color: #000000 /* @txt-btn */;
  z-index: 2;
  line-height: 1;
}
.module-leaflet-map .inner-map {
  height: 550px;
}
@media only screen and (max-width: 791px) {
  .module-leaflet-map .inner-map {
    height: 330px;
  }
}
.module-leaflet-map .marker-icon {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.module-leaflet-map .entity-icon {
  color: #000000 /* @txt-onBg */;
  top: -16px;
  left: 7px;
  margin: 0 0;
  line-height: 0;
  font-size: 22px /* @txt-xl */;
}
.module-leaflet-map .infobulle {
  text-align: left;
}
.module-leaflet-map .infobulle .title {
  display: block;
  padding: 0;
  font-family: "Italiana", sans-serif /* @title-font */;
  font-size: 20px;
}
.module-leaflet-map .infobulle .picture {
  padding-bottom: 0;
  position: relative;
}
.module-leaflet-map .infobulle .picture img {
  position: relative;
  left: initial;
  top: initial;
  bottom: initial;
  right: initial;
  max-height: 170px;
  object-fit: cover;
}
.module-leaflet-map .infobulle .bottomSection {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
}
.module-leaflet-map .infobulle .bottomSection ul {
  display: flex;
  gap: 10px;
}
.module-leaflet-map .infobulle .bottomSection ul li {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
}
.module-leaflet-map .infobulle .blocSticker {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
}
.module-leaflet-map .infobulle .blocSticker .sticker {
  background: #ffffff;
  color: #000000 /* @txt-onBg */;
  font-size: 14px;
  line-height: 1;
  padding: 5px 7px;
}
.module-leaflet-map .infobulle.container-flex {
  justify-content: flex-start;
  gap: 6px /* @gap-2xs */;
  align-items: flex-start;
}
.module-leaflet-map .leaflet-popup-pane .leaflet-popup-close-button {
  top: 10px;
  right: 10px;
  z-index: 9;
}
.module-leaflet-map .marker-cluster .default-marker {
  background-color: #000000 /* @bodycolor */;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.module-leaflet-map .marker-cluster .custom-marker {
  color: #ffffff /* @txt-color */;
}
.module-leaflet-map .mdi-chevron-left::before,
.module-leaflet-map .mdi-chevron-right::before {
  color: white;
  background-color: #000000 /* @bodycolor */;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
}
.module-leaflet-map .leaflet-control-attribution {
  display: none !important;
}
.module-leaflet-map .mdi-circle:before {
  color: #ffffff /* @txt-color */;
}
.module-leaflet-map h2,
.module-leaflet-map h3 {
  color: #ffffff /* @txt-color */;
}
.bg .leaflet-popup-content-wrapper,
.bg .leaflet-popup-tip {
  background: #ffffff /*@bg*/;
  color: #000000 /* @txt-onBg */;
}
.bg .leaflet-popup-content-wrapper .leaflet-popup-content .owl-controls .owl-nav .owl-prev i.mdi,
.bg .leaflet-popup-tip .leaflet-popup-content .owl-controls .owl-nav .owl-prev i.mdi,
.bg .leaflet-popup-content-wrapper .leaflet-popup-content .owl-controls .owl-nav .owl-next i.mdi,
.bg .leaflet-popup-tip .leaflet-popup-content .owl-controls .owl-nav .owl-next i.mdi {
  color: #ffffff /* @txt-btn-onBg */ /* @txt-btn */;
}
.bg .module-leaflet-map .infobulle .title {
  color: #000000 /* @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: #ffffff /* @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: #000000 /* @txt-onBg*/;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  line-height: 1.2;
  color: #ffffff /* @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: #ffffff /* @txt-color */;
  font-family: "Italiana", sans-serif /* @title-font */;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #ffffff /* @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: #000000 /*  @bodyColor */;
  margin: 0;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: #ffffff /* @txt-color */;
  text-decoration: none;
}
.bg a {
  color: #000000 /* @txt-onBg*/;
}
img {
  border: 0;
}
strong {
  font-weight: 600 /* weight-l */;
}
em {
  color: #ffffff /* @txt-color */;
}
.bg em {
  color: #000000 /* @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: #000000 /* @bodyColor  */;
}
.SumoSelect > .optWrapper > .options li label {
  color: #ffffff /* @txt-color */;
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #ffffff;
}
.SumoSelect > .CaptionCont i {
  color: #ffffff;
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
.select2-container--open .select2-dropdown {
  background: #000000 /* @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: #000000 /* @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: #ffffff /* @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: #000000 /* @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;
  }
}
.roomvo-standalone {
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border: none;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000000;
  font-size: 16px;
  cursor: pointer;
}
.mdi-auto-fix {
  display: inline-block;
  animation: soft-bounce 1.8s infinite;
  font-size: 18px;
}
@keyframes soft-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-4px);
  }
  40% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-2px);
  }
  70% {
    transform: translateY(0);
  }
}
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: #ffffff /* @txt-wrapper-off */;
}
body.wrapper-off header .dropdown-menu ul a,
body.wrapper-off header .dropdown-menu ul span {
  color: #ffffff /* @txt-wrapper-off */;
}
body.wrapper-off header .module.module-language .CaptationContent span .field-group * {
  color: #ffffff /* @txt-wrapper-off */;
}
body.wrapper-off header .module-counter {
  height: fit-content;
}
body.wrapper-off header .module-currency .ApiFieldGroup p.CaptationContent > span {
  color: #ffffff /* @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: 80px /* @size-logo-mobile  */;
  }
}
@media only screen and (max-width: 791px) {
  body header.fixed .module-logo img {
    height: 80px /* @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: 80px /* @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: 80px /* @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: #000000 /* @txt-btn */;
  border: #ffffff 0.5px solid /* @border-btn */;
  background: #ffffff /* @bg-btn */;
  font-size: 16px /* @txt-l */;
  font-weight: 500 /* @weight-m */;
  transition: 0.3s;
}
.button span,
button.submit span {
  color: #000000 /* @txt-btn */;
}
.button:hover,
button.submit:hover {
  color: #000d19 /* @hover-txt-btn */;
  background: #e0dfdf /* @hover-bg-btn */;
  border: #e0dfdf 0.5px solid /* @hover-border-btn */;
}
.button:hover span,
button.submit:hover span {
  color: #000d19 /* @hover-txt-btn */;
}
.btn-d {
  background: black;
}
.btn-l {
  background: white;
  color: black;
}
.bg .button,
.bg button.submit {
  color: #ffffff /* @txt-btn-onBg */;
  border: rgba(0, 13, 25, 0) /* @border-btn-onBg */ 0.5px solid;
  background: #d5aa67 /* @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: #000000 /* @hover-bg-btn-onBg */;
  border: rgba(0, 13, 25, 0) /* @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: #ffffff;
  color: #000000;
  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: #000000 /* 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: #ffffff /* @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: #000000 /* @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: #ffffff /* @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: #000000 /* @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: #000000 /* @bodyColor */;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) * {
  color: #ffffff /* 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: #ffffff /* 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 #ffffff /* 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: #ffffff /* 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 #ffffff /* txt-color */;
}
body .mfp-wrap .mfp-content .popup-module-contact form textarea::placeholder {
  color: #ffffff /* 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 #ffffff /* 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: #ffffff /* txt-color */;
  border: none;
  border-bottom: 1px solid #ffffff /* txt-color */;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"]::placeholder {
  color: #ffffff /* 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 #ffffff /* @txt-color */;
}
form input[type="checkbox"]::before,
form input[type="radio"].tab-0::before {
  background: #ffffff /* @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 #ffffff /* @txt-color */;
}
form .select2-selection {
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #ffffff /* @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: #ffffff /* @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 #ffffff;
}
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 #000000 /* @txt-onBg */;
}
.bg form input[type="checkbox"]::before,
.bg form input[type="radio"].tab-0::before {
  background: #000000 /* @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: #000000 /* @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: #000000 /* @txt-onBg */;
}
.pager-design {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #ffffff /* @txt-color */;
  border-bottom: 0.5px solid #ffffff /* @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: #ffffff /* @txt-color */;
}
.pager-design ul li.current,
.pager-design ul li:hover {
  border: 0.5px solid #ffffff /* @txt-color */;
}
.pager-design-bg {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #ffffff /* @txt-color */;
  border-bottom: 0.5px solid #ffffff /* @txt-color */;
  border-top: 0.5px solid #000000 /* @txt-onBG */;
  border-bottom: 0.5px solid #000000 /* @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: #ffffff /* @txt-color */;
}
.pager-design-bg ul li.current,
.pager-design-bg ul li:hover {
  border: 0.5px solid #ffffff /* @txt-color */;
}
.pager-design-bg ul li a,
.pager-design-bg ul li span {
  color: #000000 /* @txt-onBg */;
}
.pager-design-bg ul li.current,
.pager-design-bg ul li:hover {
  border: 0.5px solid #000000 /* @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: #ffffff /* @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: #000000 /* @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: #ffffff;
  color: #000000;
  width: 45px;
  height: 45px;
  background: #ffffff /* @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: #000000 /* @txt-btn */;
}
.bg .owl-controls .owl-nav .owl-prev,
.bg .owl-controls .owl-nav .owl-next {
  background: #d5aa67;
  /* @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: #d5aa67 /* @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 */;
}
/*** CSS WEBSITE Cabinet VIVIER ***/
/* 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;
}
.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;
  }
}
@media screen and (min-width: 1024px) {
  header .module-logo img,
  header.fixed .module-logo img {
    height: 70px !important;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 477787 ***/
.zone-header_left .module.module-477786.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .module.module-477873.left.template-1.cluster-template-1.module-cluster .module.module-477787.template-9.agency-template-9.variation-agency-contact.module-agency.simple span,
.module.module-477786.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .module.module-477873.left.template-1.cluster-template-1.module-cluster .module.module-477787.template-9.agency-template-9.variation-agency-contact.module-agency.simple span,
.module.module-477873.left.template-1.cluster-template-1.module-cluster .module.module-477787.template-9.agency-template-9.variation-agency-contact.module-agency.simple span,
.module.module-477787.template-9.agency-template-9.variation-agency-contact.module-agency.simple span {
  color: black;
}

