@charset "UTF-8";
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Valley+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import "components/swiper-bundle.min.css";
.animated-effect, .team-section .team-box, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .team-section .team-box:active, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-secondary:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Valley Sans", sans-serif;
  position: relative;
  color: #13191c;
  background: #fff;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 12px;
  }
}

::selection {
  background: #E08532;
  color: #fff;
}

.navbar-brand {
  display: block;
  padding: 0 0 0 4rem;
  position: relative;
}
.navbar-brand img {
  display: block;
  height: 3rem;
  width: 3rem;
  object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.navbar-brand span {
  display: block;
  font-size: 1rem;
  margin: 0;
}
.navbar-brand strong {
  display: block;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

header.page-header {
  position: relative;
  z-index: 10;
  background: #fff;
}
header.page-header .top-cta {
  background: rgba(19, 25, 28, 0.1);
  padding: 0.75rem 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: #13191c;
}
@media (max-width: 767.9px) {
  header.page-header .top-cta {
    font-size: 0.6rem;
    line-height: 1.3;
    padding: 0.5rem 0;
  }
}
header.page-header .navbar {
  padding: 1.5rem 0;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav {
    padding-top: 1.5rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  margin-left: 2.5rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 1rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  color: #304753;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 0;
  text-shadow: 0 0 0.01px currentColor;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0;
    font-size: 1.25rem;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #E08532;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #E08532;
}
header.page-header .navbar-toggler {
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 1rem;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-link {
    padding: 0.7rem 0;
  }
}

.page-breadcrumb {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(19, 25, 28, 0.1);
  margin: 0;
}
.page-breadcrumb .breadcrumb {
  margin: 0;
}
.page-breadcrumb .breadcrumb .breadcrumb-item {
  color: #13191c;
  font-size: 0.8rem;
}
.page-breadcrumb .breadcrumb .breadcrumb-item:before {
  color: #13191c;
}
.page-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #13191c;
  font-weight: 600;
  text-decoration: none;
}
.page-breadcrumb .breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}

footer.page-footer {
  background: #13191c;
  padding: 5rem 0;
}
footer.page-footer .navbar-brand {
  color: #fff;
  text-decoration: none;
}
footer.page-footer h5 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer h5 {
    margin: 2.5rem 0 1rem 0;
  }
}
footer.page-footer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  margin: 0 0 0.5rem 0;
}
footer.page-footer p.lead {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
footer.page-footer p.contact-paragraph {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin: 0.5rem 0 0 0;
}
footer.page-footer p.contact-paragraph span {
  opacity: 0.5;
  font-size: 0.8rem;
}
footer.page-footer p.contact-paragraph a {
  text-decoration: none;
}
footer.page-footer p.contact-paragraph a:hover {
  color: #E08532;
  text-decoration: underline;
}
footer.page-footer p a {
  color: inherit;
}
footer.page-footer p a:hover {
  text-decoration: underline;
}
footer.page-footer .nav-link {
  color: #fff;
  font-size: 1rem;
  padding: 0;
  margin: 0.5rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #E08532;
  text-decoration: underline;
}
footer.page-footer .nav-link[href="article.html"] {
  display: none;
}

.btn {
  font-weight: 600;
  font-size: 1.2rem;
  border-radius: 1rem;
  padding: 1rem 2.5rem;
  display: inline-flex;
  align-items: center;
}
.btn img {
  width: 1rem;
  height: 1rem;
  margin: -0.25rem -0.5rem -0.25rem 0.5rem;
}
.btn.btn-primary {
  background: #304753;
  border-color: #304753;
}
.btn.btn-primary img {
  filter: brightness(0) invert(1);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #436373;
  border-color: #436373;
}
.btn.btn-primary:active {
  background: #52798d;
  border-color: #52798d;
}
.btn.btn-secondary {
  background: #E08532;
  border-color: #E08532;
  color: #fff;
}
.btn.btn-secondary img {
  filter: brightness(0) invert(1);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: #436373;
  border-color: #436373;
}
.btn.btn-secondary:active {
  background: #52798d;
  border-color: #52798d;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #13191c;
}
.btn.btn-dark {
  background: #13191c;
  border-color: #13191c;
  color: #13191c;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #304753;
  color: #304753;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #304753;
  border-color: #304753;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #52798d;
  border-color: #52798d;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #13191c;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #304753;
}
.btn.btn-outline-dark {
  border-color: #13191c;
  color: #13191c;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #13191c;
  border-color: #13191c;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link {
  padding: 0;
  border: none;
  outline: none;
  color: #13191c;
  font-weight: bold;
  text-decoration: none;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  opacity: 0.75;
  text-decoration: underline;
}
.form-control {
  height: auto;
}
.main {
  width: 100%;
  position: relative;
  z-index: 1;
}
.main .main-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - (1320px / 12) * 4) - ((100% - 1320px) / 2) - 1.5rem);
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 5rem 0 0 5rem;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .main .main-bg {
    width: calc((100% - (1140px / 12) * 4) - ((100% - 1140px) / 2) - 1.5rem);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main .main-bg {
    width: calc((100% - (960px / 12) * 4) - ((100% - 960px) / 2) - 1.5rem);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-bg {
    width: calc((100% - (720px / 12) * 5) - ((100% - 720px) / 2) - 1.5rem);
  }
}
@media (max-width: 767.9px) {
  .main .main-bg {
    width: calc(100% - 2.5rem);
    height: 35rem;
    position: relative;
    display: block;
    margin-left: auto;
  }
}
.main .container {
  position: relative;
  z-index: 2;
}
.main .main-box {
  padding: 4rem 2.5rem 2.5rem 2.5rem;
  position: relative;
  background: #304753;
  border-radius: 2rem;
}
@media (max-width: 767.9px) {
  .main .main-box {
    padding-top: 2.5rem;
    margin-top: -10rem;
  }
}
.main .main-box h2 {
  font-size: 0.8rem;
  padding: 0.35rem 0.75rem;
  font-weight: 600;
  border-radius: 2rem;
  margin: 0;
  color: #13191c;
  display: inline-block;
  background: #fff;
}
.main .main-box h1 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: bold;
  display: block;
  margin: 1rem 0 0.5rem 0;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .main .main-box h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main .main-box h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-box h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .main .main-box h1 {
    font-size: 2.5rem;
  }
}
.main .main-box p {
  margin: 0;
  color: #fff;
}
@media (max-width: 767.9px) {
  .main .main-box p {
    font-size: 0.9rem;
  }
}
.main .main-contact {
  display: flex;
  padding: 0.75rem 0;
  position: relative;
  text-decoration: none;
}
.main .main-contact + .main-contact {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main .main-contact:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
}
.main .main-contact strong {
  color: #fff;
  font-weight: 600;
}

