html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
div,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}
svg {
    max-height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
div {
    display: block;
}
ul,
ol {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
input,
select {
    vertical-align: middle;
}
button,
input[type="checkbox"] {
    cursor: pointer;
    padding: 0;
}
img {
    max-width: 100%;
    vertical-align: top;
}
input,
button {
    border: 0;
    font-size: 100%;
}
button {
    background: none;
}
small {
    text-align: center;
    display: block;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#hidden-object {
    opacity: 0;
    pointer-events: none;
}
.grecaptcha-badge {
    opacity: 0;
    pointer-events: 0;
}
#protection-screen {
    position: fixed;
    top: 0;
    background: #171a27;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
}
#protection-screen div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
#protection-screen div img {
    max-width: 250px;
}
#protection-screen.hidden {
    display: none;
}
body {
    max-width: 100vw;
    overflow-x: hidden;
    font:
        16px/1.6 "RocGrotesk",
        sans-serif;
    word-wrap: break-word;
    font-weight: 300;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.no-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cc-banner {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.cc-banner span a {
    color: #1f6a9b;
    opacity: 1;
}
.cc-banner span a:hover {
    opacity: 0.7;
}
.cc-banner .cc-compliance a {
    font-weight: 500;
}
.cc-banner .cc-compliance a:hover {
    background: #1f6a9b;
    color: #fff;
}
#header {
    position: relative;
    text-align: center;
}
#header #event-logo {
    position: absolute;
    left: 60px;
    z-index: 5;
    max-width: 250px;
}
#header #event-logo a {
    width: 100%;
}
#header #event-logo a img {
    width: 100%;
}
h1 {
    font-family: "Salvager", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
h2 {
    font-size: 6vw;
    font-family: "Salvager", sans-serif;
    color: #1b718b;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1;
}
h3 {
    font-size: 16px;
    font-family: "RocGrotesk", sans-serif;
    color: #1f6a9b;
    font-weight: 300;
    margin-bottom: 10px;
}
h4 {
    font:
        24px/1.6 "Salvager",
        sans-serif;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
}
h5 {
    font:
        0.85rem/1.6 "Salvager",
        sans-serif;
    margin-bottom: 10px;
    color: #1f2123;
    font-weight: 300;
}
h6 {
    font:
        1.6rem/1.6 "Salvager",
        sans-serif;
    margin-bottom: 10px;
    color: #727084;
    font-weight: 400;
}
p {
    font-size: 16px;
    font-family: "RocGrotesk", sans-serif;
    word-wrap: break-word;
    font-weight: 300;
    color: #727084;
    font-weight: 300;
    line-height: 1.7;
}
p.white-txt {
    color: #fff;
}
p strong {
    font-family: "RocGrotesk", sans-serif;
    font-weight: 400;
}
.gold {
    color: #1f6a9b;
    font-weight: 500;
}
select option {
    color: #727084;
}
.push-up {
    margin-top: 20px;
}
a {
    transition: 0.3s ease;
}
a:before {
    transition: 0.3s ease;
}
.date-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.date-container ul {
    display: flex;
    flex-direction: row;
    margin: 10px 0 0 0;
}
.date-container ul li {
    margin-right: 20px;
    margin-bottom: 0;
}
.date-container ul li:last-child {
    margin-right: 0;
}
.date-container ul li h3 {
    margin-bottom: 0;
    width: 100%;
    display: flex;
}
.date-container ul li h3 p {
    display: flex;
    margin-left: 5px;
    margin-bottom: 0 !important;
}
.tagged {
    background: #1f6a9b;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.tagged h3 {
    font:
        14px "RocGrotesk",
        sans-serif;
    color: #fff;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.icon {
    display: inline-block;
    margin-bottom: 15px;
}
.simple-link {
    margin-left: 40px;
}
.simple-link a {
    font:
        16px/2 "RocGrotesk",
        sans-serif;
    font-weight: 400;
    letter-spacing: 0.86px;
    color: #727084;
    text-transform: uppercase;
}
.simple-link a:hover {
    color: #1f6a9b;
}
.appointment-btn a {
    color: #1f6a9b;
    border-color: 1px solid #1f6a9b;
    padding: 23px 25px;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.appointment-btn a:hover {
    background: #1f6a9b;
    color: #fff;
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
}
.btn_asset {
    color: #1f6a9b;
    border: 1px solid #1f6a9b;
    padding: 23px 35px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
    transition: 0.3s ease-in-out;
}
.btn_asset.close-btn {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}
.btn_asset:hover {
    background: #1f6a9b;
    color: #fff;
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
    transition: 0.3s ease-in-out;
}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}
.hide {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    display: none;
}
.disguise {
    opacity: 0;
    display: none !important;
}
.show {
    opacity: 1;
    pointer-events: auto;
}
.mask {
    opacity: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    border: none;
}
.container_md {
    width: 768px;
}
.container_sm {
    width: 540px;
    margin: 0 auto;
}
.container_lg {
    width: 960px;
    margin: 0 auto;
}
.container_lgplus {
    width: 90%;
    margin: 0 auto;
}
.wide {
    width: 100%;
    display: inline-block;
}
.align-right {
    text-align: right;
}
.popcorn {
    position: fixed;
    opacity: 0;
    pointer-events: none;
}
.sent_msg {
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
}
.sent_msg_black {
    margin-top: 30px;
    color: #69ab10 !important;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
}
.btn-section {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.btn-section .appointment-btn,
.btn-section .simple-link {
    display: flex;
}
.properties .header-bg,
.about .header-bg,
.methods .header-bg,
.inspection_flight .header-bg,
.pack_information .header-bg,
.infodays .header-bg,
.media .header-bg,
.news .header-bg,
.contact .header-bg,
.single-news .header-bg,
.huizenjagers_buitenland .header-bg,
.jobs .header-bg,
.exhibition .header-bg,
.investor .header-bg {
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.properties .header-bg:before,
.about .header-bg:before,
.methods .header-bg:before,
.inspection_flight .header-bg:before,
.pack_information .header-bg:before,
.infodays .header-bg:before,
.media .header-bg:before,
.news .header-bg:before,
.contact .header-bg:before,
.single-news .header-bg:before,
.huizenjagers_buitenland .header-bg:before,
.jobs .header-bg:before,
.exhibition .header-bg:before,
.investor .header-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(2, 2, 2, 0.3) 60%, rgba(2, 2, 2, 0.3) 90%);
    height: 100%;
    width: 100%;
}
.properties .header-bg .headings,
.about .header-bg .headings,
.methods .header-bg .headings,
.inspection_flight .header-bg .headings,
.pack_information .header-bg .headings,
.infodays .header-bg .headings,
.media .header-bg .headings,
.news .header-bg .headings,
.contact .header-bg .headings,
.single-news .header-bg .headings,
.huizenjagers_buitenland .header-bg .headings,
.jobs .header-bg .headings,
.exhibition .header-bg .headings,
.investor .header-bg .headings {
    position: relative;
    left: 0;
    width: 100%;
}
.properties .header-bg .headings h1,
.about .header-bg .headings h1,
.methods .header-bg .headings h1,
.inspection_flight .header-bg .headings h1,
.pack_information .header-bg .headings h1,
.infodays .header-bg .headings h1,
.media .header-bg .headings h1,
.news .header-bg .headings h1,
.contact .header-bg .headings h1,
.single-news .header-bg .headings h1,
.huizenjagers_buitenland .header-bg .headings h1,
.jobs .header-bg .headings h1,
.exhibition .header-bg .headings h1,
.investor .header-bg .headings h1 {
    color: #fff;
    font-size: 5vw;
    line-height: 75px;
    font-weight: 300;
}
.properties .header-bg .headings h2,
.about .header-bg .headings h2,
.methods .header-bg .headings h2,
.inspection_flight .header-bg .headings h2,
.pack_information .header-bg .headings h2,
.infodays .header-bg .headings h2,
.media .header-bg .headings h2,
.news .header-bg .headings h2,
.contact .header-bg .headings h2,
.single-news .header-bg .headings h2,
.huizenjagers_buitenland .header-bg .headings h2,
.jobs .header-bg .headings h2,
.exhibition .header-bg .headings h2,
.investor .header-bg .headings h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
}
.owl-carousel {
    margin-bottom: 30px;
}
.owl-carousel .owl-dots {
    display: none;
}
#carousel {
    position: relative;
    display: flex;
    flex-direction: column;
}
#carousel .btn_asset {
    margin: 0 auto;
}
#carousel .carousel-btn {
    text-align: center;
}
#carousel .owl-item {
    margin: 10px 10px 10px 0;
}
#carousel .owl-item .item {
    box-shadow: 0 0 9px rgba(2, 2, 2, 0.2);
}
#carousel .owl-item .item.bestdeal-carousel {
    box-shadow: none;
}
#carousel .owl-item .item.bestdeal-carousel #slide-img > a {
    box-shadow: 0 0 9px rgba(2, 2, 2, 0.2);
}
#carousel .owl-item .item.bestdeal-carousel #slide-img > a:hover {
    box-shadow: 0 5px 20px rgba(2, 2, 2, 0.2);
}
#carousel .owl-item .item .carousel-content {
    width: 100%;
}
#carousel .owl-item .item .carousel-content #slide-img {
    margin-bottom: 40px;
}
#carousel .owl-item .item .carousel-content #slide-img a {
    border-radius: 5px;
    overflow: hidden;
    display: block;
}
#carousel .owl-item .item .carousel-content #slide-img a .img-property {
    height: 400px;
    position: relative;
}
#carousel .owl-item .item .carousel-content #slide-img a .img-property img {
    position: absolute;
    width: 120%;
    left: -10%;
    max-width: inherit;
}
#carousel .owl-item .item .carousel-content .property-reference p {
    font-size: 16px;
}
#carousel .owl-item .item .carousel-content .carousel-description {
    width: 80%;
    float: left;
}
#carousel .owl-item .item .carousel-content .carousel-description .property-name h2 {
    font-size: 22px;
    color: #4a4a4a;
    line-height: 1.3;
    text-transform: initial;
}
#carousel .owl-item .item .carousel-content .carousel-description .property-name ul {
    display: flex;
    flex-direction: row;
}
#carousel .owl-item .item .carousel-content .carousel-description .property-name ul li {
    padding: 0 15px;
    border-right: 1px solid #e4d1c0;
    font-family: "RocGrotesk", sans-serif;
    font-size: 16px;
    color: #727084;
}
#carousel .owl-item .item .carousel-content .carousel-description .property-name ul li:first-child {
    padding-left: 0;
}
#carousel .owl-item .item .carousel-content .carousel-description .property-name ul li:last-child {
    border-right: 0;
}
#carousel .owl-item .item .carousel-content .carousel-description .property-description p {
    line-height: 1.6;
    max-height: inherit;
}
#carousel .owl-item .item .carousel-content .carousel-infos {
    float: right;
    width: 20%;
    margin-top: 20px;
}
#carousel .owl-item .item .carousel-content .carousel-infos span {
    margin-bottom: 20px;
    color: #1f6a9b;
    font-family: "Salvager", sans-serif;
    font-weight: 400;
    font-size: 30px;
}
#carousel .owl-item .item .carousel-content .btn_asset {
    position: relative;
    opacity: 0;
    pointer-events: none;
    margin-top: -50px;
    margin-right: 20px;
    float: right;
    display: flex;
    z-index: 3;
    transition: 0.3s ease;
    color: #fff;
    box-shadow: 0 2px 8px rgba(189, 111, 71, 0.6);
    background: #1f6a9b;
    border: 0;
    border-radius: 5px;
}
#carousel .owl-item.center .item .carousel-content .btn_asset {
    margin-top: -80px;
    opacity: 1;
    pointer-events: initial;
}
#carousel .owl-item.center .item .carousel-content .btn_asset:hover {
    margin-top: -85px;
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
}
#carousel .owl-nav i:before {
    content: "";
    background: url(../img/svg/arrow-copper.svg) no-repeat center;
    background-size: cover;
    width: 12.5px;
    height: 7.5px;
    display: flex;
    z-index: 8;
    transform: rotate(90deg);
    opacity: 0.4;
    transition: 0.3s ease-in-out;
}
#carousel .owl-nav i:hover:before {
    opacity: 1;
    transition: 0.3s ease-in-out;
}
#carousel .owl-nav .owl-next,
#carousel .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
}
#carousel .owl-nav .owl-next {
    transform: rotate(-180deg);
}
#carousel .location-office {
    display: flex;
    flex-direction: column;
    width: 230px;
    margin: -45px auto 0 auto;
}
#carousel .location-office .title-office {
    position: relative;
    text-align: center;
    display: inline-block;
    background: #1f6a9b;
    padding: 20px 40px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
    z-index: 8;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#carousel .location-office a {
    position: relative;
    text-align: center;
    display: inline-block;
    color: #727084;
    font-weight: 500;
}
#carousel .location-office a:before {
    content: "";
    background: url(../img/svg/arrow-direction.svg) no-repeat center;
    background-size: cover;
    width: 15px;
    height: 10px;
    display: inline-block;
    pointer-events: none;
    margin-right: 5px;
}
#carousel .location-office a:hover {
    color: #1f6a9b;
}
#carousel .special-title {
    display: inline-block;
    width: 100%;
    margin-left: 50px;
}
#next-event {
    position: relative;
    z-index: 3;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 50px;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.1);
    margin-left: 50px;
    width: 40%;
}
#next-event #next-event-content {
    width: 100%;
}
#next-event #next-event-content h2 {
    width: 100%;
    font-size: 25px;
    margin: 20px 0 10px 0;
    text-transform: initial;
    word-spacing: -4px;
    color: #1b718b;
}
#next-event #next-event-content p {
    font-size: 16px;
}
#next-event #next-event-content ul {
    display: flex;
    flex-direction: row;
}
#next-event #next-event-content ul li {
    margin-right: 20px;
}
#next-event #next-event-content ul li h3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
#next-event #next-event-content ul li h3 p {
    margin: 0 0 0 5px;
    font-size: 16px;
    line-height: inherit;
}
#next-event #next-event-content h4 {
    color: #777;
    font-size: 16px;
    opacity: 0.3;
    letter-spacing: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
#next-event #next-event-content > p {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
#next-event #next-event-content .address {
    margin-top: 15px;
    display: flex;
    align-items: center;
    color: #1f6a9b;
}
#next-event #next-event-content .address img {
    width: 15px;
    margin-right: 5px;
}
#next-event #next-event-content .btn-section {
    margin-top: 30px;
}
#next-event #next-event-content .btn-section a {
    margin-top: 0;
}
#next-event #next-event-dates {
    display: flex;
    margin: 0 auto;
    width: 40%;
    flex-direction: column;
}
#next-event #next-event-dates > h2 {
    color: #777;
    position: absolute;
    right: -20px;
    top: 46%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 16px;
    opacity: 0.3;
    letter-spacing: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
#next-event #next-event-dates ul li a {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}
#next-event #next-event-dates ul li a h2 {
    text-transform: inherit;
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 5px;
}
#next-event #next-event-dates ul li a h3 {
    margin-bottom: 0;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#next-event #next-event-dates ul li a h3 p {
    margin-left: 5px;
}
#next-event #next-event-dates ul li a > p {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
#next-event #next-event-dates ul li a > p img {
    width: 18px;
    margin-right: 5px;
}
#next-event #next-event-dates ul li:first-child a {
    padding-top: 0;
}
#next-event #next-event-dates ul li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}
#news-module {
    margin: 100px 8%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
#news-module > div {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#news-module .news-list {
    position: relative;
}
#news-module .news-list > h2 {
    font-size: 3vw;
    color: #b0afb9;
    opacity: 0.25;
    position: absolute;
    left: -14%;
    transform: rotate(-90deg);
}
#news-module .news-list h3 {
    color: #b0afb9;
}
#news-module .news-list ul {
    display: flex;
    flex-direction: row;
    margin: 30px 0;
}
#news-module .news-list ul li {
    display: flex;
    align-items: stretch;
}
#news-module .news-list ul li a {
    display: inline-block;
    padding: 30px;
    width: 100%;
    border-right: 1px solid rgba(228, 209, 192, 0.25);
}
#news-module .news-list ul li a:hover {
    background: #fdfbf7;
}
#news-module .news-list ul li a h2 {
    font-family: "RocGrotesk", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 80%;
    color: #1f6a9b;
    word-spacing: initial;
    margin-bottom: 5px;
}
#news-module .news-list ul li:last-child a {
    border-right: 0;
}
#upcoming-events {
    margin: 100px 10%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
#upcoming-events > div {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#upcoming-events h2 {
    font-size: 40px;
}
#upcoming-events .news-title {
    padding: 0;
}
#upcoming-events .news-list ul li div {
    display: inline-block;
    padding: 30px 0;
    border-bottom: 1px solid #f4f4f4;
}
#upcoming-events .news-list ul li div h2 {
    text-transform: initial;
    font-size: 25px;
    font-family: "Salvager", sans-serif;
    font-weight: 400;
}
#upcoming-events .news-list ul li:last-child div {
    border-bottom: 0;
}
#inspection_flight_section {
    background: #fdfbf7;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 10%;
    margin-top: 325px;
}
#inspection_flight_section .ifs_video {
    width: 100%;
    margin-top: -225px;
    position: relative;
}
#inspection_flight_section .ifs_video iframe {
    position: relative;
    width: 100%;
    height: 40vw;
    border-radius: 5px;
    box-shadow: 0 1px 30px rgba(2, 2, 2, 0.2);
    z-index: 2;
}
#inspection_flight_section .ifs_content {
    margin: 100px 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#inspection_flight_section .ifs_content div {
    width: 50%;
}
#inspection_flight_section .ifs_content div h2 {
    font-size: 50px;
}
#inspection_flight_section .ifs_content div h3 {
    margin-bottom: 0;
}
#inspection_flight_section .ifs_content div:last-child {
    text-align: center;
}
#contact-form {
    text-align: center;
    background: #fffbf8;
    background: linear-gradient(180deg, #fff, #fffbf8);
    padding: 100px 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#contact-form .contact-form-container {
    width: 55%;
}
#contact-form .contact-form-container form {
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
}
#contact-form .contact-form-container form input,
#contact-form .contact-form-container form textarea,
#contact-form .contact-form-container form select {
    width: calc(100% - 50px);
    padding: 25px;
    background: rgba(228, 209, 192, 0.15);
    border: none;
    border-radius: 5px;
    color: #727084;
    appearance: none;
    -webkit-appearance: none;
    resize: none;
    outline: none;
    border-radius: 0;
    max-width: 100%;
    font-size: 15px;
    z-index: 1;
    font-family: "RocGrotesk", sans-serif;
}
#contact-form .contact-form-container form select {
    width: 100%;
}
#contact-form .contact-form-container form .select-element {
    position: relative;
}
#contact-form .contact-form-container form .select-element:before {
    content: "";
    position: absolute;
    background: url(../img/svg/arrow-copper.svg) no-repeat center;
    background-size: cover;
    width: 12.5px;
    height: 7.5px;
    display: inline-block;
    right: 15px;
    top: 28px;
    transform: rotate(360deg);
    pointer-events: none;
}
#contact-form .contact-form-container form textarea {
    max-height: 100px;
    height: 100px;
    font:
        16px/1.6 "RocGrotesk",
        sans-serif;
}
#contact-form .contact-form-container form input::-webkit-input-placeholder,
#contact-form .contact-form-container form textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: 0.3s ease;
}
#contact-form .contact-form-container form input:hover::-webkit-input-placeholder,
#contact-form .contact-form-container form textarea:hover::-webkit-input-placeholder {
    opacity: 0.5;
    transition: 0.3s ease;
}
#contact-form .contact-form-container form input:focus::-webkit-input-placeholder,
#contact-form .contact-form-container form textarea:focus::-webkit-input-placeholder {
    opacity: 0.2;
    transition: 0.3s ease;
}
#contact-form .contact-form-container form .abs-label {
    position: relative;
}
#contact-form .contact-form-container form .abs-label.abs-label-white {
    margin-top: 40px;
}
#contact-form .contact-form-container form .abs-label.abs-label-white label {
    opacity: 1;
    color: #1f6a9b;
}
#contact-form .contact-form-container form .abs-label label {
    position: absolute;
    opacity: 0.3;
    font-size: 15px;
    top: 11px;
    color: #fff;
    font-weight: 400;
    pointer-events: none;
}
#contact-form .contact-form-container form .abs-label select {
    padding-right: 30px;
    direction: rtl;
    text-align: left;
}
#contact-form .contact-form-container form .half-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#contact-form .contact-form-container form .half-column span {
    width: 50%;
    margin-right: 20px;
    display: flex;
}
#contact-form .contact-form-container form .half-column span:nth-of-type(2) {
    margin-right: 0;
}
#contact-form .contact-form-container form .third-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#contact-form .contact-form-container form .third-column span {
    width: 30%;
}
#contact-form .contact-form-container form input,
#contact-form .contact-form-container form select {
    margin-bottom: 30px;
}
#contact-form .contact-form-container form textarea {
    width: initial;
}
#contact-form .contact-form-container form input[type="submit"] {
    cursor: pointer;
    background: #1f6a9b;
    width: 100%;
    color: #fff;
    padding: 30px 0;
    margin: 30px 0 0 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    transition: 0.3s ease;
}
#contact-form .contact-form-container form input[type="submit"]:hover {
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
}
#contact-form .contact-form-txt {
    text-align: left;
    margin: 0 4.5%;
    width: 45%;
}
#contact-form .contact-form-txt > h2 {
    font-size: 5vw;
}
#contact-form .contact-form-txt p {
    width: 100%;
    margin-bottom: 10px;
}
#contact-form .checkbox,
#contact-form #call-popup #contact-form-callback .checkbox,
#call-popup #contact-form-callback #contact-form .checkbox,
#contact-form .contact #contact-section .checkbox,
.contact #contact-section #contact-form .checkbox,
#contact-form .pack_information #guide_request .guide_form form .checkbox,
.pack_information #guide_request .guide_form form #contact-form .checkbox,
#contact-form #detail-property #detail-property-sidebar form .checkbox,
#detail-property #detail-property-sidebar form #contact-form .checkbox,
#contact-form .exhibition #free_tickets #free_tickets-form form .checkbox,
.exhibition #free_tickets #free_tickets-form form #contact-form .checkbox,
#contact-form .investor #content #investor-form > div .checkbox,
.investor #content #investor-form > div #contact-form .checkbox {
    position: relative;
    cursor: pointer;
    margin-top: 30px;
}
#contact-form .checkbox::selection,
#contact-form #call-popup #contact-form-callback .checkbox::selection,
#call-popup #contact-form-callback #contact-form .checkbox::selection,
#contact-form .contact #contact-section .checkbox::selection,
.contact #contact-section #contact-form .checkbox::selection,
#contact-form .pack_information #guide_request .guide_form form .checkbox::selection,
.pack_information #guide_request .guide_form form #contact-form .checkbox::selection,
#contact-form #detail-property #detail-property-sidebar form .checkbox::selection,
#detail-property #detail-property-sidebar form #contact-form .checkbox::selection,
#contact-form .exhibition #free_tickets #free_tickets-form form .checkbox::selection,
.exhibition #free_tickets #free_tickets-form form #contact-form .checkbox::selection,
#contact-form .investor #content #investor-form > div .checkbox::selection,
.investor #content #investor-form > div #contact-form .checkbox::selection {
    background: transparent;
}
#contact-form .checkbox input + span,
#contact-form #call-popup #contact-form-callback .checkbox input + span,
#call-popup #contact-form-callback #contact-form .checkbox input + span,
#contact-form .contact #contact-section .checkbox input + span,
.contact #contact-section #contact-form .checkbox input + span,
#contact-form .pack_information #guide_request .guide_form form .checkbox input + span,
.pack_information #guide_request .guide_form form #contact-form .checkbox input + span,
#contact-form #detail-property #detail-property-sidebar form .checkbox input + span,
#detail-property #detail-property-sidebar form #contact-form .checkbox input + span,
#contact-form .exhibition #free_tickets #free_tickets-form form .checkbox input + span,
.exhibition #free_tickets #free_tickets-form form #contact-form .checkbox input + span,
#contact-form .investor #content #investor-form > div .checkbox input + span,
.investor #content #investor-form > div #contact-form .checkbox input + span {
    position: relative;
    z-index: 1;
    border: 1px solid #1f6a9b;
    content: "";
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
#contact-form .checkbox input + span::after,
#contact-form #call-popup #contact-form-callback .checkbox input + span::after,
#call-popup #contact-form-callback #contact-form .checkbox input + span::after,
#contact-form .contact #contact-section .checkbox input + span::after,
.contact #contact-section #contact-form .checkbox input + span::after,
#contact-form .pack_information #guide_request .guide_form form .checkbox input + span::after,
.pack_information #guide_request .guide_form form #contact-form .checkbox input + span::after,
#contact-form #detail-property #detail-property-sidebar form .checkbox input + span::after,
#detail-property #detail-property-sidebar form #contact-form .checkbox input + span::after,
#contact-form .exhibition #free_tickets #free_tickets-form form .checkbox input + span::after,
.exhibition #free_tickets #free_tickets-form form #contact-form .checkbox input + span::after,
#contact-form .investor #content #investor-form > div .checkbox input + span::after,
.investor #content #investor-form > div #contact-form .checkbox input + span::after {
    content: "";
    display: block;
    transform: scale(0);
    transition: transform 0.2s;
}
#contact-form .checkbox input:active + span,
#contact-form #call-popup #contact-form-callback .checkbox input:active + span,
#call-popup #contact-form-callback #contact-form .checkbox input:active + span,
#contact-form .contact #contact-section .checkbox input:active + span,
.contact #contact-section #contact-form .checkbox input:active + span,
#contact-form .pack_information #guide_request .guide_form form .checkbox input:active + span,
.pack_information #guide_request .guide_form form #contact-form .checkbox input:active + span,
#contact-form #detail-property #detail-property-sidebar form .checkbox input:active + span,
#detail-property #detail-property-sidebar form #contact-form .checkbox input:active + span,
#contact-form .exhibition #free_tickets #free_tickets-form form .checkbox input:active + span,
.exhibition #free_tickets #free_tickets-form form #contact-form .checkbox input:active + span,
#contact-form .investor #content #investor-form > div .checkbox input:active + span,
.investor #content #investor-form > div #contact-form .checkbox input:active + span {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
#contact-form .checkbox input:checked + span::after,
#contact-form #call-popup #contact-form-callback .checkbox input:checked + span::after,
#call-popup #contact-form-callback #contact-form .checkbox input:checked + span::after,
#contact-form .contact #contact-section .checkbox input:checked + span::after,
.contact #contact-section #contact-form .checkbox input:checked + span::after,
#contact-form .pack_information #guide_request .guide_form form .checkbox input:checked + span::after,
.pack_information #guide_request .guide_form form #contact-form .checkbox input:checked + span::after,
#contact-form #detail-property #detail-property-sidebar form .checkbox input:checked + span::after,
#detail-property #detail-property-sidebar form #contact-form .checkbox input:checked + span::after,
#contact-form .exhibition #free_tickets #free_tickets-form form .checkbox input:checked + span::after,
.exhibition #free_tickets #free_tickets-form form #contact-form .checkbox input:checked + span::after,
#contact-form .investor #content #investor-form > div .checkbox input:checked + span::after,
.investor #content #investor-form > div #contact-form .checkbox input:checked + span::after {
    transform: scale(1);
}
#contact-form .checkbox input,
#contact-form #call-popup #contact-form-callback .checkbox input,
#call-popup #contact-form-callback #contact-form .checkbox input,
#contact-form .contact #contact-section .checkbox input,
.contact #contact-section #contact-form .checkbox input,
#contact-form .pack_information #guide_request .guide_form form .checkbox input,
.pack_information #guide_request .guide_form form #contact-form .checkbox input,
#contact-form #detail-property #detail-property-sidebar form .checkbox input,
#detail-property #detail-property-sidebar form #contact-form .checkbox input,
#contact-form .exhibition #free_tickets #free_tickets-form form .checkbox input,
.exhibition #free_tickets #free_tickets-form form #contact-form .checkbox input,
#contact-form .investor #content #investor-form > div .checkbox input,
.investor #content #investor-form > div #contact-form .checkbox input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
label{
    font-weight:normal;
}
#contact-form .checkbox {
    font-size: 15px;
    color: #727084;
    font-weight: 300;
}
#contact-form .checkbox a {
    color: #1f6a9b;
    margin-left: 3px;
    position: relative;
    z-index: 2;
}
#contact-form .checkbox input + span {
    border-radius: 50%;
}
#contact-form .checkbox input + span::after {
    background: url(../img/web/check.svg) no-repeat center;
    background-size: 60%;
    width: 100%;
    height: 100%;
}
#whatsapp {
    z-index: 10;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    transition: 0.3s ease;
    transition-delay: 350ms;
}
#whatsapp:hover .whatsapp-btn {
    width: 55px;
    height: 55px;
    transition: 0.3s ease;
}
#whatsapp .whatsapp-btn {
    background: url("../img/svg/whatsapp.svg") no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s ease;
}
#whatsapp .whatsapp-btn.mobile-view {
    display: none;
}
#whatsapp #whatsapp-box {
    position: fixed;
    right: 30px;
    bottom: 110px;
    background: #fff;
    padding: 30px;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}
