@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import "plugins/flickity.min.css";
.animated-effect, .documents .document-item > img, .documents .document-item, .blog-page .blog-post-share .social-icons a img, .blog-page .blog-post-share .social-icons a, .services-wrapper .link-box, .collaborators .team-member .info a, .team .team-member .info a, .real-estate-wrapper .offer, .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link, .real-estate .offer, .services .services-links .service-item a:before, .services .services-links .service-item a:after, .call-to-actions .item, footer.page-footer .social-links .nav-item .nav-link, header.page-header .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.2s ease all;
}

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

.active-effect, .real-estate-wrapper .offer:active, .real-estate .offer:active, .call-to-actions .item: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-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: "Inter", sans-serif;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 12px;
  }
}
@media (max-width: 767.9px) {
  html, body {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
header.page-header {
  position: relative;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header.page-header .top-bar {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(4.4512195122, 23.368902439, 32.0487804878, 0.1);
}
header.page-header .top-bar .container {
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .container {
    justify-content: space-between;
  }
}
header.page-header .top-bar .top-bar-contact {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .top-bar-contact {
    display: none;
  }
}
header.page-header .top-bar .top-item {
  font-size: 0.9rem;
  position: relative;
  display: block;
  padding-left: 2.5rem;
  flex-shrink: 0;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .top-item {
    font-size: 0.8rem;
  }
}
header.page-header .top-bar .top-item + .top-item {
  margin-left: 1.5rem;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .top-item + .top-item {
    margin-left: 1rem;
  }
}
header.page-header .top-bar .top-item img {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
header.page-header .top-bar .top-item .top-item-title {
  font-weight: 400;
  color: #146990;
  display: block;
  font-family: "Gentium Plus", sans-serif;
  font-size: 1.125rem;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .top-item .top-item-title {
    display: none;
  }
}
header.page-header .top-bar .top-item span {
  font-weight: 400;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  display: block;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .btn {
    display: none;
  }
}
header.page-header .top-bar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  display: none;
}
@media (max-width: 767.9px) {
  header.page-header .top-bar .navbar-toggler {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 2rem;
    height: 3rem;
    padding: 0.85rem 0.25rem;
  }
  header.page-header .top-bar .navbar-toggler span {
    width: 100%;
    height: 2px;
    background: #146990;
    display: block;
  }
}
header.page-header .navbar {
  padding: 0;
  background: none;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav {
    padding: 1rem 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item {
  position: relative;
  margin-right: 2.5rem;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-family: "Gentium Plus", sans-serif;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  padding: 1rem 0;
  font-size: 1.2rem;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
    padding: 0.5rem 0;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #146990;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #146990;
  position: relative;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #146990;
}

.navbar-brand {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  height: 100px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand img {
    height: 50px;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand img {
    height: 60px;
  }
}

footer.page-footer {
  background: rgb(99.046961326, 135.317679558, 153.453038674);
  padding: 5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  footer.page-footer {
    padding: 2.5rem 0;
  }
}
footer.page-footer .container {
  position: relative;
  z-index: 2;
}
footer.page-footer hr {
  margin: 2rem 0;
  opacity: 0.1;
  background: #fff;
}
footer.page-footer .navbar-brand {
  filter: brightness(0) invert(1);
}
footer.page-footer h3 {
  font-weight: 600;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin-top: 2rem;
  }
}
footer.page-footer p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.35rem 0 0 0;
  font-weight: 400;
}
footer.page-footer p strong, footer.page-footer p span {
  display: block;
}
footer.page-footer p.small {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.25);
}
footer.page-footer p a {
  color: inherit;
  text-decoration: none;
}
footer.page-footer .nav-link {
  font-size: 1rem;
  color: white;
  text-decoration: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
}
footer.page-footer .nav-link:hover {
  color: #fff;
  text-decoration: underline;
}
footer.page-footer .social-links .nav-item .nav-link {
  margin-right: 0.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.75rem 1rem;
}
footer.page-footer .social-links .nav-item .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
footer.page-footer .social-links .nav-item .nav-link img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
  opacity: 1;
}
footer.page-footer .working-hour-entry {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 1.5rem 0 0 0;
  color: #fff;
  font-size: 1rem;
}
footer.page-footer .working-hour-entry strong {
  font-size: 0.8rem;
  font-weight: 400;
}

.btn {
  font-weight: 500;
  border-radius: 0.35rem;
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
  box-shadow: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.15) 0 0.15rem 0.5rem;
}
.btn.btn-lg {
  font-weight: 400;
  padding: 1rem 2rem;
  font-size: 1.25rem;
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.2) 0 0.2rem 0.75rem;
}
.btn.btn-primary {
  background: #146990;
  border-color: #146990;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: rgb(10.6707317073, 56.0213414634, 76.8292682927);
  border-color: rgb(10.6707317073, 56.0213414634, 76.8292682927);
}
.btn.btn-primary:active {
  background: rgb(15.6463414634, 82.1432926829, 112.6536585366);
  border-color: rgb(15.6463414634, 82.1432926829, 112.6536585366);
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
}
.btn.btn-dark {
  background: rgb(4.4512195122, 23.368902439, 32.0487804878);
  border-color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  color: #fff;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: rgb(10.6707317073, 56.0213414634, 76.8292682927);
  border-color: rgb(10.6707317073, 56.0213414634, 76.8292682927);
  color: #fff;
}
.btn.btn-dark:active {
  background: rgb(16.8902439024, 88.6737804878, 121.6097560976);
  border-color: rgb(16.8902439024, 88.6737804878, 121.6097560976);
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #146990;
  color: #146990;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #146990;
  border-color: #146990;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: rgb(15.6463414634, 82.1432926829, 112.6536585366);
  border-color: rgb(15.6463414634, 82.1432926829, 112.6536585366);
  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: rgb(4.4512195122, 23.368902439, 32.0487804878);
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #146990;
}
.btn.btn-outline-dark {
  border-color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: rgb(4.4512195122, 23.368902439, 32.0487804878);
  border-color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: rgb(13.7804878049, 72.3475609756, 99.2195121951);
  border-color: rgb(13.7804878049, 72.3475609756, 99.2195121951);
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: rgb(29.3292682927, 153.9786585366, 211.1707317073);
}
.form-control {
  height: auto;
}
.main {
  padding: 10rem 0 12.5rem 0;
  position: relative;
  z-index: 0;
}
.main .about-us-box-wrapper {
  margin-left: 5rem;
}
@media (max-width: 767.9px) {
  .main .about-us-box-wrapper {
    margin-left: 0;
  }
}
.main .about-us-box-wrapper .about-us-box {
  background: rgba(20, 105, 144, 0.8);
  padding: 1.5rem;
  border-radius: 0.25rem;
}
.main .about-us-box-wrapper .about-us-box hr {
  width: 4rem;
  height: 3px;
  color: #fff;
  opacity: 1;
}
.main .about-us-box-wrapper .about-us-box h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300 !important;
}
.main .about-us-box-wrapper .about-us-box p {
  color: #fff;
  margin: 0;
}
.main .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, rgb(13.7804878049, 72.3475609756, 99.2195121951), rgba(20, 105, 144, 0));
  content: " ";
  opacity: 0.5;
}
.main .container {
  position: relative;
  z-index: 4;
}
.main h1 {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.main h1 span {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.main h1 strong {
  display: block;
  font-weight: 400;
  font-size: 5.5rem;
  line-height: 1;
  font-family: "Gentium Plus", sans-serif;
  letter-spacing: 4px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main h1 strong {
    font-size: 4.5rem;
    letter-spacing: 3px;
  }
}
@media (max-width: 767.9px) {
  .main h1 strong {
    font-size: 4rem;
    letter-spacing: 2px;
  }
}
.main p {
  font-size: 0.9rem;
  color: #fff;
  margin: 1.5rem 0 2rem 0;
}

.call-to-actions {
  position: relative;
  z-index: 2;
  padding: 1px 0 0 0;
}
.call-to-actions .container {
  position: relative;
  z-index: 1;
}
.call-to-actions .box {
  position: relative;
  margin-top: -5rem;
  z-index: 2;
}
.call-to-actions .item {
  padding: 2rem 2rem;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.1) 0 0.25rem 1rem;
  position: relative;
}
@media (max-width: 767.9px) {
  .call-to-actions .item {
    border-radius: 1rem;
  }
}
.call-to-actions .item:hover {
  background: #eff3f6;
}
.call-to-actions .item:active {
  background: rgb(234.104, 239.328, 243.246);
}
.call-to-actions .item:before {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 4.5rem;
  height: 4.5rem;
  background: rgba(20, 105, 144, 0.1);
  border-radius: 0.25rem;
  content: " ";
  z-index: 0;
}
.call-to-actions .item img {
  width: 4.5rem;
  height: 4.5rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
.call-to-actions .item b {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Gentium Plus", sans-serif;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
.call-to-actions .item span {
  font-size: 0.9rem;
  color: #91abb8;
  display: block;
}

.services {
  position: relative;
  padding: 5rem 0;
}
.services h2 {
  font-size: 4rem;
  color: #146990;
  font-weight: 300;
  font-family: "Gentium Plus", sans-serif;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .services h2 {
    font-size: 3rem;
  }
}
.services p {
  font-size: 0.9rem;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  margin: 0;
}
.services .services-links {
  display: block;
  text-decoration: none;
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}
.services .services-links .service-item + .service-item {
  margin-top: 0.75rem;
}
.services .services-links .service-item a {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #146990;
  position: relative;
  padding-left: 2.25rem;
  text-decoration: none;
}
.services .services-links .service-item a:hover:after {
  background: #146990;
}
.services .services-links .service-item a:hover:before {
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.services .services-links .service-item a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  background: #eff3f6;
  content: " ";
  border-radius: 50%;
  margin: auto;
}
.services .services-links .service-item a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  width: 0.8rem;
  height: 0.4rem;
  border-left: 2px solid #146990;
  border-bottom: 2px solid #146990;
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 2;
  content: " ";
}
.services .services-images {
  display: flex;
  position: relative;
  padding: 2.5rem 0;
}
@media (max-width: 767.9px) {
  .services .services-images {
    flex-direction: column;
  }
}
.services .services-images:before {
  position: absolute;
  top: 0;
  left: -2.5rem;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 0;
  background-image: radial-gradient(circle, #D3D4D4, #D3D4D4 1px, transparent 1px);
  background-size: 8px 8px;
}
.services .services-images img {
  width: 45%;
  height: 25rem;
  object-fit: cover;
  display: block;
  border-radius: 0.35rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .services .services-images img {
    width: 90%;
    height: 15rem;
  }
}
.services .services-images img:nth-child(1) {
  margin: 0 auto;
}
@media (max-width: 767.9px) {
  .services .services-images img:nth-child(1) {
    margin: 0 0 0 -0.75rem;
    border-radius: 0 0.35rem 0.35rem 0;
  }
}
.services .services-images img + img {
  margin-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .services .services-images img + img {
    margin-left: auto;
    margin-right: -0.75rem;
    border-radius: 0.35rem 0 0 0.35rem;
  }
}

.mini-team {
  padding: 5rem 0;
  position: relative;
  background: #eff3f6;
}
.mini-team .container {
  position: relative;
  z-index: 3;
}
.mini-team h2 {
  font-size: 4rem;
  color: #146990;
  font-weight: 300;
  font-family: "Gentium Plus", sans-serif;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .mini-team h2 {
    font-size: 3rem;
  }
}
.mini-team p {
  font-size: 0.9rem;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  margin: 0;
}
.mini-team .team-stats {
  margin: 1.5rem 0 0.5rem 0;
  display: flex;
  align-items: center;
}
.mini-team .team-stats .team-stats-item {
  display: block;
}
.mini-team .team-stats .team-stats-item + .team-stats-item {
  margin-left: 2.5rem;
}
.mini-team .team-stats .team-stats-item strong {
  font-size: 3rem;
  font-weight: 600;
  color: #146990;
  display: block;
  line-height: 1;
}
.mini-team .team-stats .team-stats-item span {
  font-size: 1rem;
  color: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.5);
  font-weight: 600;
  display: block;
}
.mini-team .team-member {
  display: block;
  position: relative;
  overflow: hidden;
  background: rgb(99.046961326, 135.317679558, 153.453038674);
  border-radius: 0.35rem;
}
@media (max-width: 767.9px) {
  .mini-team .team-member {
    margin-top: 2.5rem;
    display: flex;
    align-items: flex-start;
    background: none;
  }
}
.mini-team .team-member img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  position: relative;
  border-radius: 0.35rem;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .mini-team .team-member img {
    width: 8rem;
    height: 10rem;
    object-position: center top;
    flex-shrink: 0;
  }
}
.mini-team .team-member .info {
  padding: 1.5rem;
}
@media (max-width: 767.9px) {
  .mini-team .team-member .info {
    padding: 0 0 0 1rem;
  }
}
.mini-team .team-member .info span {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  margin-top: 0.5rem;
  font-weight: 400;
}
@media (max-width: 767.9px) {
  .mini-team .team-member .info span {
    color: #146990;
  }
}
.mini-team .team-member .info b {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  font-family: "Gentium Plus", sans-serif;
  display: block;
  line-height: 1.1;
}
@media (max-width: 767.9px) {
  .mini-team .team-member .info b {
    color: #146990;
  }
}
.mini-team .team-member .info b i {
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.mini-team .team-member .info a {
  display: none;
}

.real-estate {
  position: relative;
  padding: 5rem 0 5rem 0;
}
.real-estate .container {
  position: relative;
  z-index: 3;
}
.real-estate h2 {
  font-size: 4rem;
  color: #146990;
  font-weight: 300;
  font-family: "Gentium Plus", sans-serif;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .real-estate h2 {
    font-size: 3rem;
  }
}
.real-estate p {
  font-size: 0.9rem;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  margin: 0;
}
.real-estate .offer {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #146990;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .real-estate .offer {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767.9px) {
  .real-estate .offer {
    width: 100%;
    margin-right: 0;
  }
}
.real-estate .offer:hover {
  box-shadow: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.1) 0 0.25rem 1rem;
  background: rgb(21.5548780488, 113.1631097561, 155.1951219512);
}
.real-estate .offer:active {
  box-shadow: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.15) 0 0.35rem 1.25rem;
  background: rgb(23.1097560976, 121.3262195122, 166.3902439024);
}
.real-estate .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 20rem;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .real-estate .offer .offer-image {
    height: 15rem;
  }
}
.real-estate .offer .offer-image img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767.9px) {
  .real-estate .offer .offer-image img {
    height: 15rem;
  }
}
.real-estate .offer .offer-details {
  display: block;
  padding: 1.5rem;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.real-estate .offer .offer-details .offer-title {
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  font-family: "Gentium Plus", sans-serif;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
.real-estate .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.real-estate .offer .offer-details .offer-specifics .item img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  filter: brightness(0) invert(1);
  opacity: 0.25;
}
.real-estate .offer .offer-details .offer-specifics .item span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}
.real-estate .offer .offer-details .faire-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.real-estate .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: block;
  font-size: 0.7rem;
  color: #fff;
}
.real-estate .offer .offer-details .faire-offer b {
  font-weight: 600;
  display: block;
  color: #fff;
  font-size: 1rem;
}