.intro-section {
  position: relative;
  padding: 10rem 0 7.5rem 0;
  margin-top: -2.5rem;
  background: rgba(224, 133, 50, 0.15);
  z-index: 0;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .intro-section {
    overflow: hidden;
  }
}
.intro-section.v2 {
  background: rgba(224, 133, 50, 0.1);
}
@media (max-width: 767.9px) {
  .intro-section.v2 {
    margin-top: 0;
    padding: 7.5rem 0;
  }
}
.intro-section h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #13191c;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .intro-section h2 {
    font-size: 2.5rem;
  }
}
.intro-section h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #E08532;
}
@media (max-width: 767.9px) {
  .intro-section h3 {
    font-size: 1.25rem;
  }
}
.intro-section p {
  font-size: 1.25rem;
  color: #13191c;
}
@media (max-width: 767.9px) {
  .intro-section p {
    font-size: 1rem;
  }
}
.intro-section .service-card {
  background: #fff;
  box-shadow: rgba(19, 25, 28, 0.1) 0 0.25rem 1rem;
  height: 100%;
  padding: 2.5rem;
  border-radius: 2rem;
  display: block;
  text-decoration: none;
  color: inherit;
}
.intro-section .service-card span {
  font-size: 4rem;
  font-weight: 200;
  color: #13191c;
  opacity: 0.15;
  display: block;
  line-height: 1.2;
}
.intro-section .service-card h3 {
  margin: 1.5rem 0 1rem 0;
}
.intro-section .service-card p {
  font-size: 1rem;
}
.intro-section ul.value-list {
  list-style: none;
  margin: 1.5rem 0 0 0;
  padding: 0;
  display: block;
}
.intro-section ul.value-list li {
  display: block;
  font-size: 1rem;
  color: #13191c;
  position: relative;
  padding-left: 2rem;
  margin-top: 0.75rem;
}
.intro-section ul.value-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 0.5rem;
  border-bottom: 2px solid #E08532;
  border-left: 2px solid #E08532;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
}

