/* Utils
   ========================================================================== */
/** Colors **/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@1,500&display=swap");
a, a:before, a:after, button, [type="submit"], [type="button"] {
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none; }

/* Base
   ========================================================================== */
html,
body {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #191917;
  overflow-x: hidden; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

iframe {
  max-width: 100%;
  border: 0; }

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

[type="submit"],
[type="button"],
button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

[type="text"],
[type="tel"],
[type="email"],
[type="search"],
[type="password"],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none; }

/* Font size */
.fs-30 {
  font-size: 30px !important; }

.fs-44 {
  font-size: 44px !important; }

.fs-68 {
  font-size: 68px !important; }

@media (max-width: 1400px) {
  .fs-30 {
    font-size: 26px !important; }

  .fs-44 {
    font-size: 34px !important; }

  .fs-68 {
    font-size: 44px !important; } }
@media (max-width: 992px) {
  .fs-30 {
    font-size: 20px !important; }

  .fs-44 {
    font-size: 26px !important; }

  .fs-68 {
    font-size: 36px !important; } }
/* Line height */
.lh-44 {
  line-height: 44px !important; }

.lh-60 {
  line-height: 60px !important; }

.lh-72 {
  line-height: 72px !important; }

@media (max-width: 1400px) {
  .lh-44 {
    line-height: 32px !important; }

  .lh-60 {
    line-height: 44px !important; }

  .lh-72 {
    line-height: 54px !important; } }
@media (max-width: 992px) {
  .lh-44 {
    line-height: 28px !important; }

  .lh-60 {
    line-height: 36px !important; }

  .lh-72 {
    line-height: 44px !important; } }
/* Components
   ========================================================================== */
.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 75px 0 30px;
  height: 83px;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  background: #00B9FF; }
  .button:hover {
    background: #2DC2FA; }
  .button:after {
    content: '';
    position: absolute;
    right: 25px;
    width: 31px;
    height: 31px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30.899' height='30.899' viewBox='0 0 30.899 30.899'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='30.899' height='30.899' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M33.5.707l15.13,15.13L33.5,30.968' transform='translate(-18.37 -0.388)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x2='30.261' transform='translate(0 15.45)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(45deg); }

.button-no-arrow {
  padding: 0 30px 0 30px;
  font-size: 15px;
  margin-right: 15px; }
  .button-no-arrow:after {
    display: none; }

.button-white {
  padding: 0 14px;
  font-size: 15px;
  background-color: #ffffff;
  border: 1px solid #191917;
  color: #191917; }
  .button-white:after {
    display: none; }
  .button-white:hover {
    background-color: #ffffff;
    text-decoration: underline; }

.button--link {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00B9FF;
  text-decoration: none;
  border-bottom: 3px solid #00B9FF; }
  .button--link:hover {
    color: #191917;
    border-color: #191917; }

@media (max-width: 992px) {
  .button {
    height: 70px; }
    .button:after {
      width: 22px;
      height: 22px; } }
@media (max-width: 576px) {
  .button {
    font-size: 14px;
    padding-left: 20px; } }
@media (max-width: 991px) {
  .button-no-arrow {
    width: 100%; }
  .button-white {
    width: 100%;
    margin-top: 20px; } }
.image--clipped {
  width: 100%;
  height: 650px;
  -webkit-clip-path: polygon(100% 0, 88% 100%, 7% 88%, 0 12%);
  clip-path: polygon(100% 0, 88% 100%, 7% 91%, 0 10%); }
  .image--clipped img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (max-width: 992px) {
  .image--clipped {
    width: 90%;
    height: 500px;
    margin: auto; } }
@media (max-width: 768px) {
  .image--clipped {
    height: 350px; } }
.image--frame {
  position: relative; }
  .image--frame:before {
    content: '';
    position: absolute;
    left: -45px;
    top: -25px;
    width: 518px;
    height: 506px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='519.377' height='507.283' viewBox='0 0 519.377 507.283'%3E%3Cpath d='M267,1935.392l518.249-50.654-60.3,456.488-205.63-23.518-29.548,73.568v-76.583L304.038,2292.38Z' transform='translate(-266.451 -1884.179)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat; }
  .image--frame.frame--right:before {
    left: initial;
    right: -75px;
    top: 80px;
    width: 696px;
    height: 679px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='695.878' height='679.795' viewBox='0 0 695.878 679.795'%3E%3Cpath d='M267,1952.643l615.633-60.173,79.117-7.733-80.839,611.954-275.662-31.528-39.611,98.624V2461.122l-248.985-29.91Z' transform='translate(-266.451 -1884.179)' fill='none' stroke='%23cf2830' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat; }

@media (max-width: 1200px) {
  .image--frame.frame--right:before {
    top: 75px;
    width: 100%;
    background-size: contain; } }
@media (max-width: 992px) {
  .image--frame {
    margin-bottom: 30px; }
    .image--frame.frame--right:before {
      display: none; } }
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 16px !important;
  height: 58px;
  border-radius: 4px;
  padding: 0 15px !important;
  border: 1px solid #00B9FF; }
.gform_wrapper.gravity-theme textarea {
  height: 125px; }
.gform_wrapper.gravity-theme label {
  font-size: 16px !important; }
.gform_wrapper.gravity-theme ::placeholder {
  opacity: 1; }
.gform_wrapper.gravity-theme .gfield_checkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
    width: 45%; }
    .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input {
      display: none; }
      .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input:checked + label:before {
        background-color: #00B9FF;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 13px; }
    .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:before {
      content: '';
      position: relative;
      top: 7px;
      display: inline-block;
      margin-right: 10px;
      width: 25px;
      height: 25px;
      border-radius: 4px;
      border: 1px solid #00B9FF; }
.gform_wrapper.gravity-theme .gform_button {
  margin-top: 25px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='43.698' height='43.698' viewBox='0 0 43.698 43.698'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='30.899' height='30.899' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(21.85 0) rotate(45)'%3E%3Cg transform='translate(0 0.001)' clip-path='url(%23clip-path)'%3E%3Cpath d='M33.5.707l15.13,15.13L33.5,30.968' transform='translate(-18.37 -0.388)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x2='30.261' transform='translate(0 15.45)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 88% center; }

@media (max-width: 768px) {
  .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
    width: 100%; } }
@media (max-width: 992px) {
  .gform_button {
    background-size: 30px !important; } }
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: .6; }

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.popup {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.49); }
  .popup__inner {
    background-color: #fff;
    width: 765px;
    padding: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.26); }
  .popup__banner img {
    max-width: 100%; }
  .popup-close {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #191917;
    border-radius: 100%;
    right: -15px;
    top: -15px;
    justify-content: center;
    align-items: center;
    display: flex; }
  .popup__content {
    padding: 0 30px;
    text-align: center; }
  .popup__title {
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 14px; }
  .popup__text {
    padding: 0 65px;
    margin-bottom: 35px; }
  .popup__contact {
    margin-top: 20px;
    margin-bottom: 26px; }
    .popup__contact a {
      color: #191917;
      text-decoration: none;
      border-bottom: 1px solid #00B9FF;
      padding-bottom: 2px; }

@media (max-width: 991px) {
  .popup__inner {
    max-width: 80%; }
  .popup__title {
    font-size: 34px;
    line-height: 45px; }
  .popup__content {
    padding: 0 15px; }
  .popup__text {
    padding: 0 20px;
    font-size: 16px;
    line-height: 28px; }
  .popup-wrapper {
    max-height: 80vh;
    overflow: scroll; }
  .popup__contact {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px; } }
/** Realworks **/
/* Woningen (archive)
   ========================================================================== */
.archive .woning {
  position: relative;
  width: 30%;
  margin-bottom: 75px; }

.archive .woning a {
  text-decoration: none; }

.archive .woning .item {
  background: #FFF;
  height: 100%;
  position: relative; }

.archive .woning .thumbnail {
  position: relative;
  display: block;
  height: 380px;
  overflow: hidden; }

.archive .woning .thumbnail dl {
  position: absolute;
  left: 0;
  top: 0;
  background: #00B9FF;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  padding: 0 10px; }

.archive .woning .thumbnail dl dd {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0; }

.archive .woning .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.archive .woning .item-content {
  position: absolute;
  right: -32px;
  bottom: 0;
  width: 100%;
  color: #FFF;
  padding: 15px;
  background: #191917; }

.archive .woning .item-content header,
.archive .woning .item-content .entry-content {
  width: 90%; }

.archive .woning .item-content p {
  font-size: 15px !important; }

.archive .woning .item-content dd {
  margin: 0; }

.archive .woning .item-content dl:first-child {
  display: flex;
  font-size: 15px; }

.archive .woning .item-content dl:first-child dt {
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px; }

.archive .woning .item-content dl:nth-child(2) dd {
  font-weight: 700; }

.archive .woning .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10px;
  bottom: 16px;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background: #FFF; }

@media (max-width: 500px) {
  .archive .woning {
    width: 100%; } }
/* Woningen (filters)
   ========================================================================== */
#entity-search-form .search-filter {
  max-height: 250px;
  overflow-y: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ACACAC; }
  #entity-search-form .search-filter p {
    font-weight: 700; }

#entity-search-form .search-filter input[type="checkbox"] {
  display: none; }

#entity-search-form .search-filter label {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 0; }

#entity-search-form .search-filter label.active {
  font-weight: 700; }

#entity-search-form .search-filter label span {
  font-weight: 700; }

/* Woningen (sort)
   ========================================================================== */
#entity-search-form .search-sort {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  margin-bottom: 10px;
  background: #EBF9FF; }

#entity-search-form .search-sort .sort-filter select {
  width: 100%;
  height: 35px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  font-size: 14px;
  padding-left: 10px;
  font-weight: 700;
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.75' height='5' viewBox='0 0 8.75 5'%3E%3Cpath id='Polygon_5' data-name='Polygon 5' d='M4.375,0,8.75,5H0Z' transform='translate(8.75 5) rotate(180)' fill='%23acacac'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 94% center; }

