@charset "UTF-8";
/* Theme vars */
/* External */
@import "../../../../vendor/aos/2.1.1/css/aos.css";
@import "../../../../vendor/swiper/7.0.alpha22/swiper-bundle.min.css";
/* Internal */
@import "../../../../vendor/lightbox2-2.11.3/dist/css/lightbox.min.css";
@import "../../../../vendor/vanilla-calendar/vanilla-calendar.min.css";
/* Theme vars */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600&display=swap");
:root {
  --soo-primary: #137C8F;
  --soo-primary-alpha: rgba(19, 124, 143, 0.7607843137);
  --soo-secondary: #da3e3a;
  --soo-tertiary: #f33238;
  --soo-accent: rgba(194, 154, 24, 0.6705882353);
  --soo-success: #5fa512;
  --soo-danger: #e11f26;
  --soo-light: #fff;
  --soo-light-alpha: rgba(255, 255, 255, 0.6);
  --soo-dark: #102b2a;
  --soo-dark-intense: #081017;
  --soo-dark-alpha: rgba(16, 43, 42, 0.6705882353);
  --soo-dark-mate: #353535;
  --soo-dimer: rgba(16, 43, 42, 0.6705882353);
  --soo-grey: #bbbcbe;
  --soo-grey-light: #f7f7f7;
  --soo-grey-mid: #cbcbcb;
  --soo-grey-dark: #666666;
  --soo-shadow: 3px 3px 4px #999a9c;
  --soo-transition-duration: 0.25s;
}

body.soo-dark-mode .header-2.bg-menu-dark {
  --soo-dark: #fff;
  --soo-light: #102b2a;
}
body.soo-dark-mode .header-2__submenu {
  --soo-dark-mate: #fff;
  --soo-dark: #fff;
  --soo-light: #102b2a;
}
body.soo-dark-mode .header-2 .links-languages-icons {
  --soo-light: #fff;
}
body.soo-dark-mode .header-2 .nav-link, body.soo-dark-mode .header-2 .nav-link.active {
  color: #353535;
}
body.soo-dark-mode .header-2 .navbar-dark .navbar-toggler {
  color: #353535;
  border-color: #353535;
}
body.soo-dark-mode .header-2 .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34, 34, 34, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
body.soo-dark-mode .navbar-dark .navbar-nav .nav-link:focus, body.soo-dark-mode .navbar-dark .navbar-nav .nav-link:hover {
  color: #137C8F;
}
body.soo-dark-mode .footer-5 {
  background-color: #f6f6f6;
  border-top: 2px solid #d8d8d8;
}
body.soo-dark-mode .footer-5-links a {
  color: #353535 !important;
}
body.soo-dark-mode .footer-5 .enlaces-footer-5 ul li span {
  color: #353535;
}
body.soo-dark-mode .footer-5 .enlaces-footer-5 ul li span a {
  color: #353535;
}
body.soo-dark-mode .copy {
  background: #d8d8d8;
}
body.soo-dark-mode .copy-text {
  color: #353535;
}
body.soo-dark-mode .footer-5 .mobile-footer-5 span {
  color: #353535;
}
body.soo-dark-mode .footer-5 .collapsed-menu ul li a {
  color: #353535;
}

/* Global widgets */
.header-2 .navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-2__menu-link:hover {
  text-decoration: none;
}
.header-2__menu-link-favs-hearth--active {
  color: var(--soo-primary);
}
.header-2 .nav-favs__langs, .header-2 .nav-favs__darkmode-toggler {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .header-2 .nav-favs__langs, .header-2 .nav-favs__darkmode-toggler {
    justify-content: center;
    margin-bottom: 0;
  }
}
.header-2 .nav-favs__langs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-2 .nav-favs__langs--mobile {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .header-2 .nav-favs__langs--mobile {
    display: none;
  }
}
.header-2 .nav-favs__langs--mobile .dropdown-menu {
  left: -200%;
}
.header-2 .nav-favs__langs--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .header-2 .nav-favs__langs--desktop {
    display: block;
  }
}
.header-2 .nav-social {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  transition-duration: 0.25s;
}
.header-2 .nav-social:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.header-2 .nav-social a {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  -webkit-text-stroke: var(--soo-primary);
}
.header-2 .nav-social a:hover {
  text-decoration: none;
  background: transparent;
}
.header-2 .nav-social a i {
  font-size: 1.5rem;
  color: var(--soo-dark);
}
.header-2.max-index {
  z-index: 9999999;
}
.header-2 .navbar-brand {
  max-width: 55vw;
  margin-right: auto;
}
.header-2 .navbar-brand img {
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
@media (min-width: 768px) {
  .header-2 .navbar-brand img {
    max-width: 409px;
  }
}
@media (min-width: 1500px) {
  .header-2 .navbar-brand img {
    max-width: 50vw;
  }
}
.header-2 .nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
}
.header-2 .nav-item {
  position: relative;
  transition: all 200ms linear;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .header-2 .nav-item {
    width: fit-content;
  }
}
.header-2 .nav-item:hover > .nav-link + .header-2__submenu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
@media (min-width: 1200px) {
  .header-2 .nav-item {
    margin-bottom: 0px;
  }
}
.header-2 .nav-item > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.header-2 .nav-item > a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--soo-primary);
  opacity: 0;
  transition: all 200ms linear;
}
.header-2 .nav-item > a.active:after, .header-2 .nav-item > a:hover:after {
  bottom: 0;
  opacity: 1;
}
.header-2 .nav-item > a.active:hover:after {
  opacity: 0;
}
.header-2 .flag-icon {
  border-radius: 15%;
}
.header-2 .flag-icon + span {
  padding-left: 0.3rem;
}
.header-2 .dropdown-toggle > span {
  display: none;
}
.header-2 .dropdown-menu {
  font-size: 0.9em;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 80px rgba(50, 54, 58, 0.12) !important;
}
.header-2 .dropdown-toggle {
  padding: 3px 0px 0px;
}
.header-2 .dropdown-item {
  padding: 0.45rem 1.5rem;
}
.header-2 .dropdown-item.active, .header-2 .dropdown-item:active, .header-2 .dropdown-item:hover {
  color: var(--soo-light);
  background-color: var(--soo-primary);
}
.header-2 .dropdown-item span {
  margin-left: 10px;
}
.header-2.bg-menu-dark .header-2__submenu {
  background-color: var(--soo-dark);
}
.header-2.bg-menu-dark .header-2__submenu > li > a {
  color: var(--soo-light);
}
.header-2.bg-menu-dark .header-2__submenu > li:hover {
  background-color: var(--soo-light);
}
.header-2.bg-menu-dark .header-2__submenu > li:hover > a {
  color: var(--soo-dark);
}
.header-2__submenu {
  z-index: 9997;
  opacity: 1;
  pointer-events: none;
  transition-duration: 0.5s;
  position: relative;
  padding-left: 0;
  min-width: 100%;
}
@media (min-width: 576px) {
  .header-2__submenu {
    opacity: 0;
    position: absolute;
    background-color: var(--soo-light);
    transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
    left: 0;
    top: 100%;
  }
}
@media (max-width: 576px) {
  .header-2__submenu {
    left: 21px;
  }
}
.header-2__submenu > li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.3rem 1rem;
}
.header-2__submenu > li > a {
  color: var(--soo-dark);
  transition-duration: 0.05s;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.header-2__submenu > li > .header-2__submenu {
  opacity: 0;
  pointer-events: none;
  left: 0;
}
@media (min-width: 992px) {
  .header-2__submenu > li > .header-2__submenu {
    left: 100%;
    top: 0;
  }
}
.header-2__submenu > li:hover {
  background-color: var(--soo-dark);
}
.header-2__submenu > li:hover > a {
  color: var(--soo-accent);
  text-decoration: none;
}
.header-2__submenu > li:hover > .header-2__submenu {
  opacity: 1;
  pointer-events: all;
}

/* #Navigation
================================================== */
.bg-menu-light {
  background-color: var(--soo-light);
}

.bg-menu-dark {
  background-color: var(--soo-dark);
}

.bg-menu-light .dropdown-toggle::after {
  color: var(--soo-dark);
}

.bg-menu-dark .dropdown-toggle::after {
  color: var(--soo-grey-mid);
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all var(--soo-transition-duration) ease-out;
  transition: all var(--soo-transition-duration) ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all var(--soo-transition-duration) ease-out;
  transition: all var(--soo-transition-duration) ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 45px;
  -webkit-transition: all var(--soo-transition-duration) ease-out;
  transition: all var(--soo-transition-duration) ease-out;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  -webkit-transition: all var(--soo-transition-duration) ease-out;
  transition: all var(--soo-transition-duration) ease-out;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  height: 50px;
  width: auto;
  display: block;
  -webkit-transition: all var(--soo-transition-duration) ease-out;
  transition: all var(--soo-transition-duration) ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid var(--soo-dark-intense);
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: var(--soo-dark-intense);
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  border-color: transparent;
}

body {
  padding-top: 75px;
}

/*=================================================
  Widget Height Options
==================================================*/
.hero-5.s {
  height: 40vh;
}

.hero-5.m {
  height: 60vh;
}

.hero-5.l {
  height: 70vh;
}

.hero-5.xl {
  height: 80vh;
}

.hero-5.full {
  height: calc(100vh - 165px);
}

.hero-5 {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: start;
  position: relative;
  overflow: hidden;
}
.hero-5--darken {
  background-blend-mode: darken;
}
.hero-5__inner-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  background-color: var(--soo-light-alpha);
  padding: 10px;
  margin: 5%;
  -webkit-backdrop-filter: blur(0.8rem);
  backdrop-filter: blur(0.8rem);
}
@media (min-width: 575px) {
  .hero-5__inner-block {
    align-items: flex-end;
  }
}
.hero-5__inner-title {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  font-stretch: normal;
  font-style: normal;
  color: var(--soo-dark);
  margin: 0px 20px 0px 10px;
}
@media (min-width: 575px) {
  .hero-5__inner-title {
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.84px;
  }
}
.hero-5__inner-title p, .hero-5__inner-title h1, .hero-5__inner-title h2, .hero-5__inner-title h3 {
  margin: 0;
}
.hero-5__inner-buttons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}
@media (min-width: 575px) {
  .hero-5__inner-buttons {
    margin-top: 0px;
    flex-direction: column;
  }
}
.hero-5__inner-button {
  padding: 4px 20px;
  border: solid 1px var(--soo-grey);
  user-select: none;
  outline: none;
  background-color: var(--soo-grey);
  color: var(--soo-dark);
  transition-duration: 0.25s;
  text-align: center;
  font-weight: 600;
  font-size: 0px;
}
@media (min-width: 575px) {
  .hero-5__inner-button {
    font-size: 14px;
  }
}
.hero-5__inner-button i {
  padding-left: 10px;
  font-size: 11px;
  transition-duration: 0.25s;
}
.hero-5__inner-button:focus {
  outline: none;
}
.hero-5__inner-button:hover {
  background-color: var(--soo-dark);
  text-decoration: none;
  color: var(--soo-light);
}
.hero-5__inner-button:hover i {
  transform: translateX(5px);
}
.hero-5__inner-button p, .hero-5__inner-button h1, .hero-5__inner-button h2, .hero-5__inner-button h3 {
  display: inline;
  margin: 0;
}
.hero-5__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-4--type2 .featured-carousel-item-inner {
  top: auto;
  bottom: 0;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 768px) {
  .hero-4--type2 .featured-carousel-item-inner {
    bottom: 5%;
    width: auto;
    min-width: 40vw;
  }
}
.hero-4--type2 .hero-4__box {
  background-color: var(--soo-light-alpha);
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero-4--type2 .hero-4__box {
    width: fit-content;
  }
}
.hero-4--type2 .hero-4__box-body {
  background-color: var(--soo-light-alpha);
  padding: 0.5rem 2rem;
}
.hero-4--type2 .hero-4__box-footer {
  background-color: var(--soo-primary);
  color: var(--soo-light);
  font-size: 20px;
  font-weight: 700;
  padding: 0.3rem 0;
}
.hero-4--type2 .hero-4__box-footer > span {
  color: var(--soo-light);
}
.hero-4--type2 .hero-4__box-title, .hero-4--type2 .hero-4__box-title > a {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
}
.hero-4--type2 .hero-4__box-title:hover, .hero-4--type2 .hero-4__box-title > a:hover {
  text-decoration: none;
  color: var(--soo-secondary);
}
@media (min-width: 768px) {
  .hero-4--type2 .hero-4__box-title, .hero-4--type2 .hero-4__box-title > a {
    font-size: 30px;
  }
}
.hero-4--type2 .hero-4__box-subtitle {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--soo-primary);
  margin-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .hero-4--type2 .hero-4__box-subtitle {
    font-size: 18px;
  }
}