.calculator {
  position: relative;
  padding: 7.5rem 0;
}
.calculator .calculator-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.calculator:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(99.046961326, 135.317679558, 153.453038674);
  background: linear-gradient(to right, rgb(13.7804878049, 72.3475609756, 99.2195121951), rgba(20, 105, 144, 0));
  content: " ";
  z-index: 1;
  opacity: 0.5;
}
.calculator .container {
  position: relative;
  z-index: 3;
}
.calculator h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  font-family: "Gentium Plus", sans-serif;
  margin: 0 0 1rem 0;
}
.calculator p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.sub-header {
  position: relative;
  padding: 10rem 0;
}
@media (max-width: 767.9px) {
  .sub-header {
    padding: 10rem 0 5rem 0;
  }
}
.sub-header .container {
  position: relative;
  z-index: 1;
}
.sub-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, rgb(13.7804878049, 72.3475609756, 99.2195121951), rgba(20, 105, 144, 0));
  content: " ";
  opacity: 0.5;
}
.sub-header .sub-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.sub-header h1 {
  color: #fff;
  font-size: 4.5rem;
  font-family: "Gentium Plus", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .sub-header h1 {
    font-size: 3rem;
  }
}
.sub-header p {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0;
}

.content-page {
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  padding: 0 0 5rem 0;
}
.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  font-weight: bold;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  margin: 2.5rem 0 1rem 0;
}
.content-page a:not(.btn) {
  color: #146990;
}