.news-section {
  padding: 7.5rem 0;
}
.news-section h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #13191c;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .news-section h2 {
    font-size: 2.5rem;
  }
}
.news-section h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #E08532;
}
@media (max-width: 767.9px) {
  .news-section h3 {
    font-size: 1.25rem;
  }
}
.news-section .news-card {
  padding: 2.5rem;
  background: rgba(48, 71, 83, 0.025);
  content: " ";
  border-radius: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-section .news-card small {
  color: rgba(19, 25, 28, 0.5);
}
.news-section .news-card h3 {
  margin: 1rem 0 1rem 0;
}
.news-section .news-card p {
  margin-bottom: 2.5rem;
}
.news-section .news-card .btn {
  margin-top: auto;
}

.properties-section {
  position: relative;
  padding: 7.5rem 0;
  background: rgba(48, 71, 83, 0.025);
}
.properties-section h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #13191c;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .properties-section h2 {
    font-size: 2.5rem;
  }
}
.properties-section h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #E08532;
}
@media (max-width: 767.9px) {
  .properties-section h3 {
    font-size: 1.25rem;
  }
}
.properties-section .offer {
  display: block;
  text-decoration: none;
  color: #13191c;
}
.properties-section .offer .offer-image {
  width: 100%;
  height: 20rem;
  display: block;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}
.properties-section .offer .offer-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.properties-section .offer .offer-details {
  position: relative;
  padding: 1rem 0 0 0;
}
.properties-section .offer .offer-details .offer-title {
  font-size: 1.5rem;
  margin: 1rem 0 0.5rem 0;
}
.properties-section .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
}
.properties-section .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.properties-section .offer .offer-details .offer-specifics .item img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0);
  opacity: 0.2;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.properties-section .offer .offer-details .offer-specifics .item span {
  color: #13191c;
  font-size: 0.9rem;
}
.properties-section .offer .offer-details .faire-offer {
  display: block;
  padding-top: 1rem;
}
.properties-section .offer .offer-details .faire-offer u {
  display: block;
  text-decoration: none;
  color: rgba(19, 25, 28, 0.25);
  font-size: 0.7rem;
}
.properties-section .offer .offer-details .faire-offer b {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  color: #E08532;
}