.featured-carousel-item {
  height: 70vh;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.featured-carousel-item-inner {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.featured-carousel-item h2 {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  color: var(--soo-light);
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media (min-width: 992px) {
  .featured-carousel-item h2 {
    font-size: 42px;
  }
}
.featured-carousel-buttons {
  position: relative;
}
.featured-carousel-info {
  opacity: 0.9;
  color: var(--soo-light);
  font-weight: 600;
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  line-height: 25px;
  padding: 10px;
  background-color: rgba(8, 16, 23, 0.4117647059);
  border-radius: 4px;
  margin: 0 auto;
}

.carousel-control-next i, .carousel-control-prev i {
  color: var(--soo-light);
}

.home-scroll-icon {
  width: 25px;
  height: 45px;
  border: 2px solid var(--light);
  border-radius: 20px;
  position: relative;
}
.home-scroll-icon-wrapper {
  position: absolute;
  left: 50%;
  top: 92%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .home-scroll-icon-wrapper {
    top: calc(100% - 3rem);
  }
}
.home-scroll-icon::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--soo-primary);
  display: block;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  animation: slide-down 3s infinite forwards;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    top: 65%;
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.search-1__wrapper {
  background-color: var(--soo-dark);
  min-height: 86px;
  padding: 0.9rem 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-1-mobile a {
  display: inline-block;
  color: var(--soo-light);
  transition-duration: var(--soo-transition-duration);
}
.search-1-mobile a i {
  margin-right: 5px;
}
.search-1-mobile a:hover {
  color: var(--soo-primary);
}
@media (max-width: 575px) {
  .search-1-hidden {
    opacity: 0;
    margin-top: -150px;
    visibility: hidden;
    transition-duration: 800ms;
    transition-property: all;
  }
  .search-1-visible {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}
.search-1 {
  /* Rows */
}
.search-1-row {
  display: block;
  width: 90vw;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .search-1-row {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    width: auto;
  }
}
.search-1-row-hidden {
  opacity: 0;
  visibility: hidden;
}
.search-1-row-split {
  margin-top: -5px;
  text-align: center;
}
.search-1 .search-1-expanded .search-1-row-hidden {
  opacity: 1;
  visibility: visible;
}
.search-1 .search-1-expanded .search-1-row:first-child {
  margin-bottom: 3px;
}
.search-1-toggle {
  color: var(--soo-light);
  font-size: 12px;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.search-1-toggle:hover {
  color: #d56537;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.search-1-toggle i {
  color: var(--soo-light);
  font-size: 17px;
  text-align: center;
  width: 100%;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.search-1 {
  /* Split */
}
.search-1.search-1-expanded a.search-1-toggle i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.search-1 {
  /* Filter */
}
.search-1 .filter {
  height: 45px;
  margin: 0 0 5px 0;
  padding: 0;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .search-1 .filter {
    display: inline-block;
    margin: 0 12px 6px 0;
  }
  .search-1 .filter-more ul.soo-dropdown {
    width: auto !important;
  }
  .search-1 .filter-more ul.soo-dropdown > li.soo-default {
    width: auto !important;
  }
  .search-1 .filter-more ul.soo-dropdown > li.soo-default a {
    margin-right: 20px;
  }
}
.search-1 .filter-type > ul.soo-dropdown, .search-1 .filter-city > ul.soo-dropdown, .search-1 .filter-price > ul.soo-dropdown {
  min-width: 175px;
}
.search-1 ul.soo-dropdown {
  width: 100%;
  min-height: 48px;
  vertical-align: middle;
  border-radius: 4px;
  border: solid 1px var(--soo-grey-light);
  background-color: var(--soo-light);
  cursor: pointer;
  transition-duration: 0s;
}
.search-1 ul.soo-dropdown > li.soo-default {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  padding-right: 1.7rem;
}
.search-1 ul.soo-dropdown > li.soo-default a {
  display: inline-block;
  color: var(--soo-grey-dark);
  margin: 0;
  padding: 3px 15px;
  padding-left: 25px;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  line-height: 2.5rem;
  min-width: fit-content;
  cursor: pointer;
}
.search-1 ul.soo-dropdown:not(.soo-expanded) > li.soo-default .soo-cancel {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  right: 23px;
  top: 14px;
  color: var(--soo-light);
  font-size: 13px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0 0 1px 1px;
  background-color: var(--soo-grey-mid);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.175);
}
.search-1 .filter-multiple ul.soo-dropdown > li.soo-default a {
  width: 90%;
  word-break: break-all;
  text-align: left;
}
.search-1 ul.soo-dropdown > li.soo-default.soo-clicked .soo-cancel, .search-1 ul.soo-dropdown.soo-expanded > li.soo-default .soo-cancel {
  display: none;
}
.search-1 .filter-static ul.soo-dropdown:not(.soo-expanded) > li.soo-default.soo-clicked .soo-cancel, .search-1 .filter-multiple ul.soo-dropdown:not(.soo-expanded) > li.soo-default.soo-clicked .soo-cancel {
  display: inline-block;
}
.search-1 ul.soo-dropdown > li:not(.soo-default) {
  width: 100%;
  background: var(--soo-light);
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
}
.search-1 .filter-static ul.soo-dropdown.soo-expanded li.soo-slot, .search-1 .filter-multiple ul.soo-dropdown.soo-expanded li.soo-slot {
  display: none !important;
}
.search-1 ul.soo-dropdown > li:not(.soo-default) .soo-cancel {
  display: none;
}
.search-1 ul.soo-dropdown > li:not(.soo-default):hover, .search-1 ul.soo-dropdown > li.soo-selected:not(.soo-default), .search-1 ul.soo-dropdown > li.soo-selected-multiple:not(.soo-default) {
  background: var(--soo-primary);
}
.search-1 ul.soo-dropdown > li a {
  color: var(--soo-dark-intense);
  display: block;
  font-size: 15px;
  margin: 0;
  padding: 3px 7px;
  height: 35px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-1 ul.soo-dropdown > li a::first-letter {
  text-transform: capitalize;
}
.search-1 ul.soo-dropdown > li:not(.soo-default):hover a, .search-1 ul.soo-dropdown > li.soo-selected:not(.soo-default) a, .search-1 ul.soo-dropdown > li.soo-selected-multiple:not(.soo-default) a {
  color: var(--soo-light);
}
.search-1 ul.soo-dropdown > li.soo-default a.soo-unfilter {
  color: var(--soo-grey-dark);
  text-align: left;
  width: 100%;
}
.search-1 ul.soo-dropdown > li.soo-default.soo-disabled a {
  color: var(--soo-grey-mid);
  text-shadow: 1px 1px var(--soo-grey-light);
}
.search-1 {
  /* Triangle */
}
.search-1 ul.soo-dropdown > li.soo-default:after {
  content: "p";
  color: var(--soo-dark-mate);
  font-family: "sooprema" !important;
  font-size: 12px;
  position: absolute;
  top: 17px;
  right: 8px;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  transition: all 0.2s;
  -webkit-font-smoothing: antialiased;
}
.search-1 ul.soo-dropdown > li.soo-default.soo-disabled:after {
  color: var(--soo-grey-mid);
  text-shadow: 1px 1px var(--soo-grey-light);
}
.search-1 ul.soo-dropdown.soo-expanded > li.soo-default:after {
  transition: all 0.2s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.search-1 {
  /* More filters */
}
.search-1 .filter-more ul.soo-dropdown > li.soo-default:after, .search-1 .filter-more ul.soo-dropdown.soo-expanded > li.soo-default:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.search-1.search-1-expanded .filter-more ul.soo-dropdown > li.soo-default:after, .search-1.search-1-expanded .filter-more ul.soo-dropdown.soo-expanded > li.soo-default:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.search-1 {
  /* Filter dropdown scrolled */
}
.search-1 .filter-scrolled ul.soo-dropdown.soo-expanded:not(.soo-dropdown-clone) {
  height: auto;
  max-height: 290px;
  overflow-y: auto;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
  margin-top: 3px;
}
.search-1 .filter-scrolled ul.soo-dropdown.soo-expanded:not(.soo-dropdown-clone) > li {
  box-shadow: none;
}
.search-1 .filter-scrolled ul.soo-dropdown.soo-expanded:not(.soo-dropdown-clone) > li.soo-default {
  display: none;
}
.search-1 .filter-city .soo-default {
  position: relative;
}
.search-1 .filter-city .soo-default::before {
  content: "\f3c5";
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--soo-grey-dark);
}
.search-1 {
  /* Reference */
}
.search-1 .filter-reference {
  cursor: pointer;
  color: var(--soo-grey-mid);
  background: var(--soo-light);
  border-color: var(--soo-light);
  width: 100%;
  height: 48px;
  -webkit-transition-duration: var(--soo-transition-duration);
  -moz-transition-duration: var(--soo-transition-duration);
  -o-transition-duration: var(--soo-transition-duration);
  transition-duration: var(--soo-transition-duration);
  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  border-radius: 4px;
  border: solid 1px var(--soo-grey-light);
  background-color: var(--soo-light);
}
@media (min-width: 576px) {
  .search-1 .filter-reference {
    width: 90px;
  }
}
.search-1 .filter-reference.filter-reference-expanded {
  width: 100%;
  cursor: default;
}
@media (min-width: 576px) {
  .search-1 { /* sm red */ }
  .search-1 .filter-reference.filter-reference-expanded {
    width: 170px;
    cursor: default;
  }
}
.search-1 {
  /* Label */
}
.search-1 .filter-reference label {
  float: left;
  color: var(--soo-grey-dark);
  font-size: 15px;
  cursor: pointer;
  margin: 6px 0 5px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.3rem;
}
.search-1 .filter-reference label i {
  color: var(--soo-grey-dark);
  font-size: 12px;
  opacity: 0.7;
  vertical-align: middle;
  margin-bottom: 2px;
}
.search-1 {
  /* Input text */
}
.search-1 .filter-reference input[type=text] {
  width: 0;
  border: 0;
  display: none;
  color: var(--soo-dark);
  background: var(--soo-light);
  font-size: 15px;
  padding: 0;
  margin: 13px 0 0 10px;
  height: 20px;
}
.search-1 .filter-reference input[type=text]::placeholder {
  color: var(--soo-grey-mid);
}
.search-1 .filter-reference input[type=text].filter-reference-input {
  width: 60%;
  display: inline;
}
.search-1 .filter-reference input[type=text]:focus, .search-1 .filter-reference input[type=text]:active {
  outline: 0;
}
.search-1 {
  /* Zoom button */
}
.search-1 .filter-reference a {
  float: right;
  display: none;
  opacity: 0.7;
  margin: 9px 0 0 3px;
  padding: 2px 4px 2px 3px;
  vertical-align: middle;
  text-decoration: none;
  transition-duration: var(--soo-transition-duration);
}
.search-1 .filter-reference i.fas.fa-search {
  transition-duration: var(--soo-transition-duration);
}
.search-1 .filter-reference:focus-within a {
  color: var(--soo-primary);
}
.search-1 .filter-reference:focus-within i.fas.fa-search {
  color: var(--soo-primary);
}
.search-1 .filter-reference ~ .filter-button-search {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.search-1 .filter-reference:focus-within ~ .filter-button-search {
  pointer-events: none;
  width: 0;
  pointer-events: none;
  height: 0;
  min-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0px solid transparent;
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
}
.search-1 .filter-reference a:hover {
  text-decoration: none;
}
.search-1 .filter-reference a i {
  color: var(--soo-grey-mid);
}
.search-1 .filter-reference a:hover i {
  color: var(--soo-dark-intense);
}
.search-1 {
  /* Close button */
}
.search-1 .filter-reference-close {
  float: right;
  display: none;
  cursor: pointer;
  color: var(--soo-dark);
  font-size: 13px;
  font-weight: 400;
  padding: 7px 7px 5px 5px;
  margin: 6px 10px 0 3px;
  width: 17px;
  height: 17px;
}
.search-1 {
  /* Search button */
}
.search-1 .filter-button {
  background: var(--soo-primary);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  height: 48px;
  transition-duration: var(--soo-transition-duration);
}
.search-1 .filter-button a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--soo-light);
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: var(--soo-transition-duration);
  font-weight: 500;
}
.search-1 .filter-button:hover {
  background: var(--soo-light);
}
.search-1 .filter-button:hover a {
  color: var(--soo-primary);
  text-decoration: none;
}
.search-1 .filter-button--more {
  background: var(--soo-light);
}
.search-1 .filter-button--more a {
  color: var(--soo-dark);
}
.search-1 .filter-button--more a i {
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
}
.search-1 .filter-button--more a:hover {
  color: var(--soo-primary);
}
.search-1 .filter-button--more a:hover i {
  color: var(--soo-primary);
}
.search-1 .filter-button--noaction {
  background-color: transparent;
  color: var(--soo-light);
  margin-left: -0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-1 .filter-button--noaction img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-1 .filter-button--noaction:hover {
  background-color: transparent;
  color: var(--soo-primary);
}
.search-1 .filter-button--noaction:hover i {
  color: var(--soo-primary);
}
.search-1.search-1-reference .filter-button {
  display: none;
}
.search-1-sales-type {
  height: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: 0.6rem;
  flex-direction: row;
}
@media (min-width: 768px) {
  .search-1-sales-type {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.search-1-sales-type > a {
  position: relative;
  margin-right: 0.9rem;
  color: var(--soo-light);
  padding-left: 1.1rem;
}
.search-1-sales-type > a i {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-1-sales-type > a i:nth-child(1) {
  opacity: 0;
  max-width: 0;
}
.search-1-sales-type > a i:nth-child(2) {
  opacity: 1;
  max-width: 50px;
}
.search-1-sales-type > a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.search-1-sales-type > a.checkactive > i {
  color: var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
}
.search-1-sales-type > a.checkactive > i:nth-child(1) {
  opacity: 1;
  max-width: 50px;
}
.search-1-sales-type > a.checkactive > i:nth-child(2) {
  opacity: 0;
  max-width: 0;
}

/* Containers */
.gallery-6__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(106px, 1fr));
  grid-auto-rows: auto;
  gap: 1.5rem;
  padding: 0 3.19rem;
  transition-duration: var(--soo-transition-duration);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .gallery-6__grid-wrapper {
    max-width: 80vw;
  }
}
@media (max-width: 768px) {
  .gallery-6__grid-wrapper {
    grid-template-columns: repeat(2, minmax(106px, 1fr));
    gap: 1rem;
  }
  .gallery-6__grid-wrapper:nth-last-of-type(1) {
    grid-column: span 2;
  }
}
@media (max-width: 576px) {
  .gallery-6__grid-wrapper {
    grid-template-columns: repeat(1, minmax(106px, 1fr));
    gap: 0;
    row-gap: 1rem;
    padding: 0rem;
  }
  .gallery-6__grid-wrapper:nth-child(3n-1) {
    grid-row: span 1;
    height: 15.5rem;
  }
  .gallery-6__grid-wrapper:nth-last-of-type(1) {
    grid-column: span 1;
    height: auto;
    width: 100%;
  }
}
.gallery-6__grid-wrapper-img {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-height: 33vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition-duration: var(--soo-transition-duration);
  background-color: var(--soo-primary);
  opacity: 1;
  border-radius: 4px;
  box-shadow: 0px 0px 0px rgba(129, 129, 129, 0.37);
}
.gallery-6__grid-wrapper-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: var(--soo-transition-duration);
}
.gallery-6__grid-wrapper-img:hover {
  box-shadow: 2px 4px 3px rgba(129, 129, 129, 0.37);
}
.gallery-6__grid-wrapper-img:hover .gallery-6__grid-text-title, .gallery-6__grid-wrapper-img:hover .gallery-6__grid-text-desc {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.gallery-6__grid-wrapper-img:hover img {
  opacity: 0.9;
}
.gallery-6__grid-wrapper-img:nth-child(3n-1) {
  grid-row: span 2;
  height: 33rem;
}
.gallery-6__grid-wrapper-img:nth-child(3n-1):hover::after {
  bottom: -70%;
}
.gallery-6__grid-wrapper-img:nth-child(5n) {
  grid-row: span 1;
  height: 100%;
}
.gallery-6__grid-wrapper-caption {
  position: absolute;
  left: 1.62rem;
  letter-spacing: 0.2rem;
  bottom: 8px;
  z-index: 2;
  color: var(--soo-light);
}
.gallery-6__grid {
  /* Images */
}
.gallery-6__grid-img {
  object-fit: cover;
  min-height: 100%;
  width: 100%;
  filter: saturate(1.5);
  -webkit-filter: saturate(1.5);
}
.gallery-6__grid {
  /* Texts */
}
.gallery-6__grid-text-title {
  font-size: 1.87rem;
  transition: all 0.25s;
  transform: translateY(30%);
  -webkit-transform: translateY(30%);
  font-weight: bold;
  color: var(--soo-light);
  line-height: 2rem;
  transition-duration: var(--soo-transition-duration);
  margin-bottom: 0.5rem;
}
.gallery-6__grid-text-desc {
  font-size: 0.9rem;
  transition: all 0.25s;
  transform: translateY(200%);
  -webkit-transform: translateY(200%);
  color: var(--soo-light);
}
.gallery-6__grid-text-desc i {
  color: var(--soo-light);
}
.gallery-6__icon {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.gallery-6__icon-wrapper {
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
}
.gallery-6--type2 .gallery-6__grid-wrapper {
  grid-template-columns: repeat(3, minmax(106px, 1fr));
  grid-gap: 0.5rem;
}
@media (max-width: 1200px) {
  .gallery-6--type2 .gallery-6__grid-wrapper {
    max-width: 80vw;
  }
}
@media (max-width: 768px) {
  .gallery-6--type2 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(2, minmax(106px, 1fr));
  }
}
@media (max-width: 576px) {
  .gallery-6--type2 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(1, minmax(106px, 1fr));
    grid-gap: 0;
    grid-row-gap: 1rem;
    padding: 0rem;
  }
}
.gallery-6--type2 .gallery-6__grid-wrapper-img:nth-child(1) {
  grid-column: span 2;
  grid-row: span 1;
}
.gallery-6--type2 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
  grid-row: span 1;
  height: auto;
}
.gallery-6--type2 .gallery-6__grid-wrapper-img:nth-child(5n) {
  grid-row: span 1;
  height: 100%;
}
@media (max-width: 768px) {
  .gallery-6--type2 .gallery-6__grid-wrapper-img:nth-last-of-type(2), .gallery-6--type2 .gallery-6__grid-wrapper-img:nth-last-of-type(1) {
    grid-column: span 1;
  }
}
@media (max-width: 576px) {
  .gallery-6--type2 .gallery-6__grid-wrapper-img:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type2 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type2 .gallery-6__grid-wrapper-img:nth-child(3n) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type2 .gallery-6__grid-wrapper-img:nth-child(4n) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type2 .gallery-6__grid-wrapper-img:nth-child(5n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type3 .gallery-6__grid-wrapper {
  grid-template-columns: repeat(4, minmax(106px, 1fr));
  grid-gap: 0.5rem;
}
.gallery-6--type3 .gallery-6__grid-wrapper-img {
  height: 100%;
}
.gallery-6--type3 .gallery-6__grid-wrapper-img:nth-child(1) {
  grid-column: span 2;
  grid-row: span 1;
}
.gallery-6--type3 .gallery-6__grid-wrapper-img:nth-child(3n-1), .gallery-6--type3 .gallery-6__grid-wrapper-img:nth-child(3n) {
  grid-row: span 2;
  height: 33rem;
}
.gallery-6--type3 .gallery-6__grid-wrapper-img:nth-child(5n) {
  grid-row: span 1;
  height: 100%;
}
@media (max-width: 1200px) {
  .gallery-6--type3 .gallery-6__grid-wrapper {
    max-width: 100vw;
  }
  .gallery-6--type3 .gallery-6__grid-wrapper-img {
    max-height: 36vh;
  }
}
@media (max-width: 768px) {
  .gallery-6--type3 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(2, minmax(106px, 1fr));
  }
  .gallery-6--type3 .gallery-6__grid-wrapper-img:nth-child(1) {
    grid-column: span 1;
  }
  .gallery-6--type3 .gallery-6__grid-wrapper-img:nth-child(3n-1), .gallery-6--type3 .gallery-6__grid-wrapper-img:nth-child(3) {
    grid-column: span 1;
  }
  .gallery-6--type3 .gallery-6__grid-wrapper-img:nth-last-of-type(1) {
    grid-column: span 2;
  }
}
@media (max-width: 576px) {
  .gallery-6--type3 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(1, minmax(106px, 1fr));
    grid-gap: 0;
    grid-row-gap: 1rem;
    padding: 0rem;
  }
  .gallery-6--type3 .gallery-6__grid-wrapper-img {
    grid-row: span 1;
  }
  .gallery-6--type3 .gallery-6__grid-wrapper-img:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type3 .gallery-6__grid-wrapper-img:nth-child(3n-1), .gallery-6--type3 .gallery-6__grid-wrapper-img:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type3 .gallery-6__grid-wrapper-img:nth-last-of-type(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type4 .gallery-6__grid-wrapper {
  grid-template-columns: repeat(5, minmax(106px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(1fr, 25vh));
  grid-gap: 0.5rem;
}
.gallery-6--type4 .gallery-6__grid-wrapper-img {
  height: 100%;
}
.gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
  grid-column: span 1;
  grid-row: span 1;
}
.gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(3n) {
  grid-column: span 2;
  grid-row: span 1;
}
.gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(4n) {
  grid-column: span 2;
  grid-row: span 1;
}
@media (max-width: 1200px) {
  .gallery-6--type4 .gallery-6__grid-wrapper {
    max-width: 80vw;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img {
    height: 100%;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(1) {
    grid-column: span 3;
    grid-row: span 2;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(3n) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(4n) {
    grid-column: span 3;
    grid-row: span 1;
  }
}
@media (max-width: 768px) {
  .gallery-6--type4 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(2, minmax(106px, 1fr));
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(3n) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(4n) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(5n) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
@media (max-width: 576px) {
  .gallery-6--type4 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(1, minmax(106px, 1fr));
    grid-gap: 0;
    grid-row-gap: 1rem;
    padding: 0rem;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(3n) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(4n) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type4 .gallery-6__grid-wrapper-img:nth-child(5n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type5 .gallery-6__grid-wrapper {
  grid-template-columns: repeat(1, minmax(106px, 1fr));
  grid-gap: 1.3rem;
}
.gallery-6--type5 .gallery-6__grid-wrapper-img {
  height: 100%;
  grid-column: span 1;
  max-height: 45vh;
}
@media (min-width: 768px) {
  .gallery-6--type5 .gallery-6__grid-wrapper-img {
    height: 100%;
    grid-column: span 1;
    max-height: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .gallery-6--type5 .gallery-6__grid-wrapper {
    max-width: 90vw;
  }
  .gallery-6--type5 .gallery-6__grid-wrapper-img {
    max-height: 55vh;
    height: 55vh;
  }
}
@media (max-width: 768px) {
  .gallery-6--type5 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(1, minmax(106px, 1fr));
  }
  .gallery-6--type5 .gallery-6__grid-wrapper-img {
    grid-column: span 1;
    height: 35vh;
  }
}
@media (max-width: 576px) {
  .gallery-6--type5 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(1, minmax(106px, 1fr));
    grid-gap: 0;
    grid-row-gap: 1rem;
    padding: 0rem;
    max-width: 100vw;
  }
  .gallery-6--type5 .gallery-6__grid-wrapper-img {
    grid-row: span 1;
    grid-column: span 1;
  }
}
.gallery-6--type6 .gallery-6__grid-wrapper {
  grid-gap: 0.5rem;
  grid-template-columns: repeat(4, minmax(106px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(500px, 50vh));
  grid-auto-rows: minmax(500px, 50vh);
}
@media (min-width: 768px) {
  .gallery-6--type6 .gallery-6__grid-wrapper {
    grid-template-rows: repeat(auto-fit, minmax(500px, 60vh));
    grid-auto-rows: minmax(500px, 60vh);
  }
}
@media (max-width: 1200px) {
  .gallery-6--type6 .gallery-6__grid-wrapper {
    max-width: 80vw;
    grid-template-columns: repeat(2, minmax(106px, 1fr));
    padding: 0 1.18rem;
  }
}
@media (max-width: 576px) {
  .gallery-6--type6 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(1, minmax(106px, 1fr));
    grid-gap: 0;
    grid-row-gap: 1rem;
    padding: 0;
  }
}
.gallery-6--type6 .gallery-6__grid-wrapper-img {
  grid-column: span 1;
  grid-row: span 1;
}
.gallery-6--type7 .gallery-6__grid-wrapper {
  grid-template-columns: repeat(5, minmax(106px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(1fr, 25vh));
  grid-gap: 0.5rem;
}
.gallery-6--type7 .gallery-6__grid-wrapper-img {
  height: 100%;
  border-radius: 0;
}
.gallery-6--type7 .gallery-6__grid-wrapper-img::before {
  content: "";
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
  border: 1px solid var(--soo-light);
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.25s;
  z-index: 1;
}
.gallery-6--type7 .gallery-6__grid-wrapper-img:hover::before {
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  opacity: 1;
}
.gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
  grid-column: span 1;
  grid-row: span 1;
}
.gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(3n) {
  grid-column: span 2;
  grid-row: span 1;
}
.gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(4n) {
  grid-column: span 2;
  grid-row: span 1;
}
.gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(6n), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(7n), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(8n), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(9n), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(10n) {
  grid-column: span 1;
  grid-row: span 1;
}
.gallery-6--type7 .gallery-6__grid-wrapper-caption {
  bottom: 20px;
}
@media (max-width: 1200px) {
  .gallery-6--type7 .gallery-6__grid-wrapper {
    max-width: 80vw;
  }
  .gallery-6--type7 .gallery-6__grid-wrapper-img {
    height: 100%;
  }
  .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(1) {
    grid-column: span 3;
    grid-row: span 2;
  }
  .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(3n) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(4n) {
    grid-column: span 3;
    grid-row: span 1;
  }
  .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(6n) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(7n) {
    grid-column: 3/span 3;
    grid-row: span 2;
  }
  .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(8n) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(9n) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(10n) {
    grid-column: 3/span 3;
    grid-row: span 2;
  }
}
@media (max-width: 768px) {
  .gallery-6--type7 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(2, minmax(106px, 1fr));
  }
}
@media (max-width: 576px) {
  .gallery-6--type7 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(1, minmax(106px, 1fr));
    grid-gap: 0;
    grid-row-gap: 1rem;
    padding: 0;
    max-width: 90vw;
    width: 100%;
  }
  .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(1), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(3n-1), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(3n), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(4n), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(5n), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(6n), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(7n), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(8n), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(9n), .gallery-6--type7 .gallery-6__grid-wrapper-img:nth-child(10n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media (max-width: 768px) {
  .gallery-6--type7 .gallery-6__grid-text-title {
    font-size: 1.5rem;
  }
}
.gallery-6--type8 .gallery-6__grid-wrapper {
  grid-template-columns: repeat(5, minmax(106px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(347px, 1fr));
  grid-gap: 0.5rem;
}
.gallery-6--type8 .gallery-6__grid-wrapper-img {
  height: 100%;
}
.gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(1) {
  grid-column: span 3;
  grid-row: span 1;
}
.gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
  grid-column: span 2;
  grid-row: span 1;
}
.gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(3n) {
  grid-column: span 2;
  grid-row: span 1;
}
.gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(4n) {
  grid-column: span 3;
  grid-row: span 1;
}
@media (max-width: 1200px) {
  .gallery-6--type8 .gallery-6__grid-wrapper {
    max-width: 80vw;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img {
    height: 100%;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(1) {
    grid-column: span 3;
    grid-row: span 1;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(3n) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(4n) {
    grid-column: span 3;
    grid-row: span 1;
  }
}
@media (max-width: 768px) {
  .gallery-6--type8 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(2, minmax(106px, 1fr));
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img {
    min-height: 25vh;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(3n) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(4n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media (max-width: 576px) {
  .gallery-6--type8 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(1, minmax(106px, 1fr));
    grid-template-rows: repeat(auto-fit, 25vh);
    grid-gap: 0;
    grid-row-gap: 1rem;
    padding: 0 1.18rem;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img {
    min-height: 25vh;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(3n) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type8 .gallery-6__grid-wrapper-img:nth-child(4n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type9 .gallery-6__grid-wrapper {
  grid-template-columns: repeat(4, minmax(106px, 1fr));
  grid-gap: 0.5rem;
}
@media (max-width: 767px) {
  .gallery-6--type9 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(2, minmax(106px, 1fr));
  }
}
@media (max-width: 575px) {
  .gallery-6--type9 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(1, minmax(106px, 1fr));
    grid-gap: 0;
    grid-row-gap: 1rem;
    padding: 0 1.18rem;
  }
}
.gallery-6--type9 .gallery-6__grid-wrapper-img {
  height: 100%;
  grid-column: span 1;
  grid-row: span 1;
}
.gallery-6--type9 .gallery-6__grid-wrapper-img:nth-child(3n) {
  grid-column: span 2;
  grid-row: span 1;
}
@media (max-width: 767px) {
  .gallery-6--type9 .gallery-6__grid-wrapper-img:nth-child(3n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type9 .gallery-6__grid-wrapper-img:nth-child(4n) {
  grid-column: span 2;
  grid-row: span 1;
}
@media (max-width: 767px) {
  .gallery-6--type9 .gallery-6__grid-wrapper-img:nth-child(4n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type9 .gallery-6__grid-wrapper-img:nth-child(6n) {
  grid-column: span 1;
  grid-row: span 1;
}
@media (max-width: 767px) {
  .gallery-6--type9 .gallery-6__grid-wrapper-img:nth-child(6n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type9 .gallery-6__grid-wrapper-img:nth-child(6n+1) {
  grid-column: span 1;
  grid-row: span 1;
}
@media (max-width: 767px) {
  .gallery-6--type9 .gallery-6__grid-wrapper-img:nth-child(6n+1) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type10 .gallery-6__grid-wrapper {
  grid-template-columns: repeat(4, minmax(106px, 1fr));
  grid-gap: 0.5rem;
}
@media (max-width: 767px) {
  .gallery-6--type10 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(2, minmax(106px, 1fr));
  }
}
@media (max-width: 575px) {
  .gallery-6--type10 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(1, minmax(106px, 1fr));
    grid-gap: 0;
    grid-row-gap: 1rem;
    padding: 0 1.18rem;
  }
}
.gallery-6--type10 .gallery-6__grid-wrapper-caption {
  bottom: initial;
  top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.gallery-6--type10 .gallery-6__grid-wrapper-img {
  height: 100%;
  grid-column: span 1;
  grid-row: span 1;
}
.gallery-6--type10 .gallery-6__grid-wrapper-img:hover .gallery-6__grid-text-title {
  transform: translateY(30%);
}
.gallery-6--type10 .gallery-6__grid-wrapper-img:hover .gallery-6__grid-text-desc {
  transform: translateY(-100%);
}
.gallery-6--type10 .gallery-6__grid-wrapper-img:nth-child(2n) {
  grid-column: span 2;
  grid-row: span 1;
}
@media (max-width: 767px) {
  .gallery-6--type10 .gallery-6__grid-wrapper-img:nth-child(2n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type10 .gallery-6__grid-wrapper-img:nth-child(4n) {
  grid-column: span 2;
  grid-row: span 1;
}
@media (max-width: 767px) {
  .gallery-6--type10 .gallery-6__grid-wrapper-img:nth-child(4n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type10 .gallery-6__grid-wrapper-img:nth-child(6n) {
  grid-column: span 1;
  grid-row: span 1;
}
@media (max-width: 767px) {
  .gallery-6--type10 .gallery-6__grid-wrapper-img:nth-child(6n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type10 .gallery-6__grid-wrapper-img:nth-child(6n+1) {
  grid-column: span 1;
  grid-row: span 1;
}
@media (max-width: 767px) {
  .gallery-6--type10 .gallery-6__grid-wrapper-img:nth-child(6n+1) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type10 .gallery-6__grid-text-desc {
  transform: translateY(-100%);
}
.gallery-6--type11 .gallery-6__grid-wrapper {
  grid-template-columns: repeat(4, minmax(106px, 1fr));
  grid-gap: 0.5rem;
}
@media (max-width: 1200px) {
  .gallery-6--type11 .gallery-6__grid-wrapper {
    max-width: 80vw;
  }
}
@media (max-width: 768px) {
  .gallery-6--type11 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(2, minmax(106px, 1fr));
  }
}
@media (max-width: 576px) {
  .gallery-6--type11 .gallery-6__grid-wrapper {
    grid-template-columns: repeat(1, minmax(106px, 1fr));
    grid-gap: 0;
    grid-row-gap: 1rem;
    padding: 0 1.18rem;
  }
}
.gallery-6--type11 .gallery-6__grid-wrapper-img {
  position: relative;
}
.gallery-6--type11 .gallery-6__grid-wrapper-img:nth-child(1), .gallery-6--type11 .gallery-6__grid-wrapper-img:nth-child(2) {
  grid-column: span 1;
  grid-row: span 1;
}
.gallery-6--type11 .gallery-6__grid-wrapper-img:nth-child(3n) {
  grid-column: span 1;
  grid-row: span 2;
}
.gallery-6--type11 .gallery-6__grid-wrapper-img:nth-child(4n) {
  grid-column: span 1;
  grid-row: span 2;
}
.gallery-6--type11 .gallery-6__grid-wrapper-img:nth-child(5n) {
  grid-column: span 2;
  grid-row: span 1;
}
@media (max-width: 768px) {
  .gallery-6--type11 .gallery-6__grid-wrapper-img:nth-last-of-type(2), .gallery-6--type11 .gallery-6__grid-wrapper-img:nth-last-of-type(1) {
    grid-column: span 1;
  }
  .gallery-6--type11 .gallery-6__grid-wrapper-img:nth-child(5n) {
    grid-column: span 2;
  }
}
@media (max-width: 576px) {
  .gallery-6--type11 .gallery-6__grid-wrapper-img {
    aspect-ratio: 1;
  }
  .gallery-6--type11 .gallery-6__grid-wrapper-img:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type11 .gallery-6__grid-wrapper-img:nth-child(3n-1) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type11 .gallery-6__grid-wrapper-img:nth-child(3n) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type11 .gallery-6__grid-wrapper-img:nth-child(4n) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .gallery-6--type11 .gallery-6__grid-wrapper-img:nth-child(5n) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.gallery-6--type11 .gallery-6__grid-wrapper-img::before {
  content: "";
  width: 100%;
  height: 4rem;
  background-color: var(--soo-primary-alpha);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-mask-box-image: url(../../assets/gallery-6-mask.svg) 0;
  transform: translateY(150%);
  transition-duration: var(--soo-transition-duration, 0.25s);
  transition-delay: 0.1s;
}
.gallery-6--type11 .gallery-6__grid-wrapper-img .gallery-6__grid-text-desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
}
.gallery-6--type11 .gallery-6__grid-wrapper-img:hover .gallery-6__grid-text-title {
  transform: translateY(30%);
  -webkit-transform: translateY(30%);
}
.gallery-6--type11 .gallery-6__grid-wrapper-img:hover .gallery-6__grid-text-desc {
  transform: translateY(-18%);
  -webkit-transform: translateY(-18%);
  transition-delay: 0.1s;
}
.gallery-6--type11 .gallery-6__grid-wrapper-img:hover::before {
  transform: translateY(0);
  transition-delay: 0s;
}
.gallery-6--type11 .gallery-6__grid-wrapper-caption {
  bottom: auto;
  top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.linear-background {
  width: 100%;
  height: 150px;
  height: 100%;
  bottom: 0px;
  top: 0px;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0.81;
  background-image: linear-gradient(to bottom, rgba(54, 54, 54, 0), #363636);
}

.paragraph-3 {
  background-color: var(--soo-light);
  color: var(--soo-dark-mate);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
.paragraph-3__wrapper {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .paragraph-3__wrapper {
    width: 70%;
  }
}
.paragraph-3__title {
  font-size: 22px;
  text-align: center;
  padding-bottom: 10px;
}
.paragraph-3__title p, .paragraph-3__title h1, .paragraph-3__title h2, .paragraph-3__title h3, .paragraph-3__title h4, .paragraph-3__title h5, .paragraph-3__title h6 {
  margin-bottom: 25px;
}
.paragraph-3__subtitle {
  font-size: 17px;
  text-align: center;
  padding-bottom: 1.5rem;
  color: var(--soo-grey);
}
.paragraph-3__subtitle p, .paragraph-3__subtitle h1, .paragraph-3__subtitle h2, .paragraph-3__subtitle h3, .paragraph-3__subtitle h4, .paragraph-3__subtitle h5, .paragraph-3__subtitle h6 {
  margin-bottom: 0;
}
.paragraph-3__description {
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
}
.paragraph-3__description p {
  margin-bottom: 0;
}
.paragraph-3__description ul {
  list-style-position: inside;
}
.paragraph-3__image {
  max-height: 150px;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.paragraph-3__image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph-3__button-container {
  text-align: center;
}

.paragraph-3__button {
  border-radius: 3px;
  background-color: var(--soo-primary);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  color: var(--soo-light);
  display: inline-block;
  padding: 10px 20px;
  transition-duration: var(--soo-transition-duration);
  border: 1px solid transparent;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.paragraph-3__button p, .paragraph-3__button h1, .paragraph-3__button h2, .paragraph-3__button h3, .paragraph-3__button h4, .paragraph-3__button h5 {
  margin: 0;
}

.paragraph-3__button:hover {
  text-decoration: none;
  background-color: var(--soo-light);
  border-color: var(--soo-primary);
  color: var(--soo-primary);
}

@media (min-width: 576px) { /* sm red */
  .paragraph-3__title {
    font-size: 28px;
  }
}
.paragraph-1 {
  padding: 0 1rem;
}
.paragraph-1__title, .paragraph-1__title h1, .paragraph-1__title h2, .paragraph-1__title h3, .paragraph-1__title p {
  font-size: 42px;
  font-weight: bold;
  padding: 0 5px;
}
.paragraph-1__subtitle, .paragraph-1__subtitle h1, .paragraph-1__subtitle h2, .paragraph-1__subtitle h3, .paragraph-1__subtitle p {
  margin-bottom: 1.5rem;
  padding: 0 5px;
}
.paragraph-1__paragraph {
  line-height: 1.38;
  color: #0e181c;
  padding: 0 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.paragraph-1__paragraph p {
  margin-bottom: 0;
}
.paragraph-1__paragraph h2 {
  margin: 0px;
}
.paragraph-1__paragraph li {
  margin-bottom: 0.6rem;
}
.paragraph-1__paragraph li::marker {
  color: var(--soo-primary);
}

.testimonials-1 {
  padding: 100px 0 30px;
  margin-top: 25px;
  background-repeat: no-repeat;
  background-position: center 25px;
}
.testimonials-1-header {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .testimonials-1-header {
    padding: 0;
  }
}
.testimonials-1-title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.46px;
  text-align: center;
  color: var(--soo-grey-dark);
}
.testimonials-1-subtitle {
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
}
.testimonials-1-item {
  padding: 0 65px;
  min-height: 125px;
}
.testimonials-1-item p {
  font-size: 15px;
  line-height: 1.39;
  letter-spacing: 0.24px;
  text-align: center;
  color: var(--soo-dark-intense);
}
.testimonials-1-item-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--soo-primary);
  font-style: normal;
  font-stretch: normal;
  line-height: 2.27;
  letter-spacing: 0.5px;
}
.testimonials-1-inner .carousel-indicators li {
  border-radius: 50%;
  background-color: #182a3b;
  width: 15px;
  height: 15px;
}
.testimonials-1-inner .carousel-control-prev, .testimonials-1-inner .carousel-control-next {
  color: var(--soo-light);
  overflow: hidden;
  top: 25%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.testimonials-1-inner .carousel-control-prev i, .testimonials-1-inner .carousel-control-next i {
  font-size: 12px;
}

.footer-5 {
  overflow: hidden;
  padding-top: 34px;
  padding-bottom: 10px;
  opacity: 1;
  background-color: var(--soo-light);
}
@media SCREEN and (min-width: 576px) {
  .footer-5 {
    padding-top: 44px;
    padding-bottom: 0;
  }
}
.footer-5 hr {
  border-color: var(--soo-primary);
  color: var(--soo-primary);
  background-color: var(--soo-primary);
}
.footer-5 ul {
  list-style-type: none;
  padding: 5px 0;
}
.footer-5-title {
  margin-bottom: 22px;
  line-height: 1rem;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: var(--soo-primary);
  text-transform: uppercase;
}
.footer-5-links a, .footer-5-links .hidden-href-link {
  margin-bottom: 8px;
  display: inline-block;
}
.footer-5 .monitor-footer-5 .footer-5-social {
  width: 100%;
  background-color: var(--soo-primary);
}
.footer-5 .menu-footer-5 a, .footer-5 .menu-footer-5 span, .footer-5 .monitor-footer-5 ul li a, .footer-5 .monitor-footer-5 ul li .hidden-href-link, .footer-5 .monitor-footer-5 ul li span {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-grey);
}
.footer-5-logo-li {
  transform: scale(0.8);
}
.footer-5-logo-li-li {
  margin-top: 1rem;
  margin-left: -15px;
}
.footer-5 #accordion {
  border-bottom: none;
}
.footer-5 .monitor-footer-5 {
  position: relative;
}
.footer-5 .subfooter-5 {
  width: 100%;
  height: 54.2px;
  background-color: var(--soo-dark-intense);
}
.footer-5 .subfooter-5 .sooprema-logo {
  width: 47px;
  height: 31px;
}
.footer-5 .subfooter-5-height {
  height: 54.2px;
}
.footer-5 .copyright {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-primary);
}
.footer-5 .mobile-footer-5 span {
  color: var(--soo-grey);
}
.footer-5 .btn-footer-5 {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0 40px;
  margin: 0;
  margin-bottom: 23px;
  margin-top: 38px;
  line-height: 2rem;
  font-size: 20px;
  color: var(--soo-primary) !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-5 .btn-footer-5:nth-child(1) {
  margin-top: 0;
}
.footer-5 .btn-footer-5:active {
  color: var(--soo-accent);
}
.footer-5 .collapsed-menu {
  background-color: transparent;
}
.footer-5 .collapsed-menu ul {
  padding: 0;
  margin-bottom: 0;
}
.footer-5 .collapsed-menu ul li {
  width: 100%;
  padding: 0 40px;
}
.footer-5 .collapsed-menu ul li a {
  color: var(--soo-grey);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  margin-bottom: 14px;
}
.footer-5 .collapsed-menu ul li > span {
  margin-bottom: 14px;
  display: inline-block;
}
.footer-5 .open-icon {
  position: absolute;
  right: 20px;
  color: var(--soo-primary);
}
.footer-5 .info-buttons .btn-contact {
  width: 100%;
  height: 50px;
  border: 2px solid var(--soo-primary);
  margin: 32px 32px 0 32px;
  padding: 0 !important;
  font-size: 13px;
  font-weight: 700;
  color: var(--soo-primary);
  line-height: 50px;
  cursor: pointer;
}
.footer-5 .social-buttons-mobile {
  padding: 17px;
}
.footer-5-social {
  position: absolute;
  bottom: 72px;
}
.footer-5 .social-networks a {
  font-size: 30px !important;
}
.footer-5 .enlaces-footer-5 {
  padding-bottom: 30px;
}
.footer-5.links-social-fa ul li {
  display: inline-block;
  padding-right: 22px;
}
.footer-5.links-social-fa ul li a i {
  font-size: 30px;
  color: var(--soo-primary) !important;
}
.footer-5 .fa-brands {
  display: inline-block;
}
.footer-5 .monitor-footer-5 .dropdown-toggle,
.footer-5 .monitor-footer-5 .dropdown-menu {
  width: 25%;
  text-align: center;
  margin-top: -10px;
}
.footer-5-social-bar {
  padding: 11px 0;
}
.footer-5__social > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.footer-5__social > ul > li {
  margin-right: 20px;
}
.footer-5__social > ul > li:nth-last-child(1) {
  margin-right: 0;
}
.footer-5__social > ul a i {
  font-size: 1.2rem;
  -webkit-text-stroke: 1px var(--soo-primary);
  color: transparent;
  transition-duration: var(--soo-transition-duration);
}
@media (min-width: 768px) {
  .footer-5__social > ul a i {
    font-size: 2rem;
  }
}
.footer-5__social > ul a:hover i {
  color: var(--soo-primary);
}
.footer-5-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-5-img-wrapper {
  max-width: 140px;
  width: 100%;
}
.footer-5-img-col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-5__600 {
  font-weight: 600 !important;
}
.footer-5__600 > span {
  font-weight: 600 !important;
}

.footer-5-logo {
  width: 100%;
  max-width: 125px;
  padding: 10px 0;
  margin: 0 auto;
}

.copy {
  background: var(--soo-dark-mate);
}
.copy-row {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 41px;
  flex-direction: column;
  justify-content: center;
}
@media SCREEN and (min-width: 576px) {
  .copy-row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.copy-text {
  font-size: 13px;
  color: #fff;
}
@media SCREEN and (max-width: 576px) {
  .copy-text {
    flex-direction: column;
    padding-top: 1rem;
  }
}
.copy {
  /* Animated Logo */
}
.copy .sooprema-logo {
  transform: scale(0.4);
}
@media SCREEN and (max-width: 576px) {
  .copy .sooprema-logo {
    margin-top: 0.3rem;
  }
}
.copy #ico-soo-icon {
  width: 60px;
  height: 40px;
  padding: 0.55rem;
}
.copy #ico-soo-icon #circle-1 {
  fill: var(--soo-primary);
}
.copy #ico-soo-icon #circle-2 {
  fill: var(--soo-primary);
}
.copy #ico-soo-icon feDropShadow {
  flood-color: var(--soo-primary);
}
.copy #ico-soo-icon:hover #circle-1 {
  -webkit-transform-origin: 175.621px 169.9517px;
  -ms-transform-origin: 175.621px 169.9517px;
  transform-origin: 175.621px 169.9517px;
  -webkit-animation: scale-circle 2s ease-in-out both infinite;
  animation: scale-circle 2s ease-in-out both infinite;
}
.copy #ico-soo-icon:hover #circle-2 {
  -webkit-transform-origin: 406.621px 169.9517px;
  -ms-transform-origin: 406.621px 169.9517px;
  transform-origin: 406.621px 169.9517px;
  -webkit-animation: scale-circle 2s 0.2s ease-in-out both infinite;
  animation: scale-circle 2s 0.2s ease-in-out both infinite;
}

@-webkit-keyframes scale-circle {
  0%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scale-circle {
  0%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.disclaimer-1 .fag-heading {
  font-size: 1.9rem;
  color: var(--soo-dark-intense);
}
.disclaimer-1 .fag-subheading {
  font-size: 18px;
  color: var(--soo-dark-intense);
  transition-duration: var(--soo-transition-duration);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.disclaimer-1 .fag-subheading i {
  vertical-align: bottom;
  padding: 0.3rem 0.4rem;
  border-radius: 50%;
  border: 1px solid var(--soo-grey);
  display: inline-block;
  margin-left: auto;
  transition-duration: calc(var(--soo-transition-duration) * 2);
  transform: rotateZ(0);
  font-size: 1rem;
}
.disclaimer-1 .fag-subheading i:nth-last-child(1) {
  opacity: 0;
  margin-left: 0;
  padding: 0;
  transform: rotateZ(45deg);
  border-color: transparent;
  border-color: var(--soo-grey);
}
.disclaimer-1 .fag-subheading[aria-expanded=true] {
  color: var(--soo-primary);
}
.disclaimer-1 .fag-subheading[aria-expanded=true] i:nth-child(1) {
  opacity: 0;
  margin-left: 0;
  transform: rotateZ(-45deg);
  border-color: transparent;
}
.disclaimer-1 .fag-subheading[aria-expanded=true] i:nth-last-child(1) {
  opacity: 1;
  padding: 0.3rem 0.4rem;
  transform: rotateZ(0);
  border-color: var(--soo-grey);
  margin-right: 1.3rem;
}
.disclaimer-1 .fag-txt {
  color: var(--soo-dark-mate);
  padding-left: 12px;
  padding-top: 15px;
  border-top: 1px solid var(--soo-grey-light);
  font-size: 1rem;
  line-height: 1.63;
}
.disclaimer-1 .btn p {
  margin-bottom: 0;
}
.disclaimer-1 .btn.focus, .disclaimer-1 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/*=================================================
  Widget Height Options
==================================================*/
.cta-1.xs {
  height: 25vh;
}

.cta-1.s {
  height: 45vh;
}

.cta-1.m {
  height: 60vh;
}

.cta-1.l {
  height: 70vh;
}

.cta-1.xl {
  height: 80vh;
}

.cta-1.full {
  height: 100vh;
}

.cta-1 {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-blend-mode: darken;
}
.cta-1__icon {
  width: 100%;
  object-fit: contain;
}
.cta-1__icon-wrapper {
  width: 105px;
  margin-bottom: 1rem;
}
.cta-1__title {
  font-size: 24px;
  font-weight: 300;
  color: var(--soo-light);
  margin-bottom: 31px;
  text-align: center;
  max-width: 80%;
}
.cta-1__title p {
  margin-bottom: 0;
}
.cta-1__subtitle {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-light);
  margin-top: -20px;
  margin-bottom: 31px;
  text-align: center;
  max-width: 80%;
  text-transform: uppercase;
}
.cta-1__subtitle p {
  margin-bottom: 0;
}
.cta-1__button {
  min-width: 147px;
  min-height: 17px;
  font-size: 14px;
  letter-spacing: 0.26px;
  color: var(--soo-light);
  border: solid 1px var(--soo-light);
  padding: 0.6rem 1rem;
  transition-duration: 0.25s;
}
.cta-1__button p {
  display: inline-block;
  margin-bottom: 0;
}
.cta-1__button:hover {
  text-decoration: none;
  color: #1b1b1b;
  background-color: var(--soo-light);
}
@media (min-width: 576px) {
  .cta-1__title {
    font-size: 45px;
  }
}
@media (min-width: 576px) {
  .cta-1__subtitle {
    font-size: 18px;
  }
}

.contact-form-3 {
  max-width: 660px;
  margin: auto;
  padding: 40px 0px;
}
.contact-form-3-extraselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.contact-form-3-extraselect-wrapper {
  position: relative;
}
.contact-form-3-extraselect-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-350%, -50%);
  display: block;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.contact-form-3__legal-block {
  margin-bottom: 1.5rem;
}
.contact-form-3__legal-text {
  font-size: 13px;
}
.contact-form-3__legal-text li {
  margin-bottom: 0.5rem;
}
.contact-form-3__legal-text a {
  color: var(--soo-primary);
}
.contact-form-3__legal-text a:hover {
  color: var(--soo-primary);
}
.contact-form-3__legal-text-toggler {
  color: var(--soo-primary);
  cursor: pointer;
}
.contact-form-3__legal-text-toggler:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}
.contact-form-3__legal-text--content {
  display: none;
}
.contact-form-3__legal-text--content--active {
  display: block;
}

.contact-form-3 a {
  color: var(--soo-primary);
}

.contact-form-3 a.contact-form-3__button--whatsapp {
  background-color: #5fa512;
  color: var(--soo-light);
  border-color: #5fa512;
}

.contact-form-3-title {
  text-align: center;
  text-transform: initial;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.contact-form-3-title span {
  font-weight: bold;
  color: var(--soo-dark);
}

.contact-form-3-description {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
}

/* Select with placeholder */
.contact-form-3 select.form-control {
  font-size: 20px;
  padding: 5px 20px;
  position: relative;
}

.contact-form-3 select.form-control:required:invalid {
  color: #939393;
}

.contact-form-3 select.form-control option {
  color: var(--soo-dark);
}

/* Inputs */
select.form-control,
input.form-control {
  font-size: 20px;
  padding: 5px 20px;
  background-color: #f3f3f3;
}

select.form-control {
  cursor: pointer;
}

textarea.form-control,
.contact-form-3 select.form-control {
  background-color: #f3f3f3;
}

.contact-form-3 ::placeholder {
  font-size: 20px;
}

.contact-form-3-text {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.68;
  letter-spacing: 0px;
  margin: 10px 0 0;
}

/* Required */
.contact-form-3-required-border .contact-form-3-required {
  border: 1px solid #ff0000;
}

.contact-form-3-required-item {
  display: none;
  color: #ff0000;
  font-size: 13px;
  visibility: hidden;
  padding: 0;
  margin: 2px 0 -12px 5px;
}

.contact-form-3-required-visible {
  visibility: visible;
  display: block;
}

.contact-form-3-required-labels .contact-form-3-required-item {
  display: block;
}

/* Button */
.contact-form-3 input[type=submit] {
  margin-top: 38px;
  min-width: 251px;
  text-transform: uppercase;
}

/*====================
	  Phone flags
	=====================*/
.contact-form-3 .inner-group-prepend {
  background: var(--soo-grey-mid);
  border: solid 1px #dedede;
  border-radius: 4px;
}

.contact-form-3 .inner-group-prepend button {
  background: var(--soo-grey-mid);
  height: 100%;
  border: 1px solid var(--soo-grey-mid);
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.contact-form-3 .dropdown-toggle::after {
  font-size: 0.8rem;
}

.contact-form-3 .dropdown-item {
  padding: 0.25rem 1.5rem;
  cursor: pointer;
  white-space: initial;
}

/*=================================
  Checkbox
=================================*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid var(--soo-grey-mid);
  background-color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--soo-primary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*=================================
	Flags
  =================================*/
.flagsDropdown {
  max-height: 350px;
  overflow-y: scroll;
  width: 100%;
}

.flagsDropdown::-webkit-scrollbar {
  width: 3px;
  height: 100%;
  background-color: var(--soo-grey-mid);
}

.flagsDropdown::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--soo-primary);
}

/*=================================
  Loader
=================================*/
* {
  --animation-time: 3s;
}

.email-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 450px;
  max-width: 100vw;
  height: 200px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 5px rgba(212, 212, 212, 0.5);
  font-size: 1.4rem;
  opacity: 1;
}

.email-loader-icon {
  position: absolute;
  top: 80%;
  z-index: 10;
  color: var(--soo-primary);
  transition: all 0.25s;
}

.email-loader-icon-plane {
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: plane-fly ease-out infinite var(--animation-time);
}

.email-loader-icon-email {
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: email-transform ease-out infinite var(--animation-time);
}

.email-loader-icon-world {
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: growing-world ease-out infinite var(--animation-time);
}

.complete-hide {
  opacity: 0;
  pointer-events: none;
}

@keyframes email-transform {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plane-fly {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  90% {
    transform: scale(0.4) translate(1200%, -100%);
    opacity: 0;
  }
  100% {
    transform: scale(0) translate(1200%, -100%);
    opacity: 0;
  }
}
@keyframes growing-world {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  90% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  95% {
    transform: translate(-50%, -50%) scale(1.3);
    -webkit-transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
  }
}
/*=================================
  Forms Button
=================================*/
.form-control:focus,
.form-control:active {
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0.25rem var(--soo-primary);
}

.send-form-btn {
  margin: auto;
  display: inline-block;
  text-align: center;
  transition: all 0.25s;
  min-width: 180px;
}

.send-form-btn i {
  opacity: 0;
  font-size: 0;
  margin-left: 0;
  transition: all 0.25s;
  vertical-align: unset;
}

.send-form-btn:hover i {
  opacity: 1;
  margin-left: 1rem;
  font-size: 1rem;
}

.title-1 {
  width: 100%;
}
.title-1__title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 auto;
  color: var(--soo-dark-mate);
}
@media (min-width: 576px) {
  .title-1__title {
    font-size: 25px;
  }
}

.properties-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  justify-content: space-between;
  column-gap: 15px;
}
@media (min-width: 992px) {
  .properties-2--xxs {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .properties-2--xs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .properties-2--sm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .properties-2--sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .properties-2--md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .properties-2--md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .properties-2--lg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .properties-2--lg {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .properties-2--lg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.property-3 {
  position: relative;
  background-color: var(--soo-light);
  margin: 0px 0px;
  box-shadow: 3px 0px 14px 0px rgba(53, 75, 96, 0.08);
  margin-bottom: 40px;
  width: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--soo-light);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition-duration: var(--soo-transition-duration);
  overflow: hidden;
  grid-column: span 1;
  min-height: 530px;
}
.property-3__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.property-3:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.13), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
}
.property-3:hover .property-3__reference {
  color: var(--soo-primary);
}
.property-3__header {
  position: relative;
  z-index: 0;
}
.property-3__title {
  line-height: 1.2rem;
  margin-top: 0.7rem;
  min-height: 48px;
}
.property-3__title > a {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  line-height: 1rem;
  transition-duration: var(--soo-transition-duration);
}
.property-3__title > a:hover {
  color: var(--soo-primary);
  text-decoration: none;
}
.property-3__description {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: var(--soo-grey-dark);
  min-height: 56px;
}
.property-3 .property-label {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  color: var(--soo-light);
  left: 0;
  top: 0;
  font-size: 13px;
  padding: 4px 25px 3px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px 8px 21px 0px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.property-3__header {
  width: 100%;
}
.property-3__floatingicons {
  position: absolute;
  right: 19px;
  top: 19px;
  z-index: 1;
}
.property-3__floatingicons .property-3__interaction-icon {
  width: 1.95rem;
  height: 1.8rem;
}
.property-3__body {
  margin-bottom: auto;
  padding: 0.8rem;
  padding-top: 0;
}
.property-3__reference {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  transition-duration: var(--soo-transition-duration);
}
.property-3 {
  /* Info */
}
.property-3 .property-info {
  text-align: left; /* for carousels */
  padding: 20px 15px 10px 10px;
}
.property-3 .property-info-top {
  margin-bottom: 10px;
}
.property-3 .property-info-left {
  padding-left: 5px;
}
.property-3 .property-location {
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 145px;
}
.property-3 .property-reference {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.property-3 .property-price {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.45px;
}
.property-3 .property-description {
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 5px;
  margin: 20px 0 10px 0;
}
.property-3 .property-data {
  margin-left: 5px;
  margin-top: 40px;
}
.property-3 .property-data-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.property-3 .property-data-item {
  flex-grow: 1;
}
.property-3 .property-data-item img {
  max-width: 20px;
}
.property-3 .property-data span {
  font-size: 13px;
}
.property-3 .offer-space {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.property-3 .offer-space .offer-band {
  background: #fac200;
  color: var(--soo-light);
  min-width: 100px;
  padding: 0 50px 0 10px;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  z-index: 1;
  margin-bottom: 10px;
}
.property-3 .offer-space .tour360-band {
  background: var(--soo-dark-intense);
  color: var(--soo-light);
  width: 130px;
  padding: 0 5px 0 10px;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  z-index: 1;
  margin-bottom: 10px;
}
.property-3 .offer-space .tour360-band span {
  width: 75px;
  display: inline-block;
  margin-right: 5px;
}
.property-3 .offer-space .tour360-band img {
  width: auto;
  max-height: 23px;
  vertical-align: top;
  display: inline-block;
}
.property-3 .offer-space .video-band {
  background: var(--soo-primary);
  color: var(--soo-light);
  width: 130px;
  padding: 0 5px 0 10px;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  z-index: 1;
  margin-bottom: 10px;
}
.property-3 .offer-space .video-band span {
  width: 75px;
  display: inline-block;
  margin-right: 5px;
}
.property-3 .offer-space .video-band img {
  width: auto;
  max-height: 27px;
  vertical-align: top;
  display: inline-block;
}
.property-3__interaction-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  min-height: 3.5rem;
  width: 100%;
}
.property-3__interaction-icon {
  width: 1.45rem;
  height: 1.3rem;
  margin-right: 25px;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition-duration: 0.25s;
}
.property-3__interaction-icon:nth-last-child(1) {
  margin-right: 0;
}
.property-3__interaction-icon--image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.property-3__interaction-icon:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.property-3__interaction-icon > a {
  background-repeat: no-repeat;
  background-size: contain;
}
.property-3__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-3__image-wrapper {
  height: 230px;
  display: flex;
  overflow: hidden;
}
.property-3__swiper-button {
  color: var(--soo-light);
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
}
.property-3__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.property-3__price-text {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-grey-dark);
  margin-right: 19px;
}
.property-3__price-text > a {
  color: var(--soo-grey-dark);
}
.property-3__price-text > a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.property-3__price-text--offer {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-grey-mid);
  position: relative;
}
.property-3__price-text--offer::after, .property-3__price-text--offer::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--soo-danger);
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotateZ(15deg);
  transition-duration: var(--soo-transition-duration);
}
.property-3__price-text--offer::before {
  transform: rotateZ(-15deg);
}
.property-3__price-text--offer:hover {
  color: var(--soo-grey-mid);
}
.property-3__price-text--offer:hover::after, .property-3__price-text--offer:hover::before {
  transform: rotateZ(0);
  top: 0;
}
.property-3__price-text--offer:hover::before {
  top: 100%;
  transform: rotateZ(0);
}
.property-3__featuredicons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.property-3__featuredicon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 0.6rem;
}
.property-3__featuredicon > img {
  display: inline-block;
}
.property-3__featuredicon > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  color: var(--soo-grey-dark);
}
.property-3__featuredicon:nth-last-child(1) {
  margin-right: 0;
}
.property-3__footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0.8rem;
  background-color: #ebebeb;
}
.property-3__row {
  width: 100%;
}
.property-3__swiper-slide.swiper-slide.property-3__swiper-slide--featured {
  animation: showX 6s ease-in-out 0s infinite;
}
.property-3__swiper-pagination .swiper-pagination-bullet-active {
  background: var(--soo-primary);
}
@keyframes showX {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  85% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  95% {
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

.property-3--landscape {
  position: relative;
  background-color: var(--soo-light);
  margin: 0px 0px;
  box-shadow: 3px 0px 14px 0px rgba(53, 75, 96, 0.08);
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--soo-light);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition-duration: var(--soo-transition-duration);
  overflow: hidden;
  grid-column: span 1;
  flex-direction: row;
  max-width: 100%;
  padding-bottom: 0;
  border-radius: 0 10px 10px 0;
  height: 150px;
  min-height: 150px;
}
@media (min-width: 768px) {
  .property-3--landscape {
    min-height: 180px;
    height: 180px;
    margin-bottom: 40px;
  }
}
.property-3--landscape:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.13), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
}
.property-3--landscape:hover .property-3__price-text--offer {
  color: var(--soo-grey-mid);
}
.property-3--landscape:hover .property-3__price-text--offer::after, .property-3--landscape:hover .property-3__price-text--offer::before {
  transform: rotateZ(0);
  top: 0;
}
.property-3--landscape:hover .property-3__price-text--offer::before {
  top: 100%;
  transform: rotateZ(0);
}
.property-3--landscape:hover .property-3__reference {
  color: var(--soo-primary);
}
.property-3--landscape__header {
  position: relative;
  z-index: 0;
  height: 100%;
}
.property-3--landscape__header .swiper-container {
  height: 100%;
}
.property-3--landscape__title {
  line-height: 1rem;
  margin-top: 0.7rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.property-3--landscape__title > a {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  line-height: 1rem;
  transition-duration: var(--soo-transition-duration);
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.property-3--landscape__title > a:hover {
  color: var(--soo-primary);
  text-decoration: none;
}
@media (min-width: 768px) {
  .property-3--landscape__title {
    line-height: 1.2rem;
    max-width: 100%;
  }
  .property-3--landscape__title > a {
    font-size: 18px;
  }
}
.property-3--landscape__description {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: var(--soo-grey-dark);
  min-height: 56px;
  display: none;
}
@media (min-width: 768px) {
  .property-3--landscape__description {
    display: block;
  }
}
.property-3--landscape .property-label {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  color: var(--soo-light);
  left: 0;
  top: 0;
  font-size: 13px;
  padding: 4px 25px 3px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px 8px 21px 0px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.property-3--landscape__header {
  width: 100%;
}
.property-3--landscape__floatingicons {
  position: absolute;
  right: 19px;
  top: 19px;
  z-index: 1;
}
.property-3--landscape__body {
  margin-bottom: auto;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  padding: 0 0.8rem;
}
.property-3--landscape__reference {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  transition-duration: var(--soo-transition-duration);
}
.property-3--landscape {
  /* Info */
}
.property-3--landscape .property-info {
  text-align: left; /* for carousels */
  padding: 20px 15px 10px 10px;
}
.property-3--landscape .property-info-top {
  margin-bottom: 10px;
}
.property-3--landscape .property-info-left {
  padding-left: 5px;
}
.property-3--landscape .property-location {
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 145px;
}
.property-3--landscape .property-reference {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.property-3--landscape .property-price {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.45px;
}
.property-3--landscape .property-description {
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 5px;
  margin: 20px 0 10px 0;
}
.property-3--landscape .property-data {
  margin-left: 5px;
  margin-top: 40px;
}
.property-3--landscape .property-data-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.property-3--landscape .property-data-item {
  flex-grow: 1;
}
.property-3--landscape .property-data-item img {
  max-width: 20px;
}
.property-3--landscape .property-data span {
  font-size: 13px;
}
.property-3--landscape .offer-space {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.property-3--landscape .offer-space .offer-band {
  background: #fac200;
  color: var(--soo-light);
  min-width: 100px;
  padding: 0 50px 0 10px;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  z-index: 1;
  margin-bottom: 10px;
}
.property-3--landscape .offer-space .tour360-band {
  background: var(--soo-dark-intense);
  color: var(--soo-light);
  width: 130px;
  padding: 0 5px 0 10px;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  z-index: 1;
  margin-bottom: 10px;
}
.property-3--landscape .offer-space .tour360-band span {
  width: 75px;
  display: inline-block;
  margin-right: 5px;
}
.property-3--landscape .offer-space .tour360-band img {
  width: auto;
  max-height: 23px;
  vertical-align: top;
  display: inline-block;
}
.property-3--landscape .offer-space .video-band {
  background: var(--soo-primary);
  color: var(--soo-light);
  width: 130px;
  padding: 0 5px 0 10px;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  z-index: 1;
  margin-bottom: 10px;
}
.property-3--landscape .offer-space .video-band span {
  width: 75px;
  display: inline-block;
  margin-right: 5px;
}
.property-3--landscape .offer-space .video-band img {
  width: auto;
  max-height: 27px;
  vertical-align: top;
  display: inline-block;
}
.property-3--landscape__interaction-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  min-height: 2.5rem;
}
.property-3--landscape__interaction-icon {
  width: 1.45rem;
  height: 1.3rem;
  margin-right: 25px;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition-duration: 0.25s;
}
.property-3--landscape__interaction-icon:nth-last-child(1) {
  margin-right: 0;
}
.property-3--landscape__interaction-icon--image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.property-3--landscape__interaction-icon:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.property-3--landscape__interaction-icon > a {
  background-repeat: no-repeat;
  background-size: contain;
}
.property-3--landscape__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-3--landscape__image-wrapper {
  height: 100%;
  display: flex;
  overflow: hidden;
  min-width: 150px;
}
@media (min-width: 768px) {
  .property-3--landscape__image-wrapper {
    min-width: 180px;
  }
}
.property-3--landscape__swiper-button {
  color: var(--soo-light);
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
}
.property-3--landscape__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.property-3--landscape__price-text {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-grey-dark);
  margin-right: 19px;
}
.property-3--landscape__price-text > a {
  color: var(--soo-grey-dark);
}
.property-3--landscape__price-text > a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.property-3--landscape__price-text--offer {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-grey-mid);
  position: relative;
}
.property-3--landscape__price-text--offer::after, .property-3--landscape__price-text--offer::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--soo-danger);
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotateZ(15deg);
  transition-duration: var(--soo-transition-duration);
}
.property-3--landscape__price-text--offer::before {
  transform: rotateZ(-15deg);
}
.property-3--landscape__featuredicons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.property-3--landscape__featuredicon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 0.6rem;
}
.property-3--landscape__featuredicon > img {
  display: inline-block;
}
.property-3--landscape__featuredicon > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  color: var(--soo-grey-dark);
}
.property-3--landscape__featuredicon:nth-last-child(1) {
  margin-right: 0;
}
.property-3--landscape__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0.8rem;
  background-color: #ebebeb;
}
.property-3--landscape__row {
  width: 70%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.property-3--landscape__row:nth-child(1) {
  width: 30%;
  max-width: 250px;
  min-width: 150px;
}
@media (min-width: 768px) {
  .property-3--landscape__row:nth-child(1) {
    min-width: 180px;
  }
}
.property-3--landscape__row:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  min-width: calc(100% - 250px);
}
@media (min-width: 768px) {
  .property-3--landscape-grid-config {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1200px) {
  .property-3--landscape-grid-config {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/*=================================================
 Css for property-3 en landscape mode
==================================================*/
@media (min-width: 768px) {
  .landscape-home {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.last-properties-3 {
  position: relative;
  padding-bottom: 0.6rem;
  padding: 0px 10px;
}
.last-properties-3__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .last-properties-3__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .last-properties-3__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.last-properties-3--2 .last-properties-3__inner {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 768px) {
  .last-properties-3--2 .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .last-properties-3--2 .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .last-properties-3--2 .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.last-properties-3__title-wrapper {
  text-align: center;
  max-width: 80vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .last-properties-3__title-wrapper {
    text-align: left;
    margin: 0;
    margin-bottom: 1rem;
  }
}
.last-properties-3__property-wrapper {
  grid-column: span 1;
  width: 100%;
  height: 100%;
}
.last-properties-3__button {
  padding: 0.4rem 1rem;
  border-radius: 8px;
  border: 1px solid var(--soo-primary);
  color: white;
  background-color: var(--soo-primary);
  font-weight: 500;
  text-transform: uppercase;
}
.last-properties-3__button p {
  margin: 0;
}
.last-properties-3__button:hover {
  text-decoration: none;
  background-color: var(--soo-light);
  border: 1px solid var(--soo-primary);
  color: var(--soo-primary);
}
.last-properties-3__button-wrapper {
  text-align: center;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.report-1-title {
  font-size: 24px;
}
.report-1-content {
  font-size: 14px;
  line-height: 2;
}
.report-1-content p {
  margin-bottom: 0.6rem;
}
.report-1-content-number {
  color: var(--soo-primary);
  font-weight: 600;
}
.report-1-content-text--end {
  font-weight: 600;
}
.report-1__city {
  color: var(--soo-primary);
  font-weight: 500;
}

.maps {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 90%;
}

.maps iframe {
  left: 0;
  top: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 576px) { /* sm red */
  .maps {
    padding-bottom: 65%;
  }
}
@media (min-width: 768px) { /* md green */
  .maps {
    padding-bottom: 55%;
  }
}
@media (min-width: 992px) { /* lg blue */
  .maps {
    padding-bottom: 45%;
  }
}
@media (min-width: 1200px) { /* xl magenta */
  .maps {
    padding-bottom: 40%;
  }
}
@media (min-width: 1500px) { /* xx indigo */
  .maps {
    padding-bottom: 32%;
  }
}
.page-not-found-header {
  min-height: 110px;
  position: relative;
}
.page-not-found-404 {
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  object-fit: contain;
  font-size: 85px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.72;
  letter-spacing: 3.02px;
  color: var(--soo-primary);
  opacity: 0.8;
  text-shadow: 1px 1px 4px var(--soo-dark);
  margin-bottom: 2rem;
}
.page-not-found h2 {
  width: 100%;
  padding-top: 12px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.06px;
  color: var(--soo-dark);
  margin-bottom: 2rem;
}
.page-not-found-links a {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--soo-primary);
  text-decoration: underline;
  transition-duration: var(--soo-transition-duration);
}
.page-not-found-links a:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}

.columns-1 {
  display: grid;
  grid-auto-rows: auto;
}
.columns-1__column {
  position: relative;
  padding: 0 1rem;
  overflow: initial;
}
@media (min-width: 768px) {
  .columns-1__column {
    padding: 0;
  }
}

.propertydescription-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .propertydescription-1 {
    margin-bottom: 42px;
  }
}
.propertydescription-1__description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: justify;
  color: var(--soo-dark);
}
.propertydescription-1__description p {
  font-size: 16px !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.53 !important;
  letter-spacing: normal !important;
  text-align: justify !important;
  color: var(--soo-dark) !important;
}
.propertydescription-1__show-more-button {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
}
.propertydescription-1__show-more-button:hover {
  color: var(--soo-accent);
  text-decoration: none;
}

.propertydescription-1__description p:empty {
  display: none;
}

.propertyextrashare-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.propertyextrashare-1 a {
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
  font-size: 25px;
  padding-right: 15px;
}
.propertyextrashare-1 a:hover {
  color: var(--soo-primary);
}
.propertyextrashare-1 .soo-favorite {
  background-position: center;
  background-size: contain;
  width: 30px;
}
.propertyextrashare-1__interaction-icon {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  margin-left: 0.7rem;
  margin-right: 0.2rem;
}

.propertyentry-1 {
  position: relative;
}
.propertyentry-1__label {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  z-index: 1;
  padding: 0.3rem 0.9rem;
  color: var(--soo-light);
  text-transform: uppercase;
  font-size: 0.9rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.propertyentry-1__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.propertyentry-1__image-wrapper {
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .propertyentry-1__image-wrapper {
    height: 60vh;
  }
}
.propertyentry-1__image-wrapper > a {
  width: 100%;
  height: 100%;
}
.propertyentry-1__swiper-button-next {
  color: var(--soo-light);
  right: 20px;
}
.propertyentry-1__swiper-button-next:focus {
  outline: none;
}
.propertyentry-1__swiper-button-prev {
  color: var(--soo-light);
  left: 20px;
}
.propertyentry-1__swiper-button-prev:focus {
  outline: none;
}
.propertyentry-1 .features-1__banner {
  top: -45px;
}
@media (min-width: 768px) {
  .propertyentry-1 .features-1__banner {
    top: -30px;
    left: auto;
    right: 5%;
  }
}
.propertyentry-1 .features-1__banner--reference {
  margin-top: 0;
}
.propertyentry-1 .swiper-pagination-fraction {
  right: 1rem;
  bottom: auto;
  left: auto;
  top: 0.5rem;
  background-color: var(--soo-dark-mate);
  color: var(--soo-light);
  max-width: 80px;
  opacity: 0.9;
  border-radius: 4px;
  padding-top: 0.1rem;
  font-size: 15px;
}

.property-form-2 {
  position: sticky;
  top: 100px;
}
@media (min-width: 576px) {
  .property-form-2 {
    padding-left: 2rem;
  }
}
.property-form-2-wrapper {
  background-color: var(--soo-light);
  border-radius: 4px;
  border: solid 1px #e7e7ee;
  margin-right: auto;
  padding-top: 0.8rem;
}
.property-form-2-wrapper .form-group {
  margin-bottom: 0.4rem;
}
.property-form-2-wrapper .form-control:focus {
  box-shadow: 0 0 0 0.2rem var(--soo-primary-alpha);
}
.property-form-2-wrapper .property-form-2-label {
  font-weight: 600;
  font-size: 16px;
  margin-top: 0.8rem;
}
.property-form-2-wrapper .property-form-2-avatar-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
.property-form-2-wrapper .property-form-2-comment-btn {
  min-height: 33px;
  border: solid 1px var(--soo-light);
  border-radius: 4px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.property-form-2-wrapper .property-form-2-comment-btn:hover, .property-form-2-wrapper .property-form-2-comment-btn:active, .property-form-2-wrapper .property-form-2-comment-btn:focus {
  color: var(--soo-light);
  background-color: var(--soo-primary);
}
.property-form-2-wrapper .property-form-2-input {
  border-radius: 4px;
  border: solid 1px #dedede;
  background-color: #f2f2f6;
}
.property-form-2-wrapper .property-form-2-reference-text {
  font-size: 16px;
  color: var(--soo-primary);
}
.property-form-2-wrapper .property-form-2-reference-text:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.property-form-2-wrapper .property-form-2-text-optional {
  font-size: 11px;
  color: var(--soo-grey-light);
}
.property-form-2-wrapper .property-form-2-phone-link:hover {
  color: var(--soo-primary) !important;
}
.property-form-2-wrapper .checkbox-form-group {
  display: block;
  margin-bottom: 15px;
}
.property-form-2-wrapper .checkbox-form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.property-form-2-wrapper .checkbox-form-group input:checked + label:before {
  background-color: var(--soo-primary);
}
.property-form-2-wrapper .checkbox-form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid var(--soo-light);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.property-form-2-wrapper .checkbox-form-group label {
  position: relative;
  cursor: pointer;
}
.property-form-2-wrapper .checkbox-form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: var(--soo-light);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 2px;
  border: solid 1px #dadada;
}
.property-form-2-wrapper .checkbox-form-group label a {
  color: var(--soo-primary);
}
.property-form-2-wrapper .scheduler-label, .property-form-2-wrapper .details-label {
  font-size: 14px;
}
.property-form-2-wrapper .inner-group-prepend {
  background: var(--soo-light);
  border: solid 1px #dedede;
  border-radius: 4px;
}
.property-form-2-wrapper .inner-group-prepend button {
  background: var(--soo-light);
  height: 100%;
}
.property-form-2-wrapper .dropdown-toggle::after {
  font-size: 0.8rem;
}
.property-form-2-wrapper .dropdown-toggle:focus {
  outline-color: var(--soo-primary);
}
.property-form-2-wrapper .terms-form-group, .property-form-2-wrapper .comercial-form-group {
  font-size: 12px;
}
.property-form-2-wrapper {
  /*=================================
      Dropdown
    =================================*/
}
.property-form-2-wrapper .btn-group.dropright {
  position: absolute;
  left: 64px;
  top: -64px;
  cursor: pointer;
}
.property-form-2-wrapper .btn-group.dropright .dropdown-menu {
  background: var(--soo-dark);
  color: var(--soo-light);
}
.property-form-2-wrapper .btn-group.dropright .dropdown-menu ul {
  list-style: none;
  padding-inline-start: 0;
}
.property-form-2-wrapper .btn-group.dropright .dropdown-menu ul li a {
  color: var(--soo-light);
}
.property-form-2__title {
  font-size: 17px;
  font-weight: 600;
  color: var(--soo-dark);
  max-width: 90%;
  padding: 0.9rem 0.9rem;
}
.property-form-2-description-form-group {
  transition: all 0.3s;
}
.property-form-2-description-form-group textarea {
  min-height: 90px !important;
}
.property-form-2__agent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.property-form-2__agent-avatar {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.property-form-2__agent-avatar-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 110px;
  min-height: 30px;
  max-height: 110px;
}
.property-form-2__agent-name {
  color: var(--soo-grey);
}
.property-form-2__agent-name:hover {
  color: var(--soo-grey);
}
.property-form-2 .hide-height {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  height: 0;
}
.property-form-2 .flagsDropdown {
  max-height: 350px;
  overflow-y: scroll;
  width: 100%;
}
.property-form-2__button {
  transition-duration: var(--soo-transition-duration);
  border: none;
  color: var(--soo-light);
  padding: 0.7rem 0;
  text-align: center;
  display: block;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.property-form-2__button i {
  transition-duration: var(--soo-transition-duration);
  transform: scale(0);
  display: inline-block;
  margin-left: 0.5rem;
  max-width: 0;
}
.property-form-2__button--submit {
  background-color: var(--soo-primary);
}
.property-form-2__button--success {
  background-color: var(--soo-success);
  color: var(--soo-light);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.property-form-2__button--success i {
  transform: scale(1);
  max-width: 2rem;
}
.property-form-2__button--success:hover {
  color: var(--soo-light);
  background-color: var(--soo-success);
  filter: brightness(1.1);
}
.property-form-2__button--success:hover i {
  transform: scale(1);
}
.property-form-2__button:hover {
  text-decoration: none;
}
.property-form-2__button:hover i {
  transition-duration: var(--soo-transition-duration);
  transform: scale(1);
  max-width: 2rem;
}
.property-form-2-required-border .property-form-2-required {
  border: 1px solid var(--soo-danger);
}
.property-form-2-required-item {
  display: none;
  color: var(--soo-danger);
  font-size: 13px;
  visibility: hidden;
  padding: 0;
  margin: 2px 0 -12px 5px;
}
.property-form-2-required-visible {
  display: block;
  visibility: visible;
}
.property-form-2-required-labels .property-form-2-required-item {
  display: block;
}
.property-form-2__legal-block {
  margin-bottom: 1.5rem;
}
.property-form-2__legal-text {
  font-size: 13px;
}
.property-form-2__legal-text li {
  margin-bottom: 0.5rem;
}
.property-form-2__legal-text a {
  color: var(--soo-primary);
}
.property-form-2__legal-text a:hover {
  color: var(--soo-primary);
}
.property-form-2__legal-text-toggler {
  color: var(--soo-primary);
  cursor: pointer;
}
.property-form-2__legal-text-toggler:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}
.property-form-2__legal-text--content {
  display: none;
}
.property-form-2__legal-text--content--active {
  display: block;
}

.property-form-2__share-container {
  margin-top: 20px;
}

/*====================
Checkboxes
=====================*/
.features-3__banner {
  transition-duration: 0.25s;
  background-color: var(--soo-light);
}
.features-3__banner-wrapper {
  top: 0;
  left: 0;
  background-color: var(--soo-light);
  z-index: 9999;
}
.features-3__banner-wrapper--floating {
  position: fixed;
  left: 0;
  top: -30vh;
  width: 100vw;
  z-index: 9999999;
  box-shadow: 0px 1px 5px var(--soo-grey);
}
.features-3__banner-wrapper--floating > .features-3 {
  max-width: 100vw !important;
}
.features-3__banner-wrapper--floating .features-3__title {
  padding-top: 0;
  line-height: 1rem;
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .features-3__banner-wrapper--floating .features-3__title {
    margin-top: 0;
  }
}
.features-3__banner-wrapper--floating .features-3__title ~ span {
  display: inline-block;
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .features-3__banner-wrapper--floating .features-3__title ~ span {
    margin-left: auto;
    margin-top: 0;
  }
}
.features-3__banner-wrapper--floating .features-3__list li {
  opacity: 0;
}
.features-3__banner-wrapper--floating .features-3__reference {
  padding-bottom: 0;
}
.features-3__banner-wrapper--floating .features-3__reference > span {
  font-weight: bold;
}
.features-3__banner-wrapper--floating .features-3__list {
  margin-bottom: 0.2rem;
}
.features-3__banner-wrapper--floating .features-3__row {
  width: 100%;
  opacity: 0;
  padding-bottom: 0.2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features-3__banner--sticky {
  position: fixed;
  left: 0;
  top: 0;
}
.features-3__row {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .features-3__row {
    flex-direction: row;
  }
}
.features-3__row--1 {
  padding-bottom: 0.6rem;
}
@media (min-width: 768px) {
  .features-3__row--1 {
    padding-bottom: 1rem;
  }
}
.features-3__row--2 {
  padding-bottom: 1rem;
}
.features-3__title {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  text-align: center;
  max-width: 93vw;
  padding-top: 20px;
  transition-duration: var(--soo-transition-duration);
  text-align: center;
  margin-top: 5px;
  margin-bottom: -4px;
}
.features-3__title--scrolled {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .features-3__title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: -10px;
  }
}
.features-3__price {
  transition-duration: 0.25s;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
}
.features-3__price-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-3__price-img {
  margin-bottom: 0.1rem;
}
.features-3__price--offer {
  text-decoration: line-through;
  font-size: 14px;
}
.features-3__price--offer + span {
  margin-bottom: 0.2rem;
}
@media (min-width: 768px) {
  .features-3__price {
    font-size: 28px;
  }
  .features-3__price--offer {
    font-size: 16px;
  }
}
.features-3__reference {
  font-size: 14px;
  font-weight: normal;
  color: var(--soo-grey);
  padding-bottom: 1rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .features-3__reference {
    padding-bottom: 0;
  }
}
.features-3__reference > span {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: var(--soo-primary);
}
.features-3__list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  padding-left: 0;
}
.features-3__list > li {
  margin-right: 1.6rem;
}
.features-3__list > li img {
  padding-bottom: 0.2rem;
}

.specs-2 {
  position: relative;
  margin-bottom: 58px;
  margin-top: 1rem;
}
.specs-2__header {
  background-color: transparent;
}
.specs-2__body {
  background-color: var(--soo-light);
  border-radius: 0 0 8px 8px;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07), 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  padding: 0 0.3rem 0.6rem;
}
@media (min-width: 768px) {
  .specs-2 {
    margin-bottom: 42px;
  }
}
.specs-2__title {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-grey);
}
@media (min-width: 768px) {
  .specs-2__title {
    font-size: 30px;
  }
}
.specs-2__nav-tabs {
  border-bottom: none;
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
}
@media (min-width: 576px) {
  .specs-2__nav-tabs {
    width: fit-content;
  }
}
.specs-2__nav-tabs .nav-item {
  width: 100%;
  -webkit-transition: var(--soo-transition-duration) ease;
  -o-transition: var(--soo-transition-duration) ease;
  transition: var(--soo-transition-duration) ease;
  background: var(--soo-primary);
  margin-bottom: 0.1rem;
}
.specs-2__nav-tabs .nav-item:hover, .specs-2__nav-tabs .nav-item.active {
  background: var(--soo-light);
}
@media (min-width: 576px) {
  .specs-2__nav-tabs .nav-item {
    width: auto;
    margin-bottom: 0;
  }
}
.specs-2 .nav-link {
  border: none;
  -webkit-transition: var(--soo-transition-duration) ease;
  -o-transition: var(--soo-transition-duration) ease;
  transition: var(--soo-transition-duration) ease;
  color: var(--soo-light) !important;
  -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.18);
  line-height: 2.4rem;
  border-radius: 0;
  font-size: 16px;
  padding: 0.6rem 3rem 0.6rem 0.8rem;
}
@media (min-width: 576px) {
  .specs-2 .nav-link {
    padding: 0 3rem 0 0.8rem;
    font-size: 14px;
  }
}
.specs-2 .nav-link:hover, .specs-2 .nav-link.active {
  color: var(--soo-dark) !important;
  background: var(--soo-light);
}
.specs-2 .nav-link i {
  font-size: 12px;
}
.specs-2__attrs-wrapper {
  margin-left: 10px;
  margin-bottom: 10px;
}
.specs-2__attrs-wrapper ul {
  color: var(--dark-mid-gray);
  margin-bottom: 14px;
  margin-left: 14px;
  letter-spacing: 1.07px;
  padding-inline-start: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .specs-2__attrs-wrapper ul {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
  }
}
.specs-2__attrs-wrapper ul li {
  margin-bottom: 0.3rem;
}
.specs-2__attrs-wrapper ul li span {
  font-size: 15px;
  letter-spacing: -0.03px;
  color: var(--dark-mid-gray);
  margin-left: 5px;
}
.specs-2__attrs-wrapper ul li span:first-child {
  margin-left: 10px;
}
.specs-2__attrs-wrapper ul li:first-child span:nth-child(2n) {
  padding-right: 1.5rem !important;
}
.specs-2__attrs-wrapper ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--soo-primary);
  display: block;
  top: 12px;
  left: -0.3rem;
  position: absolute;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.specs-2__attrs-wrapper ul li a:hover  {
  text-decoration: none;
  color: var(--soo-primary);
}
@media (max-width: 992px) {
  .specs-2__attrs-wrapper ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.specs-2__attrs-title {
  color: var(--dark-mid-gray);
  font-size: 21px;
  padding-bottom: 24px;
  position: relative;
}
@media (max-width: 576px) {
  .specs-2__attrs-title {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }
}
.specs-2__attr-title {
  font-weight: 600;
}

.navigation-2__title {
  color: var(--soo-dark);
}
.navigation-2__button {
  border: 1px solid transparent;
  padding: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.9rem;
  background: transparent;
}
.navigation-2__button i {
  transition-duration: 0.25s;
  border-radius: 50%;
  border: 2px solid var(--soo-primary);
  padding: 0.5rem 0.6rem;
  color: var(--soo-primary);
}
.navigation-2__button:hover .navigation-2__title {
  margin-left: 0.9rem;
  color: var(--soo-primary);
}
.navigation-2__button:hover i {
  border: 2px solid transparent;
}
.navigation-2__button:focus {
  outline: none;
  box-shadow: none;
}
.navigation-2__title {
  margin-left: 0.7rem;
  transition-duration: 0.25s;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.propertyextratour-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .propertyextratour-1 {
    margin-bottom: 42px;
  }
}
.propertyextratour-1__icon {
  font-size: 22px;
}
.propertyextratour-1__title {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark);
}
@media (min-width: 768px) {
  .propertyextratour-1__title {
    font-size: 30px;
  }
}
.propertyextratour-1 iframe, .propertyextratour-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .propertyextratour-1 iframe, .propertyextratour-1__iframe {
    min-height: 350px;
  }
}

.propertyextravideo-1__icon {
  font-size: 22px;
}
.propertyextravideo-1__title {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark);
}
@media (min-width: 768px) {
  .propertyextravideo-1__title {
    font-size: 30px;
  }
}
.propertyextravideo-1 iframe, .propertyextravideo-1__iframe, .propertyextravideo-1__internalvideo {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .propertyextravideo-1 iframe, .propertyextravideo-1__iframe, .propertyextravideo-1__internalvideo {
    min-height: 350px;
  }
}
.propertyextravideo-1__internalvideo {
  margin-top: 1rem;
  aspect-ratio: 16/9;
  height: auto;
}
.propertyextravideo-1__internalvideo video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.propertyextramap-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .propertyextramap-1 {
    margin-bottom: 42px;
  }
}
.propertyextramap-1__icon {
  font-size: 22px;
}
.propertyextramap-1__title {
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark);
}
@media (min-width: 768px) {
  .propertyextramap-1__title {
    font-size: 30px;
  }
}
.propertyextramap-1__iframe {
  width: 100%;
  height: 30vh;
  max-height: 287px;
  min-height: 200px;
  z-index: 1;
}

.location-2 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
.location-2 ul li {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-dark);
  font-size: 18px;
}
@media (min-width: 576px) {
  .location-2 ul li {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .location-2 ul li {
    font-size: 25px;
  }
}
.location-2__ref {
  font-weight: 600;
}

.propertyextradisclaimer-1 {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a5a5a;
}

.contact-form-2 a {
  color: var(--soo-primary);
}
.contact-form-2 a:hover {
  text-decoration: none;
  color: var(--soo-accent);
}
.contact-form-2-wrapper {
  width: 540px;
  max-width: min(100%, 95vw);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: solid 1px #f0f0f0;
  position: relative;
  height: 100%;
  padding: 15px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(0.8rem);
  backdrop-filter: blur(0.8rem);
}
.contact-form-2-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
}
.contact-form-2-wrapper {
  /*=================================
        Required errors
        =================================*/
}
.contact-form-2-wrapper .form-error-message {
  font-size: 14px;
  color: var(--soo-danger);
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.25s;
  height: 0;
}
.contact-form-2-wrapper .form-error-message.form-error-visible {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  margin-top: -8px;
  margin-bottom: 10px;
  height: auto;
}
@media SCREEN and (min-width: 576px) {
  .contact-form-2-wrapper-buttons-wrapper {
    padding: 0 32px 20px 32px;
  }
  .contact-form-2-wrapper-buttons-final-wrapper {
    padding-left: 43px;
    padding-right: 43px;
  }
  .contact-form-2-wrapper * {
    --animation-time: 3s;
  }
  .contact-form-2-wrapper .complete-hide {
    opacity: 0;
    pointer-events: none;
  }
  .contact-form-2-wrapper .email-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 450px;
    max-width: 100vw;
    height: 200px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
    background-color: var(--soo-light);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px rgba(212, 212, 212, 0.5);
    font-size: 1.4rem;
  }
  .contact-form-2-wrapper .email-loader-icon {
    position: absolute;
    top: 80%;
    z-index: 10;
    color: var(--soo-primary);
    transition: all 0.25s;
  }
  .contact-form-2-wrapper .email-loader-icon-plane {
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2rem;
    animation: plane-fly ease-out infinite var(--animation-time);
  }
  .contact-form-2-wrapper .email-loader-icon-email {
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2rem;
    animation: email-transform ease-out infinite var(--animation-time);
  }
  .contact-form-2-wrapper .email-loader-icon-world {
    left: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2rem;
    animation: growing-world ease-out infinite var(--animation-time);
  }
}
.contact-form-2-body {
  height: 90%;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-out;
  overflow: hidden;
  z-index: 1;
}
.contact-form-2-body.active-steep {
  left: 0;
  opacity: 1;
  pointer-events: all;
  position: relative;
}
.contact-form-2-body.completed-steep {
  left: -100%;
  opacity: 0;
  pointer-events: none;
}
.contact-form-2form {
  max-height: 90%;
}
.contact-form-2 {
  /*=================================
     Header
     =================================*/
}
.contact-form-2-header {
  height: 20%;
  min-height: 80px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.contact-form-2-title {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  padding-top: 34px;
}
.contact-form-2 {
  /*=================================
     Buttons
     =================================*/
}
.contact-form-2-buttons-wrapper {
  display: grid;
  grid-gap: 10px;
  height: 72%;
  padding: 0 5px 20px 5px;
  grid-template-columns: repeat(3, 1fr);
}
.contact-form-2-btn {
  grid-column: span 1;
  grid-row: span 1;
  width: 100%;
  height: 100%;
  min-height: 110px;
  box-shadow: 0 11px 21px 0 rgba(212, 212, 212, 0.5);
  border: solid 1px var(--soo-grey-mid);
  background-color: var(--soo-light);
  transition: all 0.25s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  overflow: hidden;
  z-index: 1;
}
.contact-form-2-btn::before, .contact-form-2-btn::after {
  z-index: -1;
}
.contact-form-2-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(67, 75, 82, 0.05);
}
.contact-form-2-btn::after {
  content: "";
  width: 220%;
  height: 240%;
  border-radius: 40%;
  position: absolute;
  left: -120%;
  top: 0;
  background-color: var(--soo-light);
}
.contact-form-2-btn:nth-child(2n)::after {
  border-radius: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact-form-2-btn:nth-child(3n)::after, .contact-form-2-btn:nth-child(5n)::after, .contact-form-2-btn:nth-child(9n)::after {
  width: 220%;
  height: 240%;
  border-radius: 40%;
  left: auto;
  top: auto;
  right: -120%;
  bottom: 0;
}
.contact-form-2-btn:nth-child(6n)::after {
  width: 220%;
  height: 240%;
  border-radius: 40%;
  position: absolute;
  left: -120%;
  top: 0;
  background-color: var(--soo-light);
}
.contact-form-2-btn:hover {
  box-shadow: 0 0 0 0 rgba(212, 212, 212, 0.5);
  border: 3px solid var(--soo-primary);
}
.contact-form-2-btn > input {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.contact-form-2-btn > span {
  width: 100%;
  text-align: center;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.contact-form-2-next-btn {
  margin: auto;
  min-height: 27px;
  display: inline-block;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  text-align: center;
  border: none;
  padding: 0.3rem 1.3rem;
  transition: all 0.25s;
  background-color: var(--soo-primary);
  color: var(--soo-light);
}
.contact-form-2-next-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 46px;
}
.contact-form-2-next-btn i {
  opacity: 0;
  font-size: 0;
  margin-left: 0;
  transition: all 0.25s;
  vertical-align: unset;
}
.contact-form-2-next-btn:hover i {
  opacity: 1;
  margin-left: 1rem;
  font-size: 1rem;
}
.contact-form-2 {
  /*=================================
     Footer
     =================================*/
}
.contact-form-2-footer {
  width: 100%;
  height: 10%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  border-top: 1px solid var(--soo-primary);
}
.contact-form-2-bullet {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: var(--soo-light);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all 0.25s;
  cursor: pointer;
}
.contact-form-2-bullet.active-bullet, .contact-form-2-bullet:hover {
  border: none;
  background-color: var(--soo-primary);
}
.contact-form-2-bullet:hover {
  border: 1px solid var(--soo-dark-mate);
  background-color: var(--soo-light);
}
.contact-form-2-bullet.completed-bullet {
  border: none;
  background-color: var(--soo-dark-mate);
}
.contact-form-2-bullet.completed-bullet:hover {
  border: 1px solid var(--soo-dark-mate);
  background-color: var(--soo-primary);
}
.contact-form-2-bullet.completed-bullet:not(:nth-child(1))::before {
  background-color: var(--soo-dark-mate);
}
.contact-form-2-bullet:not(:nth-child(1)) {
  margin-left: 43px;
  position: relative;
}
.contact-form-2-bullet:not(:nth-child(1))::before {
  content: "";
  height: 1px;
  width: 43px;
  background-color: rgba(0, 0, 0, 0.21);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-101%);
  -webkit-transform: translateY(-50%) translateX(-101%);
  z-index: 0;
}
.contact-form-2-bullet.active-bullet:not(:nth-child(1))::before {
  background-color: var(--soo-primary);
}
.contact-form-2-bullet.disabled-bullet:not(.completed-bullet) {
  background-color: rgba(212, 212, 212, 0.5);
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0.21);
}
.contact-form-2-checkbox-checked {
  box-shadow: 0 0 0 0 rgba(212, 212, 212, 0.5);
  border: 3px solid var(--soo-primary);
}
.contact-form-2 {
  /*=================================
     Final steep
     =================================*/
}
.contact-form-2-buttons-final-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-form-2-plain-input {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  width: 100%;
  min-height: 43px;
  border: solid 0.6px var(--soo-grey);
  background-color: var(--soo-light);
  margin-bottom: 10px;
  padding-left: 21px;
  color: var(--soo-dark);
}
.contact-form-2 textarea.contact-form-2-plain-input {
  padding-top: 11px;
}
.contact-form-2-plain-input:-ms-input-placeholder, .contact-form-2-plain-input::-ms-input-placeholder, .contact-form-2-plain-input::placeholder {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #939393;
  opacity: 1; /* Firefox */
}
.contact-form-2 {
  /*========================
     Checkbox
     ========================*/
}
.contact-form-2 .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 12px;
  color: var(--theme-dark);
}
.contact-form-2 .control.control-checkbox {
  font-size: 14px;
}
.contact-form-2 .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact-form-2 .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #dedede;
  border-radius: 0px;
}
.contact-form-2 .control:hover input ~ .control_indicator, .contact-form-2 .control input:focus ~ .control_indicator {
  background: #dedede;
}
.contact-form-2 .control input:checked ~ .control_indicator {
  background: #363636;
}
.contact-form-2 .control:hover input:not([disabled]):checked ~ .control_indicator, .contact-form-2 .control input:checked:focus ~ .control_indicator {
  background: #363636;
}
.contact-form-2 .control input:disabled ~ .control_indicator {
  background: #dedede;
  opacity: 1;
  pointer-events: none;
}
.contact-form-2 .control .control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.contact-form-2 .control input:checked ~ .control_indicator:after {
  display: block;
}
.contact-form-2 .control-checkbox .control_indicator:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid var(--soo-light);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-form-2 .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #62717a;
}
.contact-form-2 .control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.4rem;
  top: -0.3rem;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #363636;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}
.contact-form-2 .control-checkbox input + .control_indicator::before {
  animation: s-ripple 250ms ease-out;
}
.contact-form-2 .control-checkbox input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}
.contact-form-2 {
  /*=================================
     Shapes
     =================================*/
}
.contact-form-2-top-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 44px;
  display: block;
  z-index: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 70% 44%, 60% 38%, 50% 36%, 40% 38%, 30% 44%, 0% 75%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 70% 44%, 60% 38%, 50% 36%, 40% 38%, 30% 44%, 0% 75%);
}
.contact-form-2__legal-block {
  margin-bottom: 1.5rem;
}
.contact-form-2__legal-text {
  font-size: 13px;
}
.contact-form-2__legal-text li {
  margin-bottom: 0.5rem;
}
.contact-form-2__legal-text a {
  color: var(--soo-primary);
}
.contact-form-2__legal-text a:hover {
  color: var(--soo-primary);
}
.contact-form-2__legal-text-toggler {
  color: var(--soo-primary);
  cursor: pointer;
}
.contact-form-2__legal-text-toggler:hover {
  color: var(--soo-accent);
  text-decoration: underline;
}
.contact-form-2__legal-text--content {
  display: none;
}
.contact-form-2__legal-text--content--active {
  display: block;
}

@keyframes s-ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
    transform: scale(0.4);
  }
}
@keyframes s-ripple-dup {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0.4);
  }
  60% {
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
    transform: scale(0.4);
  }
}
@keyframes email-transform {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plane-fly {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  90% {
    transform: scale(0.4) translate(1200%, -100%);
    opacity: 0;
  }
  100% {
    transform: scale(0) translate(1200%, -100%);
    opacity: 0;
  }
}
@keyframes growing-world {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  90% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  95% {
    transform: translate(-50%, -50%) scale(1.3);
    -webkit-transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
  }
}
.querytext-1__title {
  font-size: 2rem;
}
.querytext-1__description {
  font-size: 1rem;
}

.category-pro-ini-text-wrapper p {
  font-size: 16px;
}
.category-pro-ini-text-wrapper h2 {
  font-size: 22px;
}
.category-pro-ini-text-wrapper h3 {
  font-size: 18px;
}
.category-pro-ini .show-more-btn {
  background-color: var(--soo-primary);
  border: 1px solid transparent;
  transition-duration: 0.25s;
  padding: 0.2rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}
.category-pro-ini .show-more-btn:hover {
  filter: saturate(1.2);
}

.category-pro-end p {
  font-size: 15px;
  line-height: 25px;
}
.category-pro-end h2 {
  font-size: 22px;
  padding: 20px 0px;
  font-weight: 300;
}
.category-pro-end h3 {
  font-size: 18px;
  font-weight: 300;
}
.category-pro-end iframe {
  max-width: 100%;
  object-fit: cover;
}
.category-pro-end ul {
  line-height: 25px;
}
.category-pro-end li {
  font-size: 15px;
}
.category-pro-end {
  /* Selecciona SOLO el último <ol> de la página */
}
.category-pro-end ol:last-of-type {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  list-style: none;
  line-height: 30px;
}
.category-pro-end ol:last-of-type li {
  list-style-type: disclosure-closed;
  margin-left: 25px;
}
.category-pro-end {
  /* Aplica estilos solo si el <ol> contiene enlaces */
}
.category-pro-end ol:last-of-type li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #555;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
  border-bottom: 1px dotted #dadada;
}
.category-pro-end {
  /* Hover */
}
.category-pro-end ol:last-of-type li a:hover {
  background-color: #dedede;
  color: #000;
}
.category-pro-end {
  /* Focus */
}
.category-pro-end ol:last-of-type li a:focus {
  background-color: #ccc;
  outline: none;
}
.category-pro-end {
  --column-gap: 30px;
}
@media (min-width: 768px) {
  .category-pro-end--columns-2 .offset-1 {
    column-count: 2;
    column-gap: var(--column-gap);
  }
}
@media (min-width: 768px) {
  .category-pro-end--columns-3 .offset-1 {
    column-count: 2;
    column-gap: var(--column-gap);
  }
}
@media (min-width: 1024px) {
  .category-pro-end--columns-3 .offset-1 {
    column-count: 3;
  }
}
@media (min-width: 768px) {
  .category-pro-end--columns-4 .offset-1 {
    column-count: 2;
    column-gap: var(--column-gap);
  }
}
@media (min-width: 1024px) {
  .category-pro-end--columns-4 .offset-1 {
    column-count: 3;
  }
}
@media (min-width: 1400px) {
  .category-pro-end--columns-4 .offset-1 {
    column-count: 4;
  }
}
.category-pro-end--columns-2 .offset-1 > *, .category-pro-end--columns-3 .offset-1 > *, .category-pro-end--columns-4 .offset-1 > * {
  break-inside: avoid;
  page-break-inside: avoid;
}
.category-pro-end--columns-2 h2, .category-pro-end--columns-2 h3, .category-pro-end--columns-2 ul, .category-pro-end--columns-2 ol, .category-pro-end--columns-3 h2, .category-pro-end--columns-3 h3, .category-pro-end--columns-3 ul, .category-pro-end--columns-3 ol, .category-pro-end--columns-4 h2, .category-pro-end--columns-4 h3, .category-pro-end--columns-4 ul, .category-pro-end--columns-4 ol {
  break-inside: avoid;
  page-break-inside: avoid;
}

.containerend {
  max-width: 100%;
}
@media (min-width: 768px) {
  .containerend {
    max-width: 100%;
  }
}

/*=================================================
  Tablas
==================================================*/
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1rem;
  text-align: left;
}