.sub-header.content-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgb(4.4512195122, 23.368902439, 32.0487804878), white);
  content: " ";
  z-index: 0;
}
.sub-header.content-header h1 {
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
}

.not-found {
  padding: 7.5rem 0;
}
.not-found h1 {
  font-size: 10rem;
  color: #146990;
  font-weight: 400;
  margin: 0;
}
.not-found h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
}

.real-estate-wrapper {
  position: relative;
}
.real-estate-wrapper .real-estate-header {
  padding: 0.5rem 0;
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs {
  border: none;
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item {
  margin: 0 1.5rem 0 0;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item {
    margin: 0 0.5rem;
  }
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  font-size: 1rem;
  border: none;
  padding: 0.5rem 0;
  font-weight: 400;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  background: none;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link {
    font-size: 1rem;
  }
}
.real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link:hover, .real-estate-wrapper .real-estate-header .nav.nav-tabs .nav-item .nav-link.active {
  color: #146990;
}
.real-estate-wrapper .real-estate-body {
  padding: 2.5rem 0 5rem 0;
}
.real-estate-wrapper .offer {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #146990;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .real-estate-wrapper .offer {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer {
    width: 100%;
    margin-right: 0;
  }
}
.real-estate-wrapper .offer:hover {
  box-shadow: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.1) 0 0.25rem 1rem;
  background: rgb(21.5548780488, 113.1631097561, 155.1951219512);
}
.real-estate-wrapper .offer:active {
  box-shadow: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.15) 0 0.35rem 1.25rem;
  background: rgb(23.1097560976, 121.3262195122, 166.3902439024);
}
.real-estate-wrapper .offer .offer-image {
  display: block;
  position: relative;
  width: 100%;
  height: 20rem;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-image {
    height: 15rem;
  }
}
.real-estate-wrapper .offer .offer-image img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  display: block;
}
@media (max-width: 767.9px) {
  .real-estate-wrapper .offer .offer-image img {
    height: 15rem;
  }
}
.real-estate-wrapper .offer .offer-details {
  display: block;
  padding: 1.5rem;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.real-estate-wrapper .offer .offer-details .offer-title {
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  font-family: "Gentium Plus", sans-serif;
  margin-bottom: 0.5rem;
  display: block;
}
.real-estate-wrapper .offer .offer-details .offer-specifics {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  filter: brightness(0) invert(1);
  opacity: 0.25;
}
.real-estate-wrapper .offer .offer-details .offer-specifics .item span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}
.real-estate-wrapper .offer .offer-details .faire-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.real-estate-wrapper .offer .offer-details .faire-offer u {
  text-decoration: none;
  display: block;
  font-size: 0.7rem;
  color: #fff;
}
.real-estate-wrapper .offer .offer-details .faire-offer b {
  font-weight: 600;
  display: block;
  color: #fff;
  font-size: 1rem;
}