#entity-search-form .search-sort .sort-filter select option {
  font-size: 14px; }

#entity-search-form .meta-sort select {
  font-size: 14px;
  font-weight: 700;
  width: 125px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.75' height='5' viewBox='0 0 8.75 5'%3E%3Cpath id='Polygon_5' data-name='Polygon 5' d='M4.375,0,8.75,5H0Z' transform='translate(8.75 5) rotate(180)' fill='%23acacac'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat; }

#entity-search-form p {
  font-size: 14px; }

/* Description
   ========================================================================== */
.description .description__meta {
  border-bottom: 1px solid #DED9D0;
  margin-bottom: 50px;
  padding: 25px 0; }

.description .description__meta ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 25px; }

.description .description__meta ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-6);
  text-decoration: none; }

.description .description__meta ul li a:hover {
  text-decoration: underline; }

.description dl {
  margin-top: 25px; }

.description .description__status {
  display: inline-block;
  background: #00B9FF;
  color: #FFF;
  font-weight: bold;
  padding: 10px 25px 5px; }

.description .description__status dl {
  margin-top: 0; }

.description .description__status dd {
  font-size: 22px; }

/* Gallery
   ========================================================================== */
.gallery .gallery__images {
  height: 512px;
  overflow: hidden; }

.gallery .gallery__images .gallery__images-item.large--image {
  height: 100%;
  width: 100%; }

.gallery .gallery__images .gallery__images-item.large--image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.gallery .gallery__images .gallery__images-item.small--image {
  height: 251px;
  margin-bottom: 15px; }

.gallery .gallery__images .gallery__images-item.small--image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media (max-width: 768px) {
  .gallery .gallery__images {
    height: 300px; } }
/* Features
   ========================================================================== */
.features {
  background: #B2FFA9; }

.features .features__list li {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.features .features__list li span {
  width: 200px; }

/* Map
   ========================================================================== */
.map #google-map {
  width: 100%;
  height: 496px; }

@media (max-width: 768px) {
  .map #google-map {
    height: 300px; } }
/* Header
   ========================================================================== */
.header {
  position: relative;
  z-index: 99;
  padding-top: 30px; }
  .header--container {
    display: flex;
    justify-content: space-between; }

@media (max-width: 992px) {
  .header {
    padding-top: 15px; } }
@media (max-width: 992px) {
  .header__logo {
    width: 100px; }
    .header__logo svg {
      max-width: 100%; } }
.header__menu {
  padding-top: 6px; }
  .header__menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .header__menu ul li {
      position: relative;
      padding: 0 30px 10px; }
      .header__menu ul li a {
        text-decoration: none;
        font-size: 16px;
        color: #191917; }
        .header__menu ul li a:hover {
          text-decoration: underline; }
      .header__menu ul li.current-menu-item > a {
        font-weight: 600; }
      .header__menu ul li:last-child {
        padding-right: 0; }
      .header__menu ul li:hover > a {
        text-decoration: underline; }
      .header__menu ul li:hover ul {
        display: block; }
      .header__menu ul li.menu-item-has-children:after {
        content: '';
        position: absolute;
        top: 15px;
        right: 15px;
        width: 9.2px;
        height: 5.3px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.202' height='5.317' viewBox='0 0 9.202 5.317'%3E%3Cpath d='M8.486,0,4.6,3.885.716,0,0,.717l4.6,4.6L9.2.717Z' transform='translate(0 0)' fill='%23161615'/%3E%3C/svg%3E");
        background-repeat: no-repeat; }
    .header__menu ul ul {
      display: none;
      position: absolute;
      left: 0;
      top: 40px;
      width: 240px;
      padding: 25px 25px;
      background: #FFF;
      box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.1); }
      .header__menu ul ul li {
        padding: 0 0 10px; }
        .header__menu ul ul li:last-child {
          padding-bottom: 0; }

@media (max-width: 1200px) {
  .header__menu ul li {
    padding: 0 10px; }
    .header__menu ul li.menu-item-has-children:after {
      right: -2px; } }