th,
td {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

th {
  background-color: #f4f4f4;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  table {
    border: 0;
  }
  thead {
    display: none;
  }
  tr {
    margin-bottom: 15px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  td:last-child {
    border-bottom: 0;
  }
  td:before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
    color: #555;
  }
}
.category-pro__title h1 {
  color: var(--soo-dark-mate);
  font-size: 1.9rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .category-pro__title h1 {
    font-size: 2rem;
  }
}

.theme-switch-1 .button {
  transition: 0.75s;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: start;
  overflow: hidden;
  cursor: pointer;
}
.theme-switch-1 .mover {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 80px;
  padding-top: 6px;
  padding-bottom: 10px;
  transition: 0.75s;
}
.theme-switch-1 .day {
  background-color: var(--soo-light);
}
.theme-switch-1 .night {
  background-color: var(--soo-light);
}

.blog-entry {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .blog-entry {
    width: 75%;
  }
}
.blog-entry__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-entry__title {
  font-size: 28px;
  padding: 1.5rem 0;
}
.blog-entry__content {
  font-size: 16px;
}
.blog-entry__content h2 {
  font-size: 23px;
  margin: 10px 0px;
}
.blog-entry__content h3 {
  font-size: 19px;
  margin: 20px 0px;
}
.blog-entry__content li {
  line-height: 40px;
}
.blog-entry__content img {
  max-width: 100%;
  max-height: 40vh;
}
@media (min-width: 768px) {
  .blog-entry__content img {
    max-height: 100%;
  }
}
.blog-entry__content a {
  display: inline-block;
}
@media (min-width: 992px) {
  .blog-entry__title {
    font-size: 32px;
    font-weight: 600;
  }
  .blog-entry__content {
    font-size: 16px;
  }
}