.sub-header.offer-header {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header {
    padding-top: 0;
    padding-bottom: 1px;
  }
}
.sub-header.offer-header:before, .sub-header.offer-header:after {
  display: none;
}
.sub-header.offer-header .container {
  position: relative;
  z-index: 2;
}
.sub-header.offer-header .gallery-slider {
  border-radius: 0.25rem;
  overflow: hidden;
  position: sticky;
  top: 5rem;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header .gallery-slider {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem 2.5rem -0.75rem;
  }
}
.sub-header.offer-header .gallery-slider img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}
.sub-header.offer-header .gallery-slider .flickity-prev-next-button {
  border-radius: 0.25rem;
}
.sub-header.offer-header .gallery-slider .flickity-prev-next-button .flickity-button-icon {
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
}
.sub-header.offer-header h1 {
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  font-size: 3rem;
  font-weight: 400;
  font-family: "Gentium Plus", sans-serif;
}
@media (max-width: 767.9px) {
  .sub-header.offer-header h1 {
    font-size: 2rem;
  }
}
.sub-header.offer-header h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #146990;
}
.sub-header.offer-header p {
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
}
.sub-header.offer-header .offer-price {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eff3f6;
  margin-bottom: 1rem;
}
.sub-header.offer-header .offer-price span {
  font-size: 0.8rem;
  color: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.5);
  display: block;
  font-weight: bold;
}
.sub-header.offer-header .offer-price b {
  font-size: 2rem;
  font-weight: 600;
  color: #146990;
  display: block;
}