@media (max-width: 992px) {
  .menu-open {
    overflow: hidden; }
    .menu-open .header__menu {
      left: 0; }

  .home .header__menu {
    background: #B2FFA9; }

  .header__menu {
    position: fixed;
    z-index: 99;
    left: -200%;
    right: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #FFF;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .header__menu ul {
      display: block;
      padding: 0 16px; }
      .header__menu ul li {
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
        .header__menu ul li.menu-item-has-children:after {
          display: none; }
        .header__menu ul li.menu-item-has-children span {
          content: '';
          position: absolute;
          top: -5px;
          right: 0;
          width: 50px;
          height: 39px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.202' height='5.317' viewBox='0 0 9.202 5.317'%3E%3Cpath d='M8.486,0,4.6,3.885.716,0,0,.717l4.6,4.6L9.2.717Z' transform='translate(0 0)' fill='%23161615'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center;
          cursor: pointer; }
      .header__menu ul ul {
        display: none !important;
        position: relative;
        top: 0;
        left: 0;
        box-shadow: initial;
        width: auto;
        padding: 10px 0 10px 10px;
        background: none; }
        .header__menu ul ul li {
          border: none;
          padding-bottom: 5px;
          margin-bottom: 5px; }
      .header__menu ul li.open ul {
        display: block !important; } }
.header__buttons {
  display: flex; }
  .header__buttons-link {
    margin-top: 6px;
    font-size: 16px;
    text-decoration: none;
    color: #191917;
    margin-right: 50px; }
    .header__buttons-link:hover {
      text-decoration: underline; }
  .header__buttons-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 25px;
    border: 1px solid #191917;
    color: #191917;
    font-size: 16px;
    text-decoration: none; }
    .header__buttons-phone:hover {
      background: #191917;
      color: #FFF; }
    .header__buttons-phone svg {
      margin-right: 10px; }
  .header__buttons-toggle {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 50px;
    height: 38px; }
    .header__buttons-toggle span {
      position: relative;
      display: inline-block;
      width: 24px;
      height: 3px;
      background: #000;
      margin-bottom: 5px; }
      .header__buttons-toggle span:first-child {
        width: 20px; }
      .header__buttons-toggle span:last-child {
        width: 16px; }

.menu-open .header__buttons-toggle span:nth-child(2) {
  display: none; }
.menu-open .header__buttons-toggle span:first-child {
  width: 24px;
  transform: rotate(-45deg);
  top: 4px; }
.menu-open .header__buttons-toggle span:last-child {
  width: 24px;
  transform: rotate(45deg);
  top: -4px; }

@media (max-width: 992px) {
  .header__buttons {
    margin-top: 9px; }
    .header__buttons-phone {
      height: 38px;
      padding: 0 5px;
      font-size: 14px; }
    .header__buttons-link {
      display: none; }
    .header__buttons-toggle {
      display: flex; } }
/* Content
   ========================================================================== */
/* Container
   ========================================================================== */
.container {
  position: relative;
  z-index: 1;
  max-width: 1640px; }

/* Alignments (WP)
   ========================================================================== */
.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin: auto;
  text-align: center;
  clear: both; }

/* Spacers
   ========================================================================== */
/** Top **/
.top--0 {
  top: 0; }

.top--1 {
  top: 1px; }

.top--2 {
  top: 2px; }

.top--3 {
  top: 3px; }

.top--4 {
  top: 4px; }

.top--5 {
  top: 5px; }

.top--6 {
  top: 6px; }

.top--7 {
  top: 7px; }

.top--8 {
  top: 8px; }

.top--9 {
  top: 9px; }

.top--10 {
  top: 10px; }

@media (min-width: 576px) {
  .top--sm-0 {
    top: 0; }

  .top--sm-1 {
    top: 1px; }

  .top--sm-2 {
    top: 2px; }

  .top--sm-3 {
    top: 3px; }

  .top--sm-4 {
    top: 4px; }

  .top--sm-5 {
    top: 5px; }

  .top--sm-6 {
    top: 6px; }

  .top--sm-7 {
    top: 7px; }

  .top--sm-8 {
    top: 8px; }

  .top--sm-9 {
    top: 9px; }

  .top--sm-10 {
    top: 10px; } }
@media (min-width: 768px) {
  .top-md-0 {
    top: 0; }

  .top--md-1 {
    top: 1px; }

  .top--md-2 {
    top: 2px; }

  .top--md-3 {
    top: 3px; }

  .top--md-4 {
    top: 4px; }

  .top--md-5 {
    top: 5px; }

  .top--md-6 {
    top: 6px; }

  .top--md-7 {
    top: 7px; }

  .top--md-8 {
    top: 8px; }

  .top--md-9 {
    top: 9px; }

  .top--md-10 {
    top: 10px; } }
@media (min-width: 992px) {
  .top--lg-0 {
    top: 0; }

  .top--lg-1 {
    top: 1px; }

  .top--lg-2 {
    top: 2px; }

  .top--lg-3 {
    top: 3px; }

  .top--lg-4 {
    top: 4px; }

  .top--lg-5 {
    top: 5px; }

  .top--lg-6 {
    top: 6px; }

  .top--lg-7 {
    top: 7px; }

  .top--lg-8 {
    top: 8px; }

  .top--lg-9 {
    top: 9px; }

  .top--lg-10 {
    top: 10px; } }
@media (min-width: 1200px) {
  .top--xl-0 {
    top: 0; }

  .top--xl-1 {
    top: 1px; }

  .top--xl-2 {
    top: 2px; }

  .top--xl-3 {
    top: 3px; }

  .top--xl-4 {
    top: 4px; }

  .top--xl-5 {
    top: 5px; }

  .top--xl-6 {
    top: 6px; }

  .top--xl-7 {
    top: 7px; }

  .top--xl-8 {
    top: 8px; }

  .top--xl-9 {
    top: 9px; }

  .top--xl-10 {
    top: 10px; } }
@media (min-width: 1400px) {
  .top--xxl-0 {
    top: 0; }

  .top--xxl-1 {
    top: 1px; }

  .top--xxl-2 {
    top: 2px; }

  .top--xxl-3 {
    top: 3px; }

  .top--xxl-4 {
    top: 4px; }

  .top--xxl-5 {
    top: 5px; }

  .top--xxl-6 {
    top: 6px; }

  .top--xxl-7 {
    top: 7px; }

  .top--xxl-8 {
    top: 8px; }

  .top--xxl-9 {
    top: 9px; }

  .top--xxl-10 {
    top: 10px; } }
/** Padding top **/
.pt--0 {
  padding-top: 0; }

.pt--1 {
  padding-top: 1px; }

.pt--2 {
  padding-top: 2px; }

.pt--3 {
  padding-top: 3px; }

.pt--4 {
  padding-top: 4px; }

.pt--5 {
  padding-top: 5px; }

.pt--6 {
  padding-top: 6px; }

.pt--7 {
  padding-top: 7px; }

.pt--8 {
  padding-top: 8px; }

.pt--9 {
  padding-top: 9px; }

.pt--10 {
  padding-top: 10px; }

.pt--15 {
  padding-top: 15px; }

.pt--20 {
  padding-top: 20px; }

.pt--25 {
  padding-top: 25px; }

.pt--30 {
  padding-top: 30px; }

.pt--50 {
  padding-top: 50px; }

.pt--75 {
  padding-top: 75px; }

.pt--100 {
  padding-top: 100px; }

.pt--125 {
  padding-top: 125px; }

.pt--150 {
  padding-top: 150px; }

.pt--175 {
  padding-top: 175px; }

.pt--200 {
  padding-top: 200px; }

.pt--225 {
  padding-top: 225px; }

.pt--250 {
  padding-top: 250px; }

.pt--275 {
  padding-top: 275px; }

.pt--300 {
  padding-top: 300px; }

@media (min-width: 576px) {
  .pt--sm-0 {
    padding-top: 0; }

  .pt--sm-1 {
    padding-top: 1px; }

  .pt--sm-2 {
    padding-top: 2px; }

  .pt--sm-3 {
    padding-top: 3px; }

  .pt--sm-4 {
    padding-top: 4px; }

  .pt--sm-5 {
    padding-top: 5px; }

  .pt--sm-6 {
    padding-top: 6px; }

  .pt--sm-7 {
    padding-top: 7px; }

  .pt--sm-8 {
    padding-top: 8px; }

  .pt--sm-9 {
    padding-top: 9px; }

  .pt--sm-10 {
    padding-top: 10px; }

  .pt--sm-15 {
    padding-top: 15px; }

  .pt--sm-20 {
    padding-top: 20px; }

  .pt--sm-25 {
    padding-top: 25px; }

  .pt--sm-30 {
    padding-top: 30px; }

  .pt--sm-50 {
    padding-top: 50px; }

  .pt--sm-75 {
    padding-top: 75px; }

  .pt--sm-100 {
    padding-top: 100px; }

  .pt--sm-125 {
    padding-top: 125px; }

  .pt--sm-150 {
    padding-top: 150px; }

  .pt--sm-175 {
    padding-top: 175px; }

  .pt--sm-200 {
    padding-top: 200px; }

  .pt--sm-225 {
    padding-top: 225px; }

  .pt--sm-250 {
    padding-top: 250px; }

  .pt--sm-275 {
    padding-top: 275px; }

  .pt--sm-300 {
    padding-top: 300px; } }
@media (min-width: 768px) {
  .pt--md-0 {
    padding-top: 0; }

  .pt--md-1 {
    padding-top: 1px; }

  .pt--md-2 {
    padding-top: 2px; }

  .pt--md-3 {
    padding-top: 3px; }

  .pt--md-4 {
    padding-top: 4px; }

  .pt--md-5 {
    padding-top: 5px; }

  .pt--md-6 {
    padding-top: 6px; }

  .pt--md-7 {
    padding-top: 7px; }

  .pt--md-8 {
    padding-top: 8px; }

  .pt--md-9 {
    padding-top: 9px; }

  .pt--md-10 {
    padding-top: 10px; }

  .pt--md-15 {
    padding-top: 15px; }

  .pt--md-20 {
    padding-top: 20px; }

  .pt--md-25 {
    padding-top: 25px; }

  .pt--md-30 {
    padding-top: 30px; }

  .pt--md-50 {
    padding-top: 50px; }

  .pt--md-75 {
    padding-top: 75px; }

  .pt--md-100 {
    padding-top: 100px; }

  .pt--md-125 {
    padding-top: 125px; }

  .pt--md-150 {
    padding-top: 150px; }

  .pt--md-175 {
    padding-top: 175px; }

  .pt--md-200 {
    padding-top: 200px; }

  .pt--md-225 {
    padding-top: 225px; }

  .pt--md-250 {
    padding-top: 250px; }

  .pt--md-275 {
    padding-top: 275px; }

  .pt--md-300 {
    padding-top: 300px; } }
@media (min-width: 992px) {
  .pt--lg-0 {
    padding-top: 0; }

  .pt--lg-1 {
    padding-top: 1px; }

  .pt--lg-2 {
    padding-top: 2px; }

  .pt--lg-3 {
    padding-top: 3px; }

  .pt--lg-4 {
    padding-top: 4px; }

  .pt--lg-5 {
    padding-top: 5px; }

  .pt--lg-6 {
    padding-top: 6px; }

  .pt--lg-7 {
    padding-top: 7px; }

  .pt--lg-8 {
    padding-top: 8px; }

  .pt--lg-9 {
    padding-top: 9px; }

  .pt--lg-10 {
    padding-top: 10px; }

  .pt--lg-15 {
    padding-top: 15px; }

  .pt--lg-20 {
    padding-top: 20px; }

  .pt--lg-25 {
    padding-top: 25px; }

  .pt--lg-30 {
    padding-top: 30px; }

  .pt--lg-50 {
    padding-top: 50px; }

  .pt--lg-75 {
    padding-top: 75px; }

  .pt--lg-100 {
    padding-top: 100px; }

  .pt--lg-125 {
    padding-top: 125px; }

  .pt--lg-150 {
    padding-top: 150px; }

  .pt--lg-175 {
    padding-top: 175px; }

  .pt--lg-200 {
    padding-top: 200px; }

  .pt--lg-225 {
    padding-top: 225px; }

  .pt--lg-250 {
    padding-top: 250px; }

  .pt--lg-275 {
    padding-top: 275px; }

  .pt--lg-300 {
    padding-top: 300px; } }
@media (min-width: 1200px) {
  .pt--xl-0 {
    padding-top: 0; }

  .pt--xl-1 {
    padding-top: 1px; }

  .pt--xl-2 {
    padding-top: 2px; }

  .pt--xl-3 {
    padding-top: 3px; }

  .pt--xl-4 {
    padding-top: 4px; }

  .pt--xl-5 {
    padding-top: 5px; }

  .pt--xl-6 {
    padding-top: 6px; }

  .pt--xl-7 {
    padding-top: 7px; }

  .pt--xl-8 {
    padding-top: 8px; }

  .pt--xl-9 {
    padding-top: 9px; }

  .pt--xl-10 {
    padding-top: 10px; }

  .pt--xl-15 {
    padding-top: 15px; }

  .pt--xl-20 {
    padding-top: 20px; }

  .pt--xl-25 {
    padding-top: 25px; }

  .pt--xl-30 {
    padding-top: 30px; }

  .pt--xl-50 {
    padding-top: 50px; }

  .pt--xl-75 {
    padding-top: 75px; }

  .pt--xl-100 {
    padding-top: 100px; }

  .pt--xl-125 {
    padding-top: 125px; }

  .pt--xl-150 {
    padding-top: 150px; }

  .pt--xl-175 {
    padding-top: 175px; }

  .pt--xl-200 {
    padding-top: 200px; }

  .pt--xl-225 {
    padding-top: 225px; }

  .pt--xl-250 {
    padding-top: 250px; }

  .pt--xl-275 {
    padding-top: 275px; }

  .pt--xl-300 {
    padding-top: 300px; } }
@media (min-width: 1400px) {
  .pt--xl-0 {
    padding-top: 0; }

  .pt--xxl-1 {
    padding-top: 1px; }

  .pt--xxl-2 {
    padding-top: 2px; }

  .pt--xxl-3 {
    padding-top: 3px; }

  .pt--xxl-4 {
    padding-top: 4px; }

  .pt--xxl-5 {
    padding-top: 5px; }

  .pt--xxl-6 {
    padding-top: 6px; }

  .pt--xxl-7 {
    padding-top: 7px; }

  .pt--xxl-8 {
    padding-top: 8px; }

  .pt--xxl-9 {
    padding-top: 9px; }

  .pt--xxl-10 {
    padding-top: 10px; }

  .pt--xxl-15 {
    padding-top: 15px; }

  .pt--xxl-20 {
    padding-top: 20px; }

  .pt--xxl-25 {
    padding-top: 25px; }

  .pt--xxl-30 {
    padding-top: 30px; }

  .pt--xxl-50 {
    padding-top: 50px; }

  .pt--xxl-75 {
    padding-top: 75px; }

  .pt--xxl-100 {
    padding-top: 100px; }

  .pt--xxl-125 {
    padding-top: 125px; }

  .pt--xxl-150 {
    padding-top: 150px; }

  .pt--xxl-175 {
    padding-top: 175px; }

  .pt--xxl-200 {
    padding-top: 200px; }

  .pt--xxl-225 {
    padding-top: 225px; }

  .pt--xxl-250 {
    padding-top: 250px; }

  .pt--xxl-275 {
    padding-top: 275px; }

  .pt--xxl-300 {
    padding-top: 300px; } }
/** Padding bottom **/
.pb--0 {
  padding-bottom: 0; }

.pb--1 {
  padding-bottom: 1px; }

.pb--2 {
  padding-bottom: 2px; }

.pb--3 {
  padding-bottom: 3px; }

.pb--4 {
  padding-bottom: 4px; }

.pb--5 {
  padding-bottom: 5px; }

.pb--6 {
  padding-bottom: 6px; }

.pb--7 {
  padding-bottom: 7px; }

.pb--8 {
  padding-bottom: 8px; }

.pb--9 {
  padding-bottom: 9px; }

.pb--10 {
  padding-bottom: 10px; }

.pb--15 {
  padding-bottom: 15px; }

.pb--20 {
  padding-bottom: 20px; }

.pb--25 {
  padding-bottom: 25px; }

.pb--30 {
  padding-bottom: 30px; }

.pb--50 {
  padding-bottom: 50px; }

.pb--75 {
  padding-bottom: 75px; }

.pb--100 {
  padding-bottom: 100px; }

.pb--125 {
  padding-bottom: 125px; }

.pb--150 {
  padding-bottom: 150px; }

.pb--175 {
  padding-bottom: 175px; }

.pb--200 {
  padding-bottom: 200px; }

.pb--225 {
  padding-bottom: 225px; }

.pb--250 {
  padding-bottom: 250px; }

.pb--275 {
  padding-bottom: 275px; }

.pb--300 {
  padding-bottom: 300px; }

@media (min-width: 576px) {
  .pb--sm-0 {
    padding-bottom: 0; }

  .pb--sm-1 {
    padding-bottom: 1px; }

  .pb--sm-2 {
    padding-bottom: 2px; }

  .pb--sm-3 {
    padding-bottom: 3px; }

  .pb--sm-4 {
    padding-bottom: 4px; }

  .pb--sm-5 {
    padding-bottom: 5px; }

  .pb--sm-6 {
    padding-bottom: 6px; }

  .pb--sm-7 {
    padding-bottom: 7px; }

  .pb--sm-8 {
    padding-bottom: 8px; }

  .pb--sm-9 {
    padding-bottom: 9px; }

  .pb--sm-10 {
    padding-bottom: 10px; }

  .pb--sm-15 {
    padding-bottom: 15px; }

  .pb--sm-20 {
    padding-bottom: 20px; }

  .pb--sm-25 {
    padding-bottom: 25px; }

  .pb--sm-30 {
    padding-bottom: 30px; }

  .pb--sm-50 {
    padding-bottom: 50px; }

  .pb--sm-75 {
    padding-bottom: 75px; }

  .pb--sm-100 {
    padding-bottom: 100px; }

  .pb--sm-125 {
    padding-bottom: 125px; }

  .pb--sm-150 {
    padding-bottom: 150px; }

  .pb--sm-175 {
    padding-bottom: 175px; }

  .pb--sm-200 {
    padding-bottom: 200px; }

  .pb--sm-225 {
    padding-bottom: 225px; }

  .pb--sm-250 {
    padding-bottom: 250px; }

  .pb--sm-275 {
    padding-bottom: 275px; }

  .pb--sm-300 {
    padding-bottom: 300px; } }
@media (min-width: 768px) {
  .pb--md-0 {
    padding-bottom: 0; }

  .pb--md-1 {
    padding-bottom: 1px; }

  .pb--md-2 {
    padding-bottom: 2px; }

  .pb--md-3 {
    padding-bottom: 3px; }

  .pb--md-4 {
    padding-bottom: 4px; }

  .pb--md-5 {
    padding-bottom: 5px; }

  .pb--md-6 {
    padding-bottom: 6px; }

  .pb--md-7 {
    padding-bottom: 7px; }

  .pb--md-8 {
    padding-bottom: 8px; }

  .pb--md-9 {
    padding-bottom: 9px; }

  .pb--md-10 {
    padding-bottom: 10px; }

  .pb--md-15 {
    padding-bottom: 15px; }

  .pb--md-20 {
    padding-bottom: 20px; }

  .pb--md-25 {
    padding-bottom: 25px; }

  .pb--md-30 {
    padding-bottom: 30px; }

  .pb--md-50 {
    padding-bottom: 50px; }

  .pb--md-75 {
    padding-bottom: 75px; }

  .pb--md-100 {
    padding-bottom: 100px; }

  .pb--md-125 {
    padding-bottom: 125px; }

  .pb--md-150 {
    padding-bottom: 150px; }

  .pb--md-175 {
    padding-bottom: 175px; }

  .pb--md-200 {
    padding-bottom: 200px; }

  .pb--md-225 {
    padding-bottom: 225px; }

  .pb--md-250 {
    padding-bottom: 250px; }

  .pb--md-275 {
    padding-bottom: 275px; }

  .pb--md-300 {
    padding-bottom: 300px; } }
@media (min-width: 992px) {
  .pb--lg-0 {
    padding-bottom: 0; }

  .pb--lg-1 {
    padding-bottom: 1px; }

  .pb--lg-2 {
    padding-bottom: 2px; }

  .pb--lg-3 {
    padding-bottom: 3px; }

  .pb--lg-4 {
    padding-bottom: 4px; }

  .pb--lg-5 {
    padding-bottom: 5px; }

  .pb--lg-6 {
    padding-bottom: 6px; }

  .pb--lg-7 {
    padding-bottom: 7px; }

  .pb--lg-8 {
    padding-bottom: 8px; }

  .pb--lg-9 {
    padding-bottom: 9px; }

  .pb--lg-10 {
    padding-bottom: 10px; }

  .pb--lg-15 {
    padding-bottom: 15px; }

  .pb--lg-20 {
    padding-bottom: 20px; }

  .pb--lg-25 {
    padding-bottom: 25px; }

  .pb--lg-30 {
    padding-bottom: 30px; }

  .pb--lg-50 {
    padding-bottom: 50px; }

  .pb--lg-75 {
    padding-bottom: 75px; }

  .pb--lg-100 {
    padding-bottom: 100px; }

  .pb--lg-125 {
    padding-bottom: 125px; }

  .pb--lg-150 {
    padding-bottom: 150px; }

  .pb--lg-175 {
    padding-bottom: 175px; }

  .pb--lg-200 {
    padding-bottom: 200px; }

  .pb--lg-225 {
    padding-bottom: 225px; }

  .pb--lg-250 {
    padding-bottom: 250px; }

  .pb--lg-275 {
    padding-bottom: 275px; }

  .pb--lg-300 {
    padding-bottom: 300px; } }
@media (min-width: 1200px) {
  .pb--xl-0 {
    padding-bottom: 0; }

  .pb--xl-1 {
    padding-bottom: 1px; }

  .pb--xl-2 {
    padding-bottom: 2px; }

  .pb--xl-3 {
    padding-bottom: 3px; }

  .pb--xl-4 {
    padding-bottom: 4px; }

  .pb--xl-5 {
    padding-bottom: 5px; }

  .pb--xl-6 {
    padding-bottom: 6px; }

  .pb--xl-7 {
    padding-bottom: 7px; }

  .pb--xl-8 {
    padding-bottom: 8px; }

  .pb--xl-9 {
    padding-bottom: 9px; }

  .pb--xl-10 {
    padding-bottom: 10px; }

  .pb--xl-15 {
    padding-bottom: 15px; }

  .pb--xl-20 {
    padding-bottom: 20px; }

  .pb--xl-25 {
    padding-bottom: 25px; }

  .pb--xl-30 {
    padding-bottom: 30px; }

  .pb--xl-50 {
    padding-bottom: 50px; }

  .pb--xl-75 {
    padding-bottom: 75px; }

  .pb--xl-100 {
    padding-bottom: 100px; }

  .pb--xl-125 {
    padding-bottom: 125px; }

  .pb--xl-150 {
    padding-bottom: 150px; }

  .pb--xl-175 {
    padding-bottom: 175px; }

  .pb--xl-200 {
    padding-bottom: 200px; }

  .pb--xl-225 {
    padding-bottom: 225px; }

  .pb--xl-250 {
    padding-bottom: 250px; }

  .pb--xl-275 {
    padding-bottom: 275px; }

  .pb--xl-300 {
    padding-bottom: 300px; } }
@media (min-width: 1400px) {
  .pb--xxl-0 {
    padding-bottom: 0; }

  .pb--xxl-1 {
    padding-bottom: 1px; }

  .pb--xxl-2 {
    padding-bottom: 2px; }

  .pb--xxl-3 {
    padding-bottom: 3px; }

  .pb--xxl-4 {
    padding-bottom: 4px; }

  .pb--xxl-5 {
    padding-bottom: 5px; }

  .pb--xxl-6 {
    padding-bottom: 6px; }

  .pb--xxl-7 {
    padding-bottom: 7px; }

  .pb--xxl-8 {
    padding-bottom: 8px; }

  .pb--xxl-9 {
    padding-bottom: 9px; }

  .pb--xxl-10 {
    padding-bottom: 10px; }

  .pb--xxl-15 {
    padding-bottom: 15px; }

  .pb--xxl-20 {
    padding-bottom: 20px; }

  .pb--xxl-25 {
    padding-bottom: 25px; }

  .pb--xxl-30 {
    padding-bottom: 30px; }

  .pb--xxl-50 {
    padding-bottom: 50px; }

  .pb--xxl-75 {
    padding-bottom: 75px; }

  .pb--xxl-100 {
    padding-bottom: 100px; }

  .pb--xxl-125 {
    padding-bottom: 125px; }

  .pb--xxl-150 {
    padding-bottom: 150px; }

  .pb--xxl-175 {
    padding-bottom: 175px; }

  .pb--xxl-200 {
    padding-bottom: 200px; }

  .pb--xxl-225 {
    padding-bottom: 225px; }

  .pb--xxl-250 {
    padding-bottom: 250px; }

  .pb--xxl-275 {
    padding-bottom: 275px; }

  .pb--xxl-300 {
    padding-bottom: 300px; } }
/** Padding left **/
.pl--0 {
  padding-left: 0; }

.pl--1 {
  padding-left: 1px; }

.pl--2 {
  padding-left: 2px; }

.pl--3 {
  padding-left: 3px; }

.pl--4 {
  padding-left: 4px; }

.pl--5 {
  padding-left: 5px; }

.pl--6 {
  padding-left: 6px; }

.pl--7 {
  padding-left: 7px; }

.pl--8 {
  padding-left: 8px; }

.pl--9 {
  padding-left: 9px; }

.pl--10 {
  padding-left: 10px; }

.pl--15 {
  padding-left: 15px; }

.pl--20 {
  padding-left: 20px; }

.pl--25 {
  padding-left: 25px; }

.pl--30 {
  padding-left: 30px; }

.pl--50 {
  padding-left: 50px; }

.pl--75 {
  padding-left: 75px; }

.pl--100 {
  padding-left: 100px; }

.pl--125 {
  padding-left: 125px; }

.pl--150 {
  padding-left: 150px; }

.pl--175 {
  padding-left: 175px; }

.pl--200 {
  padding-left: 200px; }

.pl--225 {
  padding-left: 225px; }

.pl--250 {
  padding-left: 250px; }

.pl--275 {
  padding-left: 275px; }

.pl--300 {
  padding-left: 300px; }

@media (min-width: 576px) {
  .pl--sm-0 {
    padding-left: 0; }

  .pl--sm-1 {
    padding-left: 1px; }

  .pl--sm-2 {
    padding-left: 2px; }

  .pl--sm-3 {
    padding-left: 3px; }

  .pl--sm-4 {
    padding-left: 4px; }

  .pl--sm-5 {
    padding-left: 5px; }

  .pl--sm-6 {
    padding-left: 6px; }

  .pl--sm-7 {
    padding-left: 7px; }

  .pl--sm-8 {
    padding-left: 8px; }

  .pl--sm-9 {
    padding-left: 9px; }

  .pl--sm-10 {
    padding-left: 10px; }

  .pl--sm-15 {
    padding-left: 15px; }

  .pl--sm-20 {
    padding-left: 20px; }

  .pl--sm-25 {
    padding-left: 25px; }

  .pl--sm-30 {
    padding-left: 30px; }

  .pl--sm-50 {
    padding-left: 50px; }

  .pl--sm-75 {
    padding-left: 75px; }

  .pl--sm-100 {
    padding-left: 100px; }

  .pl--sm-125 {
    padding-left: 125px; }

  .pl--sm-150 {
    padding-left: 150px; }

  .pl--sm-175 {
    padding-left: 175px; }

  .pl--sm-200 {
    padding-left: 200px; }

  .pl--sm-225 {
    padding-left: 225px; }

  .pl--sm-250 {
    padding-left: 250px; }

  .pl--sm-275 {
    padding-left: 275px; }

  .pl--sm-300 {
    padding-left: 300px; } }
@media (min-width: 768px) {
  .pl--md-0 {
    padding-left: 0; }

  .pl--md-1 {
    padding-left: 1px; }

  .pl--md-2 {
    padding-left: 2px; }

  .pl--md-3 {
    padding-left: 3px; }

  .pl--md-4 {
    padding-left: 4px; }

  .pl--md-5 {
    padding-left: 5px; }

  .pl--md-6 {
    padding-left: 6px; }

  .pl--md-7 {
    padding-left: 7px; }

  .pl--md-8 {
    padding-left: 8px; }

  .pl--md-9 {
    padding-left: 9px; }

  .pl--md-10 {
    padding-left: 10px; }

  .pl--md-15 {
    padding-left: 15px; }

  .pl--md-20 {
    padding-left: 20px; }

  .pl--md-25 {
    padding-left: 25px; }

  .pl--md-30 {
    padding-left: 30px; }

  .pl--md-50 {
    padding-left: 50px; }

  .pl--md-75 {
    padding-left: 75px; }

  .pl--md-100 {
    padding-left: 100px; }

  .pl--md-125 {
    padding-left: 125px; }

  .pl--md-150 {
    padding-left: 150px; }

  .pl--md-175 {
    padding-left: 175px; }

  .pl--md-200 {
    padding-left: 200px; }

  .pl--md-225 {
    padding-left: 225px; }

  .pl--md-250 {
    padding-left: 250px; }

  .pl--md-275 {
    padding-left: 275px; }

  .pl--md-300 {
    padding-left: 300px; } }
@media (min-width: 992px) {
  .pl--lg-0 {
    padding-left: 0; }

  .pl--lg-1 {
    padding-left: 1px; }

  .pl--lg-2 {
    padding-left: 2px; }

  .pl--lg-3 {
    padding-left: 3px; }

  .pl--lg-4 {
    padding-left: 4px; }

  .pl--lg-5 {
    padding-left: 5px; }

  .pl--lg-6 {
    padding-left: 6px; }

  .pl--lg-7 {
    padding-left: 7px; }

  .pl--lg-8 {
    padding-left: 8px; }

  .pl--lg-9 {
    padding-left: 9px; }

  .pl--lg-10 {
    padding-left: 10px; }

  .pl--lg-15 {
    padding-left: 15px; }

  .pl--lg-20 {
    padding-left: 20px; }

  .pl--lg-25 {
    padding-left: 25px; }

  .pl--lg-30 {
    padding-left: 30px; }

  .pl--lg-50 {
    padding-left: 50px; }

  .pl--lg-75 {
    padding-left: 75px; }

  .pl--lg-100 {
    padding-left: 100px; }

  .pl--lg-125 {
    padding-left: 125px; }

  .pl--lg-150 {
    padding-left: 150px; }

  .pl--lg-175 {
    padding-left: 175px; }

  .pl--lg-200 {
    padding-left: 200px; }

  .pl--lg-225 {
    padding-left: 225px; }

  .pl--lg-250 {
    padding-left: 250px; }

  .pl--lg-275 {
    padding-left: 275px; }

  .pl--lg-300 {
    padding-left: 300px; } }
@media (min-width: 1200px) {
  .pl--xl-0 {
    padding-left: 0; }

  .pl--xl-1 {
    padding-left: 1px; }

  .pl--xl-2 {
    padding-left: 2px; }

  .pl--xl-3 {
    padding-left: 3px; }

  .pl--xl-4 {
    padding-left: 4px; }

  .pl--xl-5 {
    padding-left: 5px; }

  .pl--xl-6 {
    padding-left: 6px; }

  .pl--xl-7 {
    padding-left: 7px; }

  .pl--xl-8 {
    padding-left: 8px; }

  .pl--xl-9 {
    padding-left: 9px; }

  .pl--xl-10 {
    padding-left: 10px; }

  .pl--xl-15 {
    padding-left: 15px; }

  .pl--xl-20 {
    padding-left: 20px; }

  .pl--xl-25 {
    padding-left: 25px; }

  .pl--xl-30 {
    padding-left: 30px; }

  .pl--xl-50 {
    padding-left: 50px; }

  .pl--xl-75 {
    padding-left: 75px; }

  .pl--xl-100 {
    padding-left: 100px; }

  .pl--xl-125 {
    padding-left: 125px; }

  .pl--xl-150 {
    padding-left: 150px; }

  .pl--xl-175 {
    padding-left: 175px; }

  .pl--xl-200 {
    padding-left: 200px; }

  .pl--xl-225 {
    padding-left: 225px; }

  .pl--xl-250 {
    padding-left: 250px; }

  .pl--xl-275 {
    padding-left: 275px; }

  .pl--xl-300 {
    padding-left: 300px; } }
@media (min-width: 1400px) {
  .pl--xxl-0 {
    padding-left: 0; }

  .pl--xxl-1 {
    padding-left: 1px; }

  .pl--xxl-2 {
    padding-left: 2px; }

  .pl--xxl-3 {
    padding-left: 3px; }

  .pl--xxl-4 {
    padding-left: 4px; }

  .pl--xxl-5 {
    padding-left: 5px; }

  .pl--xxl-6 {
    padding-left: 6px; }

  .pl--xxl-7 {
    padding-left: 7px; }

  .pl--xxl-8 {
    padding-left: 8px; }

  .pl--xxl-9 {
    padding-left: 9px; }

  .pl--xxl-10 {
    padding-left: 10px; }

  .pl--xxl-15 {
    padding-left: 15px; }

  .pl--xxl-20 {
    padding-left: 20px; }

  .pl--xxl-25 {
    padding-left: 25px; }

  .pl--xxl-30 {
    padding-left: 30px; }

  .pl--xxl-50 {
    padding-left: 50px; }

  .pl--xxl-75 {
    padding-left: 75px; }

  .pl--xxl-100 {
    padding-left: 100px; }

  .pl--xxl-125 {
    padding-left: 125px; }

  .pl--xxl-150 {
    padding-left: 150px; }

  .pl--xxl-175 {
    padding-left: 175px; }

  .pl--xxl-200 {
    padding-left: 200px; }

  .pl--xxl-225 {
    padding-left: 225px; }

  .pl--xxl-250 {
    padding-left: 250px; }

  .pl--xxl-275 {
    padding-left: 275px; }

  .pl--xxl-300 {
    padding-left: 300px; } }
/** Padding right **/
.pr--0 {
  padding-right: 0; }

.pr--1 {
  padding-right: 1px; }

.pr--2 {
  padding-right: 2px; }

.pr--3 {
  padding-right: 3px; }

.pr--4 {
  padding-right: 4px; }

.pr--5 {
  padding-right: 5px; }

.pr--6 {
  padding-right: 6px; }

.pr--7 {
  padding-right: 7px; }

.pr--8 {
  padding-right: 8px; }

.pr--9 {
  padding-right: 9px; }

.pr--10 {
  padding-right: 10px; }

.pr--15 {
  padding-right: 15px; }

.pr--20 {
  padding-right: 20px; }

.pr--25 {
  padding-right: 25px; }

.pr--30 {
  padding-right: 30px; }

.pr--50 {
  padding-right: 50px; }

.pr--75 {
  padding-right: 75px; }

.pr--100 {
  padding-right: 100px; }

.pr--125 {
  padding-right: 125px; }

.pr--150 {
  padding-right: 150px; }

.pr--175 {
  padding-right: 175px; }

.pr--200 {
  padding-right: 200px; }

.pr--225 {
  padding-right: 225px; }

.pr--250 {
  padding-right: 250px; }

.pr--275 {
  padding-right: 275px; }

.pr--300 {
  padding-right: 300px; }

@media (min-width: 576px) {
  .pr--sm-0 {
    padding-right: 0; }

  .pr--sm-1 {
    padding-right: 1px; }

  .pr--sm-2 {
    padding-right: 2px; }

  .pr--sm-3 {
    padding-right: 3px; }

  .pr--sm-4 {
    padding-right: 4px; }

  .pr--sm-5 {
    padding-right: 5px; }

  .pr--sm-6 {
    padding-right: 6px; }

  .pr--sm-7 {
    padding-right: 7px; }

  .pr--sm-8 {
    padding-right: 8px; }

  .pr--sm-9 {
    padding-right: 9px; }

  .pr--sm-10 {
    padding-right: 10px; }

  .pr--sm-15 {
    padding-right: 15px; }

  .pr--sm-20 {
    padding-right: 20px; }

  .pr--sm-25 {
    padding-right: 25px; }

  .pr--sm-30 {
    padding-right: 30px; }

  .pr--sm-50 {
    padding-right: 50px; }

  .pr--sm-75 {
    padding-right: 75px; }

  .pr--sm-100 {
    padding-right: 100px; }

  .pr--sm-125 {
    padding-right: 125px; }

  .pr--sm-150 {
    padding-right: 150px; }

  .pr--sm-175 {
    padding-right: 175px; }

  .pr--sm-200 {
    padding-right: 200px; }

  .pr--sm-225 {
    padding-right: 225px; }

  .pr--sm-250 {
    padding-right: 250px; }

  .pr--sm-275 {
    padding-right: 275px; }

  .pr--sm-300 {
    padding-right: 300px; } }
@media (min-width: 768px) {
  .pr--md-0 {
    padding-right: 0; }

  .pr--md-1 {
    padding-right: 1px; }

  .pr--md-2 {
    padding-right: 2px; }

  .pr--md-3 {
    padding-right: 3px; }

  .pr--md-4 {
    padding-right: 4px; }

  .pr--md-5 {
    padding-right: 5px; }

  .pr--md-6 {
    padding-right: 6px; }

  .pr--md-7 {
    padding-right: 7px; }

  .pr--md-8 {
    padding-right: 8px; }

  .pr--md-9 {
    padding-right: 9px; }

  .pr--md-10 {
    padding-right: 10px; }

  .pr--md-15 {
    padding-right: 15px; }

  .pr--md-20 {
    padding-right: 20px; }

  .pr--md-25 {
    padding-right: 25px; }

  .pr--md-30 {
    padding-right: 30px; }

  .pr--md-50 {
    padding-right: 50px; }

  .pr--md-75 {
    padding-right: 75px; }

  .pr--md-100 {
    padding-right: 100px; }

  .pr--md-125 {
    padding-right: 125px; }

  .pr--md-150 {
    padding-right: 150px; }

  .pr--md-175 {
    padding-right: 175px; }

  .pr--md-200 {
    padding-right: 200px; }

  .pr--md-225 {
    padding-right: 225px; }

  .pr--md-250 {
    padding-right: 250px; }

  .pr--md-275 {
    padding-right: 275px; }

  .pr--md-300 {
    padding-right: 300px; } }
@media (min-width: 992px) {
  .pr--lg-0 {
    padding-right: 0; }

  .pr--lg-1 {
    padding-right: 1px; }

  .pr--lg-2 {
    padding-right: 2px; }

  .pr--lg-3 {
    padding-right: 3px; }

  .pr--lg-4 {
    padding-right: 4px; }

  .pr--lg-5 {
    padding-right: 5px; }

  .pr--lg-6 {
    padding-right: 6px; }

  .pr--lg-7 {
    padding-right: 7px; }

  .pr--lg-8 {
    padding-right: 8px; }

  .pr--lg-9 {
    padding-right: 9px; }

  .pr--lg-10 {
    padding-right: 10px; }

  .pr--lg-15 {
    padding-right: 15px; }

  .pr--lg-20 {
    padding-right: 20px; }

  .pr--lg-25 {
    padding-right: 25px; }

  .pr--lg-30 {
    padding-right: 30px; }

  .pr--lg-50 {
    padding-right: 50px; }

  .pr--lg-75 {
    padding-right: 75px; }

  .pr--lg-100 {
    padding-right: 100px; }

  .pr--lg-125 {
    padding-right: 125px; }

  .pr--lg-150 {
    padding-right: 150px; }

  .pr--lg-175 {
    padding-right: 175px; }

  .pr--lg-200 {
    padding-right: 200px; }

  .pr--lg-225 {
    padding-right: 225px; }

  .pr--lg-250 {
    padding-right: 250px; }

  .pr--lg-275 {
    padding-right: 275px; }

  .pr--lg-300 {
    padding-right: 300px; } }
@media (min-width: 1200px) {
  .pr--xl-0 {
    padding-right: 0; }

  .pr--xl-1 {
    padding-right: 1px; }

  .pr--xl-2 {
    padding-right: 2px; }

  .pr--xl-3 {
    padding-right: 3px; }

  .pr--xl-4 {
    padding-right: 4px; }

  .pr--xl-5 {
    padding-right: 5px; }

  .pr--xl-6 {
    padding-right: 6px; }

  .pr--xl-7 {
    padding-right: 7px; }

  .pr--xl-8 {
    padding-right: 8px; }

  .pr--xl-9 {
    padding-right: 9px; }

  .pr--xl-10 {
    padding-right: 10px; }

  .pr--xl-15 {
    padding-right: 15px; }

  .pr--xl-20 {
    padding-right: 20px; }

  .pr--xl-25 {
    padding-right: 25px; }

  .pr--xl-30 {
    padding-right: 30px; }

  .pr--xl-50 {
    padding-right: 50px; }

  .pr--xl-75 {
    padding-right: 75px; }

  .pr--xl-100 {
    padding-right: 100px; }

  .pr--xl-125 {
    padding-right: 125px; }

  .pr--xl-150 {
    padding-right: 150px; }

  .pr--xl-175 {
    padding-right: 175px; }

  .pr--xl-200 {
    padding-right: 200px; }

  .pr--xl-225 {
    padding-right: 225px; }

  .pr--xl-250 {
    padding-right: 250px; }

  .pr--xl-275 {
    padding-right: 275px; }

  .pr--xl-300 {
    padding-right: 300px; } }
@media (min-width: 1400px) {
  .pr--xxl-0 {
    padding-right: 0; }

  .pr--xxl-1 {
    padding-right: 1px; }

  .pr--xxl-2 {
    padding-right: 2px; }

  .pr--xxl-3 {
    padding-right: 3px; }

  .pr--xxl-4 {
    padding-right: 4px; }

  .pr--xxl-5 {
    padding-right: 5px; }

  .pr--xxl-6 {
    padding-right: 6px; }

  .pr--xxl-7 {
    padding-right: 7px; }

  .pr--xxl-8 {
    padding-right: 8px; }

  .pr--xxl-9 {
    padding-right: 9px; }

  .pr--xxl-10 {
    padding-right: 10px; }

  .pr--xxl-15 {
    padding-right: 15px; }

  .pr--xxl-20 {
    padding-right: 20px; }

  .pr--xxl-25 {
    padding-right: 25px; }

  .pr--xxl-30 {
    padding-right: 30px; }

  .pr--xxl-50 {
    padding-right: 50px; }

  .pr--xxl-75 {
    padding-right: 75px; }

  .pr--xxl-100 {
    padding-right: 100px; }

  .pr--xxl-125 {
    padding-right: 125px; }

  .pr--xxl-150 {
    padding-right: 150px; }

  .pr--xxl-175 {
    padding-right: 175px; }

  .pr--xxl-200 {
    padding-right: 200px; }

  .pr--xxl-225 {
    padding-right: 225px; }

  .pr--xxl-250 {
    padding-right: 250px; }

  .pr--xxl-275 {
    padding-right: 275px; }

  .pr--xxl-300 {
    padding-right: 300px; } }
.content--regular h1, .content--regular h2 {
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 20px; }
.content--regular h3, .content--regular h4 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 20px; }
.content--regular h5, .content--regular h6 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 20px; }
.content--regular p {
  margin-bottom: 25px; }
  .content--regular p:last-child {
    margin-bottom: 0; }