.blog-entry__image-wrapper {
  max-height: 490px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
}

.last-news-1__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
  margin: auto;
}
.last-news-1__inner-container > div {
  width: 100%;
}
@media (min-width: 576px) {
  .last-news-1__inner-container > div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .last-news-1__inner-container > div {
    width: 33%;
  }
}
.last-news-1__button {
  padding: 0.5rem 0.8rem;
  transition-duration: 0.25s;
  border: 1px solid var(--soo-dark-intense);
  display: inline-block;
  color: var(--soo-dark-intense);
  margin-bottom: 2rem;
}
.last-news-1__button-wrapper {
  text-align: center;
  margin-bottom: 2.5rem;
}
.last-news-1__button:hover {
  color: var(--soo-light);
  background-color: var(--soo-dark-intense);
  border: 1px solid var(--soo-light);
  text-decoration: none;
}
.last-news-1__swiper-container {
  width: 100%;
  padding-bottom: 1rem;
}
.last-news-1 .swiper-slide {
  font-size: 18px;
  background: transparent;
  min-height: 40vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.last-news-1 .swiper-slide > div {
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .last-news-1 .swiper-slide > div {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .last-news-1 .swiper-slide > div {
    flex: 0 0 100%;
  }
}
.last-news-1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: var(--soo-light);
  border: 1px solid var(--soo-dark-intense);
  opacity: 0.4;
}
.last-news-1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--soo-dark-intense);
}