.offer-main-details {
  padding: 0 0 5rem 0;
}

.offer-description {
  padding: 2.5rem;
  background: #eff3f6;
  border-radius: 0.25rem;
  margin-top: 5rem;
}
@media (max-width: 767.9px) {
  .offer-description {
    margin-top: 2.5rem;
    padding: 1.5rem;
  }
}
.offer-description h4 {
  font-size: 2rem;
  font-weight: 400;
  color: #146990;
  font-family: "Gentium Plus", sans-serif;
  margin: 0 0 2rem 0;
}

.offer-features {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.9px) {
  .offer-features {
    flex-direction: column;
    align-items: stretch;
  }
}
.offer-features .feature-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  margin-right: 4rem;
  margin-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .offer-features .feature-box {
    margin-right: 0;
    margin-top: 1.5rem;
  }
}
.offer-features .feature-box span {
  display: block;
  font-weight: 400;
  color: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.5);
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}
.offer-features .feature-box strong {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  .offer-features .feature-box strong {
    font-size: 1.5rem;
  }
}

.team {
  padding: 5rem 0;
}
.team h2 {
  font-size: 4rem;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  font-weight: 400;
  font-family: "Gentium Plus", sans-serif;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .team h2 {
    font-size: 2.5rem;
  }
}
.team .team-member {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .team .team-member {
    display: flex;
    align-items: flex-start;
  }
}
.team .team-member img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  object-position: center top;
  position: relative;
  border-radius: 0.35rem;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .team .team-member img {
    width: 10rem;
    height: 15rem;
    flex-shrink: 0;
  }
}
.team .team-member .info {
  padding: 1.5rem 0 0 0;
}
@media (max-width: 767.9px) {
  .team .team-member .info {
    padding: 0 0 0 1.5rem;
  }
}
.team .team-member .info span {
  display: block;
  font-size: 0.8rem;
  color: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.5);
  position: relative;
  margin-top: 0.5rem;
  font-weight: 400;
}
.team .team-member .info b {
  font-size: 1.5rem;
  color: #146990;
  font-weight: 400;
  font-family: "Gentium Plus", sans-serif;
  display: block;
  line-height: 1.1;
}
.team .team-member .info b i {
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.team .team-member .info a {
  padding: 0;
  box-shadow: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  margin-top: 0.5rem;
  display: block;
  border: none;
  text-decoration: none;
  text-align: left;
}
.team .team-member .info a:hover {
  text-decoration: underline;
}

.collaborators {
  padding: 5rem 0 5rem 0;
  background: #eff3f6;
}
.collaborators h2 {
  font-size: 4rem;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  font-weight: 400;
  font-family: "Gentium Plus", sans-serif;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .collaborators h2 {
    font-size: 2.5rem;
  }
}
.collaborators .team-member {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.1) 0 0.15rem 0.25rem;
  height: 100%;
}
.collaborators .team-member .info {
  padding: 1.5rem;
}
.collaborators .team-member .info span {
  display: block;
  font-size: 0.8rem;
  color: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.5);
  position: relative;
  margin-top: 0.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.collaborators .team-member .info b {
  font-size: 1.5rem;
  color: #146990;
  font-weight: 400;
  font-family: "Gentium Plus", sans-serif;
  display: block;
  line-height: 1.1;
}
.collaborators .team-member .info b i {
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.collaborators .team-member .info a {
  padding: 0;
  box-shadow: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  margin-top: 0.5rem;
  display: block;
  border: none;
  text-decoration: none;
  text-align: left;
}
.collaborators .team-member .info a:hover {
  text-decoration: underline;
}

.services-wrapper {
  position: relative;
  padding: 2rem 0 5rem 0;
}
.services-wrapper .link-box {
  display: flex;
  align-items: flex-start;
  position: relative;
  text-decoration: none;
}
.services-wrapper .link-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 8rem;
  background: rgba(20, 105, 144, 0.1);
  border-radius: 0.25rem;
  content: " ";
  z-index: 0;
}
.services-wrapper .link-box img {
  width: 8rem;
  height: 8rem;
  padding: 1.5rem;
  z-index: 1;
  position: relative;
  flex-shrink: 0;
}
.services-wrapper .link-box .info {
  display: block;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.services-wrapper .link-box .info b {
  font-weight: 400;
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #146990;
  font-family: "Gentium Plus", sans-serif;
}
.services-wrapper .link-box .info p {
  margin: 0;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  font-size: 0.9rem;
}

.blog-posts {
  position: relative;
  padding: 3.5rem 0 5rem 0;
}
.blog-posts .blog-post {
  display: block;
  position: relative;
  background: #fff;
  height: 100%;
}
.blog-posts .blog-post .post-image {
  display: block;
  width: 100%;
  height: 16rem;
}
.blog-posts .blog-post .post-image img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  border-radius: 0.25rem;
}
.blog-posts .blog-post .post-image:hover {
  opacity: 0.8;
}
.blog-posts .blog-post .post-details {
  padding: 1.5rem 0 0 0;
}
.blog-posts .blog-post .post-details .post-title {
  font-weight: 400;
  font-family: "Gentium Plus", sans-serif;
  color: #146990;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.blog-posts .blog-post .post-details .post-title:hover {
  text-decoration: underline;
}
.blog-posts .blog-post .post-details .post-date {
  font-size: 0.9rem;
  color: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.25);
  margin: 0.5rem 0;
  display: block;
}
.blog-posts .blog-post .post-details .post-description {
  font-size: 0.9rem;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  margin: 0;
}