#whatsapp #whatsapp-box:after {
    content: "";
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    right: 20px;
    bottom: -10px;
    z-index: 2;
    transition: background 0s ease;
}
#whatsapp #whatsapp-box.box-active {
    opacity: 1;
    pointer-events: initial;
    transition: 0.3s ease;
}
#whatsapp #whatsapp-box h4 {
    font-size: 25px;
    font-weight: 300;
    color: #1f6a9b;
}
#whatsapp #whatsapp-box h5 {
    font-size: 16px;
    font-family: "RocGrotesk", sans-serif;
}
#whatsapp #whatsapp-box p {
    color: #727084;
    margin-bottom: 20px;
}
#whatsapp #whatsapp-box a {
    position: relative;
    display: inline-block;
    background: #1f6a9b;
    padding: 15px 15px;
    border-radius: 2px;
    z-index: 3;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    text-align: center;
    transition: 0.3s ease;
}
#whatsapp #whatsapp-box a:hover {
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
    transition: 0.3s ease;
}
#cookies .header-bg,
#privacy .header-bg,
#terms .header-bg {
    height: 750px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url("../img/web/texture.svg.html");
}
#cookies .header-bg .headings,
#privacy .header-bg .headings,
#terms .header-bg .headings {
    position: relative;
    left: 0;
    width: 100%;
}
#cookies .header-bg .headings h1,
#privacy .header-bg .headings h1,
#terms .header-bg .headings h1 {
    color: #fff;
    font-size: 65px;
    line-height: 75px;
    padding: 0 20px;
}
#cookies .header-bg .headings h2,
#privacy .header-bg .headings h2,
#terms .header-bg .headings h2 {
    color: #1f6a9b;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
    padding: 0 20px;
}
#cookies #content-container,
#privacy #content-container,
#terms #content-container {
    margin: 100px auto;
    width: 80%;
    max-width: 900px;
}
#cookies #content-container div,
#privacy #content-container div,
#terms #content-container div {
    margin-bottom: 80px;
}
#cookies #content-container div h2,
#privacy #content-container div h2,
#terms #content-container div h2 {
    letter-spacing: 0;
    font-size: 20px;
}
#cookies #content-container div > p,
#privacy #content-container div > p,
#terms #content-container div > p {
    margin-bottom: 20px;
    letter-spacing: 0;
}
#cookies #content-container div ul,
#privacy #content-container div ul,
#terms #content-container div ul {
    margin: 15px 0 50px 15px;
}
#cookies #content-container div ul li,
#privacy #content-container div ul li,
#terms #content-container div ul li {
    color: #727084;
    margin-bottom: 10px;
}
#cookies #content-container div ul li p,
#privacy #content-container div ul li p,
#terms #content-container div ul li p {
    letter-spacing: 0;
}
#cookies #content-container div ul li p:before,
#privacy #content-container div ul li p:before,
#terms #content-container div ul li p:before {
    content: "-";
    color: #1f6a9b;
    margin-right: 5px;
}
#cookies #content-container div a,
#privacy #content-container div a,
#terms #content-container div a {
    color: #1f6a9b;
    font-weight: 400;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.container {
    margin: 0 auto;
    width: 80%;
}
.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.row.reverse {
    flex-direction: row-reverse;
}
.row.no-margin {
    margin-left: 0;
    margin-right: 0;
}
.col.reverse {
    flex-direction: column-reverse;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 0 20px;
}
.col.no-gutter,
.col-1.no-gutter,
.col-2.no-gutter,
.col-3.no-gutter,
.col-4.no-gutter,
.col-5.no-gutter,
.col-6.no-gutter,
.col-7.no-gutter,
.col-8.no-gutter,
.col-9.no-gutter,
.col-10.no-gutter,
.col-11.no-gutter,
.col-12.no-gutter,
.col-offset-0.no-gutter,
.col-offset-1.no-gutter,
.col-offset-2.no-gutter,
.col-offset-3.no-gutter,
.col-offset-4.no-gutter,
.col-offset-5.no-gutter,
.col-offset-6.no-gutter,
.col-offset-7.no-gutter,
.col-offset-8.no-gutter,
.col-offset-9.no-gutter,
.col-offset-10.no-gutter,
.col-offset-11.no-gutter,
.col-offset-12.no-gutter {
    padding: 0;
}
.col {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}
.col-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}
.col-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}
.col-3 {
    flex-basis: 25%;
    max-width: 25%;
}
.col-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}
.col-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}
.col-6 {
    flex-basis: 50%;
    max-width: 50%;
}
.col-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}
.col-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}
.col-9 {
    flex-basis: 75%;
    max-width: 75%;
}
.col-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}
.col-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}
.col-12 {
    flex-basis: 100%;
    max-width: 100%;
}
.col-offset-0 {
    margin-left: 0;
}
.col-offset-1 {
    margin-left: 8.33333333%;
}
.col-offset-2 {
    margin-left: 16.66666667%;
}
.col-offset-3 {
    margin-left: 25%;
}
.col-offset-4 {
    margin-left: 33.33333333%;
}
.col-offset-5 {
    margin-left: 41.66666667%;
}
.col-offset-6 {
    margin-left: 50%;
}
.col-offset-7 {
    margin-left: 58.33333333%;
}
.col-offset-8 {
    margin-left: 66.66666667%;
}
.col-offset-9 {
    margin-left: 75%;
}
.col-offset-10 {
    margin-left: 83.33333333%;
}
.col-offset-11 {
    margin-left: 91.66666667%;
}
.start {
    justify-content: flex-start;
    text-align: start;
}
.center {
    justify-content: center;
}
.end-col {
    justify-content: flex-end;
    text-align: end;
}
.top-col {
    align-items: flex-start;
}
.middle-col {
    align-items: center;
}
.bottom-col {
    align-items: flex-end;
}
.around-col {
    justify-content: space-around;
}
.between-col {
    justify-content: space-between;
}
.first-col {
    order: -1;
}
.last-col {
    order: 1;
}
@media (max-width: 960px) {
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding: 0 20px;
    }
    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-lg {
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        justify-content: center;
    }
    .end-lg {
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        align-items: flex-start;
    }
    .middle-lg {
        align-items: center;
    }
    .bottom-lg {
        align-items: flex-end;
    }
    .around-lg {
        justify-content: space-around;
    }
    .between-lg {
        justify-content: space-between;
    }
    .first-lg {
        order: -1;
    }
    .last-lg {
        order: 1;
    }
}
@media (max-width: 768px) {
    .container {
        width: 95%;
    }
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding: 0 20px/1.5;
    }
    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-md {
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        justify-content: center;
    }
    .end-md {
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        align-items: flex-start;
    }
    .middle-md {
        align-items: center;
    }
    .bottom-md {
        align-items: flex-end;
    }
    .around-md {
        justify-content: space-around;
    }
    .between-md {
        justify-content: space-between;
    }
    .first-md {
        order: -1;
    }
    .last-md {
        order: 1;
    }
}
@media (540px) {
    .container {
        width: 98%;
    }
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding: 0 20px/2;
    }
    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-sm {
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        justify-content: center;
    }
    .end-sm {
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        align-items: flex-start;
    }
    .middle-sm {
        align-items: center;
    }
    .bottom-sm {
        align-items: flex-end;
    }
    .around-sm {
        justify-content: space-around;
    }
    .between-sm {
        justify-content: space-between;
    }
    .first-sm {
        order: -1;
    }
    .last-sm {
        order: 1;
    }
}
@media (max-width: 320px) {
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-offset-0,
    .col-xs-offset-1,
    .col-xs-offset-2,
    .col-xs-offset-3,
    .col-xs-offset-4,
    .col-xs-offset-5,
    .col-xs-offset-6,
    .col-xs-offset-7,
    .col-xs-offset-8,
    .col-xs-offset-9,
    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding: 0 20px;
    }
    .col-xs {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-xs-1 {
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xs-2 {
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xs-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xs-5 {
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xs-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xs-8 {
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xs-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xs-11 {
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xs-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-xs-offset-0 {
        margin-left: 0;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-xs {
        justify-content: flex-start;
        text-align: start;
    }
    .center-xs {
        justify-content: center;
    }
    .end-xs {
        justify-content: flex-end;
        text-align: end;
    }
    .top-xs {
        align-items: flex-start;
    }
    .middle-xs {
        align-items: center;
    }
    .bottom-xs {
        align-items: flex-end;
    }
    .around-xs {
        justify-content: space-around;
    }
    .between-xs {
        justify-content: space-between;
    }
    .first-xs {
        order: -1;
    }
    .last-xs {
        order: 1;
    }
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.cookie-bar {
    position: fixed;
    padding: 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 30px;
    background: #fff;
    transition: 0.8s ease;
    z-index: 99999;
}
.cookie-bar .message {
    white-space: nowrap;
}
@media (max-width: 767px) {
    .cookie-bar .message {
        display: none;
    }
}
.cookie-bar .mobile {
    display: none;
}
@media (max-width: 767px) {
    .cookie-bar .mobile {
        display: inline-block;
    }
}
.close-cb {
    border: none;
    color: white;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    border-radius: 3px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: bold;
}
.close-cb:hover {
    background: #fa6464;
}
.checkbox-cb {
    display: none;
}
.checkbox-cb:checked + .cookie-bar {
    transform: translateY(50px);
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.mobile-menu-container {
    position: fixed;
    background: rgba(253, 251, 247, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 98;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}
.mobile-menu-container.opened {
    opacity: 1;
    pointer-events: auto;
}
.mobile-menu-container #mobile-menu {
    background: #1f6a9b;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.mobile-menu-container #mobile-menu ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
}
.mobile-menu-container #mobile-menu ul li {
    width: 33.33%;
    margin-right: 40px;
}
.mobile-menu-container #mobile-menu ul li a {
    color: white;
    font-weight: 300;
    font-family: "Salvager", sans-serif;
    font-size: 3vw;
}
.mobile-menu-container #mobile-menu ul li a:hover {
    color: #1f6a9b;
}
.mobile-menu-container #mobile-menu ul li.active a {
    color: #8ca6b7;
}
#menu-close {
    z-index: 99;
    width: 20px;
    height: 20px;
    opacity: 0;
    pointer-events: none;
}
#menu-close #nav-icon {
    width: 15px;
    height: 15px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
#menu-close #nav-icon::before {
    content: "menu";
    position: absolute;
    top: -10px;
    left: -10px;
    color: #1f6a9b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s ease 0.3s;
}
#menu-close #nav-icon:hover::before {
    opacity: 1;
    transform: translateY(-15px);
    transition: 0.5s ease;
}
#menu-close #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#menu-close #nav-icon span:nth-child(1) {
    top: 0px;
}
#menu-close #nav-icon span:nth-child(2) {
    top: 4px;
}
#menu-close #nav-icon span:nth-child(3) {
    top: 4px;
}
#menu-close #nav-icon span:nth-child(4) {
    top: 8px;
}
#menu-close #nav-icon.open span {
    background: white;
}
#menu-close #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#menu-close #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menu-close #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu-close #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#menu-close #nav-icon.open::before {
    content: "";
}
#nav-icon3.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}
#nav-icon3.open span:nth-child(2) {
    width: 15px;
    transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
    width: 15px;
    transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.menu {
    display: flex;
    margin: 50px auto 0 auto;
    padding: 8px 2px;
    width: 100%;
    position: absolute;
    top: 70px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.menu ul {
    width: 100%;
    display: flex;
    justify-content: center;
}
.menu ul li {
    color: #fff;
    font-family: "RocGrotesk", sans-serif;
    font-weight: 400;
    letter-spacing: 1.38px;
    text-transform: uppercase;
}
.menu ul li a {
    color: #fff;
    position: relative;
    font-family: "RocGrotesk", sans-serif;
    font-size: 14px;
    padding: 10px 15px 8px 15px;
    display: inline-block;
    border-radius: 100px;
}
.menu ul li a:hover {
    color: #1f6a9b;
}
.menu ul li.active a {
    color: #fff;
    background: #1f6a9b;
}
#info-bar {
    background: #1f6a9b;
    width: 94%;
    padding: 0 3%;
    text-align: center;
    z-index: 98;
    position: relative;
}
#info-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    transition: 3s ease;
}
#info-bar a:hover {
    text-decoration: underline;
}
.main-header {
    position: absolute;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: space-between;
}
.main-header.fixed {
    position: fixed;
}
.main-header.fixed #menu-lang {
    opacity: 0;
    pointer-events: none;
}
.main-header.fixed #menu-lang #lang-nav .current {
    color: #1f6a9b;
    opacity: 1 !important;
}
.main-header.fixed #menu-lang #lang-nav.open {
    background: #ca8c6d;
}
.main-header.fixed #menu-lang #lang-nav.open a {
    color: #fff;
    opacity: 0.4;
}
.main-header.fixed #menu-lang #lang-nav.open a .current {
    color: #1f6a9b;
}
.main-header.fixed #menu-lang #lang-nav.open a:hover {
    opacity: 1;
}
#top-bar-left img {
    max-width: 200px;
}
.top-bar {
    margin: 30px 50px;
}
#top-bar-right {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    align-items: center;
    flex-direction: row;
    position: relative;
    z-index: 50;
}
.call {
    position: relative;
}
.call button {
    font-weight: 400;
    font-family: "RocGrotesk", sans-serif;
    font-size: 15px;
    background: #fbcc20;
    color: black;
    padding: 16px 20px;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.call button:hover {
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
    transition: 0.3s ease;
}
#exhibition-menu {
    display: flex;
    flex-direction: row;
}
#exhibition-menu li {
    margin-right: 20px;
}
#exhibition-menu li:last-child {
    margin-right: 0;
}
#exhibition-menu li a {
    color: #fff;
    font:
        14px/1.6 "RocGrotesk",
        sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.38px;
    transition: 0.3s ease;
}
#exhibition-menu li a:hover {
    color: #1f6a9b;
    transition: 0.3s ease;
}
#daily-tvshow-popup,
#winner-popup {
    top: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: calc(100vw - 6%);
    height: calc(100vh - 12%);
    background: #171a27;
    z-index: 99;
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    transition: 0.3s ease;
}
#daily-tvshow-popup .close-daily,
#daily-tvshow-popup .close-winner,
#winner-popup .close-daily,
#winner-popup .close-winner {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 99;
}
#daily-tvshow-popup .close-daily svg,
#daily-tvshow-popup .close-winner svg,
#winner-popup .close-daily svg,
#winner-popup .close-winner svg {
    fill: #1f6a9b;
    padding: 10px;
    height: 14px;
    width: 14px;
}
#daily-tvshow-popup {
    border: 1.5px solid #282828;
    margin: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#daily-tvshow-popup.active-pp {
    z-index: 99;
    pointer-events: initial;
    opacity: 1;
    transition: 1s ease;
}
#daily-tvshow-popup .video-content {
    max-width: 900px;
}
#daily-tvshow-popup .video-content > ul > li {
    display: flex;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
#daily-tvshow-popup .video-content > ul > li.displayed {
    opacity: 1;
    position: relative;
    z-index: initial;
    pointer-events: initial;
}
#daily-tvshow-popup .video-content > ul > li section {
    width: 100%;
}
#daily-tvshow-popup .video-content > ul > li section:nth-child(2) {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
#daily-tvshow-popup .video-content > ul > li section iframe {
    width: 100%;
}
#daily-tvshow-popup .video-content > ul > li section > div {
    width: 60%;
}
#daily-tvshow-popup .video-content > ul > li section > div h2 {
    color: #fff;
}
#daily-tvshow-popup .video-content > ul > li section > div p {
    color: #b7b1b1;
}
#daily-tvshow-popup .video-content > ul > li section > div:nth-child(2) {
    width: 40%;
}
#daily-tvshow-popup .video-content > ul > li section > div:nth-child(2) .btn-section {
    justify-content: center;
}
#daily-tvshow-popup .video-content > ul > li section > div:nth-child(2) .btn-section .appointment-btn {
    margin: 0;
}
#daily-tvshow-popup #daily-date {
    position: absolute;
    right: 50px;
    top: 45%;
}
#daily-tvshow-popup #daily-date ul {
    display: flex;
    flex-direction: column;
}
#daily-tvshow-popup #daily-date ul li {
    display: inline-block;
    margin: 5px 0;
}
#daily-tvshow-popup #daily-date ul li h2 {
    color: #fff;
    font-size: 16px;
    opacity: 1;
    transition: 0.3s ease;
}
#daily-tvshow-popup #daily-date ul li:hover h2 {
    color: #1f6a9b;
}
#daily-tvshow-popup #daily-date ul li.active-date {
    pointer-events: none;
}
#daily-tvshow-popup #daily-date ul li.active-date h2 {
    opacity: 1;
    color: #1f6a9b;
}
#daily-tvshow-popup #daily-date ul li.disabled-date {
    pointer-events: none;
}
#daily-tvshow-popup #daily-date ul li.disabled-date h2 {
    opacity: 0.2;
}
#winner-popup {
    border: 1.5px solid #282828;
    margin: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#winner-popup.active-pp {
    z-index: 99;
    pointer-events: initial;
    opacity: 1;
    transition: 1s ease;
}
#winner-popup > section {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#winner-popup > section > div {
    width: 50%;
    height: 100%;
    display: flex;
    overflow: hidden;
}
#winner-popup > section > div:nth-child(1) img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
    margin: 30px;
}
#winner-popup > section > div:nth-child(2) {
    position: relative;
    padding: 0 5%;
    flex-direction: column;
    height: 100%;
}
#winner-popup > section > div:nth-child(2) a {
    max-width: 300px;
    margin-bottom: 50px;
}
#winner-popup > section > div:nth-child(2) a img {
    width: 100%;
    object-fit: cover;
}
#winner-popup > section > div:nth-child(2) h2 {
    color: #fff;
    font-size: 30px;
}
#winner-popup > section > div:nth-child(2) h2 bold {
    color: #1f6a9b;
}
#winner-popup > section > div:nth-child(2) h2 span {
    font-size: 50px;
}
#winner-popup > section > div:nth-child(2) .btn-section a {
    letter-spacing: 1px;
}
#winner-popup > section > div:nth-child(2) #year-absolute {
    position: absolute;
    color: #fff;
    font-weight: 500;
    font-size: 200px;
    right: -150px;
    bottom: -10px;
    transform: rotate(-90deg);
}
.popup-frame {
    display: none;
    z-index: 99;
    position: fixed;
}
.popup-frame::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    background: rgba(23, 26, 39, 0.85);
}
.popup-frame.active {
    pointer-events: initial;
    opacity: 1;
    transition: 0.3s ease;
}
.popup-frame #popup-container {
    position: fixed;
    z-index: 99;
    display: flex;
    flex-direction: row;
    top: calc(100vh - 80%);
    left: 50vw;
    border-radius: 10px;
}
.popup-frame #popup-container > img {
    position: absolute;
    max-width: 500px;
    left: -499px;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 99;
}
.popup-frame #popup-container #popup-content {
    position: relative;
    max-width: 350px;
    padding: 50px;
    background: #171a27;
    background: #fff;
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.85);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.3s ease;
}
.popup-frame #popup-container #popup-content .close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 99;
}
.popup-frame #popup-container #popup-content .close-popup svg {
    fill: #1f6a9b;
    padding: 10px;
    height: 14px;
    width: 14px;
    transition: 0.3s ease;
}
.popup-frame #popup-container #popup-content .close-popup:hover svg {
    fill: #1f6a9b;
    transition: 0.3s ease;
}
.popup-frame #popup-container #popup-content #popup-description {
    width: 100%;
}
.popup-frame #popup-container #popup-content #popup-description .simple-link a {
    font:
        14px/2 "roc",
        sans-serif;
}
.popup-frame #popup-container #popup-content #popup-description h2 {
    width: 100%;
    font-size: 25px;
    letter-spacing: initial;
    margin-bottom: 0;
}
.popup-frame #popup-container #popup-content #popup-description li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    font:
        16px/1.6 "RocGrotesk",
        sans-serif;
    color: #1f6a9b;
    font-weight: 400;
    margin-top: 5px;
}
.popup-frame #popup-container #popup-content #popup-description li p {
    margin-left: 5px;
}
.popup-frame #popup-container #popup-content #popup-description h4 {
    color: #777;
    font-size: 14px;
    opacity: 0.3;
    letter-spacing: 5px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.popup-frame #popup-container #popup-content #popup-description ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.popup-frame #popup-container #popup-content #popup-description ul li:first-child {
    margin-right: 23px;
    position: relative;
}
.popup-frame #popup-container #popup-content #popup-description ul li:first-child::after {
    position: absolute;
    content: "-";
    right: -15px;
    top: 1px;
}
.popup-frame #popup-container #popup-content #popup-description > p {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}
.popup-frame #popup-container #popup-content #popup-description .address {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.popup-frame #popup-container #popup-content #popup-description .address img {
    width: 18px;
    margin-right: 5px;
}
.popup-frame#viewing-pp #popup-container #popup-content #popup-description h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
.popup-frame#viewing-pp #popup-container #popup-content #popup-description h3 {
    font-size: 16px;
}
.popup-frame#viewing-pp #popup-container #popup-content #popup-description p {
    font-size: 11px;
}
.popup-frame#viewing-pp #popup-container #popup-content #popup-description .btn-section #event-popup-btn {
    width: 100%;
    margin: 0;
}
.popup-frame#viewing-pp #popup-container #popup-content #popup-description .btn-section #event-popup-btn a {
    letter-spacing: 1px;
}
#call-popup {
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(253, 251, 247, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 99;
    border-radius: 5px;
    transition: 0.3s ease;
}
#call-popup .close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
#call-popup .close svg {
    fill: #1f6a9b;
    padding: 10px;
    height: 20px;
}
#call-popup #contact-form-callback {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 0 10%;
}
#call-popup #contact-form-callback .contact-form-container {
    width: 50%;
}
#call-popup #contact-form-callback .contact-form-container form {
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#call-popup #contact-form-callback .contact-form-container form section {
    width: 100%;
}
#call-popup #contact-form-callback .contact-form-container form section div {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
}
#call-popup #contact-form-callback .contact-form-container form section div input {
    width: 100%;
    font-size: 15px;
}
#call-popup #contact-form-callback .contact-form-container form section div input:first-child {
    margin-right: 10px;
}
#call-popup #contact-form-callback .contact-form-container form section input {
    display: flex;
    width: calc(100% - 30px);
    padding: 30px 0 30px 30px;
    background: rgba(228, 209, 192, 0.15);
    font-weight: 300;
    font-family: "RocGrotesk", sans-serif;
    border: none;
    color: #727084;
    appearance: none;
    -webkit-appearance: none;
    resize: none;
    outline: none;
    border-radius: 0;
    z-index: 1;
}
#call-popup #contact-form-callback .contact-form-container form section input::-webkit-input-placeholder,
#call-popup #contact-form-callback .contact-form-container form section textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: 0.3s ease;
}
#call-popup #contact-form-callback .contact-form-container form section input:hover::-webkit-input-placeholder,
#call-popup #contact-form-callback .contact-form-container form section textarea:hover::-webkit-input-placeholder {
    opacity: 0.4;
    transition: 0.3s ease;
}
#call-popup #contact-form-callback .contact-form-container form section input:focus::-webkit-input-placeholder,
#call-popup #contact-form-callback .contact-form-container form section textarea:focus::-webkit-input-placeholder {
    opacity: 0.2;
    transition: 0.3s ease;
}
#call-popup #contact-form-callback .contact-form-container form section input[type="email"] {
    margin-bottom: 10px;
    font-size: 15px;
}
#call-popup #contact-form-callback .contact-form-container form section input[type="submit"] {
    cursor: pointer;
    justify-content: center;
    font-weight: 400;
    font-family: "RocGrotesk", sans-serif;
    background: #1f6a9b;
    color: #fff;
    width: 100%;
    padding: 30px 0;
    font-size: 18px;
    margin: 20px 0 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transition: 0.3s ease;
}
#call-popup #contact-form-callback .contact-form-container form section input[type="submit"]:hover {
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
}
#call-popup #contact-form-callback .contact-form-txt {
    text-align: left;
    margin: 0 0 0 7%;
    width: 50%;
}
#call-popup #contact-form-callback .contact-form-txt h2 {
    color: #1b718b;
}
#call-popup #contact-form-callback .contact-form-txt p {
    width: 100%;
    margin-bottom: 10px;
}
#call-popup #contact-form-callback .checkbox,
#call-popup #contact-form-callback #detail-property #detail-property-sidebar form .checkbox,
#detail-property #detail-property-sidebar form #call-popup #contact-form-callback .checkbox,
#call-popup #contact-form-callback .exhibition #free_tickets #free_tickets-form form .checkbox,
.exhibition #free_tickets #free_tickets-form form #call-popup #contact-form-callback .checkbox,
#call-popup #contact-form-callback .investor #content #investor-form > div .checkbox,
.investor #content #investor-form > div #call-popup #contact-form-callback .checkbox {
    position: relative;
    cursor: pointer;
    margin-top: 30px;
}
#call-popup #contact-form-callback .checkbox::selection,
#call-popup #contact-form-callback .exhibition #free_tickets #free_tickets-form form .checkbox::selection,
.exhibition #free_tickets #free_tickets-form form #call-popup #contact-form-callback .checkbox::selection,
#call-popup #contact-form-callback .investor #content #investor-form > div .checkbox::selection,
.investor #content #investor-form > div #call-popup #contact-form-callback .checkbox::selection {
    background: transparent;
}
#call-popup #contact-form-callback .checkbox input + span,
#call-popup #contact-form-callback .exhibition #free_tickets #free_tickets-form form .checkbox input + span,
.exhibition #free_tickets #free_tickets-form form #call-popup #contact-form-callback .checkbox input + span,
#call-popup #contact-form-callback .investor #content #investor-form > div .checkbox input + span,
.investor #content #investor-form > div #call-popup #contact-form-callback .checkbox input + span {
    position: relative;
    z-index: 1;
    border: 1px solid #1f6a9b;
    content: "";
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
#call-popup #contact-form-callback .checkbox input + span::after,
#call-popup #contact-form-callback .exhibition #free_tickets #free_tickets-form form .checkbox input + span::after,
.exhibition #free_tickets #free_tickets-form form #call-popup #contact-form-callback .checkbox input + span::after,
#call-popup #contact-form-callback .investor #content #investor-form > div .checkbox input + span::after,
.investor #content #investor-form > div #call-popup #contact-form-callback .checkbox input + span::after {
    content: "";
    display: block;
    transform: scale(0);
    transition: transform 0.2s;
}
#call-popup #contact-form-callback .checkbox input:active + span {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
#call-popup #contact-form-callback .checkbox input:checked + span::after {
    transform: scale(1);
}
#call-popup #contact-form-callback .checkbox input,
#call-popup #contact-form-callback .exhibition #free_tickets #free_tickets-form form .checkbox input,
.exhibition #free_tickets #free_tickets-form form #call-popup #contact-form-callback .checkbox input,
#call-popup #contact-form-callback .investor #content #investor-form > div .checkbox input,
.investor #content #investor-form > div #call-popup #contact-form-callback .checkbox input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
#call-popup #contact-form-callback .checkbox {
    color: #727084;
    font-weight: 300;
}
#call-popup #contact-form-callback .checkbox a {
    color: #1f6a9b;
    margin-left: 3px;
    position: relative;
    z-index: 2;
}
#call-popup #contact-form-callback .checkbox input + span {
    border-radius: 50%;
}
#call-popup #contact-form-callback .checkbox input + span::after {
    background: url(../img/web/check.svg) no-repeat center;
    background-size: 60%;
    width: 100%;
    height: 100%;
}
.show-popup {
    opacity: 1 !important;
    pointer-events: visible !important;
}
#menu-lang {
    height: 30px;
    margin: -10px 0 0 40px;
    opacity: 1;
}
#menu-lang #lang-nav {
    z-index: 999;
    padding: 0 10px 10px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.5s ease-out;
    border: 1px solid rgba(255, 255, 255, 0);
}
#menu-lang #lang-nav a {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    font-family: "RocGrotesk", sans-serif;
    padding: 5px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    text-transform: capitalize;
}
#menu-lang #lang-nav a:hover {
    color: #1f6a9b;
}
#menu-lang #lang-nav a.current {
    opacity: 1;
    pointer-events: initial;
    color: #fff;
    margin-bottom: 10px;
}
#menu-lang #lang-nav a.current:hover {
    color: #fff;
}
#menu-lang #lang-nav:after {
    content: "";
    background: url(../img/svg/arrow-copper.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 7px;
    position: absolute;
    display: inline-block;
    top: 35px;
    transform: rotate(360deg);
    z-index: 999999999999;
    transition: 0.5s ease-out;
}
#menu-lang #lang-nav:hover a {
    opacity: 1;
    pointer-events: initial;
}
#menu-lang #lang-nav:hover:after {
    opacity: 0;
    pointer-events: none;
}
#menu-lang #lang-nav.open {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
#menu-lang #lang-nav.open .current {
    opacity: 0.3;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#footer {
    background: #fdfbf7;
    padding: 0 10% 70px 10%;
    border-radius: 5px;
}
#footer p {
    color: #727084;
    font-size: 16px;
}
#footer-newsletter {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 2px solid rgba(228, 209, 192, 0.15);
    padding-top: 100px;
    padding:50px;
}
#footer-newsletter > div {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 50%;
}
#footer-newsletter > div h2 {
    color: #1b718b;
}
#footer-newsletter #newsletter_fields {
    display: flex;
    flex-direction: column;
}
#footer-newsletter #newsletter_fields > div {
    display: flex;
    flex-direction: row;
}
#footer-newsletter #newsletter_fields > div input {
    margin-right: 15px;
}
#footer-newsletter #newsletter_fields > div input:nth-of-type(2) {
    margin-right: 0;
}
#footer-newsletter #newsletter_fields input {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 3px;
    font-family: "RocGrotesk", sans-serif;
    background: rgba(228, 209, 192, 0.15);
}
#footer-newsletter #newsletter_fields input#newsletter-name,
#footer-newsletter #newsletter_fields input#newsletter-lastname {
    width: 50%;
}
#footer-newsletter #newsletter_fields input::-webkit-input-placeholder,
#footer-newsletter #newsletter_fields textarea::-webkit-input-placeholder {
    opacity: 0.6;
    transition: 0.3s ease;
}
#footer-newsletter #newsletter_fields input:hover::-webkit-input-placeholder,
#footer-newsletter #newsletter_fields textarea:hover::-webkit-input-placeholder {
    opacity: 0.4;
    transition: 0.3s ease;
}
#footer-newsletter #newsletter_fields input:focus::-webkit-input-placeholder,
#footer-newsletter #newsletter_fields textarea:focus::-webkit-input-placeholder {
    opacity: 0.2;
    transition: 0.3s ease;
}
#footer-newsletter #newsletter_fields input[type="submit"] {
    background: #1f6a9b;
    color: #fff;
    width: 100%;
    transition: 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    padding: 30px 0;
}
#footer-newsletter #newsletter_fields input[type="submit"]:hover {
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
}
#footer-newsletter #newsletter_fields input[type="email"] {
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#footer-newsletter div:last-child {
    justify-content: space-between;
}
#footer-newsletter div:last-child input {
    width: 60%;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#footer #footer-txt {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    border-top: 2px solid rgba(228, 209, 192, 0.15);
}
#footer #footer-txt > span {
    margin-right: 15px;
}
#footer #footer-txt > span p {
    display: flex;
    flex-direction: column;
}
#footer #footer-txt > span:last-child {
    margin-right: 0;
}
#footer #footer-txt ul li {
    color: #727084;
    font-size: 16px;
    font-weight: 300;
    font-family: "RocGrotesk", sans-serif;
    margin-bottom: 5px;
}