.newslist-1__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
  overflow: hidden;
  max-width: 80vw;
  margin: auto;
}
@media (min-width: 768px) {
  .newslist-1__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .newslist-1__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.newslist-1__inner > div {
  grid-column: span 1;
  grid-row: span 1;
}

.news-1 {
  transition-duration: 0.25s;
  border-radius: 12px;
  padding-bottom: 0.8rem;
  background-color: var(--soo-light);
  flex: 0 0 90%;
  margin-bottom: 1.3rem;
  border: 1px solid var(--soo-grey-light);
}
@media (min-width: 768px) {
  .news-1 {
    margin-bottom: 1rem;
    flex: 0 0 45%;
  }
}
@media (min-width: 992px) {
  .news-1 {
    flex: 0 0 30%;
  }
}
.news-1 > a {
  color: var(--soo-dark-intense);
}
.news-1 > a:hover {
  text-decoration: none;
}
.news-1__body-wrapper {
  padding: 0 8% 0 8%;
  margin: auto;
}
.news-1__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-1__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 1px 1px 4px rgba(var(--soo-dark-intense), 0.5);
}
@media (min-width: 768px) {
  .news-1__image-wrapper {
    height: 212px;
  }
}
.news-1__date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #8e8e8e;
  text-transform: uppercase;
}
.news-1__title {
  color: #1b1b1b;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
  transition: all ease-in-out 1s;
}
.news-1__content {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.71;
  text-align: left;
  color: var(--soo-dark-intense);
  margin: 10px 0;
}
.news-1__button {
  font-weight: 300;
  color: var(--soo-primary);
  border: none;
  transition-duration: 0.25s;
  background-color: transparent;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 0.86;
  letter-spacing: 1.4px;
  padding: 4px 0px;
}
.news-1__button i {
  display: inline-block;
  margin-left: 0;
  transition-duration: 0.25s;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.news-1:hover .news-1__image {
  margin-left: 0;
}
.news-1:hover .news-1__title {
  color: var(--soo-primary);
}

.bloglastnew-1__title {
  font-size: 30px;
  text-align: center;
}
.bloglastnew-1__divider {
  height: 1px;
  max-height: 1px;
  overflow: hidden;
  background-color: var(--soo-grey);
}
.bloglastnew-1 ul {
  list-style: none;
}
.bloglastnew-1 ul li i {
  font-size: 15px;
  color: var(--soo-primary);
}
.bloglastnew-1 ul li a {
  font-size: 18px;
  font-size: 18px;
  color: var(--soo-grey-dark);
  letter-spacing: 0.64px;
  transition-duration: 0.25s;
}
.bloglastnew-1 ul li a:hover {
  padding-left: 0.5rem;
  text-decoration: none;
}

.navigation-1__button {
  border: 1px solid transparent;
  padding: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.9rem;
  background: transparent;
}
.navigation-1__button i {
  transition-duration: 0.25s;
}
.navigation-1__button:hover .navigation-1__title {
  margin-left: 0.9rem;
  color: var(--soo-primary);
}
.navigation-1__button:hover i {
  color: var(--soo-primary);
}
.navigation-1__button:focus {
  outline: none;
  box-shadow: none;
}
.navigation-1__title {
  margin-left: 0.7rem;
  transition-duration: 0.25s;
  font-size: 1.3rem;
}

.propertyalert-1 {
  line-height: 30px;
}
.propertyalert-1 a {
  color: #721C24;
  text-decoration: underline;
}
.propertyalert-1 a:hover {
  text-decoration: none;
}
.propertyalert-1 .close {
  line-height: 30px;
}
.propertyalert-1-lottie {
  height: fit-content;
  width: 30px;
  display: inline-block;
}
.propertyalert-1-lottie path {
  stroke: #721C24;
}

.alert {
  padding: 0.35rem 1.25rem;
}

.property-7 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  transition-duration: var(--soo-transition-duration);
  flex: 0;
  min-width: 220px;
}
@media (min-width: 1200px) {
  .property-7 {
    min-width: 251px;
  }
}
.property-7:hover {
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.property-7__label {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 1;
  padding: 0.2rem 0.7rem;
  color: var(--soo-light);
  text-transform: uppercase;
  font-size: 0.8rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.property-7__header {
  border-radius: 12px;
}
.property-7__header a {
  display: block;
  width: 100%;
  height: 35vh;
  border-radius: 12px;
  max-height: 170px;
}
.property-7__header a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.property-7__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.property-7__body-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0.7rem 1rem;
}
.property-7__body-row:nth-child(1) {
  padding: 1.1rem 1rem;
  font-weight: 600;
  flex-wrap: wrap;
}
.property-7__body-row:nth-last-child(1) {
  background-color: #F7F8FA;
}
.property-7__type-wrapper {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.property-7__price {
  color: var(--soo-dark-mate);
}
.property-7__price--offer {
  text-decoration: line-through;
  font-weight: normal;
  color: var(--soo-grey-dark);
}
.property-7__price-wrapper {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.property-7__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 0;
}
.property-7__list > li {
  margin-right: 1rem;
  white-space: nowrap;
  margin-bottom: 0;
}
.property-7 .soo-favorite-on {
  background-repeat: no-repeat;
}

/*=================================================
 Css for property-3 en landscape mode
==================================================*/
@media (min-width: 768px) {
  .landscape-home {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.featured-properties-1 {
  position: relative;
  padding-bottom: 0.6rem;
  padding: 0px 10px;
}
.featured-properties-1__inner {
  display: flex;
  justify-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.featured-properties-1__inner > div {
  margin-left: 1rem;
  margin-right: 1rem;
}
.featured-properties-1__title-wrapper {
  text-align: center;
  max-width: 80vw;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .featured-properties-1__title-wrapper {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.featured-properties-1__title-wrapper h2 {
  font-size: 28px;
}
.featured-properties-1__property-wrapper {
  grid-column: span 1;
  width: 100%;
  height: 100%;
}

.features-4__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.features-4__list > li {
  margin-right: 1rem;
  font-size: 14px;
}
.features-4__list > li img {
  padding-bottom: 0.2rem;
  max-width: 23px;
}

.query-pagination-1 > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.query-pagination-1 ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.query-pagination-1 ul li {
  margin-right: 0.7rem;
  border-radius: 50%;
  border: solid 1px rgba(158, 158, 158, 0.2);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.25s;
  cursor: pointer;
}
.query-pagination-1 ul li a {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.03px;
  text-align: center;
  color: #acacac;
  transition-duration: 0.25s;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 34px;
}
.query-pagination-1 ul li.query-pagination-1-selected {
  background-color: var(--soo-primary);
}
.query-pagination-1 ul li.query-pagination-1-selected a {
  color: var(--soo-light);
}
.query-pagination-1 ul li:hover {
  background-color: var(--soo-primary);
}
.query-pagination-1 ul li:hover a {
  text-decoration: none;
  color: var(--soo-light);
}
.query-pagination-1 ul li:nth-child(1):hover, .query-pagination-1 ul li:nth-last-child(1):hover {
  background-color: var(--soo-light);
}
.query-pagination-1 ul li:nth-child(1):hover a, .query-pagination-1 ul li:nth-last-child(1):hover a {
  color: var(--soo-grey-dark);
}

.emissions-1__wrapper {
  background-color: #e8e9e9;
  padding: 0.8rem;
}
.emissions-1__wrapper--show .emissions-1__table-arrow {
  transform: scale(1);
}
.emissions-1__header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #ffffff;
}
.emissions-1__header > p {
  grid-column: span 1;
}
.emissions-1__thead {
  font-size: 0.6rem;
  background-color: #e8e9e9;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 500;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .emissions-1__thead {
    font-size: 1.1rem;
  }
}
.emissions-1__title {
  font-weight: bold;
  text-transform: uppercase;
}
.emissions-1__table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.emissions-1__table-row > div {
  grid-column: span 1;
}
.emissions-1__table-cell {
  border-top: 2px solid #e8e9e9;
  border-bottom: 2px solid #e8e9e9;
  background-color: #ffffff;
  text-align: center;
}
.emissions-1__table-cell--valued {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.emissions-1__table-arrow {
  clip-path: polygon(calc(95% - 5px) 0, 100% 50%, calc(95% - 5px) 100%, 0 100%, 0 0);
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #ffffff;
  padding: 0 0.4rem;
  transform-origin: left;
  transform: scale(0);
  transition-duration: 0.25s;
}
.emissions-1__table-arrow--a {
  background-color: #449554;
  width: 50%;
  transition-delay: 0;
}
.emissions-1__table-arrow--b {
  background-color: #55af58;
  width: 55%;
  transition-delay: 0.1s;
}
.emissions-1__table-arrow--c {
  background-color: #a2c954;
  width: 60%;
  transition-delay: 0.15s;
}
.emissions-1__table-arrow--d {
  background-color: #ebe755;
  width: 65%;
  transition-delay: 0.2s;
}
.emissions-1__table-arrow--e {
  background-color: #e7b748;
  width: 70%;
  transition-delay: 0.25s;
}
.emissions-1__table-arrow--f {
  background-color: #d27b3d;
  width: 75%;
  transition-delay: 0.3s;
}
.emissions-1__table-arrow--g {
  background-color: #d24037;
  width: 80%;
  transition-delay: 0.35s;
}
.emissions-1__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 0.6rem 0;
}
.emissions-1__footer > p {
  grid-column: span 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0;
}

.mortgage-calculator {
  background-color: var(--soo-light);
  border-radius: 8px;
  border: solid 1px #e7e7ee;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.07), 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}
.mortgage-calculator::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 1rem;
  transform: translate(42%) rotateZ(45deg);
  width: 100%;
  height: 1rem;
  background-color: var(--soo-primary);
}
.mortgage-calculator__title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 2rem;
}
.mortgage-calculator__form {
  width: 80%;
  margin: 0 auto;
}
.mortgage-calculator__form label {
  font-weight: 600;
}
.mortgage-calculator__result {
  display: none;
}
.mortgage-calculator__result--visible {
  display: block;
}
.mortgage-calculator__result-quantity {
  color: var(--soo-primary);
  font-weight: 600;
}

.row-1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  place-items: center;
}
@media (min-width: 768px) {
  .row-1 {
    place-items: start;
  }
}

.rentals-calendar-1 {
  border-radius: var(--soo-agency-radius, 8px);
  box-shadow: var(--soo-shadow);
  position: relative;
  padding: 1.2rem;
  padding-top: 0;
}
.rentals-calendar-1__title {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4rem;
  letter-spacing: normal;
  color: var(--soo-dark-mate);
  background-color: var(--soo-light);
  padding: 0;
  padding-right: 3rem;
  padding-left: 0.8rem;
  box-shadow: var(--soo-shadow);
}
.rentals-calendar-1__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 1.2rem;
}
.rentals-calendar-1__selection {
  display: none;
  width: 100%;
  flex-basis: 100%;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .rentals-calendar-1__selection {
    flex-basis: 50%;
  }
}
.rentals-calendar-1__selection-title {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 1rem auto;
}
.rentals-calendar-1__selection-dayresult {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 0 auto 0.3rem;
}
.rentals-calendar-1__selection-dayresult-date {
  grid-column: span 1;
}
.rentals-calendar-1__selection-dayresult-price {
  grid-column: span 1;
  text-align: right;
}
.rentals-calendar-1__selection-dayresult--total {
  border-bottom: 1px solid var(--soo-grey-light);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.rentals-calendar-1__selection-dayresult--total .rentals-calendar-1__selection-dayresult-date {
  font-weight: bold;
}
.rentals-calendar-1__selection-dayresult--total .rentals-calendar-1__selection-dayresult-price {
  font-weight: bold;
}
.rentals-calendar-1__ranges {
  margin: 0.7rem auto;
  padding: 1.2rem;
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .rentals-calendar-1__ranges {
    flex-basis: 50%;
  }
}
.rentals-calendar-1__ranges-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.rentals-calendar-1__ranges-title {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 0 auto 1rem;
  color: var(--soo-dark);
}
.rentals-calendar-1__ranges-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.22rem 0;
  font-size: 0.9rem;
  width: 100%;
  gap: 1rem;
  border-bottom: 1px solid var(--soo-grey-light);
}
.rentals-calendar-1__ranges-range:nth-last-child(1) {
  border-color: transparent;
}
.rentals-calendar-1__ranges-range span {
  white-space: nowrap;
}
.rentals-calendar-1__ranges-range > span:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
}
.rentals-calendar-1__ranges-range > span:nth-child(1) > span {
  border-radius: 75px;
  color: var(--soo-primary);
  border: 1px solid var(--soo-primary);
  padding: 0.2rem 0.5rem;
  display: inline-block;
}
.rentals-calendar-1__ranges-range > span:nth-child(2) {
  font-weight: bold;
  text-align: right;
}
.rentals-calendar-1 .vanilla-calendar {
  margin: 0 auto;
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 1200px) {
  .rentals-calendar-1 .vanilla-calendar {
    flex-basis: 50%;
  }
}
.rentals-calendar-1 .vanilla-calendar-arrow::before, .rentals-calendar-1 .vanilla-calendar-arrow::after {
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-arrow:hover::before, .rentals-calendar-1 .vanilla-calendar-arrow:hover::after, .rentals-calendar-1 .vanilla-calendar-arrow:focus::before, .rentals-calendar-1 .vanilla-calendar-arrow:focus::after {
  background-color: var(--soo-primary);
}
.rentals-calendar-1 .vanilla-calendar-years__year {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-years__year_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-years__year_disabled {
  background-color: transparent;
  color: var(--soo-grey-dark);
  text-decoration: line-through;
  opacity: 0.3;
  pointer-events: none;
}
.rentals-calendar-1 .vanilla-calendar-months__month {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-months__month_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-months__month_disabled {
  background-color: transparent;
  color: var(--soo-grey-dark);
  text-decoration: line-through;
  opacity: 0.3;
  pointer-events: none;
}
.rentals-calendar-1 .vanilla-calendar-year:hover {
  color: var(--soo-primary);
}
.rentals-calendar-1 .vanilla-calendar-month:hover {
  color: var(--soo-primary);
}
.rentals-calendar-1 .vanilla-calendar-week__day {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-week__day_weekend {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn--onlyexit {
  text-decoration: none;
  color: var(--soo-dark);
  background-color: transparent;
  position: relative;
}
.rentals-calendar-1 .vanilla-calendar-day__btn--onlyexit {
  background: linear-gradient(-135deg, var(--soo-light) 0%, var(--soo-light) 49%, var(--soo-grey) 50%, var(--soo-grey) 100%);
}
.rentals-calendar-1 .vanilla-calendar-day__btn:hover {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn:hover.vanilla-calendar-day__btn--onlyexit, .rentals-calendar-1 .vanilla-calendar-day__btn:hover.vanilla-calendar-day__btn--onlyenter {
  text-decoration: none;
  color: var(--soo-light);
  background-color: transparent;
  background: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn--onlyexit {
  background: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_intermediate {
  color: var(--soo-light);
  background-color: var(--soo-grey);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_intermediate.vanilla-calendar-day__btn--onlyexit, .rentals-calendar-1 .vanilla-calendar-day__btn_intermediate.vanilla-calendar-day__btn--onlyenter {
  text-decoration: none;
  color: var(--soo-light);
  background-color: transparent;
  text-shadow: 1px 1px var(--soo-grey);
  background: linear-gradient(-135deg, var(--soo-light) 0%, var(--soo-light) 49%, var(--soo-grey) 50%, var(--soo-grey) 100%);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_intermediate:hover {
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_today {
  color: var(--soo-dark);
  background-color: var(--soo-grey-light);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate {
  color: var(--soo-light);
  background-color: var(--soo-dark-alpha);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_weekend {
  color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected {
  color: var(--soo-light);
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_intermediate {
  color: var(--soo-light);
  background-color: var(--soo-grey);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover {
  background-color: var(--soo-dark);
}
.rentals-calendar-1 .vanilla-calendar-day__btn_disabled {
  background-color: transparent;
  color: var(--soo-grey-dark);
  text-decoration: line-through;
  opacity: 0.3;
  pointer-events: none;
}
.rentals-calendar-1 .vanilla-calendar-day__popup {
  text-align: center;
}
.rentals-calendar-1 .vanilla-calendar__btn_today {
  color: var(--soo-primary);
}

/*=================================================
 Css for property-3 en landscape mode
==================================================*/
@media (min-width: 768px) {
  .landscape-home {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.last-properties-7 {
  position: relative;
  padding-bottom: 0.6rem;
  padding: 0px;
}
.last-properties-7__inner {
  max-width: 90vw;
  margin: 0 auto;
}
.last-properties-7__title-wrapper {
  text-align: center;
  max-width: 80vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .last-properties-7__title-wrapper {
    text-align: left;
    margin-bottom: 1rem;
  }
}
.last-properties-7__property-wrapper {
  grid-column: span 1;
  width: 100%;
  height: 100%;
}
.last-properties-7__button {
  padding: 0.4rem 1rem;
  padding-right: 0.2rem;
  border-radius: 12px;
  border: 1px solid var(--soo-primary);
  color: var(--soo-primary);
  background-color: var(--soo-light);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition-duration: var(--soo-transition-duration);
}
.last-properties-7__button:hover {
  text-decoration: none;
  background-color: var(--soo-accent);
  color: var(--soo-primary);
}
.last-properties-7__button:hover i {
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  background-color: var(--soo-light);
  color: var(--soo-primary);
}
.last-properties-7__button i {
  display: inline-block;
  margin-left: 1.3rem;
  background-color: var(--soo-primary);
  padding: 0.3rem 0.5rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  border-radius: 50%;
  color: var(--soo-light);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: var(--soo-transition-duration);
  border: 1px solid var(--soo-primary);
}
.last-properties-7__button-wrapper {
  text-align: center;
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.last-properties-7__swiper-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
}
.last-properties-7__swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
}
.last-properties-7__swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.3rem;
}
.last-properties-7__swiper-pagination .swiper-pagination-bullet-active {
  background: var(--soo-primary);
}
.last-properties-7__swiper-button-next, .last-properties-7__swiper-button-prev {
  color: var(--soo-grey);
}
.last-properties-7__swiper-button-next:focus, .last-properties-7__swiper-button-prev:focus {
  outline: none;
}
@media (min-width: 768px) {
  .last-properties-7__swiper-button-prev {
    left: -40px;
  }
}
@media (min-width: 768px) {
  .last-properties-7__swiper-button-next {
    right: -40px;
  }
}

.anchors-1__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  border-bottom: solid 1px #e9e9e9;
  padding: 0.5rem 0;
  flex-wrap: wrap;
  gap: 2rem;
}
.anchors-1__li {
  padding: 0.3rem 0.5rem;
}
.anchors-1__li:nth-last-child(1) {
  margin-right: 0;
}
.anchors-1__li--hidden {
  max-width: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  padding: 0;
  margin: 0;
}
.anchors-1__anchor {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--soo-dark);
  transition-duration: 0.25s;
  font-weight: bold;
}
.anchors-1__anchor:hover {
  color: var(--soo-secondary);
  text-decoration: none;
}

.text-image-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.text-image-1__inner--left {
  width: 100%;
}
.text-image-1__inner--left img {
  width: 100%;
}
.text-image-1__inner--right {
  width: 100%;
  padding: 2rem;
  margin-top: 20px;
}
.text-image-1__title, .text-image-1__title p, .text-image-1__title h1, .text-image-1__title h2, .text-image-1__title h3, .text-image-1__title h4 {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.37;
  letter-spacing: 0.56px;
  color: var(--soo-dark-intense);
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.text-image-1__subtitle, .text-image-1__subtitle p, .text-image-1__subtitle h1, .text-image-1__subtitle h2, .text-image-1__subtitle h3, .text-image-1__subtitle h4 {
  font-size: 16px;
  letter-spacing: 0.3px;
  color: var(--soo-grey-dark);
  text-transform: uppercase;
}
.text-image-1__sections-container {
  padding: 0 1rem;
  margin-bottom: 1.5rem;
}
.text-image-1__section-icon {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 18px;
}
.text-image-1__section-title, .text-image-1__section-title p, .text-image-1__section-title h1, .text-image-1__section-title h2, .text-image-1__section-title h3, .text-image-1__section-title h4 {
  font-size: 16px;
  letter-spacing: 0.3px;
  color: var(--soo-dark-intense);
  position: relative;
}
.text-image-1__section-title p, .text-image-1__section-title p p, .text-image-1__section-title h1 p, .text-image-1__section-title h2 p, .text-image-1__section-title h3 p, .text-image-1__section-title h4 p {
  margin-bottom: 0;
}
.text-image-1__section-description, .text-image-1__section-description p, .text-image-1__section-description h1, .text-image-1__section-description h2, .text-image-1__section-description h3, .text-image-1__section-description h4 {
  letter-spacing: 0.26px;
  color: var(--soo-grey-dark);
}
.text-image-1__button p {
  margin-bottom: 0;
}
.text-image-1__button-wrapper {
  text-align: center;
}
.text-image-1__button {
  display: inline-block;
  min-width: 150px;
  min-height: 40px;
  border: solid 1px var(--soo-dark-intense);
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.26px;
  color: var(--soo-dark-intense);
  background-color: var(--soo-light);
  text-transform: uppercase;
  transition-duration: 0.25s;
}
.text-image-1__button:hover {
  background-color: var(--soo-dark-intense);
  color: var(--soo-light);
  text-decoration: none;
}
.text-image-1__video {
  width: 100%;
  height: calc(100% + 90px);
  object-fit: cover;
  position: relative;
  top: -45px;
}
.text-image-1__video-wrapper {
  overflow: hidden;
}
@media (min-width: 576px) {
  .text-image-1 {
    flex-direction: row;
  }
  .text-image-1__subtitle {
    text-align: left;
  }
  .text-image-1__title {
    font-size: 30px;
    text-align: left;
  }
  .text-image-1__section-description {
    max-width: 575px;
  }
  .text-image-1__button-wrapper {
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .text-image-1__sections-container {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .text-image-1__inner--left img {
    width: 80%;
  }
}
.button-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.button-2__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
  background-color: var(--soo-primary);
  color: var(--soo-light);
  padding: 0.6rem 0.8rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.17);
  border-radius: var(--soo-agency-radius);
}
.button-2__inner:hover, .button-2__inner:focus {
  text-decoration: none;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.07), 0px 0px 0px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.17);
}
.button-2__text {
  color: var(--soo-light);
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  transition-duration: var(--soo-transition-duration);
}

.promocontent-1__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  color: var(--soo-dark);
}
@media (min-width: 576px) {
  .promocontent-1__name {
    font-size: 32px;
  }
}
.promocontent-1__title {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: var(--soo-grey);
}
@media (min-width: 576px) {
  .promocontent-1__title {
    font-size: 22px;
  }
}
.promocontent-1__title + .promocontent-1__description {
  margin-top: 2rem;
}
.promocontent-1__description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.promocontent-1__price {
  margin-top: 3rem;
  margin-bottom: 2.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.promocontent-1__price-text {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  color: var(--soo-dark);
  margin-bottom: 0;
  line-height: 32px;
}
.promocontent-1__price-price {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  color: var(--soo-success);
  margin-top: -8px;
  line-height: 32px;
}

.promosinglefiles__inner {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.promosinglefiles__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promosinglefiles__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  border: 1px solid var(--soo-primary);
  color: var(--soo-primary);
  border-radius: var(--soo-agency-radius, 8px);
  transition-duration: var(--soo-transition-duration, 0.25s);
  padding: 0.5rem 1.8rem;
}
.promosinglefiles__link svg {
  stroke: var(--soo-primary);
  transition-duration: var(--soo-transition-duration, 0.25s);
}
.promosinglefiles__link:focus {
  outline: none;
}
.promosinglefiles__link:hover {
  color: var(--soo-light);
  background-color: var(--soo-primary);
  text-decoration: none;
}
.promosinglefiles__link:hover svg {
  stroke: var(--soo-light);
}

.promomap-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .promomap-1 {
    margin-bottom: 42px;
  }
}
.promomap-1__icon {
  font-size: 22px;
}
.promomap-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promomap-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .promomap-1__iframe {
    min-height: 320px;
  }
}

.promotour-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .promotour-1 {
    margin-bottom: 42px;
  }
}
.promotour-1__icon {
  font-size: 22px;
}
.promotour-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promotour-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .promotour-1__iframe {
    min-height: 320px;
  }
}

.promovideo-1 {
  margin-bottom: 58px;
}
.promovideo-1__icon {
  font-size: 22px;
}
.promovideo-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promovideo-1 iframe, .promovideo-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .promovideo-1 iframe, .promovideo-1__iframe {
    min-height: 320px;
  }
}

.promosingle-view-gallery-1__inner {
  padding: 83px;
  min-height: 275px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  background-position: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .promosingle-view-gallery-1__inner {
    flex-direction: row;
  }
}
.promosingle-view-gallery-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: var(--soo-light);
  margin-bottom: 1.3rem;
  text-align: center;
  text-shadow: 1px 1px 5px var(--soo-dark);
}
@media (min-width: 768px) {
  .promosingle-view-gallery-1__title {
    text-align: left;
    margin-bottom: 0;
  }
}
.promosingle-view-gallery-1__button {
  background-color: var(--soo-light);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  padding: 0.4rem 1.7rem;
  border-radius: var(--soo-agency-radius, 10px);
  transition-duration: var(--soo-transition-duration, 0.25s);
  color: var(--soo-primary);
  cursor: pointer;
}
.promosingle-view-gallery-1__button-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
}
.promosingle-view-gallery-1__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.promosingle-view-gallery-1__button-icon > svg {
  stroke: var(--soo-primary);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition-duration: var(--soo-transition-duration, 0.25s);
}
.promosingle-view-gallery-1__button:hover {
  text-decoration: none;
  background-color: var(--soo-primary);
  color: var(--soo-light);
}
.promosingle-view-gallery-1__button:hover .promosingle-view-gallery-1__button-icon > svg {
  stroke: var(--soo-light);
}

.promo-single-legal-1__inner {
  width: 100%;
}
.promo-single-legal-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
}
.promo-single-legal-1__body {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition-duration: var(--soo-transition-duration, 0.25s);
  margin-top: 1rem;
}
.promo-single-legal-1__body--opened {
  max-height: 10000px;
  opacity: 1;
}
.promo-single-legal-1__heading {
  border: 1px solid #747678;
  border-radius: 8px;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.3rem;
  cursor: pointer;
}
.promo-single-legal-1__heading svg {
  transition-duration: var(--soo-transition-duration, 0.25s);
}
.promo-single-legal-1__heading--opened svg {
  transform: rotateZ(180deg);
}

.promos-form-3 {
  max-width: 660px;
  margin: auto;
  padding: 40px 0px;
  background-color: #F6F6F6;
  border-radius: 5px;
  box-shadow: 0 8px 37px 0 rgba(34, 49, 71, 0.35);
}
.promos-form-3-extraselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.promos-form-3-extraselect-wrapper {
  position: relative;
}
.promos-form-3-extraselect-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-350%, -50%);
  display: block;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.promos-form-3__row--2 {
  transition-duration: var(--soo-transition-duration, 0.25s);
  max-height: 0;
  overflow: hidden;
}
.promos-form-3__row--2--opened {
  max-height: 10000px;
}
.promos-form-3__call-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--soo-grey);
}
.promos-form-3__call-phone {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-primary);
}
.promos-form-3__label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--soo-dark);
}

