<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* xl - DESKTOP STYLES */
body {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
body.is-loaded {
  opacity: 1;
}
.sp-line {
  width: 0;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
.sp-line.aos-animate {
  width: 100%;
}
.sp-neighbourhood-list .brxe-block.listening {
  margin-top: 15px;
}
.sp-neighbourhood-list h5 {
  color: #000;
}
.sp-neighbourhood-list h5:hover {
  color: #fff;
}
.sp-neighbourhood-list .ion-ios-arrow-forward:before {
  color: #000;
}
.sp-neighbourhood-list .brx-open h5 {
  color: #fff;
}
.sp-neighbourhood-list .brx-open .ion-ios-arrow-forward:before {
  color: #fff;
}
.sp-neighbourhood-list ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: list-number;
}
.sp-neighbourhood-list ol.shopping {
  counter-reset: list-number 14;
}
.sp-neighbourhood-list ol.fitness {
  counter-reset: list-number 27;
}
.sp-neighbourhood-list ol.education {
  counter-reset: list-number 35;
}
.sp-neighbourhood-list ol li {
  counter-increment: list-number;
  position: relative;
  padding-left: calc(35 / 1920* 100vw);
}
.sp-neighbourhood-list ol li:before {
  content: counter(list-number);
  display: inline-block;
  background-color: #000;
  color: #fff;
  width: calc(23/1920*100vw);
  height: calc(23/1920*100vw);
  font-size: calc(13/1920*100vw);
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: calc(6/1920*100vw);
  left: 0;
  padding-top: calc(5/1920*100vw);
}
.brxe-form input:focus {
  outline: none;
}
.brxe-form .message.success {
  display: none !important;
}
.brxe-form input[type=checkbox] {
  appearance: none;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #fff !important;
}
.brxe-form input[type=checkbox]:checked {
  background-color: #fff !important;
}
.brxe-form .options-wrapper label {
  font-size: calc(13/1920*100vw);
  line-height: calc(16/1920*100vw);
  max-width: calc(410/1920*100vw);
}
.brxe-form .options-wrapper li {
  display: flex;
  align-items: flex-start;
  column-gap: 25px;
}
.brxe-form .submit-button-wrapper {
  width: 33.33%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.brxe-form .submit-button-wrapper button {
  width: calc(137/1920*100vw);
  height: calc(62/1920*100vw);
}
.brxe-form .form-group:nth-child(7) {
  padding-bottom: 40px;
}
.footer-legal {
  display: flex;
  flex-direction: row;
}
.footer-legal ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-legal ul li {
  margin-left: calc(30/1920*100vw);
}
.footer-legal ul a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
  padding-bottom: calc(5/1920*100vw);
}
.footer-legal ul a:hover {
  border-bottom: 1px solid white;
}
.btn-register {
  transition: all 0.2s ease-in-out;
  background-color: #000;
  opacity: 1;
}
.btn-register.on-dark {
  background-color: #BD4836 !important;
}
.btn-register.exit {
  transform: translate(0, 10px);
  opacity: 0;
  visibility: hidden;
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .sp-neighbourhood-list ol {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: list-number;
  }
  .sp-neighbourhood-list ol li {
    counter-increment: list-number;
    position: relative;
    padding-left: 25px;
  }
  .sp-neighbourhood-list ol li:before {
    width: 16px;
    height: 16px;
    font-size: 8px;
    top: 2px;
    padding-top: 3px;
  }
  .footer-legal {
    display: flex;
    flex-direction: column;
  }
  .footer-legal ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
  }
  .footer-legal ul li {
    margin-left: 0;
    margin-right: 17px;
  }
  .footer-legal ul a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out;
    padding-bottom: calc(5/1920*100vw);
  }
  .footer-legal ul a:hover {
    border-bottom: 1px solid white;
  }
  .brxe-form input {
    border-radius: 0 !important;
    font-size: 16px;
  }
  .brxe-form input:focus {
    outline: none;
  }
  .brxe-form input[type=checkbox] {
    appearance: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #fff !important;
    min-width: 22px;
    margin-right: 0 !important;
  }
  .brxe-form input[type=checkbox]:checked {
    background-color: #fff !important;
  }
  .brxe-form .options-wrapper {
    width: 100%;
  }
  .brxe-form .options-wrapper label {
    font-size: 9px;
    line-height: 12px;
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .brxe-form .options-wrapper li {
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
  }
  .brxe-form .submit-button-wrapper {
    width: 100%;
    justify-content: flex-start;
  }
  .brxe-form .submit-button-wrapper button {
    width: 63px;
    height: 30px;
    font-size: 12px;
    line-height: 14px;
  }
  .brxe-form .form-group:nth-child(6) {
    padding-bottom: 30px !important;
  }
  .brxe-form .form-group:nth-child(7) {
    width: 100% !important;
    padding-bottom: 30px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F16-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F16-scss-mobile-l.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FLD%3BAAIA%3BAEAC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */</pre></body></html>