.blog-page {
  padding: 2.5rem 0 5rem 0;
}
.blog-page h1, .blog-page h2, .blog-page h3, .blog-page h4, .blog-page h5, .blog-page h6 {
  font-weight: bold;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  margin: 2.5rem 0 1rem 0;
}
.blog-page h1:first-child, .blog-page h2:first-child, .blog-page h3:first-child, .blog-page h4:first-child, .blog-page h5:first-child, .blog-page h6:first-child {
  margin-top: 0;
}
.blog-page .blog-post-share {
  display: block;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.blog-page .blog-post-share .social-icons {
  display: flex;
  align-items: center;
}
.blog-page .blog-post-share .social-icons a {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
  background: #eff3f6;
  line-height: 1;
  padding: 1rem;
}
.blog-page .blog-post-share .social-icons a:hover {
  background: #146990;
}
.blog-page .blog-post-share .social-icons a:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.blog-page .blog-post-share .social-icons a img {
  width: 1rem;
  height: 1rem;
  display: block;
  opacity: 0.5;
}

.sub-header.blog-page-header {
  padding-top: 10rem;
  padding-bottom: 0;
}
.sub-header.blog-page-header:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(4.4512195122, 23.368902439, 32.0487804878, 0.75), white);
  content: " ";
  z-index: 1;
}
.sub-header.blog-page-header .sub-header-bg {
  height: 50%;
  filter: blur(5px) grayscale(1);
}
.sub-header.blog-page-header h1 {
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
}
.sub-header.blog-page-header .container {
  position: relative;
  z-index: 2;
}
.sub-header.blog-page-header .img-fluid {
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.9px) {
  .sub-header.blog-page-header .img-fluid {
    border-radius: 0;
  }
}
.sub-header.blog-page-header .breadcrumb {
  justify-content: flex-start;
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item {
  color: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.75);
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item:before {
  color: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.75);
}
.sub-header.blog-page-header .breadcrumb .breadcrumb-item a {
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
}
.sub-header.blog-page-header .blog-author {
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
}

