#footer_chatbot .chatbot-widget>button.logoBtn {
    position: fixed;
    bottom: 40px;
    right: 25px;
    border: none;
    z-index: 1205;
    background: white;
    border-radius: 50% !important;  
    cursor: pointer;
}
 

#footer_chatbot  .language-container span {
    font-size:10px;
}


.filter__search__more, .filter__search__hidden__range__select, .filter__search__hidden__select, .form__select {
  -webkit-appearance: none;
  appearance: none;
}

.breadcrumbs, .promoters, .finance, .video, .filter, .results, .hero__search, .selection, .carousel__slider, .advantages, .footer, .nav, .head {
  padding: 0 2em;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs, .promoters, .finance, .video, .filter, .results, .hero__search, .selection, .carousel__slider, .advantages, .footer, .nav, .head {
    padding: 0 4em;
  }
}
@media only screen and (min-width: 1024px) {
  .breadcrumbs, .promoters, .finance, .video, .filter, .results, .hero__search, .selection, .carousel__slider, .advantages, .footer, .nav, .head {
    padding: 0 6em;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .breadcrumbs, .promoters, .finance, .video, .filter, .results, .hero__search, .selection, .carousel__slider, .advantages, .footer, .nav, .head {
    padding: 0 5em;
  }
}

  .brochure,   .units {
  margin: 0 2em;
}
@media only screen and (min-width: 768px) {
   .brochure,  .units {
    margin: 0 4em;
  }
}
@media only screen and (min-width: 1024px) {
  .brochure,  .units {
    margin: 0 6em;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .description, .brochure, .specs, .units {
    margin: 0 5em;
  }
}
@media only screen and (min-width: 1920px) {
  .description, .brochure, .specs, .units {
    margin: 0 16em;
  }
}



/* ========== */
/* Typography */
/* ========== */
/* Standart mobile first typography */
h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

p,
span,
strong,
label,
a,
li {
  font-size: 1.6rem;
}

/* Mobile typography fixes for small screens: 320px ~ 360px */
@media only screen and (min-width: 320px) and (max-width: 360px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  p,
span,
strong,
label,
a,
li {
    font-size: 1.4rem;
  }
}
/* Tablet typography: 768px+ */
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  p,
span,
strong,
label,
a,
li {
    font-size: 1.6rem;
  }
}
/* Tablet typography: 1024px+ */
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  h3 {
    font-size: 2.4rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  p,
span,
strong,
label,
a,
li {
    font-size: 1.6rem;
  }
}
/* Computer typography: 1280px+ */
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  h3 {
    font-size: 2.4rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  p,
span,
strong,
label,
a,
li {
    font-size: 1.6rem;
  }
}
/* Computer typography: 1440px+ */
@media only screen and (min-width: 1440px) {
  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 3.4rem;
  }

  h3 {
    font-size: 2.6rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  p,
span,
strong,
label,
a,
li {
    font-size: 1.6rem;
  }
}
/* Computer typography: 1920px+ */
@media only screen and (min-width: 1920px) {
  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 3.6rem;
  }

  h3 {
    font-size: 2.8rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  p,
span,
strong,
label,
a,
li {
    font-size: 1.6rem;
  }
}
/* Computer typography: 2560px+ */
@media only screen and (min-width: 2560px) {
  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 3.8rem;
  }

  h3 {
    font-size: 3rem;
  }

  h4 {
    font-size: 2rem;
  }

  p,
span,
strong,
label,
a,
li {
    font-size: 1.8rem;
  }
}
/* ====== */
/* Resets */
/* ====== */
html {
  box-sizing: border-box;
  /* Font family */
  font-family: "Verdana", "sans-serif";
  /* To make rem units easier to work with (1rem = 10px) */
  font-size: 62.5%;
  /* Scrollbar Styling : Firefox */
  scrollbar-width: thin;
  scrollbar-color: #008F70 #1F1F1F;
  /* Scrollbar Styling for Webkit browsers */
}
html::-webkit-scrollbar {
  width: 1.5rem;
}
html::-webkit-scrollbar-track {
  background: #1F1F1F;
}
html::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 3px;
}
html::-webkit-scrollbar-thumb:hover {
  background: #008F70;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

/* Uncomment if custom outline is planned for each element needed */
/* :focus {
     outline: none;
}*/
/* Links decoration */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Remove default list styling */
ul,
ol {
  list-style: none;
}

body {
  min-height: 100vh;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* ========== */
/* Utilities */
/* ========== */
/* Container */
.ss-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1920px;
}
@media only screen and (min-width: 1920px) {
  .ss-container {
    width: 85%;
  }
}
@media only screen and (min-width: 2560px) {
  .ss-container {
    width: 70%;
  }
}

/* Video container */
.ss-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* Text Alignement */
/* Left */
.ss-align-left {
  text-align: left;
}

/* Right */
.ss-align-right {
  text-align: right;
}

/* Center */
.ss-align-center {
  text-align: center;
}

/* General Alignement */
/* Flex */
.ss-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ss-flex-v-center {
  display: flex;
  align-items: center;
}

.ss-flex-h-center {
  display: flex;
  justify-content: center;
}

/* Grid */
.ss-grid-center {
  display: grid;
  place-content: center;
  place-items: center;
}

/* To round elements as a circle */
.ss-circle {
  border-radius: 50%;
}

/* Scale transition animation */
.ss-scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63);
}