.promos-form-3 a {
  color: var(--soo-primary);
}

.promos-form-3-title {
  text-align: center;
  text-transform: initial;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--soo-primary);
}

.promos-form-3-description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: initial;
  color: var(--soo-dark);
}

/* Select with placeholder */
.promos-form-3 select.form-control {
  font-size: 14px;
  padding: 5px 20px;
  position: relative;
}

.promos-form-3 select.form-control:required:invalid {
  color: #939393;
}

.promos-form-3 select.form-control option {
  color: var(--soo-dark);
}

/* Inputs */
select.form-control,
input.form-control {
  font-size: 14px;
  padding: 5px 20px;
  background-color: var(--soo-light);
  border: 1px solid #DEDEDE;
  color: #767676;
  min-height: 40px;
}

select.form-control {
  cursor: pointer;
}

textarea.form-control,
.promos-form-3 select.form-control {
  background-color: var(--soo-light);
  border: 1px solid #DEDEDE;
  font-size: 14px;
  color: #767676;
}

.promos-form-3 ::placeholder {
  font-size: 14px;
}

.promos-form-3-text {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.68;
  letter-spacing: 0px;
  margin: 10px 0 0;
}

/* Required */
.promos-form-3-required-border .promos-form-3-required {
  border: 1px solid #ff0000;
}