.team-section {
  padding: 5rem 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .team-section {
    overflow: hidden;
  }
}
.team-section h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #13191c;
  margin: 1.5rem 0;
}
@media (max-width: 767.9px) {
  .team-section h2 {
    font-size: 2.5rem;
  }
}
.team-section h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #E08532;
}
@media (max-width: 767.9px) {
  .team-section h3 {
    font-size: 1.25rem;
  }
}
.team-section hr {
  background: #304753;
  width: 100%;
  height: 1px;
  border: none;
  outline: none;
  margin: 5rem 0;
  opacity: 0.1;
}
.team-section .team-image-wrapper {
  padding-right: 40%;
  position: relative;
}
.team-section .team-image-wrapper img {
  border-radius: 5rem;
  position: relative;
  z-index: 3;
}
.team-section .team-image-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  aspect-ratio: 1/1;
  border-radius: 5rem;
  background: #E08532;
  content: " ";
}
.team-section .team-image-wrapper:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  aspect-ratio: 1/1;
  border-radius: 5rem;
  background-image: radial-gradient(circle, #D3D4D4, #D3D4D4 1px, transparent 1px);
  background-size: 8px 8px;
  content: " ";
  z-index: 0;
}
.team-section .team-member {
  text-align: center;
}
.team-section .team-member .member-avatar {
  width: 12rem;
  height: 12rem;
  border-radius: 5rem;
  object-fit: cover;
  display: block;
  margin: auto;
  background: rgba(19, 25, 28, 0.05);
}
.team-section .team-member .team-info {
  padding: 1rem 0;
}
.team-section .team-member .team-info b {
  display: block;
  font-size: 1.15rem;
  font-weight: 400;
  color: #13191c;
}
.team-section .team-member .team-info i {
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  color: #13191c;
  display: block;
}
.team-section .team-member .team-info span {
  display: block;
  font-size: 0.8rem;
  color: rgba(48, 71, 83, 0.5);
  margin: 0.5rem 0;
}
.team-section .team-member .team-contact {
  display: none;
}
.team-section .team-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(48, 71, 83, 0.05);
  border-radius: 5rem;
  padding: 2.5rem;
  text-decoration: none;
  color: inherit;
}
.team-section .team-box:hover {
  background: rgba(48, 71, 83, 0.1);
}
.team-section .team-box:active {
  background: rgba(48, 71, 83, 0.2);
}
.team-section .team-box img {
  width: 2rem;
  height: 2rem;
  display: block;
}
.team-section .team-box h4 {
  font-size: 1.25rem;
  color: #13191c;
  font-weight: bold;
  margin: 1rem 0 0.5rem 0;
}
.team-section .team-box p {
  color: rgba(19, 25, 28, 0.5);
  font-size: 0.8rem;
  margin: 0;
}

.calculator-section {
  padding: 0 0 7.5rem 0;
}
.calculator-section h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin: 1.5rem 0;
}
@media (max-width: 767.9px) {
  .calculator-section h2 {
    font-size: 2.5rem;
  }
}
.calculator-section h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767.9px) {
  .calculator-section h3 {
    font-size: 1.25rem;
  }
}
.calculator-section p {
  color: rgba(255, 255, 255, 0.75);
}
.calculator-section .calculator-card {
  background: #E08532;
  border-radius: 5rem;
  padding: 5rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .calculator-section .calculator-card {
    padding: 24rem 4rem 4rem 4rem;
  }
}
.calculator-section .calculator-card:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  border-radius: 5rem;
  background-image: radial-gradient(circle, #fff, #fff 1px, transparent 1px);
  background-size: 8px 8px;
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .calculator-section .calculator-card:after {
    width: 100%;
    height: 20rem;
    bottom: auto;
    top: 0;
  }
}
.calculator-section .calculator-card:before {
  position: absolute;
  bottom: -3.5rem;
  right: 30%;
  width: 10rem;
  aspect-ratio: 1/1;
  border-radius: 4rem;
  background: #304753;
  content: " ";
  z-index: 2;
}
@media (max-width: 767.9px) {
  .calculator-section .calculator-card:before {
    bottom: auto;
    top: -2rem;
    width: 6rem;
    right: 0;
  }
}
.calculator-section .calculator-card .calculator-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 100%;
  border-radius: 5rem;
  z-index: 1;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .calculator-section .calculator-card .calculator-bg {
    width: 80%;
    height: 20rem;
    bottom: auto;
    top: 0;
  }
}