#footer #footer-txt ul li:before {
    content: "-";
    color: #1f6a9b;
    margin-right: 5px;
}
#footer #footer-txt ul li a {
    color: #1f6a9b;
}
#footer #footer-txt span:nth-child(1) div:nth-child(2) h6 {
    margin-top: 20px;
}
#footer #footer-txt span:nth-child(2) img {
    margin-top: 10px;
    width: 60px;
    opacity: 0.3;
}
#footer #footer-txt span:nth-child(2) div:nth-child(2) h6 {
    margin-top: 20px;
}
#footer #footer-txt h6 {
    color: #1f6a9b;
    letter-spacing: 0;
    font-size:22px;
}
#footer #footer-txt a {
    display: inline-block;
    color: #727084;
    font-size: 16px;
}
#footer #footer-txt a:hover {
    color: #1f6a9b;
}
#footer #footer-txt #socials {
    padding-top: 5px;
}
#footer #footer-txt #socials li {
    float: left;
    margin-right: 20px;
}
#footer #footer-txt #socials li:before {
    display: none;
}
#footer #sub-footer {
    display: flex;
    padding-top: 50px;
    margin-top: 100px;
    border-top: 2px solid rgba(228, 209, 192, 0.15);
    justify-content: center;
}
#footer #sub-footer div {
    width: 50%;
}
#footer #sub-footer div p {
    color: #727084;
    font-size: 16px;
}
#footer #sub-footer div a {
    color: #1f6a9b;
}
#footer #sub-footer div ul li {
    float: left;
    margin-right: 20px;
    font-weight: 300;
    font-family: "RocGrotesk", sans-serif;
}
#footer #sub-footer div ul li a {
    color: #727084;
}
#footer #sub-footer div ul li a:hover {
    color: #1f6a9b;
}
#footer #sub-footer div ul li:first-child a,
#footer #sub-footer div ul li:last-child a {
    color: #1f6a9b;
}
#footer #sub-footer div ul li .connexion-crm {
    margin-right: 20px;
}
#footer #call-popup #contact-form-callback .checkbox,
#call-popup #contact-form-callback #footer .checkbox,
#footer .checkbox,
#footer .contact #contact-section .checkbox,
.contact #contact-section #footer .checkbox,
#footer .pack_information #guide_request .guide_form form .checkbox,
.pack_information #guide_request .guide_form form #footer .checkbox,
#footer #detail-property #detail-property-sidebar form .checkbox,
#detail-property #detail-property-sidebar form #footer .checkbox,
#footer .exhibition #free_tickets #free_tickets-form form .checkbox,
.exhibition #free_tickets #free_tickets-form form #footer .checkbox,
#footer .investor #content #investor-form > div .checkbox,
.investor #content #investor-form > div #footer .checkbox {
    position: relative;
    cursor: pointer;
    margin-top: 0;
}
#footer #call-popup #contact-form-callback .checkbox::selection,
#call-popup #contact-form-callback #footer .checkbox::selection,
#footer .checkbox::selection,
#footer .contact #contact-section .checkbox::selection,
.contact #contact-section #footer .checkbox::selection,
#footer .pack_information #guide_request .guide_form form .checkbox::selection,
.pack_information #guide_request .guide_form form #footer .checkbox::selection,
#footer #detail-property #detail-property-sidebar form .checkbox::selection,
#detail-property #detail-property-sidebar form #footer .checkbox::selection,
#footer .exhibition #free_tickets #free_tickets-form form .checkbox::selection,
.exhibition #free_tickets #free_tickets-form form #footer .checkbox::selection,
#footer .investor #content #investor-form > div .checkbox::selection,
.investor #content #investor-form > div #footer .checkbox::selection {
    background: transparent;
}
#footer #call-popup #contact-form-callback .checkbox input + span,
#call-popup #contact-form-callback #footer .checkbox input + span,
#footer .checkbox input + span,
#footer .contact #contact-section .checkbox input + span,
.contact #contact-section #footer .checkbox input + span,
#footer .pack_information #guide_request .guide_form form .checkbox input + span,
.pack_information #guide_request .guide_form form #footer .checkbox input + span,
#footer #detail-property #detail-property-sidebar form .checkbox input + span,
#detail-property #detail-property-sidebar form #footer .checkbox input + span,
#footer .exhibition #free_tickets #free_tickets-form form .checkbox input + span,
.exhibition #free_tickets #free_tickets-form form #footer .checkbox input + span,
#footer .investor #content #investor-form > div .checkbox input + span,
.investor #content #investor-form > div #footer .checkbox input + span {
    position: relative;
    z-index: 1;
    border: 1px solid #1f6a9b;
    content: "";
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    min-width: 17px;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
#footer #call-popup #contact-form-callback .checkbox input + span::after,
#call-popup #contact-form-callback #footer .checkbox input + span::after,
#footer .checkbox input + span::after,
#footer .contact #contact-section .checkbox input + span::after,
.contact #contact-section #footer .checkbox input + span::after,
#footer .pack_information #guide_request .guide_form form .checkbox input + span::after,
.pack_information #guide_request .guide_form form #footer .checkbox input + span::after,
#footer #detail-property #detail-property-sidebar form .checkbox input + span::after,
#detail-property #detail-property-sidebar form #footer .checkbox input + span::after,
#footer .exhibition #free_tickets #free_tickets-form form .checkbox input + span::after,
.exhibition #free_tickets #free_tickets-form form #footer .checkbox input + span::after,
#footer .investor #content #investor-form > div .checkbox input + span::after,
.investor #content #investor-form > div #footer .checkbox input + span::after {
    content: "";
    display: block;
    transform: scale(0);
    transition: transform 0.2s;
}
#footer #call-popup #contact-form-callback .checkbox input:active + span,
#call-popup #contact-form-callback #footer .checkbox input:active + span,
#footer .checkbox input:active + span,
#footer .contact #contact-section .checkbox input:active + span,
.contact #contact-section #footer .checkbox input:active + span,
#footer .pack_information #guide_request .guide_form form .checkbox input:active + span,
.pack_information #guide_request .guide_form form #footer .checkbox input:active + span,
#footer #detail-property #detail-property-sidebar form .checkbox input:active + span,
#detail-property #detail-property-sidebar form #footer .checkbox input:active + span,
#footer .exhibition #free_tickets #free_tickets-form form .checkbox input:active + span,
.exhibition #free_tickets #free_tickets-form form #footer .checkbox input:active + span,
#footer .investor #content #investor-form > div .checkbox input:active + span,
.investor #content #investor-form > div #footer .checkbox input:active + span {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
#footer #call-popup #contact-form-callback .checkbox input:checked + span::after,
#call-popup #contact-form-callback #footer .checkbox input:checked + span::after,
#footer .checkbox input:checked + span::after,
#footer .contact #contact-section .checkbox input:checked + span::after,
.contact #contact-section #footer .checkbox input:checked + span::after,
#footer .pack_information #guide_request .guide_form form .checkbox input:checked + span::after,
.pack_information #guide_request .guide_form form #footer .checkbox input:checked + span::after,
#footer #detail-property #detail-property-sidebar form .checkbox input:checked + span::after,
#detail-property #detail-property-sidebar form #footer .checkbox input:checked + span::after,
#footer .exhibition #free_tickets #free_tickets-form form .checkbox input:checked + span::after,
.exhibition #free_tickets #free_tickets-form form #footer .checkbox input:checked + span::after,
#footer .investor #content #investor-form > div .checkbox input:checked + span::after,
.investor #content #investor-form > div #footer .checkbox input:checked + span::after {
    transform: scale(1);
}
#footer #call-popup #contact-form-callback .checkbox input,
#call-popup #contact-form-callback #footer .checkbox input,
#footer .checkbox input,
#footer .contact #contact-section .checkbox input,
.contact #contact-section #footer .checkbox input,
#footer .pack_information #guide_request .guide_form form .checkbox input,
.pack_information #guide_request .guide_form form #footer .checkbox input,
#footer #detail-property #detail-property-sidebar form .checkbox input,
#detail-property #detail-property-sidebar form #footer .checkbox input,
#footer .exhibition #free_tickets #free_tickets-form form .checkbox input,
.exhibition #free_tickets #free_tickets-form form #footer .checkbox input,
#footer .investor #content #investor-form > div .checkbox input,
.investor #content #investor-form > div #footer .checkbox input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
#footer .checkbox {
    text-align: left;
    color: #727084;
    font-weight: 300;
    display: flex;
    align-items: center;
    font-family: "RocGrotesk", sans-serif;
    margin-top: 20px;
}
#footer .checkbox a {
    color: #1f6a9b;
    margin-left: 3px;
    position: relative;
    z-index: 2;
}
#footer .checkbox input + span {
    border-radius: 50%;
}
#footer .checkbox input + span::after {
    background: url(../img/web/check.svg) no-repeat center;
    background-size: 60%;
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#separateur {
    border-bottom: 1px solid #f4f4f4;
    width: 50%;
    margin: 0 auto;
}
#text-nl {
    text-align: center;
    padding: 80px 0;
}
#text-nl form {
    position: relative;
}
#text-nl input[type="submit"] {
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0 !important;
}
.arrow-nl:before {
    background: url(../img/svg/arrow-white.svg) no-repeat !important;
    bottom: 50px !important;
    right: 15px !important;
    z-index: 999;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.about .header-bg {
    background: url(../img/web/about-us.jpg) no-repeat center;
    background-size: cover;
}
.about #home-over_ons div {
    width: 50%;
}
.about #home-over_ons div p {
    margin-left: 50px;
}
.about #team {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.about #team img {
    max-width: 80px;
    margin: 0 auto;
}
.about #team > p {
    margin: 5px auto 0 auto;
    max-width: 1000px;
}
.about #team .team-member {
    margin: 100px auto 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.about #team .team-member > div:nth-child(even) {
    flex-direction: row-reverse;
}
.about #team .team-member > div:nth-child(even) div:first-child {
    padding: 0 0 0 50px;
}
.about #team .team-member > div:nth-child(even) div .member-picture a {
    left: 10px;
    right: initial;
}
.about #team .team-member > div:nth-child(odd) div:last-child {
    padding: 0 0 0 50px;
}
.about #team .team-member .team-member-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
}
.about #team .team-member .team-member-container .member-picture {
    display: inline-block;
    position: relative;
    width: 40vw;
    height: 80vh;
    background: #fff;
}
.about #team .team-member .team-member-container .member-picture a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 20px 35px;
    border-radius: 3px;
    background: #1f6a9b;
    color: #fff;
    font-weight: 300;
    font-family: "Salvager", sans-serif;
    box-shadow: 0 0 10px rgba(2, 2, 2, 0.15);
    transition: 0.3s ease;
    font-size: 16px;
}
.about #team .team-member .team-member-container .member-picture a:hover {
    box-shadow: 0 2px 8px rgba(189, 111, 71, 0.6);
}
.about #team .team-member .team-member-container .member-description {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 10% 13%;
}
.about #team .team-member .team-member-container .member-description h2 {
    font-size: 60px;
    margin: 0;
    text-transform: initial;
    letter-spacing: 0;
}
.about #team .team-member .team-member-container .member-description p {
    margin: 0 0 15px 0;
}
.about #team .team-member .team-member-container .member-description > span {
    color: #727084;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}
.about #team .team-member .team-member-container .member-description > span:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #1f6a9b;
    margin-right: 5px;
}
.about #team .team-member .team-member-container.serge-profil .member-picture {
    background: url(../img/web/serge-cleas.jpg) no-repeat top center;
    background-size: cover;
}
.about #team .team-member .team-member-container.stijn-profil .member-picture {
    background: url(../img/web/stijn-herbosch.jpg) no-repeat top center;
    background-size: cover;
}
.about #team .team-member .team-member-container.joost-profil .member-picture {
    background: url(../img/web/joost-gieben.jpg) no-repeat top center;
    background-size: cover;
}
.about #team .team-member .team-member-container.jeremy-profil .member-picture {
    background: url(../img/web/jeremy-collin.jpg) no-repeat top center;
    background-size: cover;
}
.about #team .team-member .team-member-container.ennio-profil .member-picture {
    background: url(../img/web/ennio-de-crem.jpg) no-repeat top center;
    background-size: cover;
}
.about #team .team-member .team-member-container.cedric-profil .member-picture {
    background: url(../img/web/cedric-tielemans.jpg) no-repeat top center;
    background-size: cover;
}
.about #team .team-member .team-member-container.erna-profil .member-picture {
    background: url(../img/web/erna-van-santvoort.jpg) no-repeat top center;
    background-size: cover;
}
.about #team .team-member .team-member-container.shauni-profil .member-picture {
    background: url(../img/web/shauni-garcia.jpg) no-repeat top center;
    background-size: cover;
}
.about #team .team-member .team-member-container.kristof-profil .member-picture {
    background: url(../img/web/kristof-reynders.jpg) no-repeat top center;
    background-size: cover;
}
.about #team .team-member .team-member-container.wiktoria-profil .member-picture {
    background: url(../img/web/wiktoria-wiszowata.jpg) no-repeat top center;
    background-size: cover;
}
.about #team .team-member .team-member-container.jill-profil .member-picture {
    background: url(../img/web/jill_hendrickx.jpg) no-repeat top center;
    background-size: cover;
}
.about #team .team-member .team-member-container.hanane-profil .member-picture {
    background: url(../img/web/hanane_collin.jpg) no-repeat top center;
    background-size: cover;
}
.about .owl-carousel .owl-item img {
    height: 450px;
    object-fit: cover;
}
.about #contact-form {
    flex-direction: row-reverse;
}
.about #contact-form .contact-form-container form {
    padding: 0;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.contact .header-bg {
    background: url(../img/web/office/EM7A6352.jpg) no-repeat center;
    background-size: cover;
}
.contact #contact-info {
    display: flex;
    position: relative;
    align-items: center;
}
.contact #contact-info #contact-description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow-y: scroll;
    white-space: nowrap;
    -webkit-scrollbar-width: none;
    scrollbar-width: none;
    width: 100%;
}
.contact #contact-info #contact-description::-webkit-scrollbar {
    height: 0;
}
.contact #contact-info #contact-description > div {
    width: calc(50% - 40px);
    min-width: 350px;
    padding: 50px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    margin: 20px 30px;
    border-radius: 5px;
}
.contact #contact-info #contact-description > div:first-child {
    margin-left: 5%;
}
.contact #contact-info #contact-description h2 {
    margin-bottom: 0;
    font-size: 24px;
}
.contact #contact-info #contact-description h3 {
    margin-bottom: 20px;
    font-size: 16px;
}
.contact #contact-info #contact-description li {
    margin-bottom: 15px;
}
.contact #contact-info #contact-description li:nth-child(3) {
    margin-bottom: 0;
}
.contact #contact-info #contact-description li a {
    display: inline-block;
    width: 200px;
    color: #727084;
    font-weight: 400;
    white-space: wrap;
}
.contact #contact-info #contact-description li a:hover {
    color: #1f6a9b;
}
.contact #contact-info #contact-description li img {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}
.contact #contact-info #contact-description .app-tag {
    padding: 5px 5px;
    width: 110px;
    color: #1f6a9b;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact #contact-info #contact-description .book-contact {
    color: #fff;
    background: #1f6a9b;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 20px 40px;
    font-size: 16px;
    border-radius: 3px;
    margin: 15px 0 0 0;
    transition: 0.3s ease;
}
.contact #contact-info #contact-description .book-contact:hover {
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
    transition: 0.3s ease;
}
.contact #contact-info #contact-description .contact-be .app-tag {
    opacity: 0;
    pointer-events: none;
}
.contact #carousel {
    margin: 10px 0 0 0;
}
.contact #carousel:before {
    display: none;
}
.contact #carousel:after {
    display: none;
}
.contact #contact-section {
    justify-content: center;
    display: flex;
    margin: 100px 0 150px 0;
}
.contact #contact-section {
    max-width: 700px;
    min-width: 100%;
}
.contact #contact-section h2 {
    font-size: 60px;
    letter-spacing: 1.5px;
    margin-bottom: 70px;
    text-align: center;
}
.contact #contact-section form {
    text-align: left;
    display: flex;
    flex-direction: column;
}
.contact #contact-section form input,
.contact #contact-section form textarea,
.contact #contact-section form select {
    width: 100%;
    padding: 15px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(114, 112, 132, 0.15);
    color: #727084;
    appearance: none;
    -webkit-appearance: none;
    resize: none;
    outline: none;
    border-radius: 0;
    max-width: 100%;
    font-size: 15px;
    z-index: 1;
    transition: 0.3s ease;
}
.contact #contact-section form input::placeholder,
.contact #contact-section form textarea::placeholder,
.contact #contact-section form select::placeholder {
    opacity: 0.4;
    transition: 0.3s ease;
}
.contact #contact-section form input:focus::placeholder,
.contact #contact-section form textarea:focus::placeholder,
.contact #contact-section form select:focus::placeholder {
    opacity: 0.15;
    transition: 0.3s ease;
}
.contact #contact-section form .select-element {
    position: relative;
}
.contact #contact-section form .select-element:before {
    content: "";
    position: absolute;
    background: url(../img/svg/arrow-copper.svg) no-repeat center;
    background-size: 100%;
    width: 13.5px;
    height: 8.5px;
    display: inline-block;
    right: 10px;
    top: 18px;
    pointer-events: none;
}
.contact #contact-section form textarea {
    min-height: 200px;
    font:
        16px/1.6 "Lato",
        sans-serif;
}
.contact #contact-section form .half-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contact #contact-section form .half-column span {
    width: 47%;
}
.contact #contact-section form .third-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contact #contact-section form .third-column span {
    width: 30%;
}
.contact #contact-section form input,
.contact #contact-section form select {
    margin-bottom: 30px;
}
.contact #contact-section form input[type="submit"] {
    cursor: pointer;
    background: #1f6a9b;
    color: #fff;
    padding: 30px 0;
    margin: 50px 0 0 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transition: 0.3s ease;
}
.contact #contact-section form input[type="submit"]:hover {
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
}
.contact #contact-section form .abs-label {
    position: relative;
}
.contact #contact-section form .abs-label label {
    position: absolute;
    opacity: 0.3;
    font-size: 15px;
    top: 11px;
    color: #727084;
    font-weight: 400;
    pointer-events: none;
}
.contact #contact-section form .abs-label select {
    padding-left: 60%;
}
.contact #contact-section #call-popup #contact-form-callback .checkbox,
#call-popup #contact-form-callback .contact #contact-section .checkbox,
.contact #contact-section .checkbox,
.contact #contact-section .pack_information #guide_request .guide_form form .checkbox,
.pack_information #guide_request .guide_form form .contact #contact-section .checkbox,
.contact #contact-section #detail-property #detail-property-sidebar form .checkbox,
#detail-property #detail-property-sidebar form .contact #contact-section .checkbox,
.contact #contact-section .exhibition #free_tickets #free_tickets-form form .checkbox,
.exhibition #free_tickets #free_tickets-form form .contact #contact-section .checkbox,
.contact #contact-section .investor #content #investor-form > div .checkbox,
.investor #content #investor-form > div .contact #contact-section .checkbox {
    position: relative;
    cursor: pointer;
    margin-top: 30px;
}
.contact #contact-section #call-popup #contact-form-callback .checkbox::selection,
#call-popup #contact-form-callback .contact #contact-section .checkbox::selection,
.contact #contact-section .checkbox::selection,
.contact
    #contact-section
    .contact-section-container
    #detail-property
    #detail-property-sidebar
    form
    .checkbox::selection,
#detail-property
    #detail-property-sidebar
    form
    .contact
    #contact-section
    .contact-section-container
    .checkbox::selection,
.contact
    #contact-section
    .contact-section-container
    .exhibition
    #free_tickets
    #free_tickets-form
    form
    .checkbox::selection,
.exhibition
    #free_tickets
    #free_tickets-form
    form
    .contact
    #contact-section
    .contact-section-container
    .checkbox::selection,
.contact #contact-section .investor #content #investor-form > div .checkbox::selection,
.investor #content #investor-form > div .contact #contact-section .checkbox::selection {
    background: transparent;
}
.contact #contact-section #call-popup #contact-form-callback .checkbox input + span,
#call-popup #contact-form-callback .contact #contact-section .checkbox input + span,
.contact #contact-section .checkbox input + span,
.contact
    #contact-section
    .contact-section-container
    #detail-property
    #detail-property-sidebar
    form
    .checkbox
    input
    + span,
#detail-property
    #detail-property-sidebar
    form
    .contact
    #contact-section
    .contact-section-container
    .checkbox
    input
    + span,
.contact
    #contact-section
    .contact-section-container
    .exhibition
    #free_tickets
    #free_tickets-form
    form
    .checkbox
    input
    + span,
.exhibition
    #free_tickets
    #free_tickets-form
    form
    .contact
    #contact-section
    .contact-section-container
    .checkbox
    input
    + span,
.contact #contact-section .investor #content #investor-form > div .checkbox input + span,
.investor #content #investor-form > div .contact #contact-section .checkbox input + span {
    position: relative;
    z-index: 1;
    border: 1px solid #1f6a9b;
    content: "";
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.contact #contact-section #call-popup #contact-form-callback .checkbox input + span::after,
#call-popup #contact-form-callback .contact #contact-section .checkbox input + span::after,
.contact #contact-section .checkbox input + span::after,
.contact
    #contact-section
    .contact-section-container
    #detail-property
    #detail-property-sidebar
    form
    .checkbox
    input
    + span::after,
#detail-property
    #detail-property-sidebar
    form
    .contact
    #contact-section
    .contact-section-container
    .checkbox
    input
    + span::after,
.contact
    #contact-section
    .contact-section-container
    .exhibition
    #free_tickets
    #free_tickets-form
    form
    .checkbox
    input
    + span::after,
.exhibition
    #free_tickets
    #free_tickets-form
    form
    .contact
    #contact-section
    .contact-section-container
    .checkbox
    input
    + span::after,
.contact
    #contact-section
    .contact-section-container
    .investor
    #content
    #investor-form
    > div
    .checkbox
    input
    + span::after,
.investor
    #content
    #investor-form
    > div
    .contact
    #contact-section
    .contact-section-container
    .checkbox
    input
    + span::after {
    content: "";
    display: block;
    transform: scale(0);
    transition: transform 0.2s;
}
.contact #contact-section #call-popup #contact-form-callback .checkbox input:active + span,
#call-popup #contact-form-callback .contact #contact-section .checkbox input:active + span,
.contact #contact-section .checkbox input:active + span,
.contact
    #contact-section
    .contact-section-container
    #detail-property
    #detail-property-sidebar
    form
    .checkbox
    input:active
    + span,
#detail-property
    #detail-property-sidebar
    form
    .contact
    #contact-section
    .contact-section-container
    .checkbox
    input:active
    + span,
.contact
    #contact-section
    .contact-section-container
    .exhibition
    #free_tickets
    #free_tickets-form
    form
    .checkbox
    input:active
    + span,
.exhibition
    #free_tickets
    #free_tickets-form
    form
    .contact
    #contact-section
    .contact-section-container
    .checkbox
    input:active
    + span,
.contact
    #contact-section
    .contact-section-container
    .investor
    #content
    #investor-form
    > div
    .checkbox
    input:active
    + span,
.investor
    #content
    #investor-form
    > div
    .contact
    #contact-section
    .contact-section-container
    .checkbox
    input:active
    + span {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.contact
    #contact-section
    .contact-section-container
    #call-popup
    #contact-form-callback
    .checkbox
    input:checked
    + span::after,
#call-popup
    #contact-form-callback
    .contact
    #contact-section
    .contact-section-container
    .checkbox
    input:checked
    + span::after,
.contact #contact-section .checkbox input:checked + span::after,
.contact
    #contact-section
    .contact-section-container
    #detail-property
    #detail-property-sidebar
    form
    .checkbox
    input:checked
    + span::after,
#detail-property
    #detail-property-sidebar
    form
    .contact
    #contact-section
    .contact-section-container
    .checkbox
    input:checked
    + span::after,
.contact
    #contact-section
    .contact-section-container
    .exhibition
    #free_tickets
    #free_tickets-form
    form
    .checkbox
    input:checked
    + span::after,
.exhibition
    #free_tickets
    #free_tickets-form
    form
    .contact
    #contact-section
    .contact-section-container
    .checkbox
    input:checked
    + span::after,
.contact
    #contact-section
    .contact-section-container
    .investor
    #content
    #investor-form
    > div
    .checkbox
    input:checked
    + span::after,
.investor
    #content
    #investor-form
    > div
    .contact
    #contact-section
    .contact-section-container
    .checkbox
    input:checked
    + span::after {
    transform: scale(1);
}
.contact #contact-section #call-popup #contact-form-callback .checkbox input,
#call-popup #contact-form-callback .contact #contact-section .checkbox input,
.contact #contact-section .checkbox input,
.contact #contact-section #detail-property #detail-property-sidebar form .checkbox input,
#detail-property #detail-property-sidebar form .contact #contact-section .checkbox input,
.contact #contact-section .exhibition #free_tickets #free_tickets-form form .checkbox input,
.exhibition #free_tickets #free_tickets-form form .contact #contact-section .checkbox input,
.contact #contact-section .investor #content #investor-form > div .checkbox input,
.investor #content #investor-form > div .contact #contact-section .checkbox input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.contact #contact-section .checkbox {
    color: #727084;
    font-weight: 300;
}
.contact #contact-section .checkbox a {
    color: #1f6a9b;
    margin-left: 3px;
    position: relative;
    z-index: 2;
}
.contact #contact-section .checkbox input + span {
    border-radius: 50%;
}
.contact #contact-section .checkbox input + span::after {
    background: url(../img/web/check.svg) no-repeat center;
    background-size: 60%;
    width: 100%;
    height: 100%;
}
.contact .owl-carousel .owl-item img {
    height: 450px;
    object-fit: cover;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.home .header-bg {
    height: 100vh;
    background: url(../img/web/homepage.png) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(2, 2, 2, 0) 40%, rgba(2, 2, 2, 0.4) 90%);
    height: 100%;
    width: 100%;
}
.home .header-bg .headings {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    width: 100%;
}
.home .header-bg .headings h1 {
    font-size: 8.5vw;
    max-width: 90%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
}
.home .header-bg .headings #quick-search {
    margin: 20px auto 0 auto;
    display: flex;
    width: 90%;
    justify-content: center;
}
.home .header-bg .headings #quick-search ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.home .header-bg .headings #quick-search ul li {
    margin: 0 5px 10px 5px;
}
.home .header-bg .headings #quick-search ul li a {
    color: #fff;
    font-size: 16px;
    padding: 14px 35px;
    display: inline-block;
    font-family: "RocGrotesk", sans-serif;
    font-weight: 400;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 50px rgba(2, 2, 2, 0.15);
}
.home .header-bg .headings #quick-search ul li a:hover {
    background: rgba(31, 106, 155, 0.95);
    box-shadow: 0 2px 30px rgba(31, 106, 155, 0.6);
}
.home #carousel:before {
    display: none;
}
.home #carousel:after {
    display: none;
}
.home #content {
    margin-top: 0;
}
#separator {
    background: #fdfbf7;
    padding: 50px 0;
    position: relative;
}
#home-over_ons {
    padding: 80px 10%;
    background: #fdfbf7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#home-over_ons div {
    width: 60%;
}
#home-over_ons div:last-child {
    width: 40%;
}
#home-over_ons div h2 {
    margin-bottom: 40px;
    color: #1b718b;
}
#home-over_ons div h3 {
    font-size: 20px;
    color: #1f6a9b;
    font-family: "RocGrotesk", sans-serif;
}
#home-over_ons div h3 strong {
    font-family: "Salvager", sans-serif;
}
#home-over_ons .about-icons {
    display: flex;
    justify-content: center;
}
#investor-section {
    background: #fff;
    margin: 0 auto;
    padding: 200px 10%;
    width: 80%;
    display: none;
    display: flex;
    position: relative;
}
#investor-section > div {
    width: 50%;
    z-index: 1;
}
#investor-section > div:nth-child(1) img {
    border-radius: 3px;
    width: 45vw;
    max-width: initial;
    object-fit: cover;
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 650px;
}
#investor-section > div p {
    margin-bottom: 10px;
}
#intro-huizenjagers {
    margin: 150px 10% 0 0;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}