.promos-form-3-required-item {
  display: none;
  color: #ff0000;
  font-size: 13px;
  visibility: hidden;
  padding: 0;
  margin: 2px 0 -12px 5px;
}

.promos-form-3-required-visible {
  visibility: visible;
  display: block;
}

.promos-form-3-required-labels .promos-form-3-required-item {
  display: block;
}

/* Button */
.promos-form-3 input[type=submit] {
  margin-top: 38px;
  min-width: 251px;
  text-transform: uppercase;
}

/*====================
  Phone flags
=====================*/
.promos-form-3 .inner-group-prepend {
  background: var(--soo-light);
  border: solid 1px #dedede;
  border-radius: 4px;
}

.promos-form-3 .inner-group-prepend button {
  background: var(--soo-grey-mid);
  height: 100%;
  border: 1px solid var(--soo-grey-mid);
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.promos-form-3 .dropdown-toggle::after {
  font-size: 0.8rem;
}

.promos-form-3 .dropdown-item {
  padding: 0.25rem 1.5rem;
  cursor: pointer;
  white-space: initial;
}

/*=================================
  Checkbox
=================================*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid var(--soo-grey-mid);
  background-color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--soo-primary);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*=================================
Flags
 =================================*/
.flagsDropdown {
  max-height: 350px;
  overflow-y: scroll;
  width: 100%;
}

.flagsDropdown::-webkit-scrollbar {
  width: 3px;
  height: 100%;
  background-color: var(--soo-grey-mid);
}

.flagsDropdown::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--soo-primary);
}

/*=================================
  Loader
=================================*/
* {
  --animation-time: 3s;
}

.email-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 450px;
  max-width: 100vw;
  height: 200px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 5px rgba(212, 212, 212, 0.5);
  font-size: 1.4rem;
  opacity: 1;
}

.email-loader-icon {
  position: absolute;
  top: 80%;
  z-index: 10;
  color: var(--soo-primary);
  transition: all 0.25s;
}

.email-loader-icon-plane {
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: plane-fly ease-out infinite var(--animation-time);
}

.email-loader-icon-email {
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: email-transform ease-out infinite var(--animation-time);
}

.email-loader-icon-world {
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  animation: growing-world ease-out infinite var(--animation-time);
}

.complete-hide {
  opacity: 0;
  pointer-events: none;
}

@keyframes email-transform {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plane-fly {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  90% {
    transform: scale(0.4) translate(1200%, -100%);
    opacity: 0;
  }
  100% {
    transform: scale(0) translate(1200%, -100%);
    opacity: 0;
  }
}
@keyframes growing-world {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  90% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  95% {
    transform: translate(-50%, -50%) scale(1.3);
    -webkit-transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
  }
}
/*=================================
  Forms Button
=================================*/
.form-control:focus,
.form-control:active {
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0.25rem var(--soo-primary);
}

.send-form-btn {
  width: 100%;
  background-color: var(--soo-primary);
  color: var(--soo-light);
  margin: auto;
  display: inline-block;
  text-align: center;
  transition: all 0.25s;
  min-width: 180px;
}
.send-form-btn:hover {
  background-color: var(--soo-light);
  color: var(--soo-primary);
}
.send-form-btn:hover i {
  opacity: 0;
  font-size: 0;
  margin-left: 0;
}
.send-form-btn i {
  opacity: 0;
  font-size: 0;
  margin-left: 0;
  transition: all 0.25s;
  vertical-align: unset;
  color: var(--soo-primary);
}
.send-form-btn--sending:hover i {
  opacity: 1;
  margin-left: 1rem;
  font-size: 1rem;
}

.last-promos-1__inner-container {
  width: 100%;
}
.last-promos-1__button {
  padding: 0.5rem 0.8rem;
  transition-duration: 0.25s;
  border: 1px solid var(--soo-dark-intense);
  display: inline-block;
  color: var(--soo-dark-intense);
  margin-bottom: 2rem;
}
.last-promos-1__button-wrapper {
  text-align: center;
}
.last-promos-1__button:hover {
  color: var(--soo-light);
  background-color: var(--soo-dark-intense);
  border: 1px solid var(--soo-light);
  text-decoration: none;
}
.last-promos-1__swiper-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
}
.last-promos-1__swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
}
.last-promos-1__swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.3rem;
}
.last-promos-1__swiper-pagination .swiper-pagination-bullet-active {
  background: var(--soo-primary);
}
.last-promos-1__swiper-button-next, .last-promos-1__swiper-button-prev {
  color: var(--soo-grey);
  filter: grayscale(1);
}
.last-promos-1__swiper-button-next:focus, .last-promos-1__swiper-button-prev:focus {
  outline: none;
}
@media (min-width: 768px) {
  .last-promos-1__swiper-button-prev {
    left: -40px;
  }
}
@media (min-width: 768px) {
  .last-promos-1__swiper-button-next {
    right: -40px;
  }
}

.promosgallery-2__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 38px;
}
.promosgallery-2__inner > * {
  grid-column: span 1;
}

.promo-2__link {
  background-color: var(--soo-light);
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition-duration: var(--soo-transition-duration);
  border-radius: var(--soo-agency-radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 0 20px 0 rgba(143, 152, 154, 0.1803921569);
  border-radius: var(--soo-agency-radius, 5px);
}
@media (min-width: 768px) {
  .promo-2__link {
    flex-direction: row;
  }
}
.promo-2__left {
  max-height: 80%;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .promo-2__left {
    width: 60%;
    max-width: 735px;
  }
}
.promo-2__image {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  max-height: 500px;
}
@media (min-width: 768px) {
  .promo-2__image {
    min-height: 400px;
  }
}
@media (min-width: 1500px) {
  .promo-2__image {
    min-height: 475px;
  }
}
.promo-2__right {
  min-height: 20%;
  transition-duration: var(--soo-transition-duration);
  position: relative;
  padding: 15px 40px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .promo-2__right {
    width: 40%;
    max-width: 385px;
  }
}
@media (min-width: 1200px) {
  .promo-2__right {
    padding: 20px;
  }
}
.promo-2__title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
}
.promo-2__title:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.promo-2__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--soo-grey);
}
.promo-2__price {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
}
.promo-2__price-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--soo-dark);
  margin-bottom: 0;
}
.promo-2__price-price {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  color: var(--soo-success);
  margin-top: -8px;
}
.promo-2__content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--soo-grey-dark);
  line-height: 19px;
  margin-bottom: 2.4rem;
}
.promo-2__button {
  padding: 0.3rem 0.8rem;
  text-align: center;
  background-color: var(--soo-primary);
  border-color: transparent;
  border-radius: var(--soo-agency-radius, 10px);
  color: var(--soo-light);
  display: block;
  margin: 0 auto;
  transition-duration: var(--soo-transition-duration);
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .promo-2__button {
    margin-left: 0;
  }
}
.promo-2__button:focus {
  outline: none;
}
.promo-2__button:hover:hover {
  text-decoration: none;
  color: var(--soo-light);
}
.promo-2__button:hover .promo-2__button-icon {
  transform: translateX(3px);
}
.promo-2__button-icon {
  transition-duration: var(--soo-transition-duration);
}
.promo-2__button-text {
  display: inline-block;
  margin-right: 6px;
  transition-duration: var(--soo-transition-duration);
}

.promo-3__inner {
  background-color: transparent;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition-duration: var(--soo-transition-duration);
  border-radius: var(--soo-agency-radius);
}
.promo-3__top {
  display: block;
  min-height: 250px;
}
.promo-3__image {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  height: 260px;
  border-radius: var(--soo-agency-radius, 10px);
}
.promo-3__bottom {
  padding: 0 0 2rem 0;
}
.promo-3__bottom-inner {
  position: relative;
  width: 90%;
  margin: -60px auto 0;
  background-color: var(--soo-light);
  box-shadow: 0 0 30px rgba(143, 152, 154, 0.1803921569);
  padding: 0.8rem;
  border-radius: var(--soo-agency-radius, 4px);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.promo-3__title {
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
}
.promo-3__title:hover {
  text-decoration: none;
  color: var(--soo-secondary);
}
.promo-3__subtitle {
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: var(--soo-grey);
}
.promo-3__price {
  text-align: center;
  white-space: nowrap;
}
.promo-3__price-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--soo-dark);
  margin-bottom: 0;
}
.promo-3__price-price {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  color: var(--soo-success);
  margin-top: -8px;
}
.promo-3__button {
  padding: 0.3rem 0.8rem;
  text-align: center;
  background-color: var(--soo-primary);
  border-color: transparent;
  border-radius: var(--soo-agency-radius, 4px);
  color: var(--soo-light);
  display: block;
  margin: 0.5rem auto 0;
  transition-duration: var(--soo-transition-duration);
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
}
.promo-3__button:focus {
  outline: none;
}
.promo-3__button:hover:hover {
  text-decoration: none;
  color: var(--soo-light);
}
.promo-3__button:hover .promo-3__button-icon {
  transform: translateX(3px);
}
.promo-3__button-icon {
  transition-duration: var(--soo-transition-duration);
}
.promo-3__button-text {
  display: inline-block;
  margin-right: 6px;
  transition-duration: var(--soo-transition-duration);
}