.sub-page-hero {
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
.sub-page-hero .sub-page-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - (1320px / 12) * 4) - ((100% - 1320px) / 2) - 1.5rem);
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border-radius: 5rem 0 0 5rem;
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .sub-page-hero .sub-page-hero-bg {
    width: calc((100% - (1140px / 12) * 4) - ((100% - 1140px) / 2) - 1.5rem);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .sub-page-hero .sub-page-hero-bg {
    width: calc((100% - (960px / 12) * 4) - ((100% - 960px) / 2) - 1.5rem);
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-page-hero .sub-page-hero-bg {
    width: calc((100% - (720px / 12) * 5) - ((100% - 720px) / 2) - 1.5rem);
  }
}
@media (max-width: 767.9px) {
  .sub-page-hero .sub-page-hero-bg {
    width: calc(100% - 2.5rem);
    height: 20rem;
    position: relative;
    display: block;
    margin-left: auto;
  }
}
.sub-page-hero .sub-page-hero-box {
  padding: 3.5rem 2.5rem 8.5rem 0;
  position: relative;
  border-radius: 2rem;
}
@media (max-width: 767.9px) {
  .sub-page-hero .sub-page-hero-box {
    padding-bottom: 5rem;
  }
}
.sub-page-hero .sub-page-hero-box h2 {
  font-size: 0.8rem;
  padding: 0.35rem 0.75rem;
  font-weight: 600;
  border-radius: 2rem;
  margin: 0;
  color: #fff;
  display: inline-block;
  background: #304753;
}
.sub-page-hero .sub-page-hero-box h1 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: bold;
  display: block;
  margin: 1.5rem 0 1rem 0;
  color: #13191c;
}
@media (max-width: 767.9px) {
  .sub-page-hero .sub-page-hero-box h1 {
    font-size: 2.5rem;
  }
}
.sub-page-hero .sub-page-hero-box p {
  margin: 0;
  color: #13191c;
}
.sub-page-hero .contact-detail {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  margin-top: 1.5rem;
}
.sub-page-hero .contact-detail .contact-detail-icon {
  width: 2rem;
  height: 2rem;
  filter: brightness(0);
  opacity: 0.1;
  flex-shrink: 0;
}
.sub-page-hero .contact-detail strong {
  color: #E08532;
  font-weight: 600;
  font-size: 1.25rem;
  padding-left: 1rem;
}

.services-section {
  position: relative;
  padding: 7.5rem 0;
}
@media (max-width: 767.9px) {
  .services-section {
    font-size: 2.5rem;
  }
}
.services-section h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #13191c;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .services-section h2 {
    font-size: 2.5rem;
  }
}
.services-section h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #E08532;
}
@media (max-width: 767.9px) {
  .services-section h3 {
    font-size: 1.25rem;
  }
}
.services-section p.lead {
  font-size: 1.25rem;
  font-weight: 400;
  color: #13191c;
}
@media (max-width: 767.9px) {
  .services-section p.lead {
    font-size: 1rem;
    margin: 1.5rem 0 0 0;
  }
}
.services-section .service-detail {
  margin-top: 7.5rem;
}
.services-section .service-detail .service-detail-image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5rem;
  background: rgba(19, 25, 28, 0.05);
  display: block;
  object-fit: cover;
}
.services-section .service-detail .service-detail-content h5 {
  font-size: 6rem;
  font-weight: 200;
  color: #13191c;
  opacity: 0.1;
}
@media (max-width: 767.9px) {
  .services-section .service-detail .service-detail-content h5 {
    margin: 1.5rem 0 0 0;
  }
}
.services-section .service-detail .service-detail-content h3 {
  font-size: 2rem;
  color: #E08532;
  font-weight: bold;
  margin: 1.5rem 0 1rem 0;
}
.services-section .service-detail .service-detail-content p {
  color: #13191c;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .services-section .service-detail .service-detail-content p {
    font-size: 1rem;
  }
}