#intro-huizenjagers > div {
    width: 55%;
    z-index: 1;
}
#intro-huizenjagers > div:nth-child(1) {
    margin-left: 50px;
    padding-bottom: 150px;
}
#intro-huizenjagers > div:nth-child(2) {
    width: 55%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
#intro-huizenjagers > div:nth-child(2) img {
    border-radius: 3px;
    width: 800px;
    max-width: initial;
    object-fit: cover;
    z-index: 3;
    position: absolute;
    left: -10%;
    bottom: 0;
}
#intro-huizenjagers > div p {
    margin-bottom: 10px;
}
#separator-content {
    display: flex;
    justify-content: space-around;
    max-width: 830px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
#separator-content div {
    width: 50%;
    display: flex;
    flex-direction: column;
}
#separator-content div h2 {
    color: #1b718b;
    margin-bottom: 0 !important;
}
#separator-content div p {
    color: #7a6d63;
    font-weight: 300;
    font-size: 16px;
}
#separator-content .number {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#separator-content .number a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 30px;
    font-weight: 400;
    color: #1b718b;
}
#separator-content .number a::before {
    content: "";
    background: url("../img/web/phone2.svg") no-repeat center;
    background-size: 100%;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 10px;
}
#separator .appointment-btn {
    position: relative;
    bottom: -60px;
    margin: 0 auto;
}
#separator .appointment-btn a {
    box-shadow: 0 1px 10px 0 #d89d2a;
}
.appointment-btn a img {
    margin-right: 10px;
}
.center-box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.center-box > p {
    max-width: 70%;
}
.center-box p {
    margin-bottom: 10px;
}
.about-icons {
    display: flex;
    justify-content: center;
    padding: 70px 0;
}
.about-icons span {
    width: 50%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
}
.about-icons span h3 {
    font-size: 25px;
    font-family: "Salvager", sans-serif;
}
.deco {
    position: absolute;
    top: -50px;
    left: 50%;
}
#carousel {
    padding: 0 0 50px 0;
}
#carousel > h2 {
    font-size: 10vw;
    color: #fdfbf7;
    margin-bottom: -70px;
    display: none;
}
#carousel .owl-item .item .carousel-content #slide-img a .img-property {
    height: 500px;
}
#carousel .owl-item .item .carousel-content #slide-img a .img-property img {
    height: 100%;
    aspect-ratio: cover;
}
.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}
#carousel .owl-carousel .item {
    position: relative;
    width: 677px;
    -webkit-backface-visibility: hidden;
}
.owl-nav {
    z-index: 99;
    position: relative;
    width: 100px;
    margin: 30px auto 0 auto;
    display: flex !important;
    justify-content: space-between;
}
.owl-nav i {
    font-size: 35px;
}
.owl-nav .owl-prev {
    margin-left: 20px;
}
.owl-nav .owl-next {
    margin-right: 20px;
}
.container-overflow {
    display: flex;
    transition: 0.3s ease;
    justify-content: center;
}
.property-description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical !important;
    line-height: 16px;
    max-height: 48px;
    -webkit-line-clamp: 3;
    font-size: 16px;
}
.regions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    margin: 50px 2%;
}
.regions h2 {
    margin: 50px 0 30px 0;
    color: #1b718b;
}
.regions p {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.regions > div {
    display: flex;
    flex-direction: row;
    margin: 0 1%;
}
.regions > div a {
    margin: 10px;
    overflow: hidden;
    height: 40vw;
    border-radius: 5px;
    width: calc(7% - 20px);
    transition: 0.3s ease-in-out;
}
.regions > div a h4 {
    position: absolute;
    left: 0;
    bottom: -80px;
    text-align: center;
    margin: 10px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 4;
    font-size: 12vw;
    font-weight: 300;
    line-height: initial;
    margin: 0;
    opacity: 0;
    transition: 0.1s ease-in-out;
}
.regions > div a.active {
    width: calc(79% - 20px);
    transition: 0.3s ease-in-out;
}
.regions > div a.active h4 {
    opacity: 1;
    transition: 0.5s ease-in-out;
    transition-delay: 0.3s;
    bottom: -3vw;
}
.filter {
    display: flex;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.costa-blanca {
    background: url("../img/web/uniq-estates-costa-blanca.jpg") no-repeat;
    background-size: cover;
}
.costa-calida {
    background: url("../img/web/uniq-estates-costa-calida.jpg");
    background-size: cover;
}
.costa-almeria {
    background: url("../img/web/uniq-estates-costa-almeria.jpg");
    background-size: cover;
}
.costa-del-sol {
    background: url("../img/web/costa-del-sol@2x.jpg");
    background-size: cover;
}
.costa-del-sol h4 {
    position: relative;
    display: flex;
    flex-direction: column;
}
#about-flight {
    margin: 100px 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#about-flight #flight-content {
    width: 60%;
}
#about-flight #flight-content p {
    width: 100%;
    margin-bottom: 10px;
}
#guide-section {
    display: flex;
    flex-direction: row-reverse;
    background: #1f6a9b;
}
#guide-section #guide {
    background: url("../img/web/info-pack.jpg");
    background-size: cover;
    width: 45%;
    z-index: 1;
    position: relative;
}
#guide-section #guide-content {
    width: 55%;
    padding: 50px 5% 50px 10%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#guide-section #guide-content h2 {
    color: #fff;
    font-weight: 300;
}
#guide-section #guide-content p {
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
}
#guide-section #guide-content .btn_asset {
    color: #fff;
    border: 1px solid #fff;
}
#guide-section #guide-content .btn_asset:hover {
    background: #fff;
    color: #1f6a9b;
}
#testimonials {
    padding: 100px 0 0 0;
    position: relative;
}
#testimonials .center-box {
    width: 60%;
}
#testimonials #carousel-testimonials {
    position: relative;
    margin-top: 50px;
}
#testimonials #carousel-testimonials .owl-nav {
    display: none !important;
}
#testimonials #carousel-testimonials .owl-stage {
    padding: 10px 0;
}
#testimonials #carousel-testimonials .owl-stage .owl-item:hover {
    cursor: move;
}
#testimonials #carousel-testimonials .owl-stage .owl-item .carousel-testimonials-content {
    padding: 0 25px;
    position: relative;
    display: flex;
    flex-direction: column;
}
#testimonials #carousel-testimonials .owl-stage .owl-item .carousel-testimonials-content p {
    font-size: 16px;
}
#testimonials #carousel-testimonials .owl-stage .owl-item .carousel-testimonials-content .testimonial-profil {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    align-items: center;
    align-content: center;
}
#testimonials #carousel-testimonials .owl-stage .owl-item .carousel-testimonials-content .testimonial-profil div {
    display: flex;
    flex-direction: column;
    align-content: center;
}
#testimonials #carousel-testimonials .owl-stage .owl-item .carousel-testimonials-content .testimonial-profil div h2 {
    margin-bottom: 0px;
    font-size: 20px;
    color: #1f6a9b;
    text-transform: capitalize;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.infodays .header-bg {
    background: url(../img/web/infodays-bg.jpg) no-repeat center;
    background-size: cover;
}
.infodays #infodays-container .infodays-sessions {
    flex-direction: row-reverse;
}
.infodays #infodays-container .infodays-sessions .infodays-media {
    background: url("../img/web/uniq-estates-infodays-1.jpg") no-repeat;
    background-size: cover;
}
.infodays #infodays-container .infodays-program {
    flex-direction: row-reverse;
}
.infodays #infodays-container .infodays-program h3 {
    color: #1f6a9b;
    font-weight: 500;
}
.infodays #infodays-container .infodays-sessions,
.infodays #infodays-container .infodays-program {
    display: flex;
    align-content: stretch;
}
.infodays #infodays-container .infodays-sessions .infodays-description,
.infodays #infodays-container .infodays-sessions .infodays-media,
.infodays #infodays-container .infodays-program .infodays-description,
.infodays #infodays-container .infodays-program .infodays-media {
    flex: 50%;
}
.infodays #infodays-container .infodays-sessions .infodays-description,
.infodays #infodays-container .infodays-program .infodays-description {
    margin: 0 8%;
    padding: 70px 0 100px 0;
    border-bottom: 1px solid rgba(228, 209, 192, 0.35);
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-today h3,
.infodays #infodays-container .infodays-program .infodays-description .infodays-today h3 {
    margin-bottom: 10px;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-today p,
.infodays #infodays-container .infodays-program .infodays-description .infodays-today p {
    margin-bottom: 10px;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate > h2,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate > h2 {
    color: #777;
    font-size: 16px;
    opacity: 0.3;
    letter-spacing: 5px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 50px 0 30px 0;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate li:last-child,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate li:last-child {
    margin-bottom: 0;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate li div,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate li div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate li div h2,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate li div h2 {
    font-size: 15px;
    margin-bottom: 0;
    text-transform: inherit;
    letter-spacing: 0;
    font-weight: 500;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate li div h3,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate li div h3 {
    margin-bottom: 0;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate .next-date-content,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate .next-date-content {
    display: flex;
    flex-direction: column;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate .next-date-content h2,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate .next-date-content h2 {
    font-size: 25px;
    margin-bottom: 0;
    text-transform: inherit;
    font-weight: 300;
    color: #7a6d63;
    word-spacing: -2px;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate .next-date-content p,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate .next-date-content p {
    font-size: 16px;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate .next-date-content span,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate .next-date-content span {
    margin: 25px 0 0 0;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate .next-date-content span img,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate .next-date-content span img {
    width: 15px;
    margin-right: 5px;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate .next-date-content span a,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate .next-date-content span a {
    color: #727084;
    font-weight: 300;
}
.infodays
    #infodays-container
    .infodays-sessions
    .infodays-description
    .infodays-nextdate
    .next-date-content
    span
    a:hover,
.infodays
    #infodays-container
    .infodays-program
    .infodays-description
    .infodays-nextdate
    .next-date-content
    span
    a:hover {
    color: #1f6a9b;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-nextdate .next-date-content button,
.infodays #infodays-container .infodays-program .infodays-description .infodays-nextdate .next-date-content button {
    background: #1f6a9b;
    margin: 40px 0 0 0;
    padding: 23px 25px;
    border-radius: 2px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    transition: 0.3s ease;
}
.infodays
    #infodays-container
    .infodays-sessions
    .infodays-description
    .infodays-nextdate
    .next-date-content
    button:hover,
.infodays
    #infodays-container
    .infodays-program
    .infodays-description
    .infodays-nextdate
    .next-date-content
    button:hover {
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-program_list,
.infodays #infodays-container .infodays-program .infodays-description .infodays-program_list {
    margin: 0 auto;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-program_list h2,
.infodays #infodays-container .infodays-program .infodays-description .infodays-program_list h2 {
    font-size: 50px;
    margin-bottom: 50px;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-program_list ul,
.infodays #infodays-container .infodays-program .infodays-description .infodays-program_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.infodays #infodays-container .infodays-sessions .infodays-description .infodays-program_list ul li,
.infodays #infodays-container .infodays-program .infodays-description .infodays-program_list ul li {
    padding: 50px 50px 0 0;
    width: 33.33%;
}
.infodays .infodays-more-sessions {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.infodays .infodays-more-sessions > h2 {
    color: #777;
    font-size: 16px;
    opacity: 0.3;
    letter-spacing: 5px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 50px 0 30px 0;
}
.infodays .infodays-more-sessions p {
    font-size: 16px;
}
.infodays .infodays-more-sessions li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.infodays .infodays-more-sessions li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.infodays .infodays-more-sessions li h2 {
    font-size: 15px;
    margin-bottom: 0;
    text-transform: inherit;
    letter-spacing: 0;
    font-weight: 500;
}
.infodays .infodays-more-sessions li h3 {
    margin-bottom: 0;
}
.infodays .infodays-more-sessions li span {
    display: flex;
    align-items: center;
}
.infodays .infodays-more-sessions li span img {
    width: 18px;
    margin-right: 5px;
}
.infodays .infodays-more-sessions li span a {
    color: #1f6a9b;
    font-weight: 400;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.inspection_flight .header-bg {
    background: url(../img/web/flight-bg.jpg) no-repeat center;
    background-size: cover;
}
.inspection_flight #isf_process .isf_step {
    display: flex;
    flex-direction: column;
}
.inspection_flight #isf_process .isf_step:nth-child(2n) .isf_step_container {
    flex-direction: row-reverse;
}
.inspection_flight #isf_process .isf_step .isf_step_container {
    display: flex;
    align-content: stretch;
}
.inspection_flight #isf_process .isf_step .isf_step_container .isf_description,
.inspection_flight #isf_process .isf_step .isf_step_container .isf_media {
    flex: 50%;
}
.inspection_flight #isf_process .isf_step .isf_step_container .isf_description {
    padding: 150px 8%;
}
.inspection_flight #isf_process .isf_step .isf_step_container .isf_description h2 {
    margin-bottom: 10px;
    font-size: 50px;
}
.inspection_flight #isf_process .isf_step .isf_step_container .isf_description p {
    margin-bottom: 10px;
}
.inspection_flight #isf_process .step01 .isf_media {
    background: url(../img/web/uniq-estates-viewing-trip-spain.jpg) no-repeat center;
    background-size: cover;
}
.inspection_flight #isf_process .step02 .isf_media {
    background: url(../img/web/uniq-estates-viewing-trip-2.jpg) no-repeat center;
    background-size: cover;
}
.inspection_flight #isf_process .step03 .isf_media {
    background: url(../img/web/uniq-estates-find-your-dream-home.jpg) no-repeat center;
    background-size: cover;
}
.inspection_flight #isf_process .step04 .isf_media {
    background: url(../img/web/uniq-estates-viewing-trip-3.jpg) no-repeat center;
    background-size: cover;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.methods .header-bg {
    background: url(../img/web/uniq-estates-our-methods.jpg) no-repeat center;
    background-size: cover;
}
.methods .process .process-step {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.methods .process .process-step:nth-child(even).step::before {
    left: -50px;
    right: initial;
    transform: rotate(90deg);
}
.methods .process .process-step.step {
    position: relative;
    margin-bottom: 50px;
}
.methods .process .process-step.step img {
    height: 80vh;
    width: 100vw;
}
.methods .process .process-step.step:before {
    content: "";
    font:
        15rem/1.6 "Playfair Display",
        serif;
    position: absolute;
    right: -50px;
    top: 25%;
    opacity: 0.05;
    line-height: 1;
    transform: rotate(-90deg);
    pointer-events: none;
}
.methods .process .process-step.step.step01 .step-picture {
    background: url("../img/web/uniq-team.jpg") no-repeat top left;
    background-size: cover;
}
.methods .process .process-step.step.step01:before {
    content: "01";
}
.methods .process .process-step.step.step02 .step-picture {
    background: url("../img/web/uniq-estates-study-your-finance.jpg") no-repeat top left;
    background-size: cover;
}
.methods .process .process-step.step.step02:before {
    content: "02";
}
.methods .process .process-step.step.step03 .step-picture {
    background: url("../img/web/uniq-estates-viewing-trip-2.jpg") no-repeat top left;
    background-size: cover;
}
.methods .process .process-step.step.step03:before {
    content: "03";
}
.methods .process .process-step.step.step04 .step-picture {
    background: url("../img/web/uniq-estates-find-your-dream-home.jpg") no-repeat top left;
    background-size: cover;
}
.methods .process .process-step.step.step04:before {
    content: "04";
}
.methods .process .process-step.step.step05 .step-picture {
    background: url("../img/web/uniq-estates-buying-flight-in-spain.jpg") no-repeat top left;
    background-size: cover;
}
.methods .process .process-step.step.step05:before {
    content: "05";
}
.methods .process .process-step.step.step06 .step-picture {
    background: url("../img/web/uniq-estates-follow-up-project-in-spain.jpg") no-repeat top left;
    background-size: cover;
}
.methods .process .process-step.step.step06:before {
    content: "06";
}
.methods .process .process-step.step.step07 .step-picture {
    background: url("../img/web/uniq-estates-buy-a-house-in-spain.jpg") no-repeat top left;
    background-size: cover;
}
.methods .process .process-step.step.step07:before {
    content: "07";
}
.methods .process .process-step.step.step08 .step-picture {
    background: url("../img/web/uniq-estates-furnish-your-home.jpg") no-repeat top left;
    background-size: cover;
}
.methods .process .process-step.step.step08:before {
    content: "08";
}
.methods .process .process-step.step.step09 .step-picture {
    background: url("../img/web/uniq-estates-aftersales-service.jpg") no-repeat top left;
    background-size: cover;
}
.methods .process .process-step.step.step09:before {
    content: "09";
}
.methods .process .process-step.step:nth-child(2n) .process-container {
    flex-direction: row-reverse;
}
.methods .process .process-step.step:last-child {
    margin-bottom: 0;
}
.methods .process .process-step.step:last-child .process-container:after {
    display: none;
}
.methods .process .process-step .process-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.methods .process .process-step .process-container span {
    width: 50%;
}
.methods .process .process-step .process-container .step-picture {
    height: 80vh;
    background: #fff;
    border-radius: 5px;
}
.methods .process .process-step .process-container .step-description {
    display: flex;
    flex-direction: column;
    padding: 2% 10%;
}
.methods .process .process-step .process-container .step-description h2 {
    margin-bottom: 10px;
    font-size: 50px;
    text-transform: initial;
    word-spacing: -10px;
}
.methods .process .process-step .process-container .step-description p {
    margin: 0 0 10px 0;
}
.methods .process .process-step .process-container .step-description ul {
    margin: 0 0 10px 15px;
}
.methods .process .process-step .process-container .step-description ul li {
    font:
        15px/2 Lato,
        sans-serif;
    font-weight: 400;
    color: #727084;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.methods .process .process-step .process-container .step-description ul li:before {
    content: "";
    width: 6px;
    height: 1px;
    margin-right: 5px;
    background: #d89d2a;
    border-radius: 5px;
}
.methods .process .process-step .process-container .step-description ul li:last-child {
    color: #d89d2a;
}
.methods #next-event {
    box-shadow: none;
    margin: 0 10%;
}
.methods .ifs_content h2 {
    text-transform: initial;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.news .header-bg {
    background: url(../img/web/news-bg.jpg) no-repeat center;
    background-size: cover;
}
.news #all-news .news-section {
    display: flex;
    flex-direction: column;
}
.news #all-news .news-section ul li {
    margin-bottom: 100px;
}
.news #all-news .news-section ul li:last-child {
    margin-bottom: 0;
}
.news #all-news .news-section .news-container {
    display: flex;
    align-content: stretch;
}
.news #all-news .news-section .news-container .news-description,
.news #all-news .news-section .news-container .news-media {
    flex: 50%;
}
.news #all-news .news-section .news-container .news-description {
    padding: 0 7%;
    display: flex;
    align-items: center;
}
.news #all-news .news-section .news-container .news-description > div {
    flex-direction: column;
    display: flex;
}
.news #all-news .news-section .news-container .news-description > div h2 {
    font-size: 40px;
    text-transform: initial;
}
.news #all-news .news-section .news-container .news-description > div h3 {
    font-size: 16px;
}
.news #all-news .news-section .news-container .news-description > div p {
    color: #727084;
}
.news #all-news .news-section .news-container .news-media {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 40vw;
    border-radius: 5px;
}
.news #all-news .news-section .news-container .news-media img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
}
.news #all-news .news-section .news-element:nth-child(even) .news-container {
    flex-direction: row-reverse;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.pack_information .header-bg {
    background: url(../img/web/info-pack.jpg) no-repeat center;
    background-size: cover;
}
.pack_information #guide_request {
    margin: 100px 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pack_information #guide_request .guide_form,
.pack_information #guide_request .guide_description {
    width: 50%;
}
.pack_information #guide_request .guide_description {
    margin-right: 7%;
}
.pack_information #guide_request .guide_description .tagged {
    position: relative;
    left: -20px;
}
.pack_information #guide_request .guide_description p {
    margin-bottom: 10px;
}
.pack_information #guide_request .guide_form {
    position: relative;
    z-index: 3;
    background: #fff;
    border-radius: 5px;
    align-items: center;
    padding: 50px;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.1);
}
.pack_information #guide_request .guide_form h2 {
    font-family: "RocGrotesk", sans-serif;
    font-weight: 400;
    margin-top: 30px;
    font-size: 17px;
    margin-bottom: 30px;
    text-transform: initial;
    color: #7a6d63;
}
.pack_information #guide_request .guide_form form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.pack_information #guide_request .guide_form form input,
.pack_information #guide_request .guide_form form textarea,
.pack_information #guide_request .guide_form form select {
    width: 100%;
    padding: 15px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #f4f4f4;
    font-family: "RocGrotesk", sans-serif;
    appearance: none;
    -webkit-appearance: none;
    resize: none;
    outline: none;
    border-radius: 0;
    max-width: 100%;
    font-size: 15px;
    z-index: 1;
}
.pack_information #guide_request .guide_form form select {
    color: #727084;
}
.pack_information #guide_request .guide_form form .select-element {
    position: relative;
}
.pack_information #guide_request .guide_form form .select-element:before {
    content: "";
    position: absolute;
    background: url(../img/svg/arrow-copper.svg) no-repeat center;
    background-size: 60%;
    width: 17.5px;
    height: 12.5px;
    display: inline-block;
    right: 10px;
    top: 18px;
    transform: rotate(360deg);
    pointer-events: none;
}
.pack_information #guide_request .guide_form form textarea {
    max-height: 100px;
    height: 100px;
}
.pack_information #guide_request .guide_form form input::-webkit-input-placeholder,
.pack_information #guide_request .guide_form form textarea::-webkit-input-placeholder {
    opacity: 0.6;
    transition: 0.3s ease;
}
.pack_information #guide_request .guide_form form input:hover::-webkit-input-placeholder,
.pack_information #guide_request .guide_form form textarea:hover::-webkit-input-placeholder {
    opacity: 0.4;
    transition: 0.3s ease;
}
.pack_information #guide_request .guide_form form input:focus::-webkit-input-placeholder,
.pack_information #guide_request .guide_form form textarea:focus::-webkit-input-placeholder {
    opacity: 0.2;
    transition: 0.3s ease;
}
.pack_information #guide_request .guide_form form .half-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pack_information #guide_request .guide_form form .half-column span {
    width: 47%;
}
.pack_information #guide_request .guide_form form .third-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pack_information #guide_request .guide_form form .third-column span {
    width: 30%;
}
.pack_information #guide_request .guide_form form input,
.pack_information #guide_request .guide_form form select {
    margin-bottom: 30px;
}
.pack_information #guide_request .guide_form form input[type="submit"] {
    cursor: pointer;
    background: #1f6a9b;
    color: #fff;
    padding: 30px 0;
    margin: 30px 0 0 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transition: 0.3s ease;
}
.pack_information #guide_request .guide_form form input[type="submit"]:hover {
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
}
.pack_information #guide_request .guide_form form #call-popup #contact-form-callback .checkbox,
#call-popup #contact-form-callback .pack_information #guide_request .guide_form form .checkbox,
.pack_information #guide_request .guide_form form .checkbox,
.pack_information #guide_request .guide_form #detail-property #detail-property-sidebar form .checkbox,
#detail-property #detail-property-sidebar .pack_information #guide_request .guide_form form .checkbox,
.pack_information #guide_request .guide_form .exhibition #free_tickets #free_tickets-form form .checkbox,
.exhibition #free_tickets #free_tickets-form .pack_information #guide_request .guide_form form .checkbox,
.pack_information #guide_request .guide_form form .investor #content #investor-form > div .checkbox,
.investor #content #investor-form > div .pack_information #guide_request .guide_form form .checkbox {
    position: relative;
    cursor: pointer;
}
.pack_information #guide_request .guide_form form #call-popup #contact-form-callback .checkbox::selection,
#call-popup #contact-form-callback .pack_information #guide_request .guide_form form .checkbox::selection,
.pack_information #guide_request .guide_form form .checkbox::selection,
.pack_information #guide_request .guide_form #detail-property #detail-property-sidebar form .checkbox::selection,
#detail-property #detail-property-sidebar .pack_information #guide_request .guide_form form .checkbox::selection,
.pack_information #guide_request .guide_form .exhibition #free_tickets #free_tickets-form form .checkbox::selection,
.exhibition #free_tickets #free_tickets-form .pack_information #guide_request .guide_form form .checkbox::selection,
.pack_information #guide_request .guide_form form .investor #content #investor-form > div .checkbox::selection,
.investor #content #investor-form > div .pack_information #guide_request .guide_form form .checkbox::selection {
    background: transparent;
}
.pack_information #guide_request .guide_form form #call-popup #contact-form-callback .checkbox input + span,
#call-popup #contact-form-callback .pack_information #guide_request .guide_form form .checkbox input + span,
.pack_information #guide_request .guide_form form .checkbox input + span,
.pack_information #guide_request .guide_form #detail-property #detail-property-sidebar form .checkbox input + span,
#detail-property #detail-property-sidebar .pack_information #guide_request .guide_form form .checkbox input + span,
.pack_information #guide_request .guide_form .exhibition #free_tickets #free_tickets-form form .checkbox input + span,
.exhibition #free_tickets #free_tickets-form .pack_information #guide_request .guide_form form .checkbox input + span,
.pack_information #guide_request .guide_form form .investor #content #investor-form > div .checkbox input + span,
.investor #content #investor-form > div .pack_information #guide_request .guide_form form .checkbox input + span {
    position: relative;
    z-index: 1;
    border: 1px solid #1f6a9b;
    content: "";
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.pack_information #guide_request .guide_form form #call-popup #contact-form-callback .checkbox input + span::after,
#call-popup #contact-form-callback .pack_information #guide_request .guide_form form .checkbox input + span::after,
.pack_information #guide_request .guide_form form .checkbox input + span::after,
.pack_information
    #guide_request
    .guide_form
    #detail-property
    #detail-property-sidebar
    form
    .checkbox
    input
    + span::after,
#detail-property
    #detail-property-sidebar
    .pack_information
    #guide_request
    .guide_form
    form
    .checkbox
    input
    + span::after,
.pack_information
    #guide_request
    .guide_form
    .exhibition
    #free_tickets
    #free_tickets-form
    form
    .checkbox
    input
    + span::after,
.exhibition
    #free_tickets
    #free_tickets-form
    .pack_information
    #guide_request
    .guide_form
    form
    .checkbox
    input
    + span::after,
.pack_information #guide_request .guide_form form .investor #content #investor-form > div .checkbox input + span::after,
.investor
    #content
    #investor-form
    > div
    .pack_information
    #guide_request
    .guide_form
    form
    .checkbox
    input
    + span::after {
    content: "";
    display: block;
    transform: scale(0);
    transition: transform 0.2s;
}
.pack_information #guide_request .guide_form form #call-popup #contact-form-callback .checkbox input:active + span,
#call-popup #contact-form-callback .pack_information #guide_request .guide_form form .checkbox input:active + span,
.pack_information #guide_request .guide_form form .checkbox input:active + span,
.pack_information
    #guide_request
    .guide_form
    #detail-property
    #detail-property-sidebar
    form
    .checkbox
    input:active
    + span,
#detail-property
    #detail-property-sidebar
    .pack_information
    #guide_request
    .guide_form
    form
    .checkbox
    input:active
    + span,
.pack_information
    #guide_request
    .guide_form
    .exhibition
    #free_tickets
    #free_tickets-form
    form
    .checkbox
    input:active
    + span,
.exhibition
    #free_tickets
    #free_tickets-form
    .pack_information
    #guide_request
    .guide_form
    form
    .checkbox
    input:active
    + span,