.content--regular a {
  color: #00B9FF;
  text-decoration: none; }
  .content--regular a:hover {
    text-decoration: underline; }
.content--regular ul, .content--regular ol {
  margin: 0 0 25px 30px; }
.content--regular:last-child {
  margin-bottom: 0; }

.content--page {
  margin-top: 125px; }

.display-flex {
  display: flex; }

.justify-center {
  justify-content: center; }

.show-more {
  color: #00B9FF;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
  .show-more:after {
    content: '';
    left: 0;
    width: 0%;
    position: absolute;
    background-color: #00B9FF;
    height: 1px;
    transition: .3s ease all;
    bottom: 0; }
  .show-more:hover:after {
    width: 100%; }

.objects {
  background: #FFF;
  overflow: hidden;
  position: relative; }
  .objects:before {
    content: '';
    width: 100%;
    height: 50%;
    background-color: #EBF9FF;
    position: absolute;
    top: 60px;
    clip-path: polygon(1px 117px, 100% 81.53%, 100% 100%, 0% 100%); }
  .objects__items {
    position: relative;
    top: 190px;
    min-height: 600px;
    background: #EBF9FF; }
    .objects__items .home-listing {
      margin-top: -210px; }
      .objects__items .home-listing img {
        width: 360px;
        height: 380px;
        object-fit: cover; }
      .objects__items .home-listing-inner {
        background-color: #191917;
        width: 100%;
        height: 141px;
        padding: 25px;
        position: relative;
        top: -80px;
        left: 25px; }
        .objects__items .home-listing-inner a {
          text-decoration: none;
          display: flex;
          flex-direction: column; }
          .objects__items .home-listing-inner a .woning-adres {
            color: white;
            font-size: 20px;
            line-height: 32px; }
          .objects__items .home-listing-inner a .woning-prijs {
            color: white;
            font-weight: bold;
            font-size: 28px;
            line-height: 30px; }
          .objects__items .home-listing-inner a .woning-plaats {
            color: white;
            font-size: 15px;
            line-height: 30px;
            margin-top: 5px; }
        .objects__items .home-listing-inner .home-listing-bookmark {
          background-color: white;
          position: absolute;
          padding: 5px;
          border-radius: 50px;
          height: 32px;
          width: 32px;
          display: flex;
          align-items: center;
          justify-content: center;
          right: 15px;
          bottom: 15px; }
  .objects__subtitle {
    margin-bottom: 80px; }

@media (max-width: 992px) {
  .objects {
    background: #FFF;
    overflow: hidden;
    position: relative; }
    .objects:before {
      content: '';
      display: none;
      width: 100%;
      height: 50%;
      background-color: #EBF9FF;
      position: absolute;
      top: 60px;
      clip-path: polygon(1px 117px, 100% 81.53%, 100% 100%, 0% 100%); }
    .objects__items {
      position: relative;
      top: 0;
      padding-top: 50px;
      min-height: 600px;
      background: #EBF9FF; }
      .objects__items .home-listing {
        margin-top: 0;
        margin-bottom: 25px; }
        .objects__items .home-listing img {
          width: 360px;
          height: 380px;
          object-fit: cover; }
        .objects__items .home-listing-inner {
          background-color: #191917;
          width: 95%;
          height: 141px;
          padding: 25px;
          position: relative;
          top: -80px;
          left: 0px; }
          .objects__items .home-listing-inner a {
            text-decoration: none;
            display: flex;
            flex-direction: column; }
            .objects__items .home-listing-inner a .woning-adres {
              color: white;
              font-size: 20px;
              line-height: 32px; }
            .objects__items .home-listing-inner a .woning-prijs {
              color: white;
              font-weight: bold;
              font-size: 28px;
              line-height: 30px; }
            .objects__items .home-listing-inner a .woning-plaats {
              color: white;
              font-size: 15px;
              line-height: 30px;
              margin-top: 5px; }
          .objects__items .home-listing-inner .home-listing-bookmark {
            background-color: white;
            position: absolute;
            padding: 5px;
            border-radius: 50px;
            height: 32px;
            width: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            right: 15px;
            bottom: 15px; }
    .objects__subtitle {
      margin-bottom: 80px; }

  .show-more {
    top: -50px; } }
.services {
  margin-top: 100px; }
  .services__subtitle {
    margin-bottom: 50px; }
  .services__block {
    height: 100%; }
    .services__block-text {
      height: 100%;
      padding: 15px 20px 15px 30px;
      font-family: 'Bitter', serif;
      font-size: 30px;
      line-height: 50px;
      border-left: 10px solid #B2FFA9; }
  .services--about {
    margin-top: 50px; }
    .services--about .services__title {
      margin-bottom: 30px; }
    .services--about .services__block {
      border-left: 10px solid #B2FFA9;
      padding: 5px 20px;
      height: 100%; }
      .services--about .services__block-title {
        margin-bottom: 5px; }

@media (max-width: 992px) {
  .services {
    margin-top: 50px; }
    .services__block-text {
      height: auto;
      margin-bottom: 25px; }
    .services--about .services__block {
      height: auto;
      margin-bottom: 25px; } }
.review {
  margin-top: 125px; }
  .review__title {
    text-align: center;
    margin-bottom: 50px; }
  .review__item-title {
    font-family: 'Bitter', serif;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 25px; }
  .review__item-subtitle {
    margin-bottom: 25px; }
  .review__item-quote {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: -75px;
    width: 432px;
    height: 422px;
    padding: 0 100px 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='436.26' height='424.974' viewBox='0 0 436.26 424.974'%3E%3Cpath d='M267,1926.937l431.75-42.2-50.237,380.3L477.2,2245.442l-24.616,61.289v-63.8l-154.731-18.588Z' transform='translate(-264.803 -1882.502)' fill='%23cf2830' stroke='%23fff' stroke-width='4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    font-family: 'Bitter', serif;
    font-size: 30px;
    line-height: 50px;
    color: #FFF; }

@media (max-width: 992px) {
  .review {
    margin-top: 50px; }
    .review__title {
      margin-bottom: 30px; }
    .review__item-quote {
      display: none; } }
.cta {
  position: relative;
  margin-top: 75px;
  padding: 225px 0 200px; }
  .cta__content-title {
    margin-bottom: 25px; }
  .cta__content-text {
    margin-bottom: 40px; }
  .cta .button--link {
    margin: 30px 15px 0 50px; }
  .cta:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 75px;
    width: 100%;
    height: 100%;
    background: #EBF9FF;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%); }
  .cta__frame {
    position: relative; }
    .cta__frame-image-left {
      position: absolute;
      left: -90px;
      top: 75px;
      width: 435px;
      height: 388px;
      -webkit-clip-path: polygon(100% 0, 88% 100%, 7% 88%, 0 12%);
      clip-path: polygon(100% 0, 88% 100%, 7% 89%, 0 10%); }
      .cta__frame-image-left img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .cta__frame-image-right {
      position: absolute;
      right: -30px;
      top: -30px;
      width: 398px;
      height: 355px;
      -webkit-clip-path: polygon(100% 0, 88% 100%, 7% 88%, 0 12%);
      clip-path: polygon(100% 0, 88% 100%, 7% 89%, 0 10%); }
      .cta__frame-image-right img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .cta__frame:after {
      content: '';
      position: absolute;
      left: -75px;
      top: 15px;
      z-index: -1;
      width: 575px;
      height: 650px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='657.127' height='641.921' viewBox='0 0 657.127 641.921'%3E%3Cpath d='M267,1948.856l656-64.118-76.33,577.822L586.383,2432.79l-37.4,93.123v-96.939l-235.1-28.242Z' transform='translate(-266.451 -1884.178)' fill='none' stroke='%23cf2830' stroke-width='1'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain; }
    .cta__frame-quote {
      display: flex;
      align-items: center;
      position: absolute;
      right: 15px;
      top: 160px;
      width: 440px;
      height: 422px;
      padding: 0 80px 50px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='436.26' height='424.974' viewBox='0 0 436.26 424.974'%3E%3Cpath d='M267,1926.937l431.75-42.2-50.237,380.3L477.2,2245.442l-24.616,61.289v-63.8l-154.731-18.588Z' transform='translate(-264.803 -1882.502)' fill='%23cf2830' stroke='%23fff' stroke-width='4'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      font-family: 'Bitter', serif;
      font-size: 44px;
      line-height: 50px;
      color: #FFF; }

@media (max-width: 1400px) {
  .cta {
    padding-bottom: 100px; }
    .cta__frame-image-left {
      width: 275px;
      height: 275px;
      left: 45%;
      right: 0;
      margin-left: -137.5px; }
    .cta__frame-image-right {
      width: 275px;
      height: 275px;
      right: 0;
      left: 65%;
      right: 0;
      margin-left: -137.5px; }
    .cta__frame:after {
      width: 360px;
      height: 360px;
      left: 0;
      right: 0;
      margin: auto; }
    .cta__frame-quote {
      width: 300px;
      height: 300px;
      font-size: 24px;
      line-height: 36px; } }
@media (max-width: 992px) {
  .cta {
    top: 50px;
    margin: 0 0 300px;
    padding: 125px 0 100px; }
    .cta:after {
      top: 25px;
      clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%); }
    .cta__frame {
      margin-top: 75px; }
      .cta__frame-quote {
        display: none; }
    .cta .button--link {
      margin: 25px auto 0; } }
@media (max-width: 768px) {
  .cta__frame-image-left {
    width: 250px;
    height: 250px;
    left: 40%;
    margin-left: -145.5px; }
  .cta__frame-image-right {
    width: 250px;
    height: 250px;
    left: 68%; }
  .cta__frame:after {
    width: 100%; } }
.intro {
  margin: 80px 0 75px; }
  .intro__text {
    margin: 15px 0 30px; }
  .intro__image {
    position: relative;
    top: 50px;
    width: 100%;
    height: 500px;
    background: #EBF9FF;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%); }
    .intro__image-holder {
      height: 100%;
      width: 100%;
      margin-bottom: 0; }
      .intro__image-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

@media (max-width: 992px) {
  .intro {
    margin: 50px 0; }
    .intro__image {
      height: 325px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%); } }
/** Home **/
.hero {
  position: relative;
  min-height: 500px;
  padding-top: 80px; }
  .hero:before {
    content: '';
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: 100%;
    background: #B2FFA9;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 78%); }
  .hero__title {
    margin-bottom: 25px; }
  .hero__text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px; }
  .hero__image {
    margin-top: 75px; }

@media (max-width: 992px) {
  .hero {
    padding-top: 50px; }
    .hero:before {
      height: calc(100% + 100px);
      clip-path: polygon(0 0, 100% 0, 100% 86%, 0 78%); }
    .hero .image--frame:before {
      display: none; }
    .hero__image {
      margin-top: 30px; } }
/** Contact **/
.contact {
  margin-top: 80px; }

@media (max-width: 992px) {
  .contact {
    margin-top: 50px; } }
.contact__info-title {
  margin-bottom: 40px; }
.contact__info-contact {
  list-style: none; }
  .contact__info-contact li {
    display: flex;
    margin-bottom: 15px; }
    .contact__info-contact li a {
      color: #191917;
      text-decoration: none; }
      .contact__info-contact li a:hover {
        color: #CF2830; }
    .contact__info-contact li span {
      position: relative;
      display: inline-block;
      width: 30px; }
    .contact__info-contact li:nth-child(2) span {
      top: -2px; }

.contact__form-title {
  margin-bottom: 20px; }

/* About */
.team__title {
  margin-bottom: 10px; }
.team__members {
  margin-top: 50px; }
  .team__members-card {
    position: relative;
    margin-bottom: 125px; }
    .team__members-card-image {
      position: relative;
      width: 100%;
      height: 400px;
      overflow: hidden; }
      .team__members-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .team__members-card-image .actionimage {
        top: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: opacity .3s ease-in-out; }
    .team__members-card.active .actionimage {
      z-index: 1;
      opacity: 1;
      transition: opacity .3s ease-in-out; }
    .team__members-card-info {
      position: absolute;
      right: 0;
      bottom: -75px;
      width: 100%;
      padding: 20px 30px;
      background: #191917;
      z-index: 2; }
      .team__members-card-info-title {
        color: #B2FFA9;
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 7px; }
      .team__members-card-info-position {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #FFF; }
      .team__members-card-info-sep {
        display: inline-block;
        color: #FFF;
        padding: 0 10px; }
      .team__members-card-info a {
        font-size: 16px;
        line-height: 28px;
        color: #FFF;
        text-decoration: none; }
        .team__members-card-info a:hover {
          color: #B2FFA9; }

@media (max-width: 768px) {
  .team__members-card {
    margin-bottom: 90px; }
    .team__members-card-info {
      right: 0; } }
.content--about {
  margin-top: 100px;
  padding: 100px 0 100px;
  background: #EBF9FF;
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%); }
.content__title {
  margin-bottom: 30px; }
.content__block {
  padding: 0 20px 0 30px;
  margin-bottom: 30px; }

@media (max-width: 992px) {
  .content--about {
    margin-top: 50px;
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
    padding-bottom: 50px; }
  .content__block {
    padding: 0; } }
@media (max-width: 768px) {
  .content--about {
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%); } }
.about {
  margin-top: 150px; }
  .about__title {
    margin: 100px 0 20px; }

@media (max-width: 992px) {
  .about {
    margin-top: 50px; }
    .about__title {
      margin-top: 30px; } }
/* Sale */
.blocks {
  margin-top: 50px; }
  .blocks__title {
    margin-bottom: 75px; }
  .blocks__item {
    margin-bottom: 75px;
    display: flex; }
    .blocks__item-number {
      position: relative;
      top: 30px;
      font-size: 120px;
      font-weight: 600;
      color: #FFF;
      text-shadow: -1px -1px 0 #B2FFA9, 1px -1px 0 #B2FFA9, -1px 1px 0 #B2FFA9, 1px 1px 0 #B2FFA9; }
    .blocks__item-title {
      font-size: 30px;
      line-height: 42px; }

@media (max-width: 992px) {
  .blocks {
    margin-top: 100px; }
    .blocks__title {
      margin-bottom: 30px; }
    .blocks__item {
      margin-bottom: 30px; }
      .blocks__item-number {
        font-size: 80px; } }
.content--sale {
  position: relative;
  margin-bottom: 125px; }
  .content--sale:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #B2FFA9;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%); }
  .content--sale ul {
    list-style: none;
    margin-left: 28px; }
    .content--sale ul li {
      text-indent: -28px; }
      .content--sale ul li:before {
        content: '';
        display: inline-block;
        margin-right: 18px;
        position: relative;
        top: 2px;
        width: 8.5px;
        height: 15.5px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.318' height='18.265' viewBox='0 0 10.318 18.265'%3E%3Cpath d='M4947.5,4955.75l4.5,7.25,4-15.5' transform='translate(-4946.65 -4947.25)' fill='none' stroke='%23cf2830' stroke-width='2'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain; }

@media (max-width: 992px) {
  .content--sale {
    margin-bottom: 75px; }
    .content--sale:before {
      clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%); } }
@media (max-width: 768px) {
  .content--sale:before {
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%); } }
/* Buy */
.content--buy {
  margin-top: 125px; }
.content__image-small {
  position: absolute;
  right: -30px;
  bottom: -45px;
  width: 419px;
  height: 374px;
  -webkit-clip-path: polygon(100% 0, 88% 100%, 7% 88%, 0 12%);
  clip-path: polygon(100% 0, 88% 100%, 7% 89%, 0 10%); }
  .content__image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (max-width: 992px) {
  .content__image {
    margin-top: 30px; }
    .content__image-small {
      width: 300px;
      height: 275px;
      right: 30px; } }
@media (max-width: 768px) {
  .content__image-small {
    width: 250px;
    height: 250px;
    right: 15px; } }
/* Outrent */
.content--outrent {
  margin-top: 100px; }

@media (max-width: 992px) {
  .content--outrent {
    margin-top: 50px; } }
.packages__title {
  margin-bottom: 25px; }
.packages__content {
  margin-bottom: 25px; }
.packages__links {
  list-style: none;
  margin-bottom: 25px; }
  .packages__links li {
    margin-bottom: 15px; }
    .packages__links li a {
      color: #191917;
      text-decoration: none; }
      .packages__links li a:hover {
        text-decoration: underline; }
      .packages__links li a span {
        display: inline-block;
        width: 40px; }
.packages__table table {
  width: 100%; }
  .packages__table table th {
    padding: 10px 15px; }
  .packages__table table td {
    padding: 10px 15px;
    background-color: #EAFFE8;
    border: 1px solid #FFF; }
    .packages__table table td.check {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.318' height='18.265' viewBox='0 0 10.318 18.265'%3E%3Cpath d='M4947.5,4955.75l4.5,7.25,4-15.5' transform='translate(-4946.65 -4947.25)' fill='none' stroke='%23cf2830' stroke-width='2'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center; }
  .packages__table table tr td:first-child {
    width: 60%; }
  .packages__table table tr:nth-child(odd) td {
    background-color: #DBFED8; }

@media (max-width: 1400px) {
  .packages__table table th, .packages__table table td {
    font-size: 14px; } }
@media (max-width: 600px) {
  .packages__table {
    width: 100%;
    overflow-x: auto; } }
/* Rent */
.content--rent {
  margin: 100px 0 175px; }
.content__links {
  margin-top: 25px; }

@media (max-width: 992px) {
  .content--rent {
    margin: 50px 0; } }
/* Value */
.usps {
  margin-top: 100px; }
  .usps__text {
    margin-bottom: 30px; }
  .usps__item {
    padding: 0 20px 0 30px;
    margin-bottom: 30px; }
    .usps__item p {
      text-indent: -15px; }
      .usps__item p span {
        display: inline-block;
        width: 10px; }

.content--value {
  margin-top: 100px; }
  .content--value-title {
    text-align: center; }

@media (max-width: 992px) {
  .content--value {
    margin-top: 0; } }
.experts {
  margin: 50px 0 150px;
  padding: 250px 0 100px;
  background: #EBF9FF;
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%); }
  .experts__title {
    margin-bottom: 30px; }
  .experts__content {
    margin-bottom: 30px; }

@media (max-width: 992px) {
  .experts {
    margin-bottom: 75px;
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%); }
    .experts .button--link {
      margin-bottom: 30px; } }
@media (max-width: 768px) {
  .experts {
    padding: 100px 0 50px;
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%); } }
/* Footer
   ========================================================================== */
.footer {
  position: relative;
  padding: 100px 0 75px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 28px;
  background: #FFF; }

.page-template-contact-template .footer {
  margin-top: 0; }

@media (max-width: 992px) {
  .footer {
    padding: 50px 0 15px; } }
.footer__info-logo {
  margin-bottom: 20px; }
.footer__info-social {
  display: flex;
  align-items: center;
  margin-top: 15px; }
  .footer__info-social a {
    text-decoration: none;
    margin-right: 20px;
    color: #191917; }
    .footer__info-social a:hover {
      color: #CF2830; }

.footer__menu {
  margin-top: 37px; }
  .footer__menu ul {
    list-style: none; }
    .footer__menu ul li a {
      position: relative;
      color: #191917;
      text-decoration: none;
      padding-left: 15px; }
      .footer__menu ul li a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        width: 9px;
        height: 7px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.317' height='9.202' viewBox='0 0 5.317 9.202'%3E%3Cpath d='M8.486,0,4.6,3.885.716,0,0,.717l4.6,4.6L9.2.717Z' transform='translate(0 9.202) rotate(-90)' fill='%23161615'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain; }
      .footer__menu ul li a:hover {
        text-decoration: underline; }
        .footer__menu ul li a:hover:before {
          left: 2px; }

.footer__logos {
  margin-top: 40px; }

.footer--socket-right {
  position: absolute;
  bottom: 20px; }
  .footer--socket-right .d-flex {
    justify-content: flex-end; }
    .footer--socket-right .d-flex span {
      margin-right: 15px;
      color: #D5D5D5; }