.contact-form {
  padding: 5rem 0;
}
.contact-form h3 {
  font-size: 3rem;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  font-weight: 400;
  font-family: "Gentium Plus", sans-serif;
  margin: 0 0 1rem 0;
  line-height: 1;
}
.contact-form p {
  font-size: 0.9rem;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  margin: 0;
}
.contact-form .form-field {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .contact-form .form-field {
    display: block;
  }
}
.contact-form .form-field .form-label {
  width: 30%;
  flex-shrink: 0;
  display: block;
  color: #146990;
  font-family: "Gentium Plus", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 3rem;
}
@media (max-width: 767.9px) {
  .contact-form .form-field .form-label {
    line-height: 1.2;
    width: 100%;
    margin-bottom: 0.15rem;
  }
}
.contact-form .form-field .form-control {
  padding: 0.75rem;
  height: auto;
  background: none;
  border: 1px solid rgba(4.4512195122, 23.368902439, 32.0487804878, 0.2);
  border-radius: 0.25rem;
  box-shadow: none;
}
.contact-form .form-field .form-control:focus {
  box-shadow: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.1) 0 0.5rem 2rem;
  background: #fff;
}
.contact-form .form-field textarea.form-control {
  min-height: 140px;
}

.contact-boxes {
  position: relative;
  background: #146990;
}
@media (max-width: 767.9px) {
  .contact-boxes {
    padding: 1.5rem 0;
  }
}
.contact-boxes .contact-box {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 2.5rem 0;
}
@media (max-width: 767.9px) {
  .contact-boxes .contact-box {
    padding: 1.5rem 0;
  }
}
.contact-boxes .contact-box img {
  width: 3rem;
  height: 3rem;
  display: block;
  filter: brightness(0) invert(1);
}
.contact-boxes .contact-box .info {
  display: block;
  padding-top: 1rem;
}
.contact-boxes .contact-box .info h6 {
  display: block;
  font-weight: 400;
  font-family: "Gentium Plus", sans-serif;
  font-size: 1.5rem;
  color: #fff;
}
.contact-boxes .contact-box .info p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin: 0;
}