.pack_information #guide_request .guide_form form .investor #content #investor-form > div .checkbox input:active + span,
.investor
    #content
    #investor-form
    > div
    .pack_information
    #guide_request
    .guide_form
    form
    .checkbox
    input:active
    + span {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.pack_information
    #guide_request
    .guide_form
    form
    #call-popup
    #contact-form-callback
    .checkbox
    input:checked
    + span::after,
#call-popup
    #contact-form-callback
    .pack_information
    #guide_request
    .guide_form
    form
    .checkbox
    input:checked
    + span::after,
.pack_information #guide_request .guide_form form .checkbox input:checked + span::after,
.pack_information
    #guide_request
    .guide_form
    #detail-property
    #detail-property-sidebar
    form
    .checkbox
    input:checked
    + span::after,
#detail-property
    #detail-property-sidebar
    .pack_information
    #guide_request
    .guide_form
    form
    .checkbox
    input:checked
    + span::after,
.pack_information
    #guide_request
    .guide_form
    .exhibition
    #free_tickets
    #free_tickets-form
    form
    .checkbox
    input:checked
    + span::after,
.exhibition
    #free_tickets
    #free_tickets-form
    .pack_information
    #guide_request
    .guide_form
    form
    .checkbox
    input:checked
    + span::after,
.pack_information
    #guide_request
    .guide_form
    form
    .investor
    #content
    #investor-form
    > div
    .checkbox
    input:checked
    + span::after,
.investor
    #content
    #investor-form
    > div
    .pack_information
    #guide_request
    .guide_form
    form
    .checkbox
    input:checked
    + span::after {
    transform: scale(1);
}
.pack_information #guide_request .guide_form form #call-popup #contact-form-callback .checkbox input,
#call-popup #contact-form-callback .pack_information #guide_request .guide_form form .checkbox input,
.pack_information #guide_request .guide_form form .checkbox input,
.pack_information #guide_request .guide_form #detail-property #detail-property-sidebar form .checkbox input,
#detail-property #detail-property-sidebar .pack_information #guide_request .guide_form form .checkbox input,
.pack_information #guide_request .guide_form .exhibition #free_tickets #free_tickets-form form .checkbox input,
.exhibition #free_tickets #free_tickets-form .pack_information #guide_request .guide_form form .checkbox input,
.pack_information #guide_request .guide_form form .investor #content #investor-form > div .checkbox input,
.investor #content #investor-form > div .pack_information #guide_request .guide_form form .checkbox input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.pack_information #guide_request .guide_form form .checkbox {
    color: #727084;
    font-weight: 300;
}
.pack_information #guide_request .guide_form form .checkbox a {
    color: #1f6a9b;
    margin-left: 3px;
    position: relative;
    z-index: 2;
}
.pack_information #guide_request .guide_form form .checkbox input + span {
    border-radius: 50%;
}
.pack_information #guide_request .guide_form form .checkbox input + span::after {
    background: url(../img/web/check.svg) no-repeat center;
    background-size: 60%;
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.privacy {

    border-top: 1px solid #f4f4f4;
}

@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.properties .header-bg {
    background: url(../img/web/uniq-estates-our-properties.jpg) no-repeat center;
    background-size: cover;
}
.properties #search {
    width: 100%;
    background: #1f6a9b;
    padding: 0 6%;
    margin-bottom: 50px;
}
.properties #search form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.properties #search form span {
    display: flex;
    flex-direction: column;
    width: 10%;
    padding: 40px 0;
}
.properties #search form span.minimal-width {
    width: 7%;
}
.properties #search form span label {
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: "Salvager", sans-serif;
    font-size: 17px;
}
.properties #search form span input,
.properties #search form span select {
    color: #fff;
    width: 100%;
    font-weight: 300;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 10px;
    transition: 0.3s ease;
    opacity: 0.6;
}
.properties #search form span input::-webkit-input-placeholder,
.properties #search form span select::-webkit-input-placeholder {
    color: #fff;
}
.properties #search form span input:focus,
.properties #search form span input:hover,
.properties #search form span select:focus,
.properties #search form span select:hover {
    opacity: 1;
    transition: 0.3s ease;
}
.properties #search form span .bloc select:first-child {
    margin-bottom: 10px;
}
.properties #search form .submit-container input[type="submit"] {
    color: #fff;
    border: 1px solid #fff;
    padding: 25px 0;
    width: 100%;
    border-radius: 3px;
    transition: 0.3s ease;
    opacity: 1;
}
.properties #search form .submit-container input[type="submit"]:hover {
    background: #fff;
    color: #1f6a9b;
}
.properties #properties-container {
    padding: 0 4% 50px 4%;
}
.properties #properties-container #sort-form {
    margin-left: 2%;
    display: flex;
    flex-direction: row;
}
.properties #properties-container #sort-form label {
    font-family: "Salvager", sans-serif;
    font-size: 18px;
    color: #1f6a9b;
}
.properties #properties-container #sort-form .s-hidden {
    display: none;
    width: 0;
    pointer-events: none;
}
.properties #properties-container #sort-form .select {
    cursor: pointer;
    position: relative;
    font-family: "Salvager", sans-serif;
    color: #171a27;
    font-size: 18px;
    display: flex;
}
.properties #properties-container #sort-form .styledSelect {
    background-color: white;
    padding: 0 10px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
}
.properties #properties-container #sort-form .styledSelect::after {
    content: "";
    width: 17.5px;
    height: 12.5px;
    margin-left: 5px;
    background: url("../img/svg/arrow-copper.svg") no-repeat;
    background-size: 70%;
    transform: rotate(-90deg);
    transition: 0.3s ease;
}
.properties #properties-container #sort-form .styledSelect:hover {
    color: #1f6a9b;
}
.properties #properties-container #sort-form .styledSelect.active {
    transition: 0.3s ease;
    color: #1f6a9b;
}
.properties #properties-container #sort-form .styledSelect.active::after {
    transition: 0.3s ease;
    transform: rotate(0deg);
}
.properties #properties-container #sort-form .options {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    z-index: 200;
    margin: 0;
    padding: 0;
    width: 200px;
    overflow: hidden;
    list-style: none;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}
.properties #properties-container #sort-form .options li {
    font-family: "RocGrotesk", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #4a4a4a;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid rgba(228, 209, 192, 0.3);
    transition: 0.3s ease;
}
.properties #properties-container #sort-form .options li:hover {
    background: #1f6a9b;
    color: #fff;
    transition: 0.3s ease;
}
.properties #properties-container #sort-form .options li:last-child {
    border-bottom: 0;
}
.properties #properties-container #sort-form .options li.used {
    color: #1f6a9b;
    font-weight: 400;
}
.properties #properties-container #sort-form .options li.used:hover {
    color: #fff;
    transition: 0.3s ease;
}
.properties #properties-container > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.properties #properties-container > ul > li {
    width: 29%;
    margin: 2% 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease;
}
.properties #properties-container > ul > li:hover {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}
.properties #properties-container > ul > li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.properties #properties-container > ul > li a .img-property {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
    display: flex;
    align-items: center;
}
.properties #properties-container > ul > li a .img-property img {
    position: absolute;
    width: 120%;
    min-height: 300px;
    object-fit: cover;
    right:0;
    bottom:0;
    max-width: inherit;
}
.properties #properties-container > ul > li a .property-info {
    width: 100%;
    height: 100%;
    padding: 0 10% 20px 10%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    text-align: center;
    position: relative;
    align-items: center;
}
.properties #properties-container > ul > li a .property-info:before {
    content: "";
    z-index: 0;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #fff;
    border-top-left-radius: 500% 100px;
    border-top-right-radius: 0;
}
.properties #properties-container > ul > li a .property-info .property-info-price {
    position: relative;
    z-index: 1;
    color: #1f6a9b;
    font:
        24px "Salvager",
        sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.properties #properties-container > ul > li a .property-info .property-info-title {
    color: #4a4a4a;
    font-weight: 300;
    width: 80%;
    margin: 0 0 14px 0;
    font-family: "Salvager", sans-serif;
    font-size: 23px;
    line-height: 1.4;
}
.properties #properties-container > ul > li a .property-info .property-info-address {
    color: #727084;
    font:
        16px "RocGrotesk",
        sans-serif;
}
.properties #properties-container > ul > li a .property-info .property-info-ref {
    color: #727084;
    margin-bottom: 5px;
    font:
        14px "RocGrotesk",
        sans-serif;
}
.properties #properties-container > ul > li a .property-info .property-spec {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(228, 209, 192, 0.3);
    display: flex;
    flex-direction: row;
}
.properties #properties-container > ul > li a .property-info .property-spec li {
    width: 33%;
    color: #727084;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}
.properties #properties-container > ul > li a .property-info .property-spec li img {
    margin-right: 10px;
}
.properties #see-more {
    padding: 30px 5% 0 5%;
    display: flex;
    justify-content: center;
}
.properties .pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.properties .pagination a {
    margin: 0 5px;
    padding: 10px 15px;
    color: #727084;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 400;
}
.properties .pagination a:hover {
    color: #1f6a9b;
}
.properties .pagination a.active {
    background: #1f6a9b;
    color: #fff;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.single-news #header .header-bg {
    position: relative;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0;
    overflow: hidden;
}
.single-news #header .header-bg:before {
    z-index: 3;
}
.single-news #header .header-bg .headings {
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
}
.single-news #header .header-bg .headings div {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.single-news #header .header-bg .headings div h1 {
    font-size: 5vw;
    padding: 0 2%;
    letter-spacing: 0;
    max-width: 70vw;
    margin: 0 auto;
    line-height: 1.7;
    text-transform: initial;
    font-weight: 500;
    width: 100%;
}
.single-news #header .header-bg img {
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 100%;
}
.single-news #header .header-bg .menu {
    position: absolute;
    z-index: 3;
}
.single-news #news-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0 0 0;
}
.single-news #news-content .news-content-container {
    display: flex;
    flex-direction: column;
    width: 85%;
    max-width: 1000px;
}
.single-news #news-content .news-content-container h2 {
    font-size: 35px;
    text-transform: initial;
    letter-spacing: 0;
    margin: 30px 0;
}
.single-news #news-content .news-content-container h3 {
    font-size: 15px;
    margin-bottom: 50px;
}
.single-news #news-content .news-content-container p {
    margin-bottom: 15px;
}
.single-news #more-news {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0;
}
.single-news #more-news .more-news-list {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    width: 70%;
    justify-content: center;
}
.single-news #more-news .more-news-list > p {
    text-align: center;
    width: 100%;
}
.single-news #more-news .more-news-list li {
    margin: 0 40px;
    max-width: 50%;
}
.single-news #more-news .more-news-list li:nth-child(1n) {
    margin-left: 0;
}
.single-news #more-news .more-news-list li:nth-child(2n) {
    margin-right: 0;
}
.single-news #more-news .more-news-list li a img {
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.single-news #more-news .more-news-list li a h2 {
    font-size: 16px;
    font-family: "RocGrotesk", sans-serif;
    color: #4a4a4a;
    font-weight: 400;
    margin: 0 auto 5px auto;
    max-width: 70%;
    line-height: 1.5;
}
.single-news #more-news .more-news-list li a h3 {
    color: #1f6a9b;
    font-size: 16px;
    margin-top: 25px;
}
.single-news a {
    color: #1f6a9b;
    font-weight: 400;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.buyerguide {
    padding-top: 200px;
    background: #1b718b;
}
.buyerguide #content {
    text-align: center;
    padding-bottom: 100px;
}
.buyerguide .headings {
    position: relative;
    left: 0;
    width: 100%;
}
.buyerguide .headings h1 {
    color: #fff;
    font-size: calc(18px + 5vw);
}
.buyerguide .headings h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    padding: 0 20px;
}
.buyerguide p {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}
.buyerguide img {
    margin-top: 50px;
    box-shadow: 0 0 50px 0px rgba(2, 2, 2, 0.15);
    transform: scale(1);
    transition: 0.3s linear;
    border-radius: 5px;
    margin: 50px 40px 20px 40px;
    width: calc(100% - 80px);
    max-width: 700px;
}
.buyerguide img:hover {
    cursor: pointer;
    transform: scale(1.05);
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.mfp-counter {
    display: none;
}
.single-properties #header-carousel {
    overflow: hidden;
}
.single-properties #header-carousel #carousel {
    overflow: hidden;
    position: relative;
    margin: 0;
    height: initial;
    padding: 0;
    height: 65vh;
}
.single-properties #header-carousel #carousel:before,
.single-properties #header-carousel #carousel:after {
    display: none;
}
.single-properties #header-carousel #carousel .owl-stage {
    height: 55vh;
}
.single-properties #header-carousel #carousel .owl-item {
    border-radius: 0;
    overflow: hidden;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-properties #header-carousel #carousel .owl-item .item {
    width: 100%;
    box-shadow: none;
}
.single-properties #header-carousel #carousel .owl-item .item img {
    width: 100%;
    border-radius: 8px;
    height: 65vh;
    object-fit: cover;
}
.single-properties #header-carousel #carousel .owl-nav {
    top: initial;
    bottom: 0;
    width: auto;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}
.single-properties #header-carousel #carousel .owl-nav button {
    margin: 0;
    display: flex;
    align-items: center;
}
.single-properties #header-carousel #carousel .owl-nav button i {
    border-radius: 0;
    width: 100%;
    background: #1f6a9b;
    opacity: 1;
    padding: 38px 37px 38px 35px;
}
.single-properties #header-carousel #carousel .owl-nav button i:before {
    background: url(../img/svg/arrow-white.svg) center no-repeat;
    transform: rotate(180deg);
}
.single-properties #header-carousel #carousel .owl-nav button:first-child i {
    background: #ca8c6d;
}
.single-properties #header-bg {
    background: none;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.single-properties #header-bg:before {
    content: "";
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.property-slider {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.single-properties button {
    color: transparent;
}
#arrow-slider-left {
    content: "";
    width: 15px;
    height: 15px;
    left: 20px;
    top: 50%;
    position: absolute;
    background: url(../img/svg/arrow-white.svg) no-repeat center;
    transform: rotate(180deg);
    z-index: 99;
}
#arrow-slider-right {
    content: "";
    width: 15px;
    height: 15px;
    right: 20px;
    top: 50%;
    position: absolute;
    background: url(../img/svg/arrow-white.svg) no-repeat center;
    z-index: 99;
}
.property-slider img {
    width: 100%;
    transform: translateY(-30%);
}
#compteur-img {
    font:
        1.14rem/1.6 "RocGrotesk",
        sans-serif;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    color: #fff;
    font-weight: 700;
    z-index: 99;
}
#gelerie-picto {
    font:
        1rem/1.6 "RocGrotesk",
        sans-serif;
    position: absolute;
    left: 10%;
    bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 99;
}
#gelerie-picto:before {
    content: "";
    top: 0;
    left: -35px;
    background: url("../img/web/galeria-picto.svg.html");
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 99;
}
#info-header-slider {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
#info-header-slider .tag {
    margin-right: 10px;
}
.single-properties .new-price-arrow::before {
    bottom: 7px;
    left: 143px;
}
#close-btn {
    position: absolute;
    top: 5%;
    right: 10%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
#close-btn i {
    color: #fff;
}
#gallery-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
}
#gallery-popup .property-slider {
    width: 80%;
    height: 500px;
    margin-left: 10%;
    margin-top: 5%;
}
#info-property {
    background: linear-gradient(180deg, #fdfbf7 50%, #fff 100%);
    border-bottom: 1px solid #f4f4f4;
}
#info-property #info-header-property {
    font:
        1.4rem/1.6 "RocGrotesk",
        sans-serif;
    color: #b7b1b1;
    font-weight: 400;
    padding: 60px 0;
    display: flex;
    align-items: center;
}
#info-property #info-header-property .info-property-bloc:first-child {
    width: 65%;
}
#info-property #info-header-property .info-property-bloc:last-child {
    width: 35%;
}
#info-property #info-header-property .info-property-bloc .info-bloc {
    width: 100%;
}
#info-property #info-header-property .info-property-bloc .info-bloc h2 {
    text-transform: initial;
    font-size: 30px;
    color: #4a4a4a;
}
#info-property #info-header-property .info-property-bloc .info-bloc .price {
    font-size: 50px;
    color: #1f6a9b;
    font-family: "Salvager", sans-serif;
}
#info-property #info-header-property .info-property-bloc .ref {
    font:
        1.4rem/1.6 "RocGrotesk",
        sans-serif;
    color: #727084;
    font-weight: 300;
}
#info-property #info-header-property .info-property-bloc #amenities ul {
    display: flex;
    align-items: center;
    flex-direction: row;
}
#info-property #info-header-property .info-property-bloc #amenities ul li {
    border-right: 1px solid #f4f4f4;
    padding: 0 15px;
    width: auto;
    display: flex;
    align-items: center;
}
#info-property #info-header-property .info-property-bloc #amenities ul li:first-child {
    padding-left: 0;
}
#info-property #info-header-property .info-property-bloc #amenities ul li:last-child {
    border: none;
}
#info-property #info-header-property .info-property-bloc #amenities ul li img {
    margin-right: 10px;
    max-width: 27px;
}
#detail-property {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}
#detail-property #detail-property-info {
    position: relative;
    width: 65%;
    padding-right: 110px;
}
#detail-property #detail-property-info h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
#detail-property #detail-property-info #property-region {
    margin-bottom: 70px;
}
#detail-property #detail-property-info #property-region button {
    color: #1f6a9b;
    opacity: 0;
    pointer-events: none;
    width: 0;
    display: inline-flex;
}
#detail-property #detail-property-info #property-region button.display {
    opacity: 1;
    pointer-events: initial;
    width: initial;
}
#detail-property #detail-property-info #property-region .property-region-description {
    overflow: hidden;
    margin-bottom: 30px;
    color: #727084;
    position: relative;
    height: auto;
}
#detail-property #detail-property-info #property-region .property-region-description p {
    margin-bottom: 20px;
}
#detail-property #detail-property-info #property-region .hideContent {
    height: 200px;
    transition: 0.3s linear;
}
#detail-property #detail-property-info #property-region .hideContent:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(360deg, #fff, rgba(255, 255, 255, 0.1));
    z-index: 10;
}
#detail-property #detail-property-info #property-region .region-bloc-picture {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
}
#detail-property #detail-property-info #property-region .region-bloc-picture:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(23, 26, 39, 0.5);
    z-index: 1;
}
#detail-property #detail-property-info #property-region .region-bloc-picture:after {
    content: "";
    position: absolute;
    border: 2px solid #1f6a9b;
    z-index: 2;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 3px;
    transition: 0.1s linear;
}
#detail-property #detail-property-info #property-region .region-bloc-picture h2 {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    color: #fff;
}
#detail-property #detail-property-info #property-region .region-costablanca .region-bloc-picture {
    background: url("../img/web/uniq-estates-costa-blanca.jpg") no-repeat;
    background-size: cover;
}
#detail-property #detail-property-info #property-region .region-costaalmeria .region-bloc-picture {
    background: url("../img/web/uniq-estates-costa-almeria.jpg") no-repeat;
    background-size: cover;
}
#detail-property #detail-property-info #property-region .region-costacalida .region-bloc-picture {
    background: url("../img/web/uniq-estates-costa-calida.jpg") no-repeat;
    background-size: cover;
    background-position: 0;
}
#detail-property #detail-property-info #property-region .region-costadelsol .region-bloc-picture {
    background: url("../img/web/costa-del-sol@2x.jpg") no-repeat;
    background-size: cover;
}
#detail-property #detail-property-sidebar {
    width: 35%;
}
#detail-property #detail-property-sidebar form span {
    width: 100%;
}
#detail-property #detail-property-sidebar form span:before {
    bottom: 48px;
    right: 90px;
}
#detail-property #detail-property-sidebar form input {
    font-family: "RocGrotesk", sans-serif;
}
#detail-property #detail-property-sidebar form textarea {
    margin-bottom: 20px;
}
#detail-property #detail-property-sidebar form input::-webkit-input-placeholder,
#detail-property #detail-property-sidebar form textarea::-webkit-input-placeholder {
    opacity: 0.6;
    transition: 0.3s ease;
}
#detail-property #detail-property-sidebar form input:hover::-webkit-input-placeholder,
#detail-property #detail-property-sidebar form textarea:hover::-webkit-input-placeholder {
    opacity: 0.4;
    transition: 0.3s ease;
}
#detail-property #detail-property-sidebar form input:focus::-webkit-input-placeholder,
#detail-property #detail-property-sidebar form textarea:focus::-webkit-input-placeholder {
    opacity: 0.2;
    transition: 0.3s ease;
}
#detail-property #detail-property-sidebar form input[type="submit"] {
    margin-bottom: 0 !important;
}
#detail-property #detail-property-sidebar form .checkbox,
#detail-property #detail-property-sidebar .exhibition #free_tickets #free_tickets-form form .checkbox,
.exhibition #free_tickets #free_tickets-form #detail-property #detail-property-sidebar form .checkbox,
#detail-property #detail-property-sidebar form .investor #content #investor-form > div .checkbox,
.investor #content #investor-form > div #detail-property #detail-property-sidebar form .checkbox {
    position: relative;
    cursor: pointer;
    margin-top: 30px;
}
#detail-property #detail-property-sidebar form .checkbox::selection,
#detail-property #detail-property-sidebar .exhibition #free_tickets #free_tickets-form form .checkbox::selection,
.exhibition #free_tickets #free_tickets-form #detail-property #detail-property-sidebar form .checkbox::selection,
#detail-property #detail-property-sidebar form .investor #content #investor-form > div .checkbox::selection,
.investor #content #investor-form > div #detail-property #detail-property-sidebar form .checkbox::selection {
    background: transparent;
}
#detail-property #detail-property-sidebar form .checkbox input + span,
#detail-property #detail-property-sidebar .exhibition #free_tickets #free_tickets-form form .checkbox input + span,
.exhibition #free_tickets #free_tickets-form #detail-property #detail-property-sidebar form .checkbox input + span,
#detail-property #detail-property-sidebar form .investor #content #investor-form > div .checkbox input + span,
.investor #content #investor-form > div #detail-property #detail-property-sidebar form .checkbox input + span {
    position: relative;
    z-index: 1;
    border: 1px solid #1f6a9b;
    content: "";
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
#detail-property #detail-property-sidebar form .checkbox input + span::after,
#detail-property
    #detail-property-sidebar
    .exhibition
    #free_tickets
    #free_tickets-form
    form
    .checkbox
    input
    + span::after,
.exhibition
    #free_tickets
    #free_tickets-form
    #detail-property
    #detail-property-sidebar
    form
    .checkbox
    input
    + span::after,
#detail-property #detail-property-sidebar form .investor #content #investor-form > div .checkbox input + span::after,
.investor #content #investor-form > div #detail-property #detail-property-sidebar form .checkbox input + span::after {
    content: "";
    display: block;
    transform: scale(0);
    transition: transform 0.2s;
}
#detail-property #detail-property-sidebar form .checkbox input:active + span {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
#detail-property #detail-property-sidebar form .checkbox input:checked + span::after {
    transform: scale(1);
}
#detail-property #detail-property-sidebar form .checkbox input,
#detail-property #detail-property-sidebar .exhibition #free_tickets #free_tickets-form form .checkbox input,
.exhibition #free_tickets #free_tickets-form #detail-property #detail-property-sidebar form .checkbox input,
#detail-property #detail-property-sidebar form .investor #content #investor-form > div .checkbox input,
.investor #content #investor-form > div #detail-property #detail-property-sidebar form .checkbox input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
#detail-property #detail-property-sidebar form .checkbox {
    font-size: 15px;
    color: #727084;
    font-weight: 300;
}
#detail-property #detail-property-sidebar form .checkbox a {
    color: #1f6a9b;
    margin-left: 3px;
    position: relative;
    z-index: 2;
}
#detail-property #detail-property-sidebar form .checkbox input + span {
    border-radius: 50%;
}
#detail-property #detail-property-sidebar form .checkbox input + span::after {
    background: url(../img/web/check.svg) no-repeat center;
    background-size: 60%;
    width: 100%;
    height: 100%;
}
#detail-property #detail-property-sidebar #property-form,
#detail-property #detail-property-sidebar #related-property {
    display: block;
    padding: 40px;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
}
#detail-property #detail-property-sidebar #property-form h4,
#detail-property #detail-property-sidebar #related-property h4 {
    color: #1b718b;
    border-bottom: 1px solid #f4f4f4;
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 30px;
    word-spacing: -5px;
}
#detail-property #detail-property-sidebar #property-form .half-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#detail-property #detail-property-sidebar #property-form .half-column span {
    width: 47%;
}
#detail-property #detail-property-sidebar #property-form input {
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#detail-property #detail-property-sidebar #property-form textarea {
    height: 100px;
    width: 100%;
    color: #727084;
    font-family: "RocGrotesk", sans-serif;
    background: transparent;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    resize: none;
    outline: none;
    border-radius: 0;
    max-width: 100%;
    font-size: 16px;
    z-index: 1;
    border-bottom: 1px solid #f4f4f4;
}
#detail-property #detail-property-sidebar #property-form input[type="submit"] {
    border: none;
    background: #1f6a9b;
    color: #fff;
    padding: 20px 0;
    margin: 20px 0 0 0;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    transition: 0.3s ease;
}
#detail-property #detail-property-sidebar #property-form input[type="submit"]:hover {
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
}
#detail-property #detail-property-sidebar #related-property {
    margin-bottom: 30px;
}
#detail-property #detail-property-sidebar #related-property ul {
    display: flex;
    flex-direction: column;
}
#detail-property #detail-property-sidebar #related-property ul li {
    margin: 10px 0;
}
#detail-property #detail-property-sidebar #related-property ul li a {
    width: 100%;
    display: flex;
}
#detail-property #detail-property-sidebar #related-property ul li a .related-property-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#detail-property #detail-property-sidebar #related-property ul li a .related-property-container .related-property-img {
    position: relative;
    width: 40%;
}
#detail-property
    #detail-property-sidebar
    #related-property
    ul
    li
    a
    .related-property-container
    .related-property-img
    img {
    width: 100%;
    border-radius: 5px;
}
#detail-property #detail-property-sidebar #related-property ul li a .related-property-container .propertie-info {
    width: 60%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}
#detail-property
    #detail-property-sidebar
    #related-property
    ul
    li
    a
    .related-property-container
    .propertie-info
    .property-name
    h2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: initial;
    margin-bottom: 5px;
    font-family: "RocGrotesk", sans-serif;
    color: #4a4a4a;
}
#detail-property
    #detail-property-sidebar
    #related-property
    ul
    li
    a
    .related-property-container
    .propertie-info
    .reference {
    font-size: 14px;
    color: #727084;
}
#detail-property #detail-property-sidebar #related-property ul li a .related-property-container .propertie-info .prix {
    font-size: 20px;
    color: #1f6a9b;
    font-family: "Salvager", sans-serif;
}
#detail-property .single-property-amenities {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#detail-property .single-property-amenities li {
    width: 33.33%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 10px 5px;
}
#detail-property .single-property-amenities li:before {
    content: "";
    display: inline-block;
    background: url("../img/web/check.svg") no-repeat;
    background-size: 70%;
    width: 20px;
    height: 17px;
    min-width: 20px;
    margin-right: 10px;
}
#detail-property #actions {
    display: flex;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
#detail-property #actions li {
    display: flex;
    align-items: center;
    float: left;
    margin: 0 40px 0 0;
    position: relative;
    cursor: pointer;
    color: #020202;
    font-weight: 400;
    transition: 0.3s ease;
}
#detail-property #actions li:hover {
    color: #1f6a9b;
}
#detail-property #actions li:last-child {
    margin-right: 0;
}
#detail-property #actions li img {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
#detail-property #actions li.backto a {
    display: flex;
    align-items: center;
    color: #020202;
    font-weight: 400;
}
#detail-property #actions li.backto a img {
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
    margin-right: 5px;
}
#detail-property #actions li.backto a:hover {
    color: #1f6a9b;
}
#detail-property #actions .share,
#detail-property #actions .print {
    display: block;
    color: #b7b1b1;
    position: relative;
}
#detail-property .description {
    margin-bottom: 80px;
    white-space: pre-line;
    color: #727084;
}
#detail-property .details {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
#detail-property .details table {
    text-align: left;
    width: 45%;
    font:
        14px "RocGrotesk",
        sans-serif;
    color: #b7b1b1;
    display: flex;
    flex-direction: column;
}
#detail-property .details table tr {
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#detail-property .details table th {
    padding: 15px 0;
    font-weight: 400;
}
#detail-property .details table .align-right {
    color: #1f2123;
}
#detail-property #detail-property-video h2 {
    text-transform: capitalize;
}
#detail-property #detail-property-video iframe {
    width: 100%;
    border-radius: 5px;
}
#social-share {
    opacity: 0;
    border: 1px solid #1f6a9b;
    border-radius: 5px;
    display: block;
    background: #fff;
    padding: 10px 15px;
    position: absolute;
    top: 35px;
    left: 140px;
    transition: 0.5s linear;
}
#social-share.hover {
    opacity: 1;
}
#social-share li {
    float: left;
    margin-right: 5px;
}
#social-share li:last-child {
    margin-right: 0px;
}
.print-property {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    display: none;
}
#logo-tag {
    position: absolute;
    top: 60px;
    right: 0;
    width: 230px;
    height: 120px;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    background-color: #171a27 !important;
}
#reference-print {
    margin-top: 30px;
}
#reference-print h2 {
    font-size: 25px;
    color: #1f6a9b;
    font-family: "Salvager", sans-serif;
    font-weight: 600;
}
#print-infos {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
#print-description {
    flex-grow: 2;
}
#print-infos div {
    padding: 20px 10px;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    width: 70%;
}
#print-infos div:first-child {
    width: 30%;
}
#print-infos div p {
    color: #282828;
    font-family: "RocGrotesk", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
}
#print-infos div li {
    color: #282828;
    list-style: circle;
    font-family: "RocGrotesk", sans-serif;
    font-weight: 400;
    margin-left: 20px;
}
#print-infos div h2 {
    color: #171a27;
    font-family: "Salvager", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
#print-footer {
    clear: both;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