.promo-single-hero-1__inner {
  height: 75vh;
  position: relative;
  max-height: 800px;
}
.promo-single-hero-1__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-single-hero-1__texts {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.promo-single-hero-1__title, .promo-single-hero-1__subtitle {
  font-style: normal;
  letter-spacing: 0.2625px;
  color: var(--soo-light);
  text-align: center;
}
.promo-single-hero-1__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  margin-bottom: 1rem;
}
.promo-single-hero-1__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

.promo-single-detail-1__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  padding: 1rem;
}
@media (min-width: 768px) {
  .promo-single-detail-1__inner {
    grid-template-columns: 0.5fr 0.5fr;
    gap: 30px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .promo-single-detail-1__inner {
    grid-template-columns: 0.75fr 0.25fr;
    gap: 50px;
  }
}
.promo-single-detail-1__title {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: var(--soo-dark-mate);
  margin-bottom: 1.5rem;
}
.promo-single-detail-1__content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: var(--soo-grey-dark);
}
@media (min-width: 768px) {
  .promo-single-detail-1__content {
    padding-top: 86px;
  }
}
.promo-single-detail-1__detail {
  font-size: 18px;
  line-height: 21px;
}

.promo-single-gallery-1__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 200px;
  gap: 12px;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .promo-single-gallery-1__inner {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
  }
}
.promo-single-gallery-1__inner > * {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .promo-single-gallery-1__inner > *:nth-child(5n), .promo-single-gallery-1__inner > *:nth-child(14n), .promo-single-gallery-1__inner > *:nth-child(16n) {
    grid-row: span 2;
    grid-column: span 1;
  }
  .promo-single-gallery-1__inner > *:nth-child(20n), .promo-single-gallery-1__inner > *:nth-child(19n), .promo-single-gallery-1__inner > *:nth-child(10n), .promo-single-gallery-1__inner > *:nth-child(6n), .promo-single-gallery-1__inner > *:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }
  .promo-single-gallery-1__inner > *:nth-child(15n), .promo-single-gallery-1__inner > *:nth-child(18n), .promo-single-gallery-1__inner > *:nth-child(12) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.promo-single-gallery-1__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.promo-single-gallery-1__image-wrapper {
  position: relative;
}
.promo-single-gallery-1__dimmer {
  background-color: var(--soo-dimer, --soo-dark-alpha);
  position: fixed;
  transform: scale(0) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: 9999991;
  opacity: 0;
  pointer-events: none;
  transition-duration: var(--soo-transition-duration);
}
.promo-single-gallery-1__dimmer--active {
  opacity: 1;
  pointer-events: all;
}
.promo-single-gallery-1__right, .promo-single-gallery-1__left {
  position: fixed;
  width: 80px;
  height: 80px;
  top: 50%;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11rem;
  z-index: 9999992;
  color: var(--soo-light);
  cursor: pointer;
  pointer-events: all;
  transition-duration: var(--soo-transition-duration);
}
@media (min-width: 768px) {
  .promo-single-gallery-1__right, .promo-single-gallery-1__left {
    width: 80px;
    height: 80px;
  }
}
.promo-single-gallery-1__right > svg, .promo-single-gallery-1__left > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: var(--soo-light);
  pointer-events: none;
}
.promo-single-gallery-1__right {
  right: -100vw;
}
.promo-single-gallery-1__right:hover {
  transform: translateX(5px);
}
.promo-single-gallery-1__left {
  left: -100vw;
  transform: rotateZ(180deg);
}
.promo-single-gallery-1__left:hover {
  transform: rotateZ(180deg) translateX(-5px);
}
.promo-single-gallery-1__controls {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  padding: 1rem;
  background-color: var(--soo-dimer, --soo-dark-alpha);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--soo-light);
  z-index: 9999992;
  transform: translateY(-100%);
  user-select: none;
  transition-duration: var(--soo-transition-duration);
}
.promo-single-gallery-1__controls:hover {
  opacity: 1 !important;
}
@media (min-width: 768px) {
  .promo-single-gallery-1__controls {
    padding: 1rem 2rem;
  }
}
.promo-single-gallery-1__controls-index {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 2rem;
}
.promo-single-gallery-1__controls-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.promo-single-gallery-1__control {
  border-color: transparent;
  border-radius: var(--agency-radius);
  color: var(--soo-light);
  background-color: transparent;
  width: 36px;
  height: 36px;
  transform: scale(1);
  transition-duration: var(--soo-transition-duration);
}
.promo-single-gallery-1__control:hover svg path {
  stroke: var(--soo-accent);
}
.promo-single-gallery-1__control svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.promo-single-gallery-1__control svg path {
  stroke: var(--soo-light);
  transition-duration: var(--soo-transition-duration);
}
.promo-single-gallery-1__control-close {
  width: 40px;
  height: 40px;
}
.promo-single-gallery-1__control-close:hover {
  transform: scale(1);
}
.promo-single-gallery-1__control-close:hover svg path {
  stroke: var(--soo-danger);
}

.promo-hero-2 {
  position: relative;
}
.promo-hero-2__label {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  z-index: 1;
  padding: 0.3rem 0.9rem;
  color: var(--soo-light);
  text-transform: uppercase;
  font-size: 0.9rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.promo-hero-2__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-hero-2__image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 1;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .promo-hero-2__image-wrapper {
    padding: 0;
  }
  .promo-hero-2__image-wrapper:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.promo-hero-2__image-wrapper > a {
  width: 100%;
  height: 100%;
}
.promo-hero-2__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(5, 284px);
  grid-gap: 0.4rem;
}
@media (min-width: 768px) {
  .promo-hero-2__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 175px);
  }
}
@media (min-width: 1200px) {
  .promo-hero-2__grid {
    grid-template-rows: repeat(2, max(26vh, 320px));
  }
}
.promo-hero-2__button--gallery {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border-radius: 7px;
  background-color: var(--soo-light);
  color: var(--soo-dark-mate);
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--soo-primary);
  transition-duration: var(--soo-transition-duration);
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.promo-hero-2__button--gallery:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.promo-hero-2__button--gallery:hover img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
.promo-hero-2__button--gallery img {
  transition-duration: var(--soo-transition-duration);
}

.promocontent-1__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  color: var(--soo-dark);
}
@media (min-width: 576px) {
  .promocontent-1__name {
    font-size: 32px;
  }
}
.promocontent-1__title {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: var(--soo-grey);
}
@media (min-width: 576px) {
  .promocontent-1__title {
    font-size: 22px;
  }
}
.promocontent-1__title + .promocontent-1__description {
  margin-top: 2rem;
}
.promocontent-1__description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.promocontent-1__price {
  margin-top: 3rem;
  margin-bottom: 2.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.promocontent-1__price-text {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  color: var(--soo-dark);
  margin-bottom: 0;
  line-height: 32px;
}
.promocontent-1__price-price {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  color: var(--soo-success);
  margin-top: -8px;
  line-height: 32px;
}

.promosinglefiles__inner {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.promosinglefiles__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promosinglefiles__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  border: 1px solid var(--soo-primary);
  color: var(--soo-primary);
  border-radius: var(--soo-agency-radius, 8px);
  transition-duration: var(--soo-transition-duration, 0.25s);
  padding: 0.5rem 1.8rem;
}
.promosinglefiles__link svg {
  stroke: var(--soo-primary);
  transition-duration: var(--soo-transition-duration, 0.25s);
}
.promosinglefiles__link:focus {
  outline: none;
}
.promosinglefiles__link:hover {
  color: var(--soo-light);
  background-color: var(--soo-primary);
  text-decoration: none;
}
.promosinglefiles__link:hover svg {
  stroke: var(--soo-light);
}

.promomap-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .promomap-1 {
    margin-bottom: 42px;
  }
}
.promomap-1__icon {
  font-size: 22px;
}
.promomap-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promomap-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .promomap-1__iframe {
    min-height: 320px;
  }
}

.promotour-1 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .promotour-1 {
    margin-bottom: 42px;
  }
}
.promotour-1__icon {
  font-size: 22px;
}
.promotour-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promotour-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .promotour-1__iframe {
    min-height: 320px;
  }
}

.promovideo-1 {
  margin-bottom: 58px;
}
.promovideo-1__icon {
  font-size: 22px;
}
.promovideo-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promovideo-1 iframe, .promovideo-1__iframe {
  width: 100%;
  height: 40vh;
  max-height: 487px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .promovideo-1 iframe, .promovideo-1__iframe {
    min-height: 320px;
  }
}

.promosingle-view-gallery-1__inner {
  padding: 83px;
  min-height: 275px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  background-position: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .promosingle-view-gallery-1__inner {
    flex-direction: row;
  }
}
.promosingle-view-gallery-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: var(--soo-light);
  margin-bottom: 1.3rem;
  text-align: center;
  text-shadow: 1px 1px 5px var(--soo-dark);
}
@media (min-width: 768px) {
  .promosingle-view-gallery-1__title {
    text-align: left;
    margin-bottom: 0;
  }
}
.promosingle-view-gallery-1__button {
  background-color: var(--soo-light);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  padding: 0.4rem 1.7rem;
  border-radius: var(--soo-agency-radius, 10px);
  transition-duration: var(--soo-transition-duration, 0.25s);
  color: var(--soo-primary);
  cursor: pointer;
}
.promosingle-view-gallery-1__button-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
}
.promosingle-view-gallery-1__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.promosingle-view-gallery-1__button-icon > svg {
  stroke: var(--soo-primary);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition-duration: var(--soo-transition-duration, 0.25s);
}
.promosingle-view-gallery-1__button:hover {
  text-decoration: none;
  background-color: var(--soo-primary);
  color: var(--soo-light);
}
.promosingle-view-gallery-1__button:hover .promosingle-view-gallery-1__button-icon > svg {
  stroke: var(--soo-light);
}

.promo-single-legal-1__inner {
  width: 100%;
}
.promo-single-legal-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
}
.promo-single-legal-1__body {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition-duration: var(--soo-transition-duration, 0.25s);
  margin-top: 1rem;
}
.promo-single-legal-1__body--opened {
  max-height: 10000px;
  opacity: 1;
}
.promo-single-legal-1__heading {
  border: 1px solid #747678;
  border-radius: 8px;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.3rem;
  cursor: pointer;
}
.promo-single-legal-1__heading svg {
  transition-duration: var(--soo-transition-duration, 0.25s);
}
.promo-single-legal-1__heading--opened svg {
  transform: rotateZ(180deg);
}

/*=================================================
  Custom Cointaner for Sooana home
==================================================*/
.container-sooana {
  max-width: 1200px;
  margin: 0 auto;
}

.paragraph-3 {
  padding: 50px 0px 25px;
}

.search-1__wrapper {
  background-color: #cdcdcd;
}

.navbar-brand img {
  height: 75px;
}

.start-header.scroll-on .navbar-brand img {
  height: 65px;
}

.bg-menu-light {
  background-color: var(--soo-primary);
}

body.soo-dark-mode .header-2 .nav-link, body.soo-dark-mode .header-2 .nav-link.active {
  color: var(--soo-light);
}

.navbar-light .navbar-nav .nav-link {
  color: var(--soo-light);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: var(--soo-light);
}

.header-2 .nav-item > a:after {
  content: "";
  background-color: #ffde59;
}

.footer-5-img-wrapper {
  max-width: 350px;
  width: 100%;
}

/*===================================
 Promos
===================================*/
.promos-form-3-wrapper {
  position: sticky;
  top: 60px;
  z-index: 999;
}

.context-promos-entry .columns-1 {
  gap: 20px;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .context-promos-entry .columns-1 {
    gap: 80px;
  }
}
.context-promos-entry .last-properties-3__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .context-promos-entry .last-properties-3__inner {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (min-width: 992px) {
  .context-promos-entry .last-properties-3__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1500px) {
  .context-promos-entry .last-properties-3__inner {
    grid-template-columns: repeat(auto-fit, minmax(280px, min-content));
    row-gap: 40px;
  }
}

.promo-single-hero-build {
  display: none;
}

.promo__element .title-1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}
.promo__element .title-1__title p, .promo__element .title-1__title h2, .promo__element .title-1__title h3, .promo__element .title-1__title h4, .promo__element .title-1__title h5, .promo__element .title-1__title h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: var(--soo-dark);
  margin-bottom: 14px;
}

.promocontent-1 {
  text-align: justify;
}

#anchorsPromos li {
  opacity: 0;
  transition-duration: var(--soo-transition-duration);
}

#anchorsPromos .achorspromo--visible {
  opacity: 1;
}

/*===================================
 Anchors offset on anchor navigation
===================================*/
.context-promos-entry :target {
  position: relative;
}
.context-promos-entry :target::before {
  content: "";
  display: block;
  height: 180px;
  margin-top: -180px;
  pointer-events: none;
}

/*=================================================
  Header-2
==================================================*/
.nav-item:after {
  content: "";
  background-color: #137C8F;
}

.header-2 .nav-link {
  font-size: 16px;
  text-transform: uppercase;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.nav-favs__langs-wrapper .dropdown-menu .dropdown-item.active,
.nav-favs__langs-wrapper .dropdown-menu .dropdown-item:active,
.nav-favs__langs-wrapper .dropdown-menu .dropdown-item:hover {
  background-color: #137C8F;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #137C8F;
  color: var --soo-dark !important;
}

.header-2__submenu > li:hover > a {
  color: white;
}

/*=================================================
  Hero 1
==================================================*/
.hero-1__inner-button {
  padding: 0.5rem 0;
  font-size: 18px;
  border: solid 1px #102b2a;
  background-color: #102b2a;
  color: #fff;
}
.hero-1__inner-button:hover {
  background-color: var(--soo-dark-intense);
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #137C8F;
  border-color: #137C8F;
}

.btn-primary:hover {
  color: #fff;
  background-color: #137C8F;
  border-color: #137C8F;
}

/*=================================================
  Search 1 for Sooana
==================================================*/
.search-1 ul.soo-dropdown {
  border-radius: 0px;
}

.search-1 .filter-button {
  border-radius: 0px;
}

.search-1 .filter-button {
  border-radius: 0px;
}

.search-1 .filter-reference {
  border-radius: 0px;
}

.custom-query-order .search-dropdown ul.soo-dropdown {
  width: fit-content;
  min-width: 200px;
  cursor: pointer;
}

/*=================================================
  Paragraph 3 Home
==================================================*/
.paragraph-3__title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0px;
}

.container-text-home .paragraph-3 {
  background-color: white;
  padding: 3em 0px 0px;
}

/*=================================================
  Last properties 3
==================================================*/
@media (min-width: 1500px) {
  .last-properties-3__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/*=================================================
  Text column image 2
==================================================*/
.text-column-image-2__img--caption {
  width: 100%;
  background-color: #102b2a;
  font-size: 16px;
  color: #fff;
}

/*=================================================
  CTA 1 Home
==================================================*/
.cta-1__button {
  font-size: 18px;
  color: #fff;
  border: 1px solid #137C8F;
  background-color: #137C8F;
  padding: 0.5rem 3rem;
  transition-duration: 0.25s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.17);
  clip-path: polygon(2% 2%, 50% 2%, 98% 2%, 98% 50%, 98% 98%, 50% 98%, 2% 98%, 2% 50%);
}
.cta-1__button:focus {
  outline: none;
  background-color: #137C8F;
  border: 1px solid #137C8F;
}
.cta-1__button:hover {
  color: #fff;
  background-color: #137C8F;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.17);
  border: 1px solid #137C8F;
}

/*=================================================
  Sections
==================================================*/
.cta-company .cta-1 {
  background-position: bottom;
}
@media (max-width: 768px) {
  .cta-company .cta-1 {
    background-position-x: 75%;
  }
}

/*===================================
 Extras
===================================*/
.row-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1500px) {
  .row-1 {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
.row-1 .mortgage-calculator {
  padding: 1rem 0;
}

/*=================================================
  Footer 5
=================================================*/
.footer-5 {
  background-color: #137C8F;
}
.footer-5-img-wrapper {
  max-width: 350px;
  width: 100%;
}

.footer-5-logo {
  max-width: 80%;
  padding: 20px 0;
}

.copy {
  background: #081017;
}

.footer-5-title {
  color: var(--soo-light);
}

.footer-5 .menu-footer-5 a, .footer-5 .menu-footer-5 span, .footer-5 .monitor-footer-5 ul li a, .footer-5 .monitor-footer-5 ul li .hidden-href-link, .footer-5 .monitor-footer-5 ul li span {
  color: var(--soo-light);
}

/*=================================================
  Structures
=================================================*/
.columns-1__column {
  background-color: var(--soo-light);
}
.columns-1__column:nth-last-child(1) {
  align-self: flex-start;
  background-color: transparent;
  height: 100%;
}

/*=================================================
  Specs
==================================================*/
.specs-2 {
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.07), 0px 0px 0px 0 rgba(0, 0, 0, 0.07);
}
.specs-2__nav-tabs .nav-item {
  background: var(--soo-light);
  margin-bottom: 0.1rem;
  margin-right: 0.5rem;
}
.specs-2__nav-tabs .nav-item:hover, .specs-2__nav-tabs .nav-item.active {
  background: var(--soo-primary);
}
@media (min-width: 576px) {
  .specs-2__nav-tabs .nav-item {
    width: auto;
    margin-bottom: 0;
  }
}
.specs-2 .nav-link {
  color: var(--soo-dark) !important;
}
@media (min-width: 576px) {
  .specs-2 .nav-link {
    padding: 0 3rem 0 0.8rem;
    font-size: 14px;
  }
}
.specs-2 .nav-link:hover, .specs-2 .nav-link.active {
  color: var(--soo-light) !important;
  background: var(--soo-primary);
}
.specs-2 .nav-link i {
  font-size: 12px;
}

.location-2 ul {
  margin-top: 0.6rem;
}

@media (min-width: 768px) {
  .propertyentry-1__image-wrapper {
    height: 30vh;
  }
}
@media (min-width: 1024px) {
  .propertyentry-1__image-wrapper {
    height: 55vh;
  }
}

.propertyextra__element h1,
.propertyextra__element h2,
.propertyextra__element h3,
.propertyextra__element h4,
.propertyextra__element h5 {
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .propertyextra__element h1,
  .propertyextra__element h2,
  .propertyextra__element h3,
  .propertyextra__element h4,
  .propertyextra__element h5 {
    font-size: 25px;
  }
}

/*=================================================
  Features 2
==================================================*/
@media (min-width: 576px) {
  .features-2__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.features-2__text--image {
  width: 55px;
}
.features-2__text--wrapper {
  background-color: white;
  padding: 20px 30px 30px;
}

/*=================================================
  Thanks page
==================================================*/
.thanks-header {
  height: 25vh;
  position: relative;
  min-height: 175px;
}
.thanks-header-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thanks-header-mask-bg {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 0.6px var(--soo-grey);
  background-color: rgba(77, 115, 152, 0.8);
}
.thanks-header-mask-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--soo-primary);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  opacity: 0.8;
}
.thanks-header-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thanks-header h2 {
  font-size: 42px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--soo-light);
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 992px) {
  .thanks-header {
    height: 20vh;
  }
  .thanks-header h2 {
    font-size: 53px;
  }
}
.thanks-general-wrapper {
  background-color: var(--soo-grey-light);
}
.thanks-general-wrapper > div {
  background-color: var(--soo-light);
  border-bottom: 0.6px solid var(--soo-grey);
}
.thanks-general-title {
  color: var(--soo-dark);
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}
.thanks-general-description {
  color: var(--soo-grey);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}
.thanks-general-return a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
}
.thanks-general-return a i {
  color: var(--soo-primary);
}
.thanks-general-return a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.thanks-enquiry-title {
  color: var(--soo-dark);
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}
.thanks-enquiry-description {
  color: var(--soo-grey);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  padding: 0;
}
.thanks-enquiry-property-title {
  color: var(--soo-dark);
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.thanks-enquiry-property-image {
  border-radius: 99em;
  width: 220px;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thanks-enquiry-return a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  color: var(--soo-dark);
  transition-duration: var(--soo-transition-duration);
}
.thanks-enquiry-return a i {
  color: var(--soo-primary);
}
.thanks-enquiry-return a:hover {
  text-decoration: none;
  color: var(--soo-primary);
}
.thanks-related-wrapper {
  background-color: var(--soo-grey-light);
  border-top: 1px solid var(--soo-grey);
}
.thanks-related-header-title {
  color: var(--soo-dark);
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.thanks-related-header-description {
  color: var(--soo-grey);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
@media (min-width: 992px) {
  .thanks-enquiry-title {
    font-size: 32px;
  }
  .thanks-enquiry-description {
    font-size: 18px;
  }
  .thanks-enquiry-property-image {
    width: 320px;
    height: 320px;
  }
  .thanks-general-title {
    font-size: 32px;
  }
  .thanks-general-description {
    font-size: 18px;
  }
  .thanks-related-header-title {
    font-size: 32px;
  }
  .thanks-related-header-description {
    font-size: 18px;
  }
}

/*=================================================
  Dopdowns
==================================================*/
.search-dropdown ul.soo-dropdown > li:not(.soo-default):hover,
.search-dropdown ul.soo-dropdown > li.soo-selected:not(.soo-default),
.search-dropdown ul.soo-dropdown > li.soo-selected-multiple:not(.soo-default) {
  background: var(--soo-primary);
}

/* Local widgets */
body {
  color: #102b2a;
}

* {
  -webkit-font-smoothing: antialiased;
  font-family: "Titillium Web", sans-serif;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

strong {
  font-weight: 700;
}

.btn-sooana {
  font-size: 18px;
  color: #fff;
  border: 1px solid #137C8F;
  background-color: #137C8F;
  padding: 0.5rem 3rem;
  transition-duration: 0.25s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.17);
  clip-path: polygon(2% 2%, 50% 2%, 98% 2%, 98% 50%, 98% 98%, 50% 98%, 2% 98%, 2% 50%);
}
.btn-sooana:focus {
  outline: none;
  background-color: #137C8F;
  border: 1px solid #137C8F;
}
.btn-sooana:hover {
  color: #fff;
  background-color: #137C8F;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.17);
  border: 1px solid #137C8F;
}
.btn-sooana {
  padding-top: 14px;
  padding-right: 29px;
  padding-bottom: 14px;
  padding-left: 29px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-right: 10px;
}

.bg-soolight {
  background-color: var(--soo-light);
}
.bg-soogrey-light {
  background-color: var(--soo-grey-light);
}

/* Fonts widgets */