/* Box shadows */
.ss-shadow-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.ss-shadow-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 10px 0 rgba(0, 0, 0, 0.06), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}

.ss-shadow-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.07), 0 3px 14px 2px rgba(0, 0, 0, 0.06), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
}

.ss-shadow-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06), 0 8px 10px -7px rgba(0, 0, 0, 0.1);
}

.ss-shadow-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.07), 0 9px 46px 8px rgba(0, 0, 0, 0.06), 0 11px 15px -7px rgba(0, 0, 0, 0.1);
}

/* Prevent content from wrapping and forcing it into single line with ellipsis at the end */
.ss-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Removing default appearance */
.ss-no-appearance {
  -webkit-appearance: none;
  appearance: none;
}

/* Prevent scrolling while the navigation menu is open */
.ss-prevent-scroll {
  overflow: hidden;
}

/* Overlay */
.ss-overlay {
  width: 100vw;
  height: 100vh;
  background: #01040D;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  opacity: 0.8;
  display: none;
}

.ss-overlay.active {
  display: block;
}

/* Table with spacing inside only */
.ss-table-inspacing td {
  border: 0px solid transparent;
  background-clip: padding-box;
}
.ss-table-inspacing tr > td + td {
  border-left-width: 5px;
}
.ss-table-inspacing tr > td {
  border-top-width: 5px;
}

/* Component : Scroll to top button */
.scroll-to-top {
  display: grid;
  place-content: center;
  position: fixed;
  right: 7.5%;
  bottom: 125px;
  z-index: 5;
  height: 50px;
  width: 50px;
  font-size: 3rem;
  opacity: 1;
  transition: opacity 0.3s linear, visibility 0.3s linear, background-color 0.3s linear, color 0.3s linear;
}
@media only screen and (min-width: 1280px) {
  .scroll-to-top {
    cursor: pointer;
    right: 45px;
    bottom: 125px;
  }
}

.scroll-to-top.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear, background-color 0.3s linear, color 0.3s linear;
}

/* Buttons */
/* Forms */
.form {
  display: grid;
  gap: 2em;
  width: 100%;
}
.form__input, .form__select, .form__button {
  height: 60px;
  padding: 0 1em;
}
@media only screen and (min-width: 1024px) {
  .form__input, .form__select, .form__button {
    height: 73px;
  }
}
.form__select {
  font-size: 1.6rem;
  color: #1F1F1F;
  background: #FFFFFF;
  background-image: url("../icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 25px 15px;
}
.form__select:focus {
  outline: 2px solid #008F70;
}
@media only screen and (max-width: 360px) {
  .form__select {
    font-size: 1.3rem;
  }
}
.form__button {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  background: #008F70;
  cursor: pointer;
}
.form__button:focus {
  outline: 2px solid #1F1F1F;
}
@media only screen and (max-width: 360px) {
  .form__button {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .form__button {
    transition: background 0.3s linear;
  }
  .form__button:hover {
    background: #1F1F1F;
    transition: background 0.3s linear;
  }
}

/* Custom checkboxes */

/* Custom checkbox button */
input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 2em;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

input[type=checkbox]:after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  inset: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  background-color: #FFFFFF;
  display: inline-block;
  visibility: visible;
  border: 1px solid #707070;
}

input[type=checkbox]:checked:after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  inset: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  background-color: #008F70;
  display: inline-block;
  visibility: visible;
  box-shadow: inset 0 0 0px 3px #FFFFFF;
  border: 1px solid #707070;
}