#print-contact {
    width: 30%;
    padding: 20px;
}
#print-contact h2 {
    color: #171a27;
    font-family: "Salvager", sans-serif;
    font-weight: 400;
}
#print-contact p {
    font-family: "RocGrotesk", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.4;
}
#second-print-image {
    width: 70%;
    padding: 30px;
}
#print-gallery {
    width: 100%;
    margin: 0 auto;
}
#print-gallery img {
    object-fit: cover;
    width: 48%;
    height: 250px;
    margin: 0 10px 10px 0;
    float: left;
    text-align: center;
}
@media print {
    .print-property {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
    }
    #header-carousel,
    #info-property,
    #detail-property,
    footer,
    .main-header {
        display: none;
    }
    #print-gallery {
        page-break-before: always;
    }
    .print-property {
        display: block;
    }
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.terms {
    margin-top: 50px;
    padding: 50px 0;
    border-top: 1px solid #f4f4f4;
}
.terms h2 {
    text-align: center;
    margin-bottom: 100px;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.media .header-bg {
    background: url(../img/web/about-us.jpg) no-repeat center;
    background-size: cover;
}
.media #all-media {
    margin-top: 150px;
}
.media #all-media .media-left {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}
.media #all-media .media-left > div {
    width: 50%;
}
.media #all-media .media-left > div img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}
.media #all-media .media-left > div.article-content {
    background: #fff;
    z-index: 2;
    padding: 60px;
    margin-left: -40px;
    height: 20%;
    margin-top: 70px;
}
.media #all-media .media-left > div.article-content h2 {
    font-size: 40px;
}
.media #all-media .media-left > div span {
    color: #d89d2a;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}
.media #all-media .media-right {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -100px;
    align-items: flex-end;
}
.media #all-media .media-right .article-img {
    width: 60%;
}
.media #all-media .media-right .article-img a {
    position: relative;
    z-index: 2;
    height: 100%;
    display: block;
}
.media #all-media .media-right .article-img a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -50px;
    top: -50px;
    z-index: 1;
    pointer-events: none;
}
.media #all-media .media-right .article-img a img {
    z-index: 2;
    position: relative;
}
.media #all-media .media-right > div {
    width: 50%;
}
.media #all-media .media-right > div img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}
.media #all-media .media-right > div.article-content {
    width: 45%;
    background: #fff;
    z-index: 2;
    padding: 60px;
    margin-right: -100px;
    height: 20%;
}
.media #all-media .media-right > div.article-content h2 {
    font-size: 40px;
}
.media #all-media .media-right > div span {
    color: #1f6a9b;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.huizenjagers_buitenland .header-bg {
    background: url(../img/web/uniq-estates-homepage.jpg) no-repeat center;
    background-size: cover;
}
.huizenjagers_buitenland #huizenjagers-tvshow {
    margin: 100px 0;
}
.huizenjagers_buitenland h2 {
    font-size: 4vw;
}
.huizenjagers_buitenland h3 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}
.huizenjagers_buitenland #huizenjagers-day-one {
    background: #fdfbf7;
    position: relative;
    margin: 150px 0 0 0;
    padding: 0 0 100px 0;
    text-align: center;
}
.huizenjagers_buitenland #huizenjagers-day-one #day-one-img {
    display: flex;
    justify-content: center;
    margin: 230px 0 70px 0;
}
.huizenjagers_buitenland #huizenjagers-day-one #day-one-img a {
    margin: 0 10%;
    max-width: 800px;
    display: flex;
    justify-content: center;
    width: 100%;
    transition: 0.3s ease;
}
.huizenjagers_buitenland #huizenjagers-day-one #day-one-img a img {
    width: 100%;
    margin-top: -150px;
    border-radius: 5px;
    box-shadow: 0 10px 9px rgba(2, 2, 2, 0.2);
    transition: 0.3s ease;
}
.huizenjagers_buitenland #huizenjagers-day-one #day-one-img a:hover img {
    box-shadow: 0 10px 30px rgba(2, 2, 2, 0.6);
}
.huizenjagers_buitenland #huizenjagers-day-one span {
    color: #d89d2a;
    font-weight: 400;
}
.huizenjagers_buitenland #huizenjagers-day-two {
    display: flex;
    flex-direction: row;
    margin-top: 15%;
}
.huizenjagers_buitenland #huizenjagers-day-two > div {
    width: 50%;
}
.huizenjagers_buitenland #huizenjagers-day-two > div img {
    height: 600px;
    object-fit: cover;
}
.huizenjagers_buitenland #huizenjagers-day-two > div.daily-content {
    background: #fff;
    z-index: 2;
    padding: 60px;
    margin-left: -40px;
    height: 20%;
    margin-top: 70px;
}
.huizenjagers_buitenland #huizenjagers-day-two > div span {
    color: #d89d2a;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}
.huizenjagers_buitenland #huizenjagers-day-three {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -100px;
    align-items: flex-end;
}
.huizenjagers_buitenland #huizenjagers-day-three #day-three-img {
    width: 60%;
}
.huizenjagers_buitenland #huizenjagers-day-three #day-three-img a {
    position: relative;
    z-index: 2;
    height: 100%;
    display: block;
}
.huizenjagers_buitenland #huizenjagers-day-three #day-three-img a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -50px;
    top: -50px;
    z-index: 1;
    pointer-events: none;
}
.huizenjagers_buitenland #huizenjagers-day-three #day-three-img a img {
    z-index: 2;
    position: relative;
}
.huizenjagers_buitenland #huizenjagers-day-three > div {
    width: 50%;
}
.huizenjagers_buitenland #huizenjagers-day-three > div img {
    height: 600px;
    object-fit: cover;
}
.huizenjagers_buitenland #huizenjagers-day-three > div.daily-content {
    width: 40%;
    background: #fff;
    z-index: 2;
    padding: 60px;
    margin-right: -100px;
    height: 20%;
}
.huizenjagers_buitenland #huizenjagers-day-three > div span {
    color: #d89d2a;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}
.huizenjagers_buitenland #huizenjagers-day-four {
    position: relative;
    margin: 150px 0;
    text-align: center;
}
.huizenjagers_buitenland #huizenjagers-day-four #day-four-img {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
}
.huizenjagers_buitenland #huizenjagers-day-four #day-four-img a {
    margin: 0 10%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    width: 100%;
    transition: 0.3s ease;
}
.huizenjagers_buitenland #huizenjagers-day-four #day-four-img a img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 5px 9px rgba(2, 2, 2, 0.15);
    transition: 0.3s ease;
}
.huizenjagers_buitenland #huizenjagers-day-four #day-four-img a:hover img {
    box-shadow: 0 5px 30px rgba(2, 2, 2, 0.3);
}
.huizenjagers_buitenland #huizenjagers-day-four h2 {
    letter-spacing: 2px;
}
.huizenjagers_buitenland #huizenjagers-day-four h3 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}
.huizenjagers_buitenland #huizenjagers-day-four p {
    color: #b7b1b1;
}
.huizenjagers_buitenland #huizenjagers-day-four span {
    color: #d89d2a;
    font-weight: 400;
}
.huizenjagers_buitenland #coming-soon {
    padding: 150px 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.huizenjagers_buitenland #coming-soon h2 {
    color: #f4f4f4;
    text-align: center;
    font-size: 40px;
    letter-spacing: 10px;
    transition: 0.3s ease;
}
.huizenjagers_buitenland #coming-soon:hover h2 {
    color: #d89d2a;
}
.huizenjagers_buitenland .huizenjagers-gallery {
    display: flex;
    justify-content: center;
    margin: 100px 0 -15% 0;
}
.huizenjagers_buitenland .huizenjagers-gallery ul {
    display: flex;
    flex-direction: row;
    max-width: 90%;
}
.huizenjagers_buitenland .huizenjagers-gallery ul li {
    width: 31.33%;
    margin-right: 3%;
}
.huizenjagers_buitenland .huizenjagers-gallery ul li img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 0 9px rgba(2, 2, 2, 0.2);
}
.huizenjagers_buitenland .huizenjagers-gallery ul li:last-child {
    margin-right: 0;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.jobs .header-bg {
    background: url(../img/web/news-bg.jpg) no-repeat center;
    background-size: cover;
}
.jobs #jobs-section {
    margin: 100px 0;
    padding: 0 4%;
    z-index: 1;
}
.jobs #jobs-section .center-box {
    margin-bottom: 94px;
}
.jobs #jobs-section .center-box img {
    margin-top: 20px;
}
.jobs #jobs-section #jobs-list {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
    width: 90%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.jobs #jobs-section #jobs-list ul {
    width: 80%;
}
.jobs #jobs-section #jobs-list ul:first-child {
    width: 20%;
    border-radius: 5px 0 0 0;
    border-right: 1px solid #f2f2f2;
    background: url(../img/svg/shape-bg.svg) repeat center;
    background-size: 50%;
}
.jobs #jobs-section #jobs-list ul .job-switch {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    padding: 25px;
    background: rgba(252, 252, 252, 0.75);
    border-bottom: 1px solid #f2f2f2;
    transition: 0.3s ease;
    font-family: "RocGrotesk", sans-serif;
}
.jobs #jobs-section #jobs-list ul .job-switch:first-child {
    border-radius: 5px 0 0 0;
}
.jobs #jobs-section #jobs-list ul .job-switch:hover {
    background: #fdfbf7;
    color: #1f6a9b;
}
.jobs #jobs-section #jobs-list ul .job-switch.active {
    background: #1f6a9b;
    border-bottom: 1px solid #1f6a9b;
    color: #fff !important;
    z-index: 1;
    transition: background 0s ease;
}
.jobs #jobs-section #jobs-list ul .job-switch.active:hover {
    color: #1f6a9b;
}
.jobs #jobs-section #jobs-list ul .job-switch.active::after {
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #1f6a9b;
    position: absolute;
    right: -10px;
    top: 37%;
    z-index: 0;
    transition: background 0s ease;
}
.jobs #jobs-section #jobs-list ul .job-switch.active:hover {
    background: #1f6a9b;
    border-bottom: 1px solid #1f6a9b;
}
.jobs #jobs-section #jobs-list #jobs-container {
    padding: 60px;
}
.jobs #jobs-section #jobs-list #jobs-container .job-content {
    display: none;
    padding: 0 0 60px 0;
}
.jobs #jobs-section #jobs-list #jobs-container .job-content h2 {
    font-size: 30px;
    margin-bottom: 40px;
}
.jobs #jobs-section #jobs-list #jobs-container .job-content p {
    font-size: 16px;
    margin-bottom: 3px;
}
.jobs #jobs-section #jobs-list #jobs-container .job-content p strong {
    color: #1f6a9b;
    display: inline-block;
}
.jobs #jobs-section #jobs-list #jobs-container .job-content p.send-cv {
    margin: 40px 0 0 0;
}
.jobs #jobs-section #jobs-list #jobs-container .job-content p.send-cv a {
    color: #1f6a9b;
}
.jobs #jobs-section #jobs-list #jobs-container .job-content.spontane p {
    margin-bottom: 15px;
}
.jobs #jobs-section #jobs-list #jobs-container .job-content:first-child {
    display: block;
}
.jobs #jobs-section #jobs-list .btn_asset {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.exhibition .header-bg {
    background: url(../img/web/secondhome_UNIQBeursGent_48.jpg) no-repeat center;
    background-size: cover;
}
.exhibition .header-bg h3 {
    color: #fff;
    font-size: 16px;
    font-family: "RocGrotesk", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.exhibition h2 {
    font-size: 4vw;
}
.exhibition #free_tickets {
    margin: 100px 10% 100px 10%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.exhibition #free_tickets > div {
    width: 55%;
}
.exhibition #free_tickets > div:last-child {
    width: 45%;
}
.exhibition #free_tickets #free_tickets-text {
    margin-right: 10%;
}
.exhibition #free_tickets #free_tickets-form {
    position: relative;
    z-index: 3;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 50px;
    box-shadow: 0 2px 50px rgba(0, 0, 0, 0.1);
    margin-left: 50px;
    width: 40%;
    margin-top: -200px;
}
.exhibition #free_tickets #free_tickets-form h2 {
    font:
        16px/1.6 "RocGrotesk",
        sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.exhibition #free_tickets #free_tickets-form .gold {
    color: #1f6a9b;
}
.exhibition #free_tickets #free_tickets-form form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.exhibition #free_tickets #free_tickets-form form input,
.exhibition #free_tickets #free_tickets-form form textarea,
.exhibition #free_tickets #free_tickets-form form select {
    width: 100%;
    font-family: "RocGrotesk", sans-serif;
    padding: 15px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #f4f4f4;
    appearance: none;
    resize: none;
    outline: none;
    border-radius: 0;
    max-width: 100%;
    font-size: 15px;
    z-index: 1;
}
.exhibition #free_tickets #free_tickets-form form .select-element {
    position: relative;
}
.exhibition #free_tickets #free_tickets-form form .select-element:before {
    content: "";
    position: absolute;
    background: url(../img/svg/arrow.svg) no-repeat center;
    background-size: cover;
    width: 10px;
    height: 10px;
    display: inline-block;
    right: 10px;
    top: 18px;
    transform: rotate(90deg);
    pointer-events: none;
}
.exhibition #free_tickets #free_tickets-form form textarea {
    max-height: 100px;
    height: 100px;
}
.exhibition #free_tickets #free_tickets-form form input::-webkit-input-placeholder,
.exhibition #free_tickets #free_tickets-form form textarea::-webkit-input-placeholder {
    opacity: 0.6;
    transition: 0.3s ease;
}
.exhibition #free_tickets #free_tickets-form form input:hover::-webkit-input-placeholder,
.exhibition #free_tickets #free_tickets-form form textarea:hover::-webkit-input-placeholder {
    opacity: 0.4;
    transition: 0.3s ease;
}
.exhibition #free_tickets #free_tickets-form form input:focus::-webkit-input-placeholder,
.exhibition #free_tickets #free_tickets-form form textarea:focus::-webkit-input-placeholder {
    opacity: 0.2;
    transition: 0.3s ease;
}
.exhibition #free_tickets #free_tickets-form form .half-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.exhibition #free_tickets #free_tickets-form form .half-column span {
    width: 47%;
}
.exhibition #free_tickets #free_tickets-form form .third-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.exhibition #free_tickets #free_tickets-form form .third-column span {
    width: 30%;
}
.exhibition #free_tickets #free_tickets-form form input,
.exhibition #free_tickets #free_tickets-form form select {
    margin-bottom: 30px;
}
.exhibition #free_tickets #free_tickets-form form input[type="submit"] {
    cursor: pointer;
    background: #1f6a9b;
    color: #fff;
    padding: 30px 0;
    margin: 30px 0 0 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transition: 0.3s ease;
}
.exhibition #free_tickets #free_tickets-form form input[type="submit"]:hover {
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
}
.exhibition #free_tickets #free_tickets-form form .checkbox {
    position: relative;
    cursor: pointer;
}
.exhibition #free_tickets #free_tickets-form form .checkbox::selection {
    background: transparent;
}
.exhibition #free_tickets #free_tickets-form form .checkbox input + span {
    position: relative;
    z-index: 1;
    border: 1px solid #1f6a9b;
    content: "";
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.exhibition #free_tickets #free_tickets-form form .checkbox input + span::after {
    content: "";
    display: block;
    transform: scale(0);
    transition: transform 0.2s;
}
.exhibition #free_tickets #free_tickets-form form .checkbox input:active + span {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.exhibition #free_tickets #free_tickets-form form .checkbox input:checked + span::after {
    transform: scale(1);
}
.exhibition #free_tickets #free_tickets-form form .checkbox input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.exhibition #free_tickets #free_tickets-form form .checkbox {
    margin-top: 30px;
    color: #727084;
    font-weight: 300;
}
.exhibition #free_tickets #free_tickets-form form .checkbox a {
    color: #1f6a9b;
    margin-left: 3px;
    position: relative;
    z-index: 2;
}
.exhibition #free_tickets #free_tickets-form form .checkbox input + span {
    border-radius: 50%;
}
.exhibition #free_tickets #free_tickets-form form .checkbox input + span::after {
    background: url(../img/web/check.svg) no-repeat center;
    background-size: 60%;
    width: 100%;
    height: 100%;
}
.exhibition #carousel.carousel-properties {
    margin-top: 0;
}
.exhibition #carousel .special-title {
    margin-top: 0;
}
.exhibition #carousel:before {
    display: none;
}
.exhibition #carousel:after {
    display: none;
}
.exhibition #carousel .owl-item {
    opacity: 0.6;
    transition: 0.3s ease;
    border-radius: 5px;
}
.exhibition #carousel .owl-item.center {
    opacity: 1;
    transition: 0.3s ease;
}
.exhibition #carousel .owl-item img {
    border-radius: 5px;
}
.exhibition #about {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}
.exhibition #about h2 {
    text-transform: initial;
    letter-spacing: 0;
}
.exhibition #about > div {
    width: 50%;
}
.exhibition #about > div > a {
    pointer-events: none;
}
.exhibition #about > div img {
    height: 600px;
    object-fit: cover;
}
.exhibition #about > div.daily-content {
    background: #fff;
    z-index: 2;
    padding: 60px;
    margin-left: -40px;
    height: 20%;
    margin-top: 70px;
}
.exhibition #about > div > span {
    color: #1f6a9b;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}
.exhibition #about-next {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -100px;
    align-items: flex-end;
}
.exhibition #about-next h2 {
    text-transform: initial;
    letter-spacing: 0;
}
.exhibition #about-next #day-three-img {
    width: 60%;
}
.exhibition #about-next #day-three-img a {
    position: relative;
    z-index: 2;
    height: 100%;
    display: block;
    pointer-events: none;
}
.exhibition #about-next #day-three-img a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -50px;
    top: -50px;
    z-index: 1;
    pointer-events: none;
}
.exhibition #about-next #day-three-img a img {
    z-index: 2;
    position: relative;
}
.exhibition #about-next > div {
    width: 50%;
}
.exhibition #about-next > div img {
    height: 600px;
    object-fit: cover;
}
.exhibition #about-next > div.daily-content {
    width: 40%;
    background: #fff;
    z-index: 2;
    padding: 60px;
    margin-right: -100px;
    height: 20%;
}
.exhibition #about-next > div span {
    color: #1f6a9b;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}
.exhibition .appointment-btn a {
    display: inline-block;
    margin-top: 20px;
    transition: 0.3s ease;
}
.exhibition #next-exhibitions {
    margin: 150px 10%;
    display: flex;
    flex-direction: column;
}
.exhibition #next-exhibitions > h2 {
    width: 100%;
    padding: 0 0 30px 50px;
    margin: 0;
    font-size: 30px;
    border-bottom: 1px solid #ebebeb;
}
.exhibition #next-exhibitions .next-dates {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding: 45px 50px;
}
.exhibition #next-exhibitions .next-dates h3 {
    font-family: "RocGrotesk", sans-serif;
    font-weight: 600;
    color: #171a27;
    font-size: 15px;
    position: relative;
    transform: translateX(0);
    transition: 0.5s ease;
}
.exhibition #next-exhibitions .next-dates h3::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: -20px;
    top: 7px;
    opacity: 0;
    background: transparent;
    border: 2px solid #1f6a9b;
    transform: rotate(45deg);
    transition: 0.5s ease;
}
.exhibition #next-exhibitions .next-dates .exhibition-name {
    margin-right: 30px;
}
.exhibition #next-exhibitions .next-dates .exhibition-name h3 {
    margin-bottom: 0;
}
.exhibition #next-exhibitions .next-dates .exhibition-details ul {
    display: flex;
    flex-direction: row;
}
.exhibition #next-exhibitions .next-dates .exhibition-details ul li {
    margin: 0 30px;
    font-weight: 600;
    width: 120px;
}
.exhibition #next-exhibitions .next-dates .exhibition-details ul li:first-child {
    color: #1f6a9b;
    width: 160px;
}
.exhibition #next-exhibitions .next-dates .exhibition-btn a {
    opacity: 0;
}
.exhibition #next-exhibitions #next-dates-container > ul {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.exhibition #next-exhibitions #next-dates-container > ul li.next-dates {
    transition: 0.3s ease;
}
.exhibition #next-exhibitions #next-dates-container > ul li.next-dates.date-over {
    opacity: 0.3;
}
.exhibition #next-exhibitions #next-dates-container > ul li.next-dates.active-date {
    border-radius: 5px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}
.exhibition #next-exhibitions #next-dates-container > ul li.next-dates.active-date h3 {
    transform: translateX(30px);
    transition: 0.5s ease;
}
.exhibition #next-exhibitions #next-dates-container > ul li.next-dates.active-date h3::before {
    opacity: 1;
    transition: 0.5s ease;
}
.exhibition #next-exhibitions #next-dates-container > ul li.next-dates.active-date a {
    opacity: 1;
    transform: translateX(0);
    transition: 0.5s ease 0.2s;
}
.exhibition #next-exhibitions #next-dates-container > ul li.next-dates.active-date .exhibition-btn {
    pointer-events: initial;
}
.exhibition #contact-form {
    padding: 100px 15%;
    margin: 0 auto;
}
.exhibition #testimonials {
    margin-bottom: 100px;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#investor-menu {
    color: #fff;
    font-family: "Salvager", sans-serif, sans-serif;
    display: flex;
    flex-direction: row;
}
#investor-menu li {
    padding: 0 8px;
}
#investor-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
#investor-menu li a:hover {
    color: #1f6a9b;
}
#investor-menu #investor-call {
    padding: 17px 25px;
    background: #1f6a9b;
    border-radius: 5px;
}
#investor-menu #investor-call:hover {
    color: #fff;
    background: #d7ba84;
}
.investor .btn {
    padding: 23px 45px;
    font-family: "Salvager", sans-serif;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #fff;
    background: #1f6a9b;
    display: inline-block;
    border-radius: 5px;
    margin-top: 30px;
}
.investor .btn:hover {
    background: #d7ba84;
}
.investor .header-bg {
    background: url(../img/web/secondhome_UNIQBeursGent_16.jpg) no-repeat center;
    background-size: cover;
}
.investor .header-bg:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: -40px;
    left: 49%;
    width: 14px;
    height: 88px;
    background: url("../img/web/ornement.svg.html") center no-repeat;
    background-size: cover;
    transform: rotate(-180deg);
}
.investor .header-bg .headings {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.investor .header-bg .headings h1 {
    font-family: "Salvager", sans-serif;
    font-weight: 500;
    max-width: 80%;
    font-size: calc(16px + 5vw);
    line-height: 1;
}
.investor .header-bg .headings h1 span {
    color: #1f6a9b;
}
.investor .header-bg .headings h4 {
    text-transform: uppercase;
    font-family: "RocGrotesk", sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: calc(15px + 0.1vw);
    letter-spacing: 1px;
}
.investor .header-bg .headings h4 span {
    color: #1f6a9b;
}
.investor #content {
    margin: 0;
}
.investor #content h2 {
    font-family: "Salvager", sans-serif;
    font-weight: 500;
    font-size: calc(28px + 2vw);
    line-height: 1.2;
}
.investor #content #financial-future {
    padding: 150px 10% 0 10%;
    background: url("../img/svg/linear-bg.svg") center repeat;
    background-size: 50%;
}
.investor #content #financial-future #financial-content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.investor #content #financial-future #financial-content h2 {
    margin-bottom: 20px;
    line-height: 1.1;
}
.investor #content #financial-future #financial-content h2 span {
    color: #1f6a9b;
}
.investor #content #financial-future #financial-content > p {
    padding: 0 15%;
    margin-bottom: 10px;
}
.investor #content #financial-future #financial-content > p span {
    color: #1f6a9b;
    font-weight: 400;
}
.investor #content #financial-future #financial-content #financial-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 0;
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.investor #content #financial-future #financial-content #financial-list li {
    padding: 0 30px;
    border-right: 1px solid #f5f3f3;
}
.investor #content #financial-future #financial-content #financial-list li:last-child {
    border-right: none;
}
.investor #content #financial-future #financial-content #financial-list li h3 {
    font-size: calc(16px + 1vw);
    color: #171a27;
    font-family: "Salvager", sans-serif;
}
.investor #content #financial-future::after {
    content: "";
    position: absolute;
    background: url("../img/web/financial-bg.png") center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    right: -43%;
    top: 0px;
    bottom: 0;
    z-index: 0;
    display: none;
}
.investor #content #tips-spain {
    margin: 150px 7% 100px 0;
    display: flex;
    flex-direction: row;
}
.investor #content #tips-spain > section:first-child {
    width: 35%;
    margin-right: 30px;
}
.investor #content #tips-spain > section:first-child img {
    width: 450px;
    max-width: 500px;
    margin: -200px 0 0 -8%;
}
.investor #content #tips-spain #tips-list {
    display: flex;
    flex-direction: column;
    width: 65%;
}
.investor #content #tips-spain #tips-list div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.investor #content #tips-spain #tips-list div h2 span {
    color: #1f6a9b;
}
.investor #content #tips-spain #tips-list div a {
    margin-top: 0;
}
.investor #content #tips-spain #tips-list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.investor #content #tips-spain #tips-list ul li {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}
.investor #content #tips-spain #tips-list ul li:nth-child(even) {
    margin-right: 0;
}
.investor #content #tips-spain #tips-list ul li img {
    border-radius: 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: cover;
    box-shadow: 0 10px 17px rgba(0, 0, 0, 0.1);
}
.investor #content #tips-spain #tips-list ul li h3 {
    font-size: calc(16px + 0.1vw);
    font-family: "RocGrotesk", sans-serif;
    color: #171a27;
    font-weight: 400;
    margin: 0 26px 8px 26px;
}
.investor #content #tips-spain #tips-list ul li p {
    margin: 0 26px;
}
.investor #content #reasons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 150px 7%;
}
.investor #content #reasons h2 {
    margin-bottom: 30px;
}
.investor #content #reasons h4 {
    text-transform: uppercase;
    font-family: "RocGrotesk", sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: calc(15px + 0.1vw);
    letter-spacing: 1px;
    color: #1f6a9b;
}
.investor #content #reasons ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.investor #content #reasons ul li {
    width: calc(33% - 20px);
    background: #fff;
    padding: 45px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 10px;
    border-radius: 15px;
}
.investor #content #reasons ul li h3 {
    font-family: "Salvager", sans-serif;
    color: #171a27;
    font-size: calc(16px + 0.5vw);
}
.investor #content #reasons ul li:last-child {
    text-align: center;
    background: transparent;
    border: 2px solid #1f6a9b;
    box-shadow: none;
}
.investor #content #reasons ul li:last-child h3 {
    font-size: calc(16px + 0.9vw);
}
.investor #content #reasons ul li:last-child a {
    margin-top: 10px;
    width: 100%;
}
.investor #content #price-evolution {
    margin: 100px 7% 200px 7%;
    display: flex;
    flex-direction: column;
}
.investor #content #price-evolution h4 {
    text-transform: uppercase;
    font-family: "RocGrotesk", sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: calc(15px + 0.1vw);
    letter-spacing: 1px;
    color: #1f6a9b;
    text-align: center;
}
.investor #content #price-evolution h2 {
    text-align: center;
}
.investor #content #price-evolution p {
    text-align: center;
    font-size: 16px;
}
.investor #content #price-evolution #price-evolution-container {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    align-items: center;
    padding: 100px;
    border-radius: 15px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
    background: url("../img/svg/linear-bg.svg") center repeat;
    background-size: 50%;
}
.investor #content #price-evolution #price-evolution-container > div:first-child {
    width: 70%;
}
.investor #content #price-evolution #price-evolution-container #price-evolution-cities {
    display: flex;
    flex-direction: row;
}
.investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list {
    display: flex;
    flex-direction: column;
}
.investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list li {
    font-size: 70px;
    font-family: "Salvager", sans-serif;
    color: #171a27;
    margin: 0 0 5px 0;
    line-height: initial;
    cursor: pointer;
    display: inline-block;
    opacity: 0.15;
    transition: 0.3s ease;
    position: relative;
}
.investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 40%;
    opacity: 0;
    border-radius: 100px;
    border: 2px solid #1f6a9b;
    position: absolute;
    transition: 0.3s ease;
}
.investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list li:nth-child(3) {
    opacity: 0.12;
}
.investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list li:nth-child(4) {
    opacity: 0.1;
}
.investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list li:nth-child(5) {
    opacity: 0.07;
}
.investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list li:nth-child(6) {
    opacity: 0.05;
}
.investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list li.active {
    opacity: 1;
    padding-left: 30px;
    pointer-events: none;
    transition: 0.3s ease;
}
.investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list li.active:before {
    opacity: 1;
}
.investor #content #price-evolution #price-evolution-container #data-box {
    position: relative;
}
.investor #content #price-evolution #price-evolution-container #data-box > p {
    color: #727084;
    font-size: 14px;
    margin-top: 20px;
    max-width: 200px;
    opacity: 0.4;
    font-style: italic;
}
.investor #content #price-evolution #price-evolution-container #data-box #old-price {
    margin-bottom: 140px;
}
.investor #content #price-evolution #price-evolution-container #data-box #early-price {
    position: relative;
}
.investor #content #price-evolution #price-evolution-container #data-box #early-price:before {
    content: "";
    background: url("../img/svg/big-arrow.svg") no-repeat center;
    background-size: 100%;
    width: 15px;
    height: 60px;
    position: absolute;
    top: -95px;
    left: 43%;
}
.investor #content #price-evolution #price-evolution-container #data-box #early-price,
.investor #content #price-evolution #price-evolution-container #data-box #old-price {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    width: 200px;
}
.investor #content #price-evolution #price-evolution-container #data-box #early-price .year,
.investor #content #price-evolution #price-evolution-container #data-box #old-price .year {
    color: #1f6a9b;
    font-size: 25px;
    font-family: "Salvager", sans-serif;
    margin-bottom: -10px;
}
.investor #content #price-evolution #price-evolution-container #data-box #early-price .price,
.investor #content #price-evolution #price-evolution-container #data-box #old-price .price {
    color: #171a27;
    font-size: 20px;
    font-family: "Salvager", sans-serif;
}
.investor #content #price-evolution #price-evolution-container #data-box #early-price .price span,
.investor #content #price-evolution #price-evolution-container #data-box #old-price .price span {
    font-size: 30px;
}
.investor #content #price-evolution #price-evolution-container #data-box #comparison {
    margin: 45px 0 30px 130px;
    position: absolute;
    top: 27%;
}
.investor #content #price-evolution #price-evolution-container #data-box #comparison #global-ratio {
    color: #1f6a9b;
    font-family: "Salvager", sans-serif;
    font-size: 30px;
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
}
.investor #content #price-evolution #price-evolution-container #data-box #comparison #global-ratio span {
    color: #171a27;
    font-size: 40px;
    font-family: "Salvager", sans-serif;
    margin-left: 5px;
}
@keyframes arrow-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
        transform: translateY(0);
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}
.investor #content #price-evolution #price-evolution-container #data-box #comparison #global-ratio svg {
    margin-left: 5px;
    height: 30px;
    opacity: 0;
    animation: arrow-up 2s linear infinite forwards;
    -webkit-animation: arrow-up 2s linear infinite forwards;
}
.investor #content #price-evolution #price-evolution-container #data-box #comparison #yearly-ratio {
    font-family: "Salvager", sans-serif;
    color: #d4d4d4;
    margin-left: 20px;
    font-size: 17px;
}
.investor #content #tips-investment {
    display: flex;
    flex-direction: row;
    margin: 150px 10%;
}
.investor #content #tips-investment h4 {
    text-transform: uppercase;
    font-family: "RocGrotesk", sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: calc(15px + 0.1vw);
    letter-spacing: 1px;
    color: #1f6a9b;
}
.investor #content #tips-investment .btn {
    margin: 0 0 0 40px;
}
.investor #content #tips-investment > div {
    width: 60%;
}
.investor #content #tips-investment > div:first-child {
    width: 40%;
}
.investor #content #tips-investment > div:first-child > ul {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.investor #content #tips-investment > div:first-child > ul li {
    margin-bottom: 40px;
    padding-left: 40px;
    position: relative;
}
.investor #content #tips-investment > div:first-child > ul li:before {
    content: "";
    display: inline-block;
    background: url("../img/svg/number-one.svg") no-repeat center;
    background-size: 100%;
    width: 15px;
    height: 37px;
    position: absolute;
    left: 0px;
    top: -5px;
}
.investor #content #tips-investment > div:first-child > ul li:nth-child(2):before {
    background: url("../img/svg/number-two.svg") no-repeat center;
    background-size: 20px;
    width: 19px;
    height: 40px;
}
.investor #content #tips-investment > div:first-child > ul li:nth-child(3):before {
    background: url("../img/svg/number-three.svg") no-repeat center;
    background-size: 20px;
    width: 19px;
    height: 40px;
}
.investor #content #tips-investment > div:first-child > ul li h5 {
    font-family: "RocGrotesk", sans-serif;
    font-size: calc(16px + 0.3vw);
    font-weight: 500;
}
.investor #content #tips-investment > div #tips-investment-properties {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 30px;
}
.investor #content #tips-investment > div #tips-investment-properties > li {
    width: 50%;
    padding: 15px;
}
.investor #content #tips-investment > div #tips-investment-properties > li a {
    background: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 17px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: 0.3s ease;
}
.investor #content #tips-investment > div #tips-investment-properties > li a:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.09);
    transition: 0.3s ease;
}
.investor #content #tips-investment > div #tips-investment-properties > li a > img {
    object-fit: cover;
    max-height: 150px;
}
.investor #content #tips-investment > div #tips-investment-properties > li a section {
    padding: 20px 30px 20px 30px;
}
.investor #content #tips-investment > div #tips-investment-properties > li a section h6 {
    font-family: "Salvager", sans-serif;
    color: #4a4a4a;
    font-size: calc(18px + 0.1vw);
    margin-bottom: 15px;
}
.investor #content #tips-investment > div #tips-investment-properties > li a section div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.investor #content #tips-investment > div #tips-investment-properties > li a section div > span {
    color: #b7b1b1;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.investor #content #tips-investment > div #tips-investment-properties > li a section div h7 {
    color: #1f6a9b;
    font-size: 17px;
    font-weight: 400;
    font-family: "Salvager", sans-serif;
}
.investor #content #tips-investment > div #tips-investment-properties > li a section ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.investor #content #tips-investment > div #tips-investment-properties > li a section ul li {
    color: #727084;
    font-family: "RocGrotesk", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: initial;
    display: flex;
    align-items: center;
}
.investor #content #tips-investment > div #tips-investment-properties > li a section ul li:last-child {
    margin-right: 0;
}
.investor #content #tips-investment > div #tips-investment-properties > li a section ul li img {
    margin-right: 5px;
}
.investor #content #investor-form {
    background: #fdfbf7;
    padding: 150px 10% 100px 10%;
    display: flex;
    flex-direction: row-reverse;
}
.investor #content #investor-form > div {
    width: 50%;
}
.investor #content #investor-form > div:last-child {
    margin: 0px 5% 0 5%;
}
.investor #content #investor-form > div h4 {
    text-transform: uppercase;
    font-family: "RocGrotesk", sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: calc(15px + 0.1vw);
    letter-spacing: 1px;
    color: #1f6a9b;
}
.investor #content #investor-form > div form {
    width: 100%;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.investor #content #investor-form > div form input,