.team-page .team-member {
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .team-page .team-member {
    flex-direction: column;
    align-items: flex-start;
  }
}
.team-page .team-member + .team-member {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid rgba(19, 25, 28, 0.1);
}
.team-page .team-member .member-avatar {
  width: 12rem;
  height: 12rem;
  border-radius: 5rem;
  object-fit: cover;
  display: block;
  background: rgba(19, 25, 28, 0.05);
  flex-shrink: 0;
}
.team-page .team-member .team-info {
  padding: 0 2.5rem;
}
@media (max-width: 767.9px) {
  .team-page .team-member .team-info {
    padding: 2.5rem 0 0 0;
  }
}
.team-page .team-member .team-info b {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  color: #13191c;
}
.team-page .team-member .team-info i {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  color: #13191c;
  display: block;
}
.team-page .team-member .team-info span {
  display: block;
  font-size: 1rem;
  color: rgba(48, 71, 83, 0.5);
  margin: 0.5rem 0;
}
.team-page .team-member .team-contact {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.immo-section .offer {
  display: block;
  text-decoration: none;
  color: #13191c;
}
.immo-section .offer .offer-image {
  width: 100%;
  height: 20rem;
  display: block;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}
.immo-section .offer .offer-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.immo-section .offer .offer-details {
  position: relative;
  padding: 1rem 0 0 0;
}
.immo-section .offer .offer-details .offer-title {
  font-size: 1.5rem;
  margin: 1rem 0 0.5rem 0;
}
.immo-section .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
}
.immo-section .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
.immo-section .offer .offer-details .offer-specifics .item img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0);
  opacity: 0.2;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.immo-section .offer .offer-details .offer-specifics .item span {
  color: #13191c;
  font-size: 0.9rem;
}
.immo-section .offer .offer-details .faire-offer {
  display: block;
  padding-top: 1rem;
}
.immo-section .offer .offer-details .faire-offer u {
  display: block;
  text-decoration: none;
  color: rgba(19, 25, 28, 0.25);
  font-size: 0.7rem;
}
.immo-section .offer .offer-details .faire-offer b {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  color: #E08532;
}

.property-gallery .swiper-slide img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  border-radius: 5rem;
}

.property-page {
  position: relative;
  padding: 5rem 0 7.5rem 0;
}
.property-page .property-summary h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #13191c;
  margin: 1.5rem 0;
}
@media (max-width: 767.9px) {
  .property-page .property-summary h1 {
    font-size: 2.5rem;
  }
}
.property-page .property-summary h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #E08532;
}
@media (max-width: 767.9px) {
  .property-page .property-summary h2 {
    font-size: 1.25rem;
  }
}
.property-page .property-summary .property-price span {
  display: block;
  font-size: 0.9rem;
  color: rgba(19, 25, 28, 0.5);
}
.property-page .property-summary .property-price strong {
  display: block;
  font-size: 2rem;
  color: #13191c;
}
.property-page .property-summary .property-key-facts div {
  margin-top: 0.5rem;
}
.property-page .property-summary .property-key-facts div span {
  display: block;
  font-size: 0.9rem;
  color: rgba(19, 25, 28, 0.5);
}
.property-page .property-summary .property-key-facts div strong {
  display: block;
  font-size: 1rem;
  color: #13191c;
}
.property-page .property-description {
  font-size: 1.25rem;
  color: #13191c;
}
.property-page .property-description h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(19, 25, 28, 0.5);
  margin: 0 0 1.5rem 0;
}
.property-page .property-features {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid rgba(19, 25, 28, 0.1);
  font-size: 1.25rem;
  color: #13191c;
}
.property-page .property-features h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(19, 25, 28, 0.5);
  margin: 0 0 1.5rem 0;
}
.property-page .property-features .property-feature + .property-feature {
  margin-top: 1rem;
}
.property-page .property-documents {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid rgba(19, 25, 28, 0.1);
  font-size: 1.25rem;
  color: #13191c;
}
.property-page .property-documents h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(19, 25, 28, 0.5);
  margin: 0 0 1.5rem 0;
}
.property-page .property-documents .property-document-list .property-document {
  color: #E08532;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.property-page .property-documents .property-document-list .property-document:hover {
  text-decoration: underline;
}
.property-page .property-documents .property-document-list .property-document + .property-document {
  margin-top: 1rem;
}
.property-page .property-documents .property-document-list .property-document img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  opacity: 0.1;
  margin-left: 0.5rem;
}