/* Custom radio button */
/* Header */
.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 2;
  transition: background 0.3s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .head {
    height: 150px;
  }
}
.header__menu {
  z-index: 3;
  height: 50px;
  width: 35px;
  cursor: pointer;
}
.header__menu__bars, .header__menu__bars:after, .header__menu__bars:before {
  width: 35px;
  height: 3px;
}
@media only screen and (min-width: 1024px) {
  .header__menu__bars, .header__menu__bars:after, .header__menu__bars:before {
    width: 60px;
    height: 4px;
  }
}
.header__menu__bars {
  position: relative;
  transform: translateY(25px);
  background: #FFFFFF;
}
.header__menu__bars.animate {
  background: #008F70;
}
.header__menu__bars:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #FFFFFF;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__menu__bars:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #FFFFFF;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__menu__bars.animate:after {
  top: 0;
  transform: rotate(45deg);
  background: #008F70;
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__menu__bars.animate {
  background: none;
}
.header__menu__bars.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: #008F70;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__logo {
  width: 146px;
  justify-self: center;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    width: 403px;
  }
}
.header__logo__green {
  display: none;
}
.header__logo__white {
  display: block;
}
.header__contact {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .header__contact {
    display: grid;
    width: 149px;
    font-size: 1.2rem;
    color: #008F70;
    font-weight: 600;
    place-content: center;
    border-radius: 18px;
    height: 36px;
    background: #FFFFFF;
    transition: 0.3s linear;
    position: absolute;
    right: 115px;
  }
  .header__contact:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #01040D;
  }
  .header__contact::after {
    content: "";
    position: absolute;
    background: #FFFFFF;
    height: 26px;
    width: 1px;
    right: -17px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.header__lang {
  cursor: pointer;
  position: relative;
}
.header__lang svg {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1024px) {
  .header__lang svg {
    width: 25px;
    height: 25px;
  }
}
.header__lang__options {
  display: none;
  position: absolute;
  background-color: #008F70;
  align-items: center;
  text-align: center;
  gap: 1px;
  z-index: 1;
  right: 0px;
  top: 70px;
  transform: translate(0, -50%);
}
.header__lang__options__link {
  height: 38px;
  width: 39px;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-decoration: none;
  display: grid;
  align-items: center;
  border-right: 2px solid #FFFFFF;
}
.header__lang__options__link:last-child {
  border-right: none;
  width: 38px;
}
@media only screen and (min-width: 1280px) {
  .header__lang__options__link {
    transition: 0.2s linear;
  }
  .header__lang__options__link:hover {
    text-decoration: none;
    background: #1F1F1F;
  }
}
.header__lang .show {
  display: flex;
}
.header__lang.hidden {
  display: none;
}

.fixed {
  background: #FFFFFF;
}

.fixed .header {
  /* Header */
}
.fixed .header__logo__green {
  display: block;
}
.fixed .header__logo__white {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .fixed .header__contact {
    color: #FFFFFF;
    background: #008F70;
  }
  .fixed .header__contact:hover {
    text-decoration: none;
    background: #01040D;
  }
  .fixed .header__contact::after {
    background: #008F70;
  }
}
.fixed .header__lang svg path {
  fill: #008F70;
}
.fixed .header__menu__bars {
  background: #008F70;
}
.fixed .header__menu__bars.animate {
  background: #008F70;
}
.fixed .header__menu__bars:before {
  background: #008F70;
}
.fixed .header__menu__bars:after {
  background: #008F70;
}
.fixed .header__menu__bars.animate:after {
  background: #008F70;
}
.fixed .header__menu__bars.animate {
  background: none;
}
.fixed .header__menu__bars.animate:before {
  background: #008F70;
}

/* Navigation */
.nav-overlay {
  display: none;
  background: #1F1F1F;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 15;
  right: 0%;
  opacity: 0.72;
}

.nav-overlay.active {
  display: block;
}

.nav {
  background: #FFFFFF;
  position: fixed;
  display: flex;
  width: 100vw;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 2em;
  height: 100%;
  transition: 0.2s ease;
  z-index: 20;
  right: 0%;
  opacity: 1;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .nav {
    width: 75vw;
    right: 25%;
  }
}
@media only screen and (min-width: 1280px) {
  .nav {
    width: 50vw;
    right: 50%;
    /* Scrollbar Styling : Firefox */
    scrollbar-width: thin;
    scrollbar-color: #008F70 #1F1F1F;
    /* Scrollbar Styling for Webkit browsers */
  }
  .nav::-webkit-scrollbar {
    width: 1.5rem;
  }
  .nav::-webkit-scrollbar-track {
    background: #1F1F1F;
  }
  .nav::-webkit-scrollbar-thumb {
    background: #C5C6C6;
    border-radius: 3px;
  }
  .nav::-webkit-scrollbar-thumb:hover {
    background: #008F70;
  }
}
@media only screen and (min-width: 1600px) {
  .nav {
    width: 35vw;
    right: 65%;
  }
}
.nav__header {
  background: #FFFFFF;
  transition: 0.2s ease;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4em;
}
@media only screen and (min-width: 1024px) {
  .nav__header {
    margin-bottom: 8em;
  }
}
.nav__header__close {
  cursor: pointer;
}
.nav__header__close img {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1024px) {
  .nav__header__close img {
    width: 42px;
    height: 42px;
  }
}
.nav__header__logo img {
  width: 146px;
  height: 45px;
}
@media only screen and (min-width: 1024px) {
  .nav__header__logo img {
    width: 275px;
    height: 87px;
  }
}
.nav__dropdowns {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.nav__dropdowns__section {
  display: flex;
  flex-direction: column;
  padding-bottom: 4em;
  height: auto;
}
.nav__dropdowns__section__header {
  display: flex;
  margin-bottom: 3em;
  justify-content: space-between;
  align-items: center;
}
.nav__dropdowns__section__header__title {
  width: 90%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #008F70;
}
@media only screen and (min-width: 1024px) {
  .nav__dropdowns__section__header__title {
    font-size: 2.5rem;
  }
}
.nav__dropdowns__section__header__arrow {
  cursor: pointer;
  fill: #008F70;
}
.nav__dropdowns__section__header__arrow path {
  fill: #008F70;
}
.nav__dropdowns__section__header__arrow.rotated {
  transform: rotate(180deg);
}
.nav__dropdowns__section__content {
  display: flex;
  flex-direction: column;
}
.nav__dropdowns__section__content__link {
  text-decoration: none;
  color: #01040D;
  font-size: 1.6rem;
  opacity: 1;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  .nav__dropdowns__section__content__link {
    font-size: 2rem;
  }
}
.nav__dropdowns__section__content.collapsed {
  display: none;
}
.nav__socials {
  position: relative;
  display: grid;
  grid-template-columns: 57.5% 40%;
  gap: 2.5%;
  align-items: center;
  padding: 2em 0;
}
.nav__socials::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1F1F1F;
  transform: translate(0, -50%);
  bottom: 85px;
}
.nav__socials__title {
  font-size: 1.6rem;
}
.nav__socials__icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav__socials__icons__link {
  text-decoration: none;
  margin-left: 10px;
}
.nav__socials__icons__link img {
  width: 35px;
}
@media only screen and (min-width: 1024px) {
  .nav__socials__icons__link img {
    width: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .nav__socials__icons__link img {
    width: 35px;
  }
}

.nav.hidden {
  opacity: 0;
  right: 100%;
}
.nav.hidden a {
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
}

/* Footer */
.footer {
  display: grid;
  grid-template-areas: "logo" "dropdowns" "newsletter" "socials" "nav" "copyright";
  padding-top: 4em;
  padding-bottom: 4em;
  background: #1F1F1F;
}
@media only screen and (min-width: 1024px) {
  .footer {
    grid-template-columns: 35% 65%;
    grid-template-areas: "logo logo" "dropdowns dropdowns" "newsletter newsletter" "socials socials" "copyright nav";
  }
}
@media only screen and (min-width: 1280px) {
  .footer {
    grid-template-columns: auto auto auto auto;
    grid-template-areas: "logo dropdowns dropdowns newsletter" "logo dropdowns dropdowns socials" "copyright copyright nav nav";
    gap: 2em;
    position: relative;
  }
  .footer::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 94%;
    background: #FFFFFF;
    transform: translate(-50%, -50%);
    right: 50%;
    left: 50%;
    bottom: 105px;
  }
  .footer p:first-child {
    padding-right: 5px;
  }
}
.footer__logo {
  grid-area: logo;
  width: 188px;
  place-self: center;
}
@media only screen and (min-width: 1280px) {
  .footer__logo {
    margin-top: 2em;
    place-self: baseline;
    place-self: start;
  }
}
.footer__dropdowns {
  grid-area: dropdowns;
  display: flex;
  flex-direction: column;
  padding-top: 4em;
}
@media only screen and (min-width: 1280px) {
  .footer__dropdowns {
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .footer__dropdowns {
    justify-content: space-between;
  }
}
.footer__dropdowns__section {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 3em 0;
}
.footer__dropdowns__section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .footer__dropdowns__section__header {
    margin-bottom: 1em;
  }
}
.footer__dropdowns__section__header__title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
}
@media only screen and (min-width: 1024px) {
  .footer__dropdowns__section__header__title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .footer__dropdowns__section__header__title {
    font-size: 1.4rem;
  }
}
.footer__dropdowns__section__header__arrow {
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1024px) {
  .footer__dropdowns__section__header__arrow {
    width: 12px;
    height: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__dropdowns__section__header__arrow {
    display: none;
  }
}
.footer__dropdowns__section__header__arrow.rotated {
  transform: rotate(90deg);
}
.footer__dropdowns__section__content {
  display: flex;
  flex-direction: column;
}
.footer__dropdowns__section__content__link {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.6rem;
  margin-top: 2em;
}
@media only screen and (min-width: 1280px) {
  .footer__dropdowns__section__content__link {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .footer__dropdowns__section__content__link {
    font-size: 1.3rem;
  }
}
.footer__dropdowns__section__content.collapsed {
  display: none;
}
.footer__newsletter {
  grid-area: newsletter;
  padding-top: 4em;
}
@media only screen and (min-width: 1280px) {
  .footer__newsletter {
    padding-top: 3em;
  }
}
.footer__newsletter__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .footer__newsletter__title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .footer__newsletter__title {
    font-size: 1.4rem;
  }
}
.footer__socials {
  grid-area: socials;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
@media only screen and (min-width: 1024px) {
  .footer__socials {
    justify-content: flex-start;
    justify-content: start;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__socials {
    justify-content: flex-end;
    justify-content: end;
    border-top: none;
    border-bottom: none;
  }
}
.footer__socials__icon {
  margin: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .footer__socials__icon {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__socials__icon svg {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__socials__icon .inner,
.footer__socials__icon .outer {
    transition: 0.3s ease-in-out;
  }
  .footer__socials__icon:hover .inner {
    fill: #1F1F1F;
  }
  .footer__socials__icon:hover .outer {
    fill: #FFFFFF;
  }
}
.footer__nav {
  grid-area: nav;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 1em 0;
}
@media only screen and (min-width: 1024px) {
  .footer__nav {
    padding: 6em 0 0 0;
    align-items: center;
    justify-content: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__nav {
    padding-top: 3em;
  }
}
.footer__nav__link {
  text-align: center;
  font-size: 1.6rem;
  color: #FFFFFF;
  margin: 1em 0;
}
@media only screen and (min-width: 1024px) {
  .footer__nav__link {
    margin: 0;
  }
  .footer__nav__link:not(:first-child) {
    padding-left: 20px;
  }
  .footer__nav__link:not(:last-child) {
    position: relative;
  }
  .footer__nav__link:not(:last-child)::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    height: 14px;
    width: 1px;
    top: 50%;
    bottom: 50%;
    right: -12px;
  }
}
.footer__copyright {
  grid-area: copyright;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  color: #FFFFFF;
  line-height: 1.6;
  padding-top: 1em;
}
@media only screen and (min-width: 1024px) {
  .footer__copyright {
    padding-top: 2em;
    text-align: left;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__copyright {
    display: flex;
    padding-top: 2em;
  }
}
.footer__copyright__link {
  text-align: center;
  font-size: 1.6rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 1024px) {
  .footer__copyright__link {
    display: none;
  }
}

.footer__newsletter__form {
  padding-top: 2em;
  padding-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .footer__newsletter__form {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__newsletter__form {
    border-bottom: 1px solid #FFFFFF;
  }
}
.footer__newsletter__form__input {
  height: 51px;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1.6rem;
  color: #FFFFFF;
}
.footer__newsletter__form__input::placeholder {
  color: #C5C6C6;
  opacity: 0.6;
}
.footer__newsletter__form #news-button {
  height: 28px;
  width: 28px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0) url("../icons/send.svg");
  background-size: 24.35px 20.87px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* ======== */
/* Home CSS */
/* ======== */
 /* ======== */
/* Home CSS */
/* ======== */
.hero {
  width: 100%;
  height: 1040px;
  color: #FFFFFF;
  position: relative;
  top: 90px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .hero {
    height: 905px;
    top: 150px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero {
    height: calc(100vh - 150px);
  }
}
.hero__banner {
  width: 100%;
  height: 62px;
  background: #FF3B47;
  font-size: 1.8rem;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 1024px) {
  .hero__banner {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    transform: rotate(315deg);
    text-align: center;
    position: absolute;
    position: absolute;
    top: -43px;
    left: -90px;
    z-index: 2;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 50px 20px 50px;
    line-height: 1.6;
    width: 230px;
    height: 146px;
  }
}
.hero__title {
  font-size: 3.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 360px) {
  .hero__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero__title {
    font-size: 7.2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .hero__title {
    line-height: unset;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
  .hero__title {
    font-size: 5.8rem;
  }
}
.hero__text {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 16em;
}
@media only screen and (max-width: 360px) {
  .hero__text {
    font-size: 1.3rem;
    padding-bottom: 20em;
  }
}
@media only screen and (min-width: 768px) {
  .hero__text {
    font-size: 2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .hero__text {
    width: 80%;
    padding-bottom: 6em;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1280px) {
  .hero__text {
    width: 57%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
  .hero__text {
    width: 90%;
    padding-bottom: 4em;
  }
}
.hero__slider {
  overflow: hidden;
  position: relative;
}
.hero__slider .owl-stage-outer .owl-stage .owl-item {
  width: 100vw;
}
.hero__slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .hero__slider .owl-dots {
    bottom: 240px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero__slider .owl-dots {
    bottom: 140px;
  }
}
.hero__slider .owl-dots .owl-dot span {
  border: 1px solid #FFFFFF !important;
}
.hero__slider .owl-dots .owl-dot.active span {
  border: 1px solid #FFFFFF !important;
  background: #FFFFFF !important;
}
@media only screen and (max-width: 1023px) {
  .hero__slider__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.hero__slider__container__content {
  background: #008F70;
  padding: 1em 2em;
  display: flex;
  flex-direction: column;
  height: 250px;
  width: 100vw;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .hero__slider__container__content {
    align-items: unset;
    position: absolute;
    transform: translate(0, -50%);
    top: 40%;
    bottom: 50%;
    width: 683px;
    height: 280px;
    left: 60px;
    opacity: 0.8;
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: 40% 60%;
    grid-template-areas: "title title" "price more";
  }
}
@media only screen and (min-width: 1280px) {
  .hero__slider__container__content {
    left: 120px;
  }
}
.hero__slider__container__content__title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  grid-area: title;
}
@media only screen and (min-width: 1024px) {
  .hero__slider__container__content__title {
    font-size: 4rem;
  }
}
.hero__slider__container__content__price {
  grid-area: price;
  text-align: center;
  display: grid;
  gap: 1em;
  padding-top: 1em;
}
@media only screen and (min-width: 1024px) {
  .hero__slider__container__content__price {
    text-align: unset;
    display: unset;
    padding-top: 0;
  }
}
.hero__slider__container__content__price__from {
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .hero__slider__container__content__price__from {
    font-size: 2rem;
  }
}
.hero__slider__container__content__price__number {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .hero__slider__container__content__price__number {
    font-size: 5rem;
  }
}
.hero__slider__container__content__price__before {
  font-size: 1.8rem;
  text-decoration: line-through;
}
@media only screen and (min-width: 1024px) {
  .hero__slider__container__content__price__before {
    font-size: 3.5rem;
  }
}
.hero__slider__container__content__more {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  color: #FFFFFF;
  text-decoration: none;
}
.hero__slider__container__content__more:hover {
  text-decoration: none;
}
.hero__slider__container__content__more .text {
  position: relative;
  font-size: 1.6rem;
  padding-top: 2em;
  grid-area: more;
}
@media only screen and (min-width: 1024px) {
  .hero__slider__container__content__more .text {
    font-size: 2rem;
  }
}
.hero__slider__container__content__more .text::before {
  content: "";
  background: #FFFFFF;
  width: 150%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
}
@media only screen and (min-width: 1024px) {
  .hero__slider__container__content__more .text::before {
    content: "|";
    transform: scaleY(2.5) translateY(-50%);
    background: unset;
    width: auto;
    height: auto;
    top: 65px;
    left: -25px;
  }
}
.hero__slider__container__content__more .arrow-right {
  width: 19px;
  height: 13px;
  background-image: url("../icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  display: none;
}
@media only screen and (min-width: 1280px) {
  .hero__slider__container__content__more .arrow-right {
    display: block;
    position: relative;
  }
}
.hero__slider__container__img {
  object-fit: cover;
  height: 300px;
  width: 100vw;
}
@media only screen and (min-width: 1024px) {
  .hero__slider__container__img {
    height: 905px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero__slider__container__img {
    height: calc(100vh - 150px);
  }
}





.hero__search {
  z-index: 1;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "ville" "biens" "prix" "search";
  background-color: #1F1F1F;
  padding-top: 2em;
  padding-bottom: 2em;
}
.hero__search #ville {
  grid-area: ville;
}
.hero__search #biens {
  grid-area: biens;
}
.hero__search #prix {
  grid-area: prix;
}
.hero__search #search {
  grid-area: search;
}
@media only screen and (min-width: 1280px) {
  .hero__search #search:hover {
    background: #0093FF;
  }
}
@media only screen and (min-width: 1024px) {
  .hero__search {
    grid-template-columns: 32.9% 32.9% 32.9%;
    grid-template-rows: auto auto;
    grid-template-areas: "ville biens prix" "search search search";
    gap: 0;
    row-gap: 2em;
    justify-content: space-between;
    bottom: 0;
    left:0;
    right:0;
    position: absolute;
  }
}
@media only screen and (min-width: 1280px) {
  .hero__search {
    grid-template-columns: 27.5% 27.5% 27.5% 15%;
    grid-template-rows: 100%;
    grid-template-areas: "ville biens prix search";
    bottom: 0;
    padding: 2em 12em;
  }
}
.selection {
  width: 100%;
  height: 100%;
  display: grid;
  gap: 4em;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media only screen and (min-width: 1024px) {
  .selection {
    background: #F7F7F7;
  }
}
@media only screen and (min-width: 1280px) {
  .selection {
    gap: 6em;
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
  .selection {
    gap: 4em;
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
.selection__title {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 700;
  color: #008F70;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .selection__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .selection__title {
    width: 55%;
    margin: 0 auto;
  }
}
.selection__text {
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .selection__text {
    font-size: 1.4rem;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .selection__text {
    width: 50%;
  }
}

.carousel__slider {
  padding-bottom: 4em;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .carousel__slider {
    background: #F7F7F7;
  }
}
@media only screen and (min-width: 1920px) {
  .carousel__slider {
    padding: 0 15em 4em 15em;
  }
}
.carousel__slider__container {
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  .carousel__slider__container {
    width: 513px;
  }
}
.carousel__slider__card {
  display: grid;
  grid-template-columns: 66.66% 33.33%;
  grid-template-areas: "img img" "title title" "detail detail" "from from" "price price" "location provider";
  color: #1F1F1F;
  border: 1px solid #C5C6C6;
  background: #FFFFFF;
  position: relative;
}
.carousel__slider__card:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .carousel__slider__card {
    grid-template-columns: 75% 25%;
  }
}
.carousel__slider__card__like {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.carousel__slider__card__like svg g circle {
  transition: 0.2s linear;
}
@media only screen and (min-width: 1280px) {
  .carousel__slider__card__like:hover svg g circle {
    fill: #008F70;
    opacity: 1;
  }
}
.carousel__slider__card__img {
  grid-area: img;
}
.carousel__slider__card__title {
  grid-area: title;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: #008F70;
  padding: 1em 7px;
}
.carousel__slider__card__detail {
  grid-area: detail;
  font-size: 1.8rem;
  padding: 0 7px 1.5em 7px;
}
.carousel__slider__card__from {
  grid-area: from;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0 7px 0.5em 7px;
}
@media only screen and (min-width: 1024px) {
  .carousel__slider__card__from {
    font-size: 1.4rem;
  }
}
.carousel__slider__card__price {
  grid-area: price;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 7px 2em 7px;
}
@media only screen and (min-width: 1024px) {
  .carousel__slider__card__price {
    font-size: 1.5rem;
  }
}
.carousel__slider__card__location {
  grid-area: location;
  color: #717171;
  position: relative;
  padding: 0 0 2em calc(2em + 7px);
  width:60%;
}
.carousel__slider__card__location::before {
  content: "";
  background-image: url("../icons/location.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 14px;
  width: 10px;
  height: 15px;
  top: 10px;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1024px) {
  .carousel__slider__card__location {
    padding: 0 0 1em calc(1.5em + 7px);
    font-size: 1.4rem;
  }
  .carousel__slider__card__location::before {
    width: 8px;
    height: 11px;
    top: 9px;
  }
}
.carousel__slider__card__provider {
  grid-area: provider;
  padding: 0 7px 2em 0;
}
@media only screen and (min-width: 1024px) {
  .carousel__slider__card__provider {
    padding: 0 7px 0 0;
  }
}

.advantages {
  background: #0093FF;
  padding-top: 6em;
  padding-bottom: 6em;
}
@media only screen and (min-width: 1024px) {
  .advantages {
    padding-top: 4em;
    padding-bottom: 2em;
  }
}
@media only screen and (min-width: 1280px) {
  .advantages {
    padding-top: 8em;
    padding-bottom: 6em;
  }
}
.advantages__title {
  grid-area: title;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 2em;
}
@media only screen and (min-width: 1280px) {
  .advantages__title {
    font-size: 3rem;
  }
}
.advantages__items {
  grid-area: block;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .advantages__items {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.advantages__items__block {
  height: 232px;
  align-content: space-evenly;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1024px) {
  .advantages__items__block__icon {
    width: 113px;
  }
}
@media only screen and (min-width: 1280px) {
  .advantages__items__block__icon {
    width: 162px;
  }
}
.advantages__items__block__text {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .advantages__items__block__text {
    font-size: 1.4rem;
    width: 80%;
  }
}
@media only screen and (min-width: 1280px) {
  .advantages__items__block__text {
    width: 70%;
  }
}

.owl-dots {
  margin-top: 4em;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .owl-dots {
    margin-top: 6em;
  }
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  border-radius: 30px;
  border: 1px solid #008F70;
  display: block;
  transition: 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #008F70;
}

/* ======== */
/* Main CSS */
/* ======== */
.breadcrumbs {
  padding-top: 11em;
}
@media only screen and (min-width: 1024px) {
  .breadcrumbs {
    padding-top: 20em;
  }
}
.breadcrumbs a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #1F1F1F;
  line-height: 1.6;
}
.breadcrumbs a:not(:first-child)::before {
  content: ">";
  margin: 0 5px;
  font-weight: 400;
}
.breadcrumbs a.current {
  font-weight: 600;
}



/*# sourceMappingURL=mains.css.map */