.investor #content #investor-form > div form textarea,
.investor #content #investor-form > div form select {
    width: calc(100% - 50px);
    padding: 25px;
    background: rgba(228, 209, 192, 0.15);
    border: none;
    border-radius: 5px;
    color: #727084;
    appearance: none;
    -webkit-appearance: none;
    resize: none;
    outline: none;
    border-radius: 0;
    max-width: 100%;
    font-size: 15px;
    z-index: 1;
    font-family: "RocGrotesk", sans-serif;
}
.investor #content #investor-form > div form select {
    width: 100%;
}
.investor #content #investor-form > div form .select-element {
    position: relative;
}
.investor #content #investor-form > div form .select-element:before {
    content: "";
    position: absolute;
    background: url(../img/svg/arrow-copper.svg) no-repeat center;
    background-size: cover;
    width: 12.5px;
    height: 7.5px;
    display: inline-block;
    right: 15px;
    top: 28px;
    transform: rotate(360deg);
    pointer-events: none;
}
.investor #content #investor-form > div form textarea {
    max-height: 100px;
    height: 100px;
    font:
        16px/1.6 "RocGrotesk",
        sans-serif;
}
.investor #content #investor-form > div form input::-webkit-input-placeholder,
.investor #content #investor-form > div form textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: 0.3s ease;
}
.investor #content #investor-form > div form input:hover::-webkit-input-placeholder,
.investor #content #investor-form > div form textarea:hover::-webkit-input-placeholder {
    opacity: 0.5;
    transition: 0.3s ease;
}
.investor #content #investor-form > div form input:focus::-webkit-input-placeholder,
.investor #content #investor-form > div form textarea:focus::-webkit-input-placeholder {
    opacity: 0.2;
    transition: 0.3s ease;
}
.investor #content #investor-form > div form .abs-label {
    position: relative;
}
.investor #content #investor-form > div form .abs-label.abs-label-white {
    margin-top: 40px;
}
.investor #content #investor-form > div form .abs-label.abs-label-white label {
    opacity: 1;
    color: #1f6a9b;
}
.investor #content #investor-form > div form .abs-label label {
    position: absolute;
    opacity: 0.3;
    font-size: 15px;
    top: 11px;
    color: #fff;
    font-weight: 400;
    pointer-events: none;
}
.investor #content #investor-form > div form .abs-label select {
    padding-right: 30px;
    direction: rtl;
    text-align: left;
}
.investor #content #investor-form > div form .half-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.investor #content #investor-form > div form .half-column span {
    width: 50%;
    margin-right: 20px;
    display: flex;
}
.investor #content #investor-form > div form .half-column span:nth-of-type(2) {
    margin-right: 0;
}
.investor #content #investor-form > div form .third-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.investor #content #investor-form > div form .third-column span {
    width: 30%;
}
.investor #content #investor-form > div form input,
.investor #content #investor-form > div form select {
    margin-bottom: 30px;
}
.investor #content #investor-form > div form textarea {
    width: initial;
}
.investor #content #investor-form > div form input[type="submit"] {
    cursor: pointer;
    background: #1f6a9b;
    width: 100%;
    color: #fff;
    padding: 30px 0;
    margin: 30px 0 0 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    transition: 0.3s ease;
}
.investor #content #investor-form > div form input[type="submit"]:hover {
    box-shadow: 0 2px 30px rgba(189, 111, 71, 0.6);
}
.investor #content #investor-form > div .contact-form-txt {
    text-align: left;
    margin-left: 7%;
    width: 45%;
}
.investor #content #investor-form > div .contact-form-txt h2 {
    color: #fff;
}
.investor #content #investor-form > div .contact-form-txt p {
    width: 100%;
    color: #b7b1b1;
    margin-bottom: 10px;
}
.investor #content #investor-form > div .checkbox {
    position: relative;
    cursor: pointer;
    margin-top: 30px;
}
.investor #content #investor-form > div .checkbox::selection {
    background: transparent;
}
.investor #content #investor-form > div .checkbox input + span {
    position: relative;
    z-index: 1;
    border: 1px solid #1f6a9b;
    content: "";
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.investor #content #investor-form > div .checkbox input + span::after {
    content: "";
    display: block;
    transform: scale(0);
    transition: transform 0.2s;
}
.investor #content #investor-form > div .checkbox input:active + span {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.investor #content #investor-form > div .checkbox input:checked + span::after {
    transform: scale(1);
}
.investor #content #investor-form > div .checkbox input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.investor #content #investor-form > div .checkbox {
    font-size: 15px;
    font-weight: 300;
}
.investor #content #investor-form > div .checkbox a {
    color: #1f6a9b;
    margin-left: 3px;
    position: relative;
    z-index: 2;
}
.investor #content #investor-form > div .checkbox input + span {
    border-radius: 50%;
}
.investor #content #investor-form > div .checkbox input + span::after {
    background: url(../img/web/check.svg) no-repeat center;
    background-size: 60%;
    width: 100%;
    height: 100%;
}
.investor #content #investor-reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 150px 7%;
}
.investor #content #investor-reviews h2 {
    margin-bottom: 30px;
}
.investor #content #investor-reviews h4 {
    text-transform: uppercase;
    font-family: "RocGrotesk", sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: calc(15px + 0.1vw);
    letter-spacing: 1px;
    color: #1f6a9b;
}
.investor #content #investor-reviews ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.investor #content #investor-reviews ul li {
    width: calc(33% - 20px);
    padding: 45px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 10px;
    border-radius: 15px;
    position: relative;
    background: url("../img/svg/linear-bg.svg") center repeat;
    background-size: 150%;
}
.investor #content #investor-reviews ul li:before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(../img/web/quote.svg);
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(180deg);
    z-index: 1;
    mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
    -webkit-mask-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.25))
    );
}
.investor #content #investor-reviews ul li h3 {
    font-family: "Salvager", sans-serif;
    color: #171a27;
    font-size: calc(16px + 0.5vw);
}
.investor #content hr {
    border: 0;
    height: 2px;
    margin: 18px 0;
    position: relative;
    background: -webkit-linear-gradient(
        left,
        rgba(250, 250, 250, 0) 0%,
        rgba(250, 250, 250, 0) 10%,
        rgba(220, 220, 220, 0.65) 50%,
        rgba(250, 250, 250, 0) 90%,
        rgba(250, 250, 250, 0) 100%
    );
}
.investor #content hr:before {
    content: "";
    display: block;
    border-top: solid 1px #fafafa;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.investor #content #investor-faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 150px 7%;
}
.investor #content #investor-faq h2 {
    margin-bottom: 30px;
}
.investor #content #investor-faq h4 {
    text-transform: uppercase;
    font-family: "RocGrotesk", sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: calc(15px + 0.1vw);
    letter-spacing: 1px;
    color: #1f6a9b;
}
.investor #content #investor-faq ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.investor #content #investor-faq ul li {
    width: calc(50% - 20px);
    background: #fff;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    margin: 10px;
    border-radius: 15px;
    border: 1px solid transparent;
    transition: 0.3s ease;
}
.investor #content #investor-faq ul li div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.investor #content #investor-faq ul li div h3 {
    font-family: "RocGrotesk", sans-serif;
    color: #727084;
    font-size: calc(15px + 0.2vw);
    letter-spacing: -0.4px;
    font-weight: 400;
    margin-bottom: 0;
    transition: 0.3s ease;
}
.investor #content #investor-faq ul li div span {
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-left: 20px;
    background: url(../img/svg/arrow-copper.svg) no-repeat;
    background-size: 10px;
    transform: rotate(-90deg);
    transform-origin: center;
    transition: 0.3s ease;
    display: inline-block;
}
.investor #content #investor-faq ul li.faq-element p {
    padding-top: 20px;
    transition: 0.3s ease;
}
.investor #content #investor-faq ul li.faq-element .hide-text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    transition: 0.3s ease;
}
.investor #content #investor-faq ul li.faq-element.open-faq {
    border: 1px solid #1f6a9b;
    transition: 0.3s ease;
}
.investor #content #investor-faq ul li.faq-element.open-faq span {
    transform: rotate(0deg);
    transform-origin: center;
    transition: 0.3s ease;
}
.investor #content #investor-faq ul li.faq-element.open-faq h3 {
    color: #1f6a9b;
    transition: 0.3s ease;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@media screen and (min-width: 1000px) {
    .display-menu {
        opacity: 1 !important;
        pointer-events: visible !important;
        margin-left: 20px;
    }
    #menu-lang {
        opacity: 1 !important;
        pointer-events: visible !important;
    }
    #property-form {
        position: sticky;
        top: 20px;
        z-index: 9;
    }
    .home .header-bg .headings #quick-search {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .mobile-menu-container #mobile-menu ul {
        height: 100%;
        flex-direction: column;
        text-align: center;
    }
    .mobile-menu-container #mobile-menu ul li {
        margin-bottom: 10px;
        width: 100%;
    }
    .mobile-menu-container #mobile-menu ul li a {
        font-size: clamp(30px, 4.5vw, 6vw);
    }
    #header .social-media {
        display: none;
    }
    #menu-close {
        opacity: 1 !important;
        pointer-events: visible !important;
        margin-left: 20px;
    }
    .menu {
        display: none;
    }
    #top-bar-right .call {
        display: none;
    }
    #home-over_ons {
        flex-direction: column;
        padding: 40px 5%;
    }
    #home-over_ons div {
        width: 100%;
    }
    #home-over_ons div h2 {
        margin-bottom: initial;
    }
    #home-over_ons div:last-child {
        width: 100%;
    }
    #home-over_ons div.about-icons {
        flex-direction: column;
        display: flex;
        justify-content: flex-start;
    }
    #home-over_ons div.about-icons span {
        max-width: initial;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .about-icons {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
    .about-icons span {
        margin: 50px 0;
        width: 100%;
        max-width: 300px;
    }
    .about-icons span:last-child {
        margin-bottom: 0;
    }
    #investor-section {
        width: calc(100% - 10%);
        padding: 40px 5% 80px 5%;
    }
    #investor-section div {
        width: 100%;
    }
    #investor-section div h2 {
        font-size: 40px;
    }
    #intro-huizenjagers {
        margin: 40px 5%;
        display: none;
    }
    #intro-huizenjagers div {
        width: 100%;
    }
    #intro-huizenjagers div:nth-child(1) {
        margin-left: 0;
        padding-bottom: 0;
    }
    #intro-huizenjagers div:nth-child(2) {
        display: none;
    }
    .properties #properties-container > ul > li {
        width: 46%;
    }
    #about-flight {
        flex-direction: column-reverse;
        align-items: center;
        text-align: left;
        margin: 40px 5%;
    }
    #about-flight #flight-content {
        width: 100%;
    }
    #about-flight #flight-content p {
        column-count: 1;
    }
    #next-event {
        width: calc(100% - 100px);
        margin: 0 0 50px 0;
    }
    #next-event #next-event-content {
        padding-right: 0;
        display: flex;
        flex-direction: column;
    }
    #guide-section {
        flex-direction: column;
        padding: 30px 5% 40px 5%;
    }
    #guide-section #guide {
        width: 100%;
        height: 50vh;
        max-height: 400px;
        border-radius: 5px;
    }
    #guide-section #guide-content {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .methods .process .process-step.step:nth-child(2n) .process-container {
        flex-direction: column;
    }
    .methods .process .process-step .process-container {
        flex-direction: column;
    }
    .methods .process .process-step .process-container .step-description {
        margin: 0;
        padding: 40px 5%;
        width: 100%;
    }
    .methods .process .process-step .process-container:after {
        margin: 30px 0;
        position: relative;
        left: initial;
    }
    .methods .process .process-step .process-container .step-picture {
        width: 100%;
    }
    .pack_information #guide_request {
        flex-direction: column;
    }
    .pack_information #guide_request .guide_description,
    .pack_information #guide_request .guide_form {
        width: 100%;
        margin-right: 0;
    }
    .pack_information #guide_request .guide_description {
        margin-bottom: 30px;
    }
    #news-module .news-list {
        flex-direction: column;
    }
    #news-module .news-list h2 {
        position: relative;
        transform: rotate(0);
        left: initial;
        font-size: 5vw;
        text-align: left;
        width: 100%;
    }
    #news-module .news-list ul {
        flex-direction: column;
    }
    #news-module .news-list ul li a {
        padding: 30px 0;
        border: 0;
        border-bottom: 1px solid rgba(228, 209, 192, 0.25);
    }
    #news-module .news-list div {
        width: 100%;
    }
    #news-module .news-list div .btn_asset {
        width: 100%;
        text-align: center;
    }
    .single-news #more-news .more-news-list {
        width: 90%;
    }
    .infodays #infodays-container .infodays-sessions {
        flex-direction: column;
    }
    .infodays #infodays-container .infodays-sessions .infodays-description {
        margin: 0 5%;
    }
    .infodays #infodays-container .infodays-program .infodays-description {
        margin: 0 5%;
    }
    .infodays #infodays-container .infodays-program .infodays-description .infodays-program_list ul li {
        width: 50%;
    }
    .infodays #infodays-container .infodays-program .infodays-description .infodays-program_list ul li:nth-child(2n) {
        width: 50%;
        padding-right: 0;
    }
    #all-news {
        margin-top: 50px;
    }
    #all-news .news-section .news-element {
        margin-bottom: 75px;
    }
    #all-news .news-section .news-container {
        flex-direction: column;
    }
    #all-news .news-section .news-container .news-media {
        flex: none !important;
        width: 100%;
        height: 400px;
    }
    .properties #search {
        width: calc(100% - 40px);
        z-index: 2;
        position: relative;
        padding: 20px;
    }
    .properties #search form {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .properties #search form span {
        width: calc(33.33% - 3%);
        margin: 0 0 20px 0;
        padding-bottom: 10px;
    }
    .properties #search form span:nth-child(odd) {
        margin-right: 3%;
    }
    .properties #search form span#bedrooms {
        width: calc(67% - 3%);
    }
    .properties #search form span#bathrooms,
    .properties #search form span#price {
        width: calc(50% - 3%);
    }
    .properties #search form span:last-child {
        width: 100%;
    }
    .properties #search form span .bloc {
        display: flex;
        flex-direction: row;
    }
    .properties #search form span .bloc select:first-child {
        margin-bottom: 0;
        margin-right: 3%;
    }
    .about #home-over_ons div {
        width: 100%;
    }
    .about #home-over_ons div h2 {
        margin-bottom: 30px;
    }
    .about #home-over_ons div p {
        margin-left: 0;
    }
    .about #team {
        margin-bottom: 0;
    }
    .about #team > p {
        max-width: 70%;
    }
    .about #team .team-member {
        margin: 40px auto 0 auto;
    }
    .about #team .team-member > div:nth-child(even) {
        flex-direction: column;
    }
    .about #team .team-member .team-member-container {
        flex-direction: column;
    }
    .about #team .team-member .team-member-container .member-picture {
        width: 92vw;
        height: 80vh;
        border-radius: 5px;
    }
    .about #team .team-member .team-member-container .member-description {
        padding: 40px 5%;
    }
    .about #team .team-member .team-member-container .member-description h2 {
        font-size: 50px;
    }
    .about #team .team-member .team-member-container div {
        padding: 0 !important;
    }
    .about #team .team-member .team-member-container span {
        margin-top: 30px;
    }
    #inspection_flight_section {
        padding: 0 5%;
    }
    #inspection_flight_section .ifs_content {
        flex-direction: column;
        margin: 40px 0;
    }
    #inspection_flight_section .ifs_content div {
        width: 100%;
    }
    #inspection_flight_section .ifs_content div:nth-child(2) {
        display: flex;
        margin-top: 30px;
    }
    #inspection_flight_section .ifs_content div:nth-child(2) a {
        width: 100%;
    }
    .inspection_flight #isf_process .isf_step .isf_step_container {
        flex-direction: column;
    }
    .inspection_flight #isf_process .isf_step .isf_step_container .isf_description {
        padding: 60px 5%;
    }
    .inspection_flight #isf_process .isf_step .isf_step_container .isf_description h2 {
        line-height: 1.4;
    }
    .inspection_flight #isf_process .isf_step .isf_step_container .isf_media {
        flex: none;
        width: 90%;
        height: 50vw;
        margin: 0 5%;
        border-radius: 5px;
    }
    .inspection_flight #isf_process .isf_step:nth-child(2n) .isf_step_container {
        flex-direction: column;
    }
    .inspection_flight #isf_process .step04 .isf_media {
        display: none;
    }
    .infodays .infodays-more-sessions .btn-section {
        display: none;
    }
    .infodays .infodays-more-sessions li {
        display: flex;
        flex-direction: column;
    }
    .infodays .infodays-more-sessions li span {
        width: auto;
        margin: 0 auto;
    }
    .pack_information #guide_request {
        margin: 60px 4%;
    }
    .news #all-news .news-section .news-container {
        align-items: center;
        flex-direction: column-reverse;
    }
    .news #all-news .news-section .news-container .news-description {
        width: 90%;
        padding: 60px 0%;
    }
    .news #all-news .news-section .news-container .news-description div div {
        width: 100%;
    }
    .news #all-news .news-section .news-container .news-description div div a {
        width: 100%;
        text-align: center;
    }
    .news #all-news .news-section .news-container .news-media {
        width: 90%;
        margin-top: 0;
        height: auto;
    }
    .news #all-news .news-section .news-element:nth-child(even) .news-container {
        flex-direction: column-reverse;
    }
    .media #all-media {
        margin-top: 50px;
    }
    .media #all-media .media-section .media-container {
        align-items: center;
        flex-direction: column-reverse;
    }
    .media #all-media .media-section .media-container .media-description {
        width: 90%;
        padding: 60px 5%;
    }
    .media #all-media .media-section .media-container .img-media {
        width: 90%;
        margin-top: 0;
        height: auto;
    }
    .media #all-media .media-section .media-element:nth-child(even) .media-container {
        flex-direction: column-reverse;
    }
    #detail-property {
        flex-direction: column;
    }
    #detail-property #detail-property-info,
    #detail-property #detail-property-sidebar {
        width: 100%;
        padding: 0;
    }
    #detail-property #detail-property-sidebar {
        margin-top: 70px;
    }
    #contact-form {
        flex-direction: column-reverse;
        padding: 100px 4%;
    }
    #contact-form .contact-form-container,
    #contact-form .contact-form-txt {
        width: 100%;
    }
    #contact-form .contact-form-txt {
        margin: 0 0 50px 0;
        text-align: center;
    }
    #contact-form .date-container {
        align-items: center;
    }
    .exhibition #free_tickets {
        flex-direction: column-reverse;
        margin: 100px 5%;
    }
    .exhibition #free_tickets > div {
        width: 100%;
        margin-right: 0;
    }
    .exhibition #free_tickets #free_tickets-form {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .exhibition #next-exhibitions {
        margin: 100px 5%;
    }
    .exhibition #next-exhibitions > h2 {
        padding: 0 0 30px 40px;
    }
    .exhibition #next-exhibitions .next-dates {
        flex-direction: column;
        align-items: normal;
        padding: 35px 30px;
    }
    .exhibition #next-exhibitions .next-dates .exhibition-name {
        margin-bottom: 20px;
    }
    .exhibition #next-exhibitions .next-dates .exhibition-details ul {
        justify-content: space-between;
    }
    .exhibition #next-exhibitions .next-dates .exhibition-details ul li {
        margin: 0;
        width: 120px;
    }
    .exhibition #next-exhibitions .next-dates .exhibition-details ul li:first-child {
        width: 180px;
    }
    .exhibition #next-exhibitions .next-dates .exhibition-btn {
        display: none;
    }
    .exhibition #next-exhibitions #next-dates-container > ul li.next-dates.active-date h3 {
        transform: translateX(20px);
    }
    .exhibition .huizenjagers-gallery {
        margin: 70px 0 0 0;
    }
    .exhibition .huizenjagers-gallery ul {
        flex-direction: column;
    }
    .exhibition .huizenjagers-gallery ul li {
        width: 100%;
        margin: 20px 0;
    }
    .exhibition #huizenjagers-day-two,
    .exhibition #huizenjagers-day-three,
    .exhibition #about,
    .exhibition #about-next {
        flex-direction: column;
        margin: 100px 5% 0 5%;
    }
    .exhibition #huizenjagers-day-two > div,
    .exhibition #huizenjagers-day-three > div,
    .exhibition #about > div,
    .exhibition #about-next > div {
        width: 100%;
    }
    .exhibition #huizenjagers-day-two > div.daily-content,
    .exhibition #huizenjagers-day-three > div.daily-content,
    .exhibition #about > div.daily-content,
    .exhibition #about-next > div.daily-content {
        width: 100%;
        padding: 0;
        margin: 40px 0 0 0;
        height: initial;
    }
    .exhibition #huizenjagers-day-two > div img,
    .exhibition #huizenjagers-day-three > div img,
    .exhibition #about > div img,
    .exhibition #about-next > div img {
        height: 50vw;
        width: 100%;
        border-radius: 5px;
        transition: 0.3s ease;
    }
    .exhibition #huizenjagers-day-two #day-three-img,
    .exhibition #huizenjagers-day-three #day-three-img,
    .exhibition #about #day-three-img,
    .exhibition #about-next #day-three-img {
        width: 100%;
    }
    .exhibition #huizenjagers-day-two #day-three-img a::before,
    .exhibition #huizenjagers-day-three #day-three-img a::before,
    .exhibition #about #day-three-img a::before,
    .exhibition #about-next #day-three-img a::before {
        display: none;
    }
    .exhibition #huizenjagers-day-four {
        display: flex;
        flex-direction: column-reverse;
        margin: 100px 5%;
    }
    .exhibition #huizenjagers-day-four #day-four-img {
        margin: 0 0 50px 0;
    }
    .exhibition #huizenjagers-day-four #day-four-img a {
        margin: 0;
    }
    .exhibition .btn_asset {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .exhibition #contact-form {
        padding: 100px 5%;
    }
    .about #contact-form {
        flex-direction: column-reverse;
    }
    #testimonials .center-box {
        width: calc(100% - 10%);
    }
    #upcoming-events {
        margin: 60px 5%;
        flex-direction: column;
    }
    #upcoming-events .news-title {
        padding: 0;
    }
    #upcoming-events div.news-list ul li a {
        padding-left: 0;
        width: 100%;
    }
    #upcoming-events div.news-list ul li a:hover {
        background: none;
        box-shadow: none;
    }
    #news-module {
        margin: 100px 5%;
    }
    #news-module .news-list h2 {
        font-size: 8vw;
        color: #1b718b;
        opacity: 1;
    }
    #footer {
        padding: 0 5% 40px 5%;
    }
    #footer-newsletter {
        display: flex;
        flex-direction: column;
    }
    #footer-newsletter > div {
        text-align: left;
        width: 100%;
        margin-bottom: 30px;
    }
    #footer-newsletter form {
        width: 100%;
    }
    #footer #footer-txt {
        flex-direction: column;
        text-align: center;
    }
    #footer #footer-txt span {
        margin-bottom: 50px;
    }
    #footer #footer-txt span:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    #footer #sub-footer {
        flex-direction: column-reverse;
    }
    #footer #sub-footer div {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    #footer #sub-footer div:nth-child(1) {
        margin-top: 30px;
    }
}
@media screen and (max-width: 800px) {
    .methods .process .step-picture{
        max-height:250px;
    }
    .contact-section-container{
        padding:30px;
    }
    .methods .process .process-step.step:before{
        right:10px;
    }
    #top-bar-left img {
        max-width: 150px; margin-top:0;
    }
    h1 {
        font-size: 30vw;
    }
    .home .header-bg .headings h1 {
        font-size: 10vw;
    }
    h2 {
        font-size: 8vw;
    }
    .btn_asset {
        width: 100%;
        text-align: center;
    }
    .properties .header-bg .headings h2,
    .about .header-bg .headings h2,
    .methods .header-bg .headings h2,
    .inspection_flight .header-bg .headings h2,
    .pack_information .header-bg .headings h2,
    .infodays .header-bg .headings h2,
    .media .header-bg .headings h2,
    .news .header-bg .headings h2,
    .contact .header-bg .headings h2,
    .single-news .header-bg .headings h2,
    .huizenjagers_buitenland .header-bg .headings h2,
    .jobs .header-bg .headings h2,
    .exhibition .header-bg .headings h2,
    .investor .header-bg .headings h2 {
        max-width: 90%;
        margin: 0 auto;
    }
    .properties .header-bg .headings h1,
    .about .header-bg .headings h1,
    .methods .header-bg .headings h1,
    .inspection_flight .header-bg .headings h1,
    .pack_information .header-bg .headings h1,
    .infodays .header-bg .headings h1,
    .media .header-bg .headings h1,
    .news .header-bg .headings h1,
    .contact .header-bg .headings h1,
    .single-news .header-bg .headings h1,
    .huizenjagers_buitenland .header-bg .headings h1,
    .jobs .header-bg .headings h1,
    .exhibition .header-bg .headings h1,
    .investor .header-bg .headings h1 {
        font-size: 9vw;
    }
    .properties .header-bg,
    .about .header-bg,
    .methods .header-bg,
    .inspection_flight .header-bg,
    .pack_information .header-bg,
    .infodays .header-bg,
    .media .header-bg,
    .news .header-bg,
    .contact .header-bg,
    .single-news .header-bg,
    .huizenjagers_buitenland .header-bg,
    .jobs .header-bg,
    .exhibition .header-bg,
    .investor .header-bg {
        height: 70vh;
    }
    .home .header-bg {
        height: 70vh;
    }
    #exhibition-menu,
    #investor-menu {
        display: none;
    }
    .jobs #jobs-section .center-box {
        margin-bottom: 40px;
        align-items: baseline;
    }
    .jobs #jobs-section .center-box p {
        max-width: 100%;
        text-align: left;
    }
    .jobs #jobs-section #jobs-list {
        flex-direction: column;
        box-shadow: none;
    }
    .jobs #jobs-section #jobs-list ul {
        width: 100%;
    }
    .jobs #jobs-section #jobs-list ul:first-child {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        background: none;
        border: none;
    }
    .jobs #jobs-section #jobs-list ul .job-switch {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 5px;
        border: none;
        margin: 10px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    .jobs #jobs-section #jobs-list ul .job-switch.active {
        border-radius: 5px;
        border: none;
    }
    .jobs #jobs-section #jobs-list ul .job-switch.active:hover {
        border: none;
        border-radius: 5px;
    }
    .jobs #jobs-section #jobs-list ul .job-switch.active::after {
        display: none;
    }
    .jobs #jobs-section #jobs-list ul .job-switch:hover {
        border: none;
        border-radius: 5px;
    }
    .jobs #jobs-section #jobs-list ul#jobs-container {
        margin-top: 40px;
        padding: 40px 0 0 0;
        border-top: 1px solid #f2f2f2;
    }
    .jobs #jobs-section #jobs-list .btn_asset {
        margin-top: 30px;
        position: relative;
        right: initial;
        bottom: initial;
    }
    #event-logo {
        display: none;
    }
    #daily-tvshow-popup .close-daily {
        top: 15px;
        right: 15px;
    }
    #daily-tvshow-popup {
        align-items: flex-start;
        padding-top: 60px;
    }
    #daily-tvshow-popup .video-content {
        width: 90%;
        margin: 0 5%;
        position: relative;
    }
    #daily-tvshow-popup .video-content iframe {
        height: 300px;
        max-height: 300px;
    }
    #daily-tvshow-popup .video-content > ul > li section {
        width: 100%;
    }
    #daily-tvshow-popup .video-content > ul > li section:nth-child(2) {
        flex-direction: column;
    }
    #daily-tvshow-popup .video-content > ul > li section div {
        width: 100% !important;
    }
    #daily-date {
        display: none;
    }
    .home #carousel .owl-nav,
    .exhibition #carousel .owl-nav {
        margin: 0 auto;
    }
    .home #carousel .owl-item .item,
    .exhibition #carousel .owl-item .item {
        box-shadow: none;
    }
    .home #carousel .owl-item .item .carousel-content,
    .exhibition #carousel .owl-item .item .carousel-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home #carousel .owl-item .item .carousel-content .appointment-btn,
    .exhibition #carousel .owl-item .item .carousel-content .appointment-btn {
        margin-right: 0;
    }
    .home #carousel .owl-item .item .carousel-content .carousel-description,
    .exhibition #carousel .owl-item .item .carousel-content .carousel-description {
        margin-top: 30px;
        padding: 20px 0;
        width: 60%;
        text-align: center;
    }
    .home #carousel .owl-item .item .carousel-content .carousel-description .property-name h2,
    .exhibition #carousel .owl-item .item .carousel-content .carousel-description .property-name h2 {
        font-size: 30px;
        width: 80%;
        margin: 0 auto 25px auto;
    }
    .home #carousel .owl-item .item .carousel-content .carousel-description .property-name ul,
    .exhibition #carousel .owl-item .item .carousel-content .carousel-description .property-name ul {
        justify-content: center;
        flex-wrap: wrap;
        width: 70%;
        margin: 0 auto;
    }
    .home #carousel .owl-item .item .carousel-content .carousel-description .property-name ul li,
    .exhibition #carousel .owl-item .item .carousel-content .carousel-description .property-name ul li {
        margin-bottom: 10px;
    }
    .home #carousel .owl-item .item .carousel-content .carousel-infos,
    .exhibition #carousel .owl-item .item .carousel-content .carousel-infos {
        width: 100%;
        display: initial;
        margin-top: 0;
    }
    .home #carousel .owl-item .item .carousel-content .carousel-infos h2,
    .exhibition #carousel .owl-item .item .carousel-content .carousel-infos h2 {
        order: 5;
        margin-top: 20px;
        width: 100%;
        text-align: center;
        font-size: 40px;
        color: #1f6a9b;
    }
    .home #carousel .owl-item .item .carousel-content .carousel-infos span,
    .exhibition #carousel .owl-item .item .carousel-content .carousel-infos span {
        display: flex;
        justify-content: center;
    }
    .home #carousel .owl-item .item .carousel-content #slide-img a .img-property img,
    .exhibition #carousel .owl-item .item .carousel-content #slide-img a .img-property img {
        position: relative;
    }
    #call-popup #contact-form-callback {
        padding: 0;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    #call-popup #contact-form-callback .contact-form-container,
    #call-popup #contact-form-callback .contact-form-txt {
        width: 90%;
    }
    #call-popup #contact-form-callback .contact-form-txt {
        margin: 0 0 20px 0;
    }
    #separator-2 .citation {
        display: none;
    }
    .regions {
        margin: 0 5%;
    }
    .regions > div {
        flex-direction: column;
        margin: 0;
    }
    .regions > div a {
        width: 100%;
        margin: 10px 0;
    }
    .regions > div a h4 {
        opacity: 1 !important;
        bottom: -3vw;
    }
    .regions > div a.active {
        width: 100%;
    }
    #about-flight {
        margin: 60px 4%;
    }
    #next-event {
        margin: 0 0 70px 0;
        width: calc(100% - 10%);
        padding: 30px 5%;
    }
    #next-event #next-event-content .btn-section {
        flex-direction: column;
    }
    #next-event #next-event-content .btn-section .simple-link {
        display: none;
        margin: 0;
    }
    .methods .process .process-step.step:before {
        bottom: 25%;
        top: inherit;
    }
    .methods .process .process-step .process-container {
        padding: 0 4%;
    }
    .properties #properties-container > ul > li {
        width: 100%;
        margin-top: 30px;
    }
    .properties #search {
        width: 100%;
        z-index: 2;
        position: relative;
        padding: 20px;
    }
    .properties #search form {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .properties #search form span {
        width: calc(50% - 3%);
        margin: 0;
        padding-bottom: 10px;
    }
    .properties #search form span:nth-child(odd) {
        margin-right: 3%;
    }
    .properties #search form span#bedrooms {
        width: 100%;
    }
    .properties #search form span#bathrooms,
    .properties #search form span#price {
        width: 100%;
    }
    .properties #search form span:last-child {
        width: 100%;
    }
    .properties #search form span .bloc {
        display: flex;
        flex-direction: row;
    }
    .properties #search form span .bloc select:first-child {
        margin-bottom: 0;
        margin-right: 3%;
    }
    #investor-section {
        flex-direction: column;
    }
    #investor-section div:first-child {
        display: none;
    }
    .single-news #news-content .news-content-container .news-content-description p {
        column-count: 1;
        column-gap: 0;
    }
    .single-news #more-news .more-news-list {
        flex-direction: column;
    }
    .single-news #more-news .more-news-list li {
        max-width: 100%;
        width: 100%;
        margin: 20px 0;
    }
    .infodays #infodays-container .infodays-program .infodays-description .infodays-program_list ul {
        flex-direction: column;
    }
    .infodays #infodays-container .infodays-program .infodays-description .infodays-program_list ul li {
        width: 100%;
        padding-right: 0;
    }
    .infodays #infodays-container .infodays-program .infodays-description .infodays-program_list ul li:nth-child(2n) {
        width: 100%;
        padding-right: 0;
    }
    .methods .process .process-step .process-container .step-picture {
        min-width: inherit;
    }
    .pack_information #guide_request .guide_form {
        padding: 20px;
    }
    .pack_information #guide_request .guide_form form .third-column,
    .pack_information #guide_request .guide_form form .half-column {
        flex-direction: column;
    }
    .pack_information #guide_request .guide_form form .third-column span,
    .pack_information #guide_request .guide_form form .half-column span {
        width: 100%;
    }
    #info-property #info-header-property {
        padding: 40px 4%;
        width: 100%;
        margin: 0;
        flex-direction: column-reverse;
        align-items: initial;
    }
    #info-property #info-header-property .info-property-bloc {
        width: 100% !important;
    }
    #info-property #info-header-property:last-child .info-property-bloc {
        margin-bottom: 20px;
    }
    #detail-property {
        padding: 60px 4%;
        width: 92%;
    }
    .huizenjagers_buitenland .huizenjagers-gallery,
    .exhibition .huizenjagers-gallery {
        margin: 70px 0 0 0;
    }
    .huizenjagers_buitenland .huizenjagers-gallery ul,
    .exhibition .huizenjagers-gallery ul {
        flex-direction: column;
    }
    .huizenjagers_buitenland .huizenjagers-gallery ul li,
    .exhibition .huizenjagers-gallery ul li {
        width: 100%;
        margin: 20px 0;
    }
    .huizenjagers_buitenland #huizenjagers-day-two,
    .huizenjagers_buitenland #huizenjagers-day-three,
    .huizenjagers_buitenland #about,
    .huizenjagers_buitenland #about-next,
    .exhibition #huizenjagers-day-two,
    .exhibition #huizenjagers-day-three,
    .exhibition #about,
    .exhibition #about-next {
        flex-direction: column;
        margin: 100px 5% 0 5%;
    }
    .huizenjagers_buitenland #huizenjagers-day-two > div,
    .huizenjagers_buitenland #huizenjagers-day-three > div,
    .huizenjagers_buitenland #about > div,
    .huizenjagers_buitenland #about-next > div,
    .exhibition #huizenjagers-day-two > div,
    .exhibition #huizenjagers-day-three > div,
    .exhibition #about > div,
    .exhibition #about-next > div {
        width: 100%;
    }
    .huizenjagers_buitenland #huizenjagers-day-two > div.daily-content,
    .huizenjagers_buitenland #huizenjagers-day-three > div.daily-content,
    .huizenjagers_buitenland #about > div.daily-content,
    .huizenjagers_buitenland #about-next > div.daily-content,
    .exhibition #huizenjagers-day-two > div.daily-content,
    .exhibition #huizenjagers-day-three > div.daily-content,
    .exhibition #about > div.daily-content,
    .exhibition #about-next > div.daily-content {
        width: 100%;
        padding: 0;
        margin: 40px 0 0 0;
        height: initial;
    }
    .huizenjagers_buitenland #huizenjagers-day-two > div img,
    .huizenjagers_buitenland #huizenjagers-day-three > div img,
    .huizenjagers_buitenland #about > div img,
    .huizenjagers_buitenland #about-next > div img,
    .exhibition #huizenjagers-day-two > div img,
    .exhibition #huizenjagers-day-three > div img,
    .exhibition #about > div img,
    .exhibition #about-next > div img {
        height: 300px;
        border-radius: 5px;
        box-shadow: 0 10px 9px rgba(2, 2, 2, 0.2);
        transition: 0.3s ease;
    }
    .huizenjagers_buitenland #huizenjagers-day-two #day-three-img,
    .huizenjagers_buitenland #huizenjagers-day-three #day-three-img,
    .huizenjagers_buitenland #about #day-three-img,
    .huizenjagers_buitenland #about-next #day-three-img,
    .exhibition #huizenjagers-day-two #day-three-img,
    .exhibition #huizenjagers-day-three #day-three-img,
    .exhibition #about #day-three-img,
    .exhibition #about-next #day-three-img {
        width: 100%;
    }
    .huizenjagers_buitenland #huizenjagers-day-two #day-three-img a::before,
    .huizenjagers_buitenland #huizenjagers-day-three #day-three-img a::before,
    .huizenjagers_buitenland #about #day-three-img a::before,
    .huizenjagers_buitenland #about-next #day-three-img a::before,
    .exhibition #huizenjagers-day-two #day-three-img a::before,
    .exhibition #huizenjagers-day-three #day-three-img a::before,
    .exhibition #about #day-three-img a::before,
    .exhibition #about-next #day-three-img a::before {
        display: none;
    }
    .huizenjagers_buitenland #huizenjagers-day-four,
    .exhibition #huizenjagers-day-four {
        display: flex;
        flex-direction: column-reverse;
        margin: 100px 5%;
    }
    .huizenjagers_buitenland #huizenjagers-day-four #day-four-img,
    .exhibition #huizenjagers-day-four #day-four-img {
        margin: 0 0 50px 0;
    }
    .huizenjagers_buitenland #huizenjagers-day-four #day-four-img a,
    .exhibition #huizenjagers-day-four #day-four-img a {
        margin: 0;
    }
    .about #team .team-member .team-member-container {
        padding: 0;
    }
    .about #team .team-member .team-member-container .member-description {
        padding: 0 5% 40px 5%;
    }
    .about #team .team-member .team-member-container .member-picture {
        height: 50vh;
    }
    .media #all-media {
        margin-bottom: 50px;
    }
    .media #all-media .media-left,
    .media #all-media .media-right {
        flex-direction: column;
        margin: 100px 5% 0 5%;
    }
    .media #all-media .media-left > div,
    .media #all-media .media-right > div {
        width: 100%;
    }
    .media #all-media .media-left > div.article-content,
    .media #all-media .media-right > div.article-content {
        width: 100%;
        padding: 0;
        margin: 40px 0 0 0;
        height: initial;
    }
    .media #all-media .media-left > div img,
    .media #all-media .media-right > div img {
        height: 300px;
        border-radius: 5px;
        box-shadow: 0 10px 9px rgba(2, 2, 2, 0.2);
        transition: 0.3s ease;
    }
    .media #all-media .media-left > div .btn-section .appointment-btn,
    .media #all-media .media-right > div .btn-section .appointment-btn {
        width: 100%;
        margin-right: 0;
    }
    .media #all-media .media-left .article-img,
    .media #all-media .media-right .article-img {
        width: 100%;
    }
    .media #all-media .media-left .article-img a::before,
    .media #all-media .media-right .article-img a::before {
        display: none;
    }
    #winner-popup > section {
        flex-direction: column;
        width: 100%;
    }
    #winner-popup > section div {
        width: 100%;
        align-items: center;
    }
    #winner-popup > section div:nth-child(1) img {
        height: 300px;
        width: 90%;
        margin: 30px auto;
    }
    #winner-popup > section div:nth-child(2) {
        text-align: center;
    }
    #winner-popup > section div:nth-child(2) > a {
        display: none;
    }
    #winner-popup > section div:nth-child(2) h2 span {
        font-size: 20px;
    }
    .contact #contact-info {
        margin: 50px 0;
    }
    .contact #contact-info #contact-description {
        padding: 0 4%;
        flex-direction: column;
    }
    .contact #contact-info #contact-description > div {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .contact #contact-info #contact-description > div:first-child {
        margin-left: 0;
    }
    .contact #contact-info #contact-description li a {
        width: 100%;
    }
    .contact #contact-section {
        max-width: initial;
        width: 100%;
        margin: 0 4%;
    }
    #contact-form {
        padding: 60px 5%;
    }
    #contact-form .contact-form-txt {
        text-align: left;
    }
    #contact-form .contact-form-txt > h2 {
        font-size: 10vw;
    }
    .popup-frame #popup-container {
        top: 15dvh;
        left: 5%;
        right: 5%;
        max-width: 500px;
        margin: 0 auto;
    }
    .popup-frame #popup-container #popup-content {
        width: 100%;
        max-width: initial;
        border-radius: 10px;
        padding: 50px 40px 40px 40px;
    }
    .popup-frame #popup-container #popup-content #popup-description ul {
        flex-direction: column;
    }
    .popup-frame #popup-container #popup-content #popup-description ul li:first-child::after {
        display: none;
    }
    .popup-frame #popup-container > img {
        display: none;
    }
    .popup-frame #popup-container .simple-link {
        display: none;
    }
    .popup-frame #popup-container .btn-section .appointment-btn {
        width: 100%;
        margin-right: 0;
    }
    .investor #content h2 {
        text-align: center;
        font-size: calc(35px + 1.5vw);
    }
    .investor #content #financial-future {
        text-align: center;
        background-size: 150%;
        padding: 150px 7% 0 7%;
    }
    .investor #content #financial-future::after {
        display: none;
    }
    .investor #content #financial-future #financial-content > p {
        max-width: 100%;
        padding: 0;
    }
    .investor #content #financial-future #financial-content #financial-list {
        max-width: 100%;
        flex-wrap: wrap;
        margin: 60px 0;
        padding: 30px 20px;
    }
    .investor #content #financial-future #financial-content #financial-list li {
        width: calc(50% - 20px);
        margin: 0 10px 40px 10px;
        padding: 0 15px;
    }
    .investor #content #financial-future #financial-content #financial-list li:nth-child(even) {
        border-right: none;
    }
    .investor #content #financial-future #financial-content #financial-list li:nth-child(3),
    .investor #content #financial-future #financial-content #financial-list li:nth-child(4) {
        margin: 0 10px 0px 10px;
    }
    .investor #content #financial-future #financial-content #financial-list li h3 {
        font-size: calc(18px + 1.5vw);
    }
    .investor #content #tips-spain {
        margin: 100px 7% 100px 7%;
    }
    .investor #content #tips-spain #tips-map {
        display: none;
    }
    .investor #content #tips-spain #tips-list {
        width: 100%;
        align-items: center;
    }
    .investor #content #tips-spain #tips-list > div {
        text-align: center;
    }
    .investor #content #tips-spain #tips-list > div h2 {
        max-width: 100%;
    }
    .investor #content #tips-spain #tips-list > div a {
        display: none;
    }
    .investor #content #tips-spain #tips-list ul li {
        width: calc(50% - 10px);
        margin-right: 0;
    }
    .investor #content #tips-spain #tips-list ul li h3 {
        margin: 0 16px 8px 16px;
    }
    .investor #content #tips-spain #tips-list ul li p {
        margin: 0 16px 0px 16px;
    }
    .investor #content #reasons ul li {
        width: calc(50% - 10px);
        margin: 0 0 20px 0;
    }
    .investor #content #price-evolution {
        margin: 100px 7% 250px 7%;
        align-items: center;
    }
    .investor #content #price-evolution #price-evolution-container {
        flex-direction: column;
        padding: 0;
        border: none;
        box-shadow: none;
    }
    .investor #content #price-evolution #price-evolution-container #price-evolution-cities {
        width: 100%;
    }
    .investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 50px;
    }
    .investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list li {
        font-size: 40px;
        padding: 0;
        margin: 10px 10px;
    }
    .investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list li::before {
        display: none;
    }
    .investor #content #price-evolution #price-evolution-container #price-evolution-cities #city-list li.active {
        padding-left: 0;
    }
    .investor #content #price-evolution #price-evolution-container #data-box {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: 100px;
    }
    .investor #content #price-evolution #price-evolution-container #data-box #early-price {
        margin: 0 10px;
        width: inherit;
    }
    .investor #content #price-evolution #price-evolution-container #data-box #early-price::before {
        display: none;
    }
    .investor #content #price-evolution #price-evolution-container #data-box #old-price {
        margin: 0 10px;
        width: inherit;
    }
    .investor #content #price-evolution #price-evolution-container #data-box > p {
        position: absolute;
        top: 130px;
        text-align: center;
        left: 80px;
    }
    .investor #content #price-evolution #price-evolution-container #data-box #comparison {
        top: -130px;
        left: 33%;
        margin: 45px 0 0 0;
    }
    .investor #content #price-evolution #price-evolution-container #data-box #comparison #yearly-ratio {
        margin-left: 30px;
    }
    .investor #content #tips-investment {
        flex-direction: column;
        margin: 150px 7%;
    }
    .investor #content #tips-investment .btn {
        display: none;
    }
    .investor #content #tips-investment > div {
        width: 100%;
    }
    .investor #content #tips-investment > div:first-child {
        width: 100%;
    }
    .investor #content #tips-investment > div:first-child h4,
    .investor #content #tips-investment > div:first-child h2 {
        text-align: center;
    }
    .investor #content #tips-investment > div:first-child ul li h5 {
        font-size: calc(16px + 0.3vw);
    }
    .investor #content #tips-investment > div:last-child {
        display: flex;
        justify-content: center;
        margin: 0 5%;
        width: 90%;
    }
    .investor #content #tips-investment > div #tips-investment-properties {
        margin: 0 auto;
    }
    .investor #content #tips-investment > div #tips-investment-properties > li {
        padding: 10px;
        margin-bottom: 20px;
    }
    .investor #content #tips-investment > div #tips-investment-properties > li a section {
        padding: 25px 30px;
    }
    .investor #content #investor-form {
        padding: 150px 7% 100px 7%;
        flex-direction: column-reverse;
    }
    .investor #content #investor-form > div {
        width: 100%;
    }
    .investor #content #investor-form > div:first-child {
        text-align: center;
        margin-top: 30px;
    }
    .investor #content #investor-form > div:last-child {
        margin: -200px 0 0 0;
    }
    .investor #content #investor-form > div form h2 {
        font-size: calc(16px + 2vw);
    }
    .investor #content #investor-reviews {
        margin: 100px 7%;
    }
    .investor #content #investor-reviews ul li {
        width: 100%;
        margin: 10px 0;
    }
    .investor #content #investor-faq {
        margin: 100px 7%;
    }
    .investor #content #investor-faq ul {
        flex-direction: column;
    }
    .investor #content #investor-faq ul li {
        width: 100%;
        margin: 10px 0;
    }
    .investor #content #investor-faq ul li div span {
        margin-top: 4px;
    }
}
@media screen and (max-width: 700px) {
    .investor #content #reasons ul li {
        width: 100%;
    }
    .investor #content #tips-spain #tips-list ul li {
        width: 100%;
    }
    .investor #content #tips-investment > div #tips-investment-properties > li {
        width: 100%;
    }
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@media screen and (max-width: 500px) {
    #info-bar {
        width: 80%;
        padding: 0 10%;
    }
    #popup-container #popup-div {
        top: 10vh;
    }
    #next-event #next-event-content ul {
        flex-direction: column;
    }
    #next-event #next-event-content ul li {
        margin-right: 0;
    }
    #next-event #next-event-content ul li h3 {
        justify-content: initial;
    }
    .home .header-bg {
        height: 100vh;
    }
    .home .header-bg .headings {
        width: 100%;
        margin: 0 auto;
    }
    .home .header-bg .headings h1 {
        font-size: 16vw;
        text-align: left;
        text-transform: initial;
        letter-spacing: 0;
    }
    .investor .header-bg .headings h1 {
        font-size: 10vw !important;
        line-height: 1.3 !important;
    }
    .investor #content #financial-future #financial-content #financial-list {
        display: flex;
        flex-direction: column;
    }
    .investor #content #financial-future #financial-content #financial-list li {
        width: 100%;
        border: none;
        border-bottom: 1px solid #f5f3f3;
        padding: 30px;
        margin: 0;
    }
    .investor #content #financial-future #financial-content #financial-list li:nth-child(3),
    .investor #content #financial-future #financial-content #financial-list li:nth-child(4) {
        margin: 0;
    }
    .investor #content #financial-future #financial-content #financial-list li:last-child {
        border: none;
    }
    .investor #content #price-evolution #price-evolution-container #data-box #old-price,
    .investor #content #price-evolution #price-evolution-container #data-box #early-price {
        padding: 20px;
    }
    .investor #content #tips-investment > div:last-child {
        width: 100%;
        margin: 0;
    }
    .properties #header .header-bg,
    .about #header .header-bg,
    .methods #header .header-bg,
    .inspection_flight #header .header-bg,
    .pack_information #header .header-bg,
    .infodays #header .header-bg,
    .news #header .header-bg,
    .contact #header .header-bg,
    .single-news #header .header-bg {
        height: 70vh;
    }
    h2.bold {
        font-size: 30px;
    }
    #upcoming-events .news-title h2 {
        font-size: 20px;
    }
    .top-bar {
        margin: 25px 20px;
    }
    #separator-content div {
        width: 100%;
    }
    #separator-content .number a:before {
        display: none;
    }
    #separator-2 {
        margin-bottom: 0;
    }
    #separator-2 .video {
        width: 90%;
        height: 400px;
    }
    .home .special-title {
        font-size: 40px;
        margin-top: 50px;
    }
    #inspection_flight_section .ifs_video iframe {
        height: 300px;
    }
    #search {
        margin-top: -30px;
    }
    #search span {
        width: 100%;
        margin: 0 2% 20px 2%;
    }
    .submit-container {
        margin: 20px 0 0 0;
    }
    #search .select:before {
        right: 0 !important;
    }
    #submit-btn {
        width: 100%;
    }
    #submit-btn .btn {
        width: 100%;
    }
    #testimonials {
        padding: 60px 0 0 0;
    }
    #testimonials:before {
        width: 200px;
        height: 200px;
        top: -70px;
    }
    #testimonials #carousel-testimonials {
        margin: 0;
    }
    #testimonials #carousel-testimonials .owl-item {
        box-shadow: none !important;
    }
    #contact-form .contact-form-container form {
        padding: 30px;
    }
    #contact-form .contact-form-container form .half-column,
    #contact-form .contact-form-container form .third-column {
        flex-direction: column;
    }
    #contact-form .contact-form-container form .half-column span,
    #contact-form .contact-form-container form .third-column span {
        width: 100%;
    }
    #footer-newsletter div input[type="text"] {
        margin-right: 0;
    }
    #footer #footer-txt .white-txt a {
        margin: 0 auto;
    }
    #footer #footer-txt h6.margin-title {
        margin-top: 0;
    }
    #footer #sub-footer div {
        flex-direction: column;
        text-align: center;
    }
    #footer #sub-footer div ul li {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    #footer #sub-footer div ul li .connexion-crm {
        margin: 0;
    }
    .contact #contact-section {
        margin: 100px 0 60px 0;
    }
    .contact #contact-section form .half-column,
    .contact #contact-section form .third-column {
        display: flex;
        flex-direction: column;
    }
    .contact #contact-section form .half-column span,
    .contact #contact-section form .third-column span {
        width: 100%;
    }
    #whatsapp .whatsapp-btn {
        display: none;
    }
    #whatsapp .whatsapp-btn.mobile-view {
        display: inline-block;
    }
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Thin.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Light.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Heavy.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RocGrotesk";
    src:
        url("../fonts/RocGrotesk-Black.woff2") format("woff2"),
        url("../fonts/RocGrotesk-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Salvager";
    src:
        url("../fonts/SALVAGER.woff2") format("woff2"),
        url("../fonts/SALVAGER.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@media screen and (max-width: 500px) {
    #detail-property {
        flex-direction: column;
    }
    #detail-property-info {
        width: 100%;
    }
    .details {
        flex-direction: column;
    }
    #detail-property .details table,
    #detail-property .details tbody {
        width: 100%;
    }
    .single-properties #header-carousel #carousel {
        height: 50vh;
    }
    .single-properties #header-carousel #carousel .owl-nav {
        margin: 0;
    }
    .single-properties #header-carousel #carousel .owl-nav button i {
        padding: 28px 27px 28px 25px;
        display: flex;
        justify-content: center;
    }
    .single-properties #header-carousel #carousel .owl-nav button i::before {
        width: 15.5px;
        height: 10.5px;
    }
    .single-properties #header-carousel #carousel .owl-item {
        margin: 0;
        max-width: 100vw;
    }
    .single-properties #header-carousel #carousel .owl-item .item {
        max-width: 100vw;
    }
    .single-properties #header-carousel #carousel .owl-item .item img {
        height: 50vh;
        max-width: 100vw;
        border-radius: 0;
    }
    .single-property-amenities {
        width: 100%;
    }
    .single-property-amenities li {
        width: 50% !important;
    }
    #detail-property-sidebar {
        width: 100%;
    }
    #header-bg {
        padding: 25% 0;
    }
    #header-bg h1 {
        font:
            1.45rem/1.6 Lato,
            sans-serif;
        margin-bottom: 15px;
    }
    .property-slider img {
        height: 200%;
    }
    #info-header-slider {
        top: 20%;
    }
    #compteur-img {
        bottom: 30px;
    }
    #property-form {
        margin-top: 30px;
    }
    #detail-property #actions {
        justify-content: space-between;
    }
    #detail-property #actions li {
        margin: 0;
    }
    #info-property #info-header-property .info-property-bloc #amenities ul {
        flex-wrap: wrap;
    }
    #info-property #info-header-property .info-property-bloc #amenities ul li {
        padding: 0;
        margin-right: 20px;
        border: 0;
    }
    #info-property #info-header-property .info-property-bloc #amenities ul li:last-child {
        display: none;
    }
}