.content-section {
  padding: 5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .content-section {
    padding: 0 0 5rem 0;
  }
}
.content-section .form-label {
  font-weight: 600;
  color: #13191c;
  font-size: 1.25rem;
  margin: 0 0 0.5rem 0;
}
.content-section .form-control {
  padding: 1rem;
  height: auto;
  border: 1px solid rgba(19, 25, 28, 0.1);
  border-radius: 1rem;
  box-shadow: none;
  outline: none;
  color: #304753;
}
.content-section .form-control:focus {
  border-color: #E08532;
}
.content-section .opening-hours h5 {
  font-size: 0.9rem;
  color: rgba(19, 25, 28, 0.5);
  margin: 0 0 1.5rem 0;
  font-weight: 400;
}
.content-section .opening-hours .opening-hours-row {
  display: block;
  margin-top: 0.5rem;
}
.content-section .opening-hours .opening-hours-row span {
  display: block;
  font-size: 0.9rem;
  color: #304753;
}
.content-section .opening-hours .opening-hours-row strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #E08532;
}
.content-section .opening-hours .opening-hours-row.is-closed {
  opacity: 0.5;
}
.content-section .opening-hours .opening-hours-row.is-closed strong {
  color: #304753;
}

.news-page {
  background: #fff;
  padding-top: 5rem;
}
@media (max-width: 767.9px) {
  .news-page {
    padding-top: 0;
  }
}
.news-page .news-card {
  margin-top: 5rem;
}
.news-page .news-card + .news-card {
  border-top: 1px solid rgba(19, 25, 28, 0.05);
  padding-top: 5rem;
}
.news-page .news-card .news-card-image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 5rem;
  background: rgba(19, 25, 28, 0.05);
  display: block;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .news-page .news-card .news-card-content {
    padding-top: 1.5rem;
  }
}
.news-page .news-card .news-card-content h5 {
  font-size: 0.9rem;
  font-weight: 200;
  color: #13191c;
  opacity: 0.5;
}
.news-page .news-card .news-card-content h3 {
  font-size: 2rem;
  color: #E08532;
  font-weight: bold;
  margin: 1.5rem 0 1rem 0;
}
.news-page .news-card .news-card-content p {
  color: #13191c;
  margin: 0 0 1.5rem 0;
}

.page-article {
  padding: 2.5rem 0 5rem 0;
}
.page-article .article-header h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #13191c;
  margin: 1.5rem 0;
}
@media (max-width: 767.9px) {
  .page-article .article-header h1 {
    font-size: 2.5rem;
  }
}
.page-article .article-header h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #E08532;
}
.page-article .article-header p {
  font-size: 1.25rem;
  color: #13191c;
}
.page-article .article-header .article-thumbnail {
  border-radius: 5rem;
  margin: 1.5rem 0;
}
.page-article .article-body {
  color: #304753;
  padding: 2.5rem 0 0 0;
}
.page-article .article-body h1, .page-article .article-body h2, .page-article .article-body h3, .page-article .article-body h4, .page-article .article-body h5, .page-article .article-body h6 {
  font-weight: bold;
  color: #13191c;
  margin: 2.5rem 0 1rem 0;
}