.contact-map {
  width: 100%;
  height: 20rem;
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 20rem;
  margin: 0;
  border: none;
  outline: none;
}

.costs {
  padding: 5rem 0;
}
.costs .accordion {
  margin-bottom: 1rem;
}
.costs a {
  color: #146990;
  font-weight: bold;
}
.costs h3 {
  margin: 1rem 0 0.5rem 0;
}
.costs p {
  margin: 1rem 0;
}
.costs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.costs .accordion-button {
  border-radius: 0.25rem !important;
}
.costs .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #146990;
}
.costs .accordion-button:focus {
  box-shadow: 0 0 0 0.1rem #146990;
  border-color: #146990;
}
.costs .accordion-flush .accordion-item:not(.collapsed) {
  border: 0.1rem solid #146990;
  border-radius: 0.25rem;
}
.costs .title {
  margin-bottom: 2rem;
}

.documents {
  padding: 5rem 0;
  background: #eff3f6;
}
.documents .document-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid rgba(4.4512195122, 23.368902439, 32.0487804878, 0.1);
  text-decoration: none;
  height: 100%;
  background: #fff;
}
.documents .document-item:hover {
  background: #146990;
}
.documents .document-item:hover > img {
  filter: brightness(0) invert(1);
}
.documents .document-item:hover b {
  color: #fff;
}
.documents .document-item > img {
  width: 3rem;
  height: 3rem;
  display: block;
}
.documents .document-item b {
  font-weight: 400;
  color: rgb(4.4512195122, 23.368902439, 32.0487804878);
  font-size: 1rem;
  display: block;
  margin: 1.5rem 0 4rem 0;
}
.documents .document-item .btn.btn-light {
  margin-top: auto;
  box-shadow: rgba(4.4512195122, 23.368902439, 32.0487804878, 0.15) 0 0 0.25rem;
}
.documents .document-item .btn.btn-light img {
  width: 1.5rem;
}

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