.tariff-content .tariff-intro h2 {
  color: #13191c;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .tariff-content .tariff-intro h2 {
    font-size: 2.5rem;
  }
}
.tariff-content .tariff-intro h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #E08532;
}
@media (max-width: 767.9px) {
  .tariff-content .tariff-intro h3 {
    font-size: 1.25rem;
  }
}
.tariff-content .tariff-intro p:last-child {
  color: #13191c;
  margin: 0;
}
.tariff-content .tariff-sections {
  margin-top: clamp(4rem, 8vw, 7rem);
}
.tariff-content .tariff-section {
  border-top: 1px solid rgba(48, 71, 83, 0.22);
  padding: clamp(3rem, 6vw, 5.5rem) 0;
}
.tariff-content .tariff-section > p {
  color: rgba(48, 71, 83, 0.75);
  max-width: 52rem;
}
.tariff-content .tariff-heading {
  display: grid;
  gap: 1rem;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  margin-bottom: 2rem;
}
.tariff-content .tariff-heading span {
  color: #E08532;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding-top: 0.55rem;
}
.tariff-content .tariff-heading h2 {
  color: #13191c;
  font-size: 2.5rem;
  margin: 0;
}
@media (max-width: 767.9px) {
  .tariff-content .tariff-heading h2 {
    font-size: 1.5rem;
  }
}
.tariff-content .tariff-subsection {
  margin-top: 3rem;
}
.tariff-content .tariff-subsection h3 {
  color: #13191c;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.tariff-content .tariff-subsection p {
  color: rgba(19, 25, 28, 0.75);
}
.tariff-content .tariff-table {
  border-top: 1px solid rgba(48, 71, 83, 0.14);
  margin-top: 1.5rem;
}
.tariff-content .tariff-row {
  align-items: start;
  border-bottom: 1px solid rgba(48, 71, 83, 0.14);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.15rem 0;
}
.tariff-content .tariff-row span {
  color: rgba(48, 71, 83, 0.75);
}
.tariff-content .tariff-row strong {
  color: #304753;
  font-weight: 600;
  white-space: nowrap;
}
.tariff-content .tariff-calculator {
  align-items: center;
  background: #304753;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1.15rem 1.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.tariff-content .tariff-calculator:hover {
  background: #E08532;
  color: #fff;
  text-decoration: underline;
}
.tariff-content .tariff-accordion {
  margin-top: 2rem;
  border: none;
}
.tariff-content .tariff-accordion .accordion-item {
  border: 0;
  background: #fff;
  border-radius: 1rem;
}
.tariff-content .tariff-accordion .accordion-item + .accordion-item {
  margin-top: 0.75rem;
}
.tariff-content .tariff-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  color: #304753;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.15rem 1.5rem;
  border: none;
}
.tariff-content .tariff-accordion .accordion-button:hover {
  color: #E08532;
  text-decoration: underline;
}
.tariff-content .tariff-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #E08532;
}
.tariff-content .tariff-accordion .accordion-button::after {
  filter: none;
}
.tariff-content .tariff-accordion .accordion-body {
  color: rgba(48, 71, 83, 0.75);
  padding: 0 1.5rem 1.15rem 1.5rem;
}
.tariff-content .tariff-list {
  columns: 2;
  gap: 3rem;
  margin: 2rem 0 0;
  padding: 0;
}
.tariff-content .tariff-list li {
  border-bottom: 1px solid rgba(48, 71, 83, 0.14);
  break-inside: avoid;
  color: rgba(48, 71, 83, 0.75);
  list-style: none;
  padding: 0.9rem 0 0.9rem 1.25rem;
  position: relative;
}
.tariff-content .tariff-list li::before {
  color: #E08532;
  content: "—";
  left: 0;
  position: absolute;
}
.tariff-content .tariff-contact {
  align-items: center;
  background: #304753;
  color: #fff;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 4rem;
  border-radius: 2rem;
}
.tariff-content .tariff-contact h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 0.5rem;
}
.tariff-content .tariff-contact p:last-child {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
@media (max-width: 767.98px) {
  .tariff-content .tariff-heading {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
  .tariff-content .tariff-heading span {
    padding-top: 0;
  }
  .tariff-content .tariff-row {
    gap: 0.35rem;
    grid-template-columns: 1fr;
  }
  .tariff-content .tariff-list {
    columns: 1;
  }
  .tariff-content .tariff-contact {
    align-items: flex-start;
    flex-direction: column;
  }
}

.documents-screen .document-group {
  padding-top: 3.5rem;
  margin-top: 3.5rem;
  border-top: 1px solid rgba(19, 25, 28, 0.1);
}
.documents-screen .document-group h4 {
  font-weight: bold;
  color: #304753;
  font-size: 2rem;
  margin: 0 0 1.5rem 0;
}
.documents-screen .document-group .document-link {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  text-decoration: none;
}
.documents-screen .document-group .document-link:hover {
  text-decoration: underline;
  color: #E08532;
}
.documents-screen .document-group .document-link:hover span {
  color: #E08532;
}
.documents-screen .document-group .document-link span {
  font-size: 1.15rem;
  font-weight: 600;
  color: rgba(48, 71, 83, 0.75);
  flex-shrink: 0;
}
.documents-screen .document-group .document-link img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0);
  opacity: 0.1;
  flex-shrink: 0;
  margin-left: 1rem;
}

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