body {
    font-family: var(--font-family, "Lato", sans-serif);
}
.footer{
    background:#111219;
}
@media (min-width:1200px){
    .footer{
        background:-webkit-gradient(linear,left top,right top,color-stop(30%,var(--blue)),color-stop(30%,#111219));
        background:linear-gradient(90deg,var(--blue) 30%,#111219 30%)
    }
}
@media (min-width:3000px){
    .footer{
        background:-webkit-gradient(linear,left top,right top,color-stop(35%,var(--blue)),color-stop(35%,#111219));
        background:linear-gradient(90deg,var(--blue) 35%,#111219 35%)
    }
}
.footer-newsletter{
    border-bottom:1px solid var(--white)
}
@media (min-width:1200px){
    .footer-newsletter{
        background-color:var(--blue);
        border-bottom:none
    }
}
.footer-newsletter__label{
    font-weight:400
}
.footer-newsletter__input{
    width:100%;
    height:52px;
    background:var(--white);
    outline:0;
    padding:14px 16px;
    font-family:"Titillium Web",sans-serif;
    font-size:14px;
    line-height:19px;
    font-weight:400;
    color:var(--white);
    border:1px solid var(--white);
    border-radius:0;
    background-color:var(--transparent)
}
.footer-newsletter__input.is-invalid,.was-validated .footer-newsletter__input:invalid{
    background-image:none;
    border-color:var(--red)
}
.footer-newsletter__input.is-valid,.was-validated .footer-newsletter__input:valid{
    background-image:none;
    border-color:initial
}
.footer-newsletter__input.is-valid:focus,.was-validated .footer-newsletter__input:valid:focus{
    border-color:initial
}
.footer-newsletter__input:focus{
    background:var(--white);
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:var(--white);
    border-color:var(--blue-light)
}
.footer-newsletter__input::-webkit-input-placeholder{
    color:var(--white);
    opacity:.7
}
.footer-newsletter__input::-moz-placeholder{
    color:var(--white);
    opacity:.7
}
.footer-newsletter__input:-ms-input-placeholder{
    color:var(--white);
    opacity:.7
}
.footer-newsletter__input::-ms-input-placeholder{
    color:var(--white);
    opacity:.7
}
.footer-newsletter__input::placeholder{
    color:var(--white);
    opacity:.7
}
.footer-newsletter__input:-ms-input-placeholder{
    color:var(--white);
    opacity:.7
}
.footer-newsletter__input::-ms-input-placeholder{
    color:var(--white);
    opacity:.7
}
.footer-newsletter__input:focus{
    background:var(--transparent)
}
.footer-newsletter__social-media .link{
    text-decoration:none
}
.footer-newsletter__social-media .link .icon{
    font-size:42px;
    margin-right:10px
}
.footer-nav__mainLink{
    font-size:20px;
    font-weight:400;
    line-height:30px;
    margin-bottom:0;
    height:60px;
    margin-bottom:20px;
    display:block;
    text-decoration:none;
    text-transform:uppercase
}
.footer-nav__mainLink:hover{
    text-decoration:underline;
    color:var(--white)
}
.footer-nav__link{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    margin-bottom:0;
    display:block;
    text-decoration:none;
    margin-bottom:14px
}
.footer-nav__link:hover{
    text-decoration:underline;
    color:var(--white)
}
.footer-nav__img{
    width:262px;
    height:56px;
    -o-object-fit:contain;
    object-fit:contain
}
@media (max-width:374px){
    .footer-nav__img{
        width:100%
    }
}
.footer-nav__paragraph{
    font-size:16px;
    font-weight:400;
    line-height:30px;
    margin-bottom:0;
    line-height:30px
}
.footer-nav__policy{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    margin-bottom:0
}
.footer-nav__policy a{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    margin-bottom:0;
    text-decoration:none;
    color:var(--white)
}
.footer-nav__policy a:hover{
    text-decoration:underline;
    color:var(--white)
}
.footer-nav .icon{
    color:var(--blue-light);
    margin-right:16px;
    margin-bottom:14px
}
.banner-primary__image img,.banner-secondary__image img,.card-apartments__image img,.card-map__image img,.card-properties__image img,.card-team-hz__image img,.careers .work-with-us__image img,.checkSkin-filter__image img,.duo-column-template__image img,.home-investors__image img,.home-portal__image img,.latest-image img,.team-feactured__image img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.nice-select{
    -webkit-tap-highlight-color:transparent;
    background-color:#fff;
    border-radius:5px;
    border:solid 1px #e8e8e8;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    clear:both;
    cursor:pointer;
    display:block;
    float:left;
    font-family:inherit;
    font-size:14px;
    font-weight:400;
    height:38px;
    line-height:36px;
    outline:0;
    padding-left:18px;
    padding-right:30px;
    position:relative;
    text-align:left;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    white-space:nowrap;
    width:auto;
    min-width:150px
}
.nice-select:hover{
    border-color:#dbdbdb
}
.nice-select.open,.nice-select:active,.nice-select:focus{
    border-color:#999
}
.nice-select:after{
    border-bottom:2px solid #999;
    border-right:2px solid #999;
    content:'';
    display:block;
    height:5px;
    margin-top:-4px;
    pointer-events:none;
    position:absolute;
    right:12px;
    top:50%;
    -webkit-transform-origin:66% 66%;
    transform-origin:66% 66%;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:all .15s ease-in-out;
    transition:all .15s ease-in-out;
    width:5px
}
.nice-select.open:after{
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg)
}
.nice-select.open .nice-select-dropdown{
    opacity:1;
    pointer-events:auto;
    -webkit-transform:scale(1) translateY(0);
    transform:scale(1) translateY(0)
}
.nice-select.disabled{
    border-color:#ededed;
    color:#999;
    pointer-events:none
}
.nice-select.disabled:after{
    border-color:#ccc
}
.nice-select.wide{
    width:100%
}
.nice-select.wide .nice-select-dropdown{
    left:0!important;
    right:0!important
}
.nice-select.right{
    float:right
}
.nice-select.right .nice-select-dropdown{
    left:auto;
    right:0
}
.nice-select.small{
    font-size:12px;
    height:36px;
    line-height:34px
}
.nice-select.small:after{
    height:4px;
    width:4px
}
.nice-select.small .option{
    line-height:34px;
    min-height:34px
}
.nice-select .nice-select-dropdown{
    margin-top:4px;
    background-color:#fff;
    border-radius:5px;
    -webkit-box-shadow:0 0 0 1px rgba(68,68,68,.11);
    box-shadow:0 0 0 1px rgba(68,68,68,.11);
    pointer-events:none;
    position:absolute;
    top:100%;
    left:0;
    -webkit-transform-origin:50% 0;
    transform-origin:50% 0;
    -webkit-transform:scale(.75) translateY(-19px);
    transform:scale(.75) translateY(-19px);
    -webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index:9;
    opacity:0
}
.nice-select .list{
    border-radius:5px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    padding:0;
    max-height:210px;
    overflow-y:auto
}
.nice-select .list:hover .option:not(:hover){
    background-color:transparent!important
}
.nice-select .option{
    cursor:pointer;
    font-weight:400;
    line-height:40px;
    list-style:none;
    outline:0;
    padding-left:18px;
    padding-right:29px;
    text-align:left;
    -webkit-transition:all .2s;
    transition:all .2s
}
.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{
    background-color:#f6f6f6
}
.nice-select .option.selected{
    font-weight:700
}
.nice-select .option.disabled{
    background-color:transparent;
    color:#999;
    cursor:default
}
.no-csspointerevents .nice-select .nice-select-dropdown{
    display:none
}
.no-csspointerevents .nice-select.open .nice-select-dropdown{
    display:block
}
.nice-select .list::-webkit-scrollbar{
    width:0
}
.nice-select .has-multiple{
    white-space:inherit;
    height:auto;
    padding:7px 12px;
    min-height:36px;
    line-height:22px
}
.nice-select .has-multiple span.current{
    border:1px solid #ccc;
    background:#eee;
    padding:0 10px;
    border-radius:3px;
    display:inline-block;
    line-height:24px;
    font-size:14px;
    margin-bottom:3px;
    margin-right:3px
}
.nice-select .has-multiple .multiple-options{
    display:block;
    line-height:24px;
    padding:0
}
.nice-select .nice-select-search-box{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    padding:5px;
    pointer-events:none;
    border-radius:5px 5px 0 0
}
.nice-select .nice-select-search{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#fff;
    border:1px solid #e8e8e8;
    border-radius:3px;
    color:#444;
    display:inline-block;
    vertical-align:middle;
    padding:7px 12px;
    margin:0 10px 0 0;
    width:100%;
    min-height:36px;
    line-height:22px;
    height:auto;
    outline:0!important;
    font-size:14px
}
.fw-medium{
    font-weight:500!important
}
.fw-semibold{
    font-weight:600!important
}
.swiper-pagination-bullet{
    width:11px;
    height:11px;
    background:var(--black50);
    opacity:.5
}
.swiper-pagination-bullet-active{
    background-color:#000000;
    opacity:1
}
.css-arrow-pagination{
    position:absolute;
    top:50%;
    width:calc(var(--swiper-navigation-size)/ 44 * 27);
    height:var(--swiper-navigation-size);
    margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index:5;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    cursor:pointer
}
.css-arrow-pagination.arrow--prev{
    left:1rem
}
.css-arrow-pagination.arrow--next{
    right:1rem
}
.css-arrow-pagination .icon{
    font-size:26px;
    color:rgba(255,255,255,.8)
}
.css-arrow-pagination.swiper-button-disabled{
    opacity:.35;
    pointer-events:none;
    cursor:not-allowed
}

* ::-webkit-scrollbar{
    width:5px;
    height:4px
}
* ::-webkit-scrollbar-thumb{
    background:var(--blue)
}
* ::-webkit-scrollbar-thumb:active{
    background-color:var(--blue)
}
* ::-webkit-scrollbar-track{
    background-color:var(--black100)
}
:root{
    --header-height:89px
}
:root{
    --blue:#616161;
    --blue-05:#002E5F50;
    --blue-siluetas:#0dbc27;
    --blue-light:#0dbc27; /*Verde*/
    --blue-light-03:#0dbc27;
    --blue-dark:#01172D;
    --blue-dark-75:#01172D75;
    --blue-light-03:#6AB3FF30;
    --black100:#000;
    --black50:#373839;
    --black50-03:#bebebf;
    --gray-dark:#495057;
    --gray-dark-08:#3c3c4380;
    --gray:#CED4DA;
    --gray-light:#F8F8F8;
    --transparent:transparent;
    --white:#fff;
    --red:#FF0000;
    --orange:#0dbc27 /*Verde*/
}
@media (min-width:1200px){
    :root{
        --header-height:98px
    }
}

.text-elipsis-1{
    display:block;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:1
}
.text-elipsis-2{
    display:block;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2
}
.text-elipsis-3{
    display:block;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:3
}
.text-elipsis-4{
    display:block;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:4
}
[type=button]{
    -ms-appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none
}
.max-width-fullhd{
    max-width:1920px
}
hr{
    margin:0
}
.click-tag .click-area{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:3
}
.bg-blue{
    background-color:var(--blue)
}
.bg-blue-dark{
    background-color:var(--blue-dark)
}
.bg-blue-light{
    background-color:var(--blue-light)
}
.bg-orange{
    background-color:var(--orange)
}
.bg-gray-light{
    background-color:var(--gray-light)
}
.separator-primary{
    opacity:1;
    background-color:var(--orange);
    margin:0
}
.separator-primary:not([size]){
    height:2px
}
@media (max-width:767px){
    .title-primary h1,.title-primary h2,.title-primary h3,.title-primary h4,.title-primary h5,.title-primary h6{
        font-size:60px;
        line-height:70px
    }
}
@media (max-width:575px){
    .title-primary h1,.title-primary h2,.title-primary h3,.title-primary h4,.title-primary h5,.title-primary h6{
        font-size:50px;
        line-height:60px
    }
}
.title-primary h1 span,.title-primary h2 span,.title-primary h3 span,.title-primary h4 span,.title-primary h5 span,.title-primary h6 span{
    color:var(--blue-light)
}
.title-secondary h1,.title-secondary h2,.title-secondary h3,.title-secondary h4,.title-secondary h5,.title-secondary h6{
    font-size:3.125rem;
    font-weight:400;
    line-height:55px;
    margin-bottom:0
}
@media (max-width:575px){
    .title-secondary h1,.title-secondary h2,.title-secondary h3,.title-secondary h4,.title-secondary h5,.title-secondary h6{
        font-size:2.25rem;
        line-height:40px
    }
}
.title-secondary h1 span,.title-secondary h2 span,.title-secondary h3 span,.title-secondary h4 span,.title-secondary h5 span,.title-secondary h6 span{
    color:var(--orange)
}
.title-tertiary h1,.title-tertiary h2,.title-tertiary h3,.title-tertiary h4,.title-tertiary h5,.title-tertiary h6 *{
    font-size:45px;
    font-weight:300;
    line-height:55px;
    margin-bottom:0
}
.title-tertiary h1 span,.title-tertiary h2 span,.title-tertiary h3 span,.title-tertiary h4 span,.title-tertiary h5 span,.title-tertiary h6 * span{
    color:var(--blue-light);
    font-size:45px;
    font-weight:300;
    line-height:55px;
    margin-bottom:0
}
@media (max-width:575px){
    .title-tertiary h1 span,.title-tertiary h2 span,.title-tertiary h3 span,.title-tertiary h4 span,.title-tertiary h5 span,.title-tertiary h6 * span{
        font-size:30px;
        line-height:40px
    }
}
.title-tertiary h1 span::after,.title-tertiary h2 span::after,.title-tertiary h3 span::after,.title-tertiary h4 span::after,.title-tertiary h5 span::after,.title-tertiary h6 * span::after{
    display:none
}
@media (max-width:575px){
    .title-tertiary h1,.title-tertiary h2,.title-tertiary h3,.title-tertiary h4,.title-tertiary h5,.title-tertiary h6 *{
        font-size:30px;
        line-height:40px
    }
}
.title-quaternary h1,.title-quaternary h2,.title-quaternary h3,.title-quaternary h4,.title-quaternary h5,.title-quaternary h6{
    font-size:2.5rem;
    font-weight:600;
    line-height:50px;
    margin-bottom:0
}
@media (max-width:575px){
    .title-quaternary h1,.title-quaternary h2,.title-quaternary h3,.title-quaternary h4,.title-quaternary h5,.title-quaternary h6{
        font-size:1.6rem;
        font-weight:400;
        line-height:40px;
        margin-bottom:0
    }
}
.title-quaternary h1 span,.title-quaternary h2 span,.title-quaternary h3 span,.title-quaternary h4 span,.title-quaternary h5 span,.title-quaternary h6 span{
    color:var(--blue-light)
}
.title-quinary h1,.title-quinary h2,.title-quinary h3,.title-quinary h4,.title-quinary h5,.title-quinary h6{
    font-size:1.25rem;
    font-weight:700;
    line-height:33px;
    margin-bottom:0
}
.title-quinary h1 span,.title-quinary h2 span,.title-quinary h3 span,.title-quinary h4 span,.title-quinary h5 span,.title-quinary h6 span{
    color:var(--blue-light)
}
@media (min-width:576px){
    .title-quinary h1,.title-quinary h2,.title-quinary h3,.title-quinary h4,.title-quinary h5,.title-quinary h6{
        font-size:25px;
        line-height:40px
    }
}
.pretitle *{
    font-size:1.5625rem;
    font-weight:700;
    line-height:50px;
    margin-bottom:0;
    display:inline-block
}
@media (max-width:575px){
    .pretitle *{
        font-size:.9375rem
    }
}
.pretitle ::after{
    content:'';
    display:block;
    border-bottom:solid 2px var(--orange);
    -webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:0 50%;
    transform-origin:0 50%
}
.pretitle.pretitle-anim ::after{
    -webkit-animation:borderAnim 1.5s forwards;
    animation:borderAnim 1.5s forwards
}
@-webkit-keyframes borderAnim{
    100%{
        -webkit-transform:scaleX(1);
        transform:scaleX(1)
    }
}
@keyframes borderAnim{
    100%{
        -webkit-transform:scaleX(1);
        transform:scaleX(1)
    }
}
.paragraph--xxl{
    font-size:30px;
    font-weight:400;
    line-height:40px;
    margin-bottom:0
}
@media (max-width:1199px){
    .paragraph--xxl{
        font-size:28px;
        line-height:37px
    }
}
@media (max-width:575px){
    .paragraph--xxl{
        font-size:26px;
        line-height:32px
    }
}
.paragraph--l{
    font-size:18px;
    font-weight:400;
    line-height:32px;
    margin-bottom:0
}
@media (max-width:767px){
    .paragraph--l{
        font-size:16px;
        line-height:25px
    }
}
@media (max-width:575px){
    .paragraph--l{
        font-size:14px;
        line-height:22px
    }
}
.blog-content--xxl p{
    font-size:30px;
    font-weight:inherit;
    line-height:40px;
    margin-bottom:0
}
@media (max-width:1199px){
    .blog-content--xxl p{
        font-size:28px;
        line-height:35px
    }
}
@media (max-width:575px){
    .blog-content--xxl p{
        font-size:26px;
        line-height:32px
    }
}
.blog-content--l p{
    font-size:18px;
    font-weight:inherit;
    line-height:32px;
    margin-bottom:0
}
@media (max-width:767px){
    .blog-content--l p{
        font-size:16px;
        line-height:25px
    }
}
@media (max-width:575px){
    .blog-content--l p{
        font-size:14px;
        line-height:22px
    }
}
.blog-content--legal p{
    font-size:14px;
    font-weight:400;
    line-height:23px;
    margin-bottom:0
}
@media (min-width:576px){
    .blog-content--legal p{
        font-size:18px;
        line-height:27px
    }
}
.blog-content--legal p+p{
    margin-top:2rem
}
.blog-content--legal h3{
    font-size:22px;
    font-weight:700;
    line-height:50px;
    margin-bottom:0;
    color:var(--blue);
    margin-bottom:.75rem
}
@media (min-width:576px){
    .blog-content--legal h3{
        font-size:25px;
        line-height:50px
    }
}
.blog-content--legal h4{
    font-size:14px;
    font-weight:600;
    line-height:24px;
    margin-bottom:0;
    text-transform:uppercase;
    color:var(--orange)
}
@media (min-width:576px){
    .blog-content--legal h4{
        font-size:18px;
        line-height:27px
    }
}
.blog-content--legal ul{
    list-style-type:square
}
.blog-content--legal ul li{
    font-size:14px;
    font-weight:400;
    line-height:23px;
    margin-bottom:0;
    color:var(--blue)
}
@media (min-width:576px){
    .blog-content--legal ul li{
        font-size:18px;
        line-height:27px
    }
}
.blog-content--legal ul li::marker{
    width:5px;
    height:5px
}
.blog-content--legal *+ul{
    margin-top:2rem
}
.blog-content--legal *+h3{
    margin-top:2.5rem
}
@media (min-width:576px){
    .blog-content--legal *+h3{
        margin-top:4.5rem
    }
}
.blog-content--legal :not(h3)+h4{
    margin-top:3rem
}
@media (min-width:576px){
    .blog-content--legal :not(h3)+h4{
        margin-top:4rem
    }
}
.time-text{
    font-size:1.25rem;
    font-weight:700;
    line-height:40px;
    margin-bottom:0;
    text-transform:uppercase;
    opacity:.9
}

.button-secondary-new{
    display:inline-block;
    font-family:"Titillium Web",sans-serif;
    font-size:.875rem;
    line-height:21px;
    font-weight:600;
    color:var(--white);
    width:auto;
    background-color:transparent;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    letter-spacing:-.01em;
    border:2px solid var(--white);
    padding:.929em 2.5em;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    cursor:pointer
}
.button-secondary-new.disable{
    pointer-events:none;
    opacity:.7
}
@media (max-width:575px){
    .button-secondary-new{
        width:100%
    }
}
.button-secondary-new:focus,.button-secondary-new:hover{
    color:var(--blue);
    background-color:var(--white);
    outline:0
}
.link-primary{
    font-size:.875rem;
    font-weight:600;
    line-height:21px;
    margin-bottom:0;
    border:none;
    background:0 0;
    width:auto;
    height:auto;
    outline:0;
    padding:0;
    text-decoration:none;
    display:inline-block;
    padding-right:24px;
    position:relative;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    cursor:pointer
}
.link-primary span{
    position:absolute;
    top:50%;
    right:8px;
    font-size:9px;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
.link-primary:hover{
    opacity:.7;
    color:#7d7d7d; 
}
.link-primary:hover span{
    right:0
}
.link-primary.disable{
    opacity:.7;
    pointer-events:none
}
.link-primary:focus,.link-primary:visited{
    color:#7d7d7d;
}
.link-primary--white{
    color:var(--white)
}
.link-primary--white:focus,.link-primary--white:visited{
    color:var(--white)
}
.link-secondary{
    font-size:14px;
    font-weight:600;
    line-height:21px;
    margin-bottom:0;
    border:none;
    background:0 0;
    width:auto;
    height:auto;
    outline:0;
    padding:0;
    display:inline-block;
    text-decoration:underline;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    cursor:pointer
}
.link-secondary:hover{
    opacity:.7;
    color:var(--blue-light)
}
.link-secondary.disable{
    opacity:.7;
    pointer-events:none
}
.label-primary{
    font-size:16px;
    font-weight:700;
    line-height:24px;
    margin-bottom:0;
    margin-bottom:11px
}
.label-secondary{
    font-size:15px;
    font-weight:600;
    line-height:19px;
    margin-bottom:0;
    margin-bottom:7px
}
.input-primary{
    width:100%;
    height:52px;
    background:var(--white);
    outline:0;
    padding:14px 16px;
    font-family:"Titillium Web",sans-serif;
    font-size:14px;
    line-height:19px;
    font-weight:400;
    color:var(--blue);
    border:1px solid var(--blue);
    border-radius:0
}
.input-primary.is-invalid,.was-validated .input-primary:invalid{
    background-image:none;
    border-color:var(--red)
}
.input-primary.is-valid,.was-validated .input-primary:valid{
    background-image:none;
    border-color:initial
}
.input-primary.is-valid:focus,.was-validated .input-primary:valid:focus{
    border-color:initial
}
.input-primary:focus{
    background:var(--white);
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:var(--blue);
    /*border-color:var(--blue-light)*/
    border-color:#7d7d7d;
}
.input-primary::-webkit-input-placeholder{
    color:var(--blue);
    opacity:.7
}
.input-primary::-moz-placeholder{
    color:var(--blue);
    opacity:.7
}
.input-primary:-ms-input-placeholder{
    color:var(--blue);
    opacity:.7
}
.input-primary::-ms-input-placeholder{
    color:var(--blue);
    opacity:.7
}
.input-primary::placeholder{
    color:var(--blue);
    opacity:.7
}
.input-primary:-ms-input-placeholder{
    color:var(--blue);
    opacity:.7
}
.input-primary::-ms-input-placeholder{
    color:var(--blue);
    opacity:.7
}
.input-secondary{
    width:100%;
    height:36px;
    background:var(--white);
    outline:0;
    padding:14px 16px;
    font-family:"Titillium Web",sans-serif;
    font-size:14px;
    line-height:19px;
    font-weight:400;
    color:var(--gray-dark);
    border:1px solid var(--gray-dark);
    border-radius:0;
    border:1px solid var(--gray);
    border-radius:4px
}
.input-secondary.is-invalid,.was-validated .input-secondary:invalid{
    background-image:none;
    border-color:var(--red)
}
.input-secondary.is-valid,.was-validated .input-secondary:valid{
    background-image:none;
    border-color:initial
}
.input-secondary.is-valid:focus,.was-validated .input-secondary:valid:focus{
    border-color:initial
}
.input-secondary:focus{
    background:var(--white);
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:var(--gray-dark);
    border-color:var(--blue-light)
}
.input-secondary::-webkit-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-secondary::-moz-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-secondary:-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-secondary::-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-secondary::placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-secondary:-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-secondary::-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-tertiary{
    width:100%;
    height:36px;
    background:var(--white);
    outline:0;
    padding:14px 16px;
    font-family:"Titillium Web",sans-serif;
    font-size:14px;
    line-height:19px;
    font-weight:400;
    color:var(--gray-dark);
    border:1px solid var(--gray-dark);
    border-radius:0;
    border:none;
    border-bottom:2px solid var(--blue-light-03);
    padding:14px 16px 14px 0;
    font-size:18px
}
.input-tertiary.is-invalid,.was-validated .input-tertiary:invalid{
    background-image:none;
    border-color:var(--red)
}
.input-tertiary.is-valid,.was-validated .input-tertiary:valid{
    background-image:none;
    border-color:initial
}
.input-tertiary.is-valid:focus,.was-validated .input-tertiary:valid:focus{
    border-color:initial
}
.input-tertiary:focus{
    background:var(--white);
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:var(--gray-dark);
    border-color:var(--blue-light)
}
.input-tertiary::-webkit-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-tertiary::-moz-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-tertiary:-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-tertiary::-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-tertiary::placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-tertiary:-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-tertiary::-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.input-password{
    position:relative
}
.input-password input{
    padding-right:44px
}
.input-password input[type=password]{
    -webkit-text-security:disc
}
.input-password input[type=password]::-webkit-input-placeholder{
    -webkit-text-security:disc
}
.input-password input[type=password]::-moz-placeholder{
    -webkit-text-security:disc
}
.input-password input[type=password]:-ms-input-placeholder{
    -webkit-text-security:disc
}
.input-password input[type=password]::-ms-input-placeholder{
    -webkit-text-security:disc
}
.input-password input[type=password]::placeholder{
    -webkit-text-security:disc
}
.input-password input[type=password]:-ms-input-placeholder{
    -webkit-text-security:disc
}
.input-password input[type=password]::-ms-input-placeholder{
    -webkit-text-security:disc
}
.input-password .eye{
    font-size:14px;
    color:var(--blue);
    position:absolute;
    right:16px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    cursor:pointer
}
.input-checkbox{
    position:relative
}
.input-checkbox-square{
    position:absolute;
    opacity:0
}
.input-checkbox-square:checked+.input-checkbox-label:after{
    color:var(--blue)
}
.input-checkbox-label{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    margin-bottom:0;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-left:37px
}
.input-checkbox-label p{
    margin:0
}
.input-checkbox-label a{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    margin-bottom:0
}
.input-checkbox-label a:hover{
    text-decoration:underline;
    color:var(--blue-light)
}
.input-checkbox-label:after{
    content:"\e908";
    position:absolute;
    left:1px;
    width:16px;
    height:16px;
    font-family:icons-acento;
    font-size:10px;
    color:var(--white);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-weight:700;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.input-checkbox-label:before{
    content:'';
    display:inline-block;
    vertical-align:text-top;
    width:18px;
    height:18px;
    background:#fff;
    border:1px solid var(--blue);
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.input-radio{
    position:relative
}
.input-radio-circle{
    position:absolute;
    opacity:0
}
.input-radio-circle:checked+.input-radio-label:after{
    background-color:var(--blue)
}
.input-radio-label{
    font-size:1rem;
    font-weight:400;
    line-height:22px;
    margin-bottom:0;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-left:37px
}
.input-radio-label p{
    margin:0
}
.input-radio-label a{
    font-size:16px;
    font-weight:700;
    line-height:24px;
    margin-bottom:0
}
.input-radio-label a:hover{
    text-decoration:underline;
    color:var(--blue-light)
}
.input-radio-label:after{
    content:'';
    position:absolute;
    left:3px;
    width:12px;
    height:12px;
    border-radius:50%;
    background-color:var(--transparent);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-weight:700;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.input-radio-label:before{
    content:'';
    display:inline-block;
    border-radius:50%;
    vertical-align:text-top;
    width:18px;
    height:18px;
    background:#fff;
    border:1px solid var(--blue);
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.textarea-primary{
    width:100%;
    height:274px;
    background:var(--white);
    outline:0;
    padding:14px 16px;
    font-family:"Titillium Web",sans-serif;
    font-size:14px;
    line-height:19px;
    font-weight:400;
    color:var(--blue);
    border:1px solid var(--blue);
    border-radius:0;
    min-height:6.125rem!important;
    max-height:20rem
}
.textarea-primary.is-invalid,.was-validated .textarea-primary:invalid{
    background-image:none;
    border-color:var(--red)
}
.textarea-primary.is-valid,.was-validated .textarea-primary:valid{
    background-image:none;
    border-color:initial
}
.textarea-primary.is-valid:focus,.was-validated .textarea-primary:valid:focus{
    border-color:initial
}
.textarea-primary:focus{
    background:var(--white);
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:var(--blue);
    border-color:var(--blue-light)
}
.textarea-primary::-webkit-input-placeholder{
    color:var(--blue);
    opacity:.7
}
.textarea-primary::-moz-placeholder{
    color:var(--blue);
    opacity:.7
}
.textarea-primary:-ms-input-placeholder{
    color:var(--blue);
    opacity:.7
}
.textarea-primary::-ms-input-placeholder{
    color:var(--blue);
    opacity:.7
}
.textarea-primary::placeholder{
    color:var(--blue);
    opacity:.7
}
.textarea-primary:-ms-input-placeholder{
    color:var(--blue);
    opacity:.7
}
.textarea-primary::-ms-input-placeholder{
    color:var(--blue);
    opacity:.7
}
.textarea-secondary{
    width:100%;
    height:274px;
    background:var(--white);
    outline:0;
    padding:14px 16px;
    font-family:"Titillium Web",sans-serif;
    font-size:14px;
    line-height:19px;
    font-weight:400;
    color:var(--gray-dark);
    border:1px solid var(--gray-dark);
    border-radius:0;
    border:1px solid var(--gray);
    border-radius:4px;
    min-height:6.125rem!important;
    max-height:20rem
}
.textarea-secondary.is-invalid,.was-validated .textarea-secondary:invalid{
    background-image:none;
    border-color:var(--red)
}
.textarea-secondary.is-valid,.was-validated .textarea-secondary:valid{
    background-image:none;
    border-color:initial
}
.textarea-secondary.is-valid:focus,.was-validated .textarea-secondary:valid:focus{
    border-color:initial
}
.textarea-secondary:focus{
    background:var(--white);
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:var(--gray-dark);
    border-color:var(--blue-light)
}
.textarea-secondary::-webkit-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-secondary::-moz-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-secondary:-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-secondary::-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-secondary::placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-secondary:-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-secondary::-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-tertiary{
    width:100%;
    height:274px;
    background:var(--white);
    outline:0;
    padding:14px 16px;
    font-family:"Titillium Web",sans-serif;
    font-size:14px;
    line-height:19px;
    font-weight:400;
    color:var(--gray-dark);
    border:1px solid var(--gray-dark);
    border-radius:0;
    border:none;
    border-bottom:1px solid var(--blue-light-03);
    padding:14px 16px 14px 0;
    font-size:18px;
    min-height:6.125rem!important;
    max-height:20rem
}
.textarea-tertiary.is-invalid,.was-validated .textarea-tertiary:invalid{
    background-image:none;
    border-color:var(--red)
}
.textarea-tertiary.is-valid,.was-validated .textarea-tertiary:valid{
    background-image:none;
    border-color:initial
}
.textarea-tertiary.is-valid:focus,.was-validated .textarea-tertiary:valid:focus{
    border-color:initial
}
.textarea-tertiary:focus{
    background:var(--white);
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    color:var(--gray-dark);
    border-color:var(--blue-light)
}
.textarea-tertiary::-webkit-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-tertiary::-moz-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-tertiary:-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-tertiary::-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-tertiary::placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-tertiary:-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.textarea-tertiary::-ms-input-placeholder{
    color:var(--gray-dark);
    opacity:.7
}
.select-primary{
    width:100%;
    height:52px;
    background:var(--white);
    outline:0;
    border:1px solid var(--blue);
    border-radius:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.select-primary::after{
    border:none;
    content:"\e92e";
    font-family:icons-acento;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transform-origin:initial;
    transform-origin:initial;
    margin:0;
    height:initial;
    width:initial;
    color:var(--gray-dark)
}
.select-primary .nice-select-dropdown{
    width:100%
}
.select-primary:hover{
    border:1px solid var(--blue)
}
.select-primary.open,.select-primary:focus{
    border:1px solid var(--blue-light)
}
.select-primary.open::after{
    -webkit-transform:translateY(-50%) rotate(-180deg);
    transform:translateY(-50%) rotate(-180deg)
}
.select-primary .current{
    font-family:"Titillium Web",sans-serif;
    font-size:1rem;
    font-weight:500;
    color:var(--blue)
}
.select-secondary{
    width:100%;
    height:36px;
    background:var(--white);
    outline:0;
    font-family:"Titillium Web",sans-serif;
    font-size:14px;
    font-weight:400;
    color:var(--gray-dark);
    border:1px solid var(--gray);
    border-radius:4px
}
.select-secondary::after{
    border:none;
    content:"\e92e";
    font-family:icons-acento;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transform-origin:initial;
    transform-origin:initial;
    margin:0;
    height:initial;
    width:initial;
    color:var(--gray-dark)
}
.select-secondary .nice-select-dropdown{
    width:100%
}
.select-secondary:hover{
    border:1px solid var(--gray)
}
.select-secondary.open,.select-secondary:focus{
    border:1px solid var(--blue-light)
}
.select-secondary.open::after{
    -webkit-transform:translateY(-50%) rotate(-180deg);
    transform:translateY(-50%) rotate(-180deg)
}
.select-secondary .current{
    font-family:"Titillium Web",sans-serif;
    font-size:1rem;
    font-weight:500;
    color:var(--gray-dark)
}
.select-tertiary{
    width:100%;
    height:36px;
    background:var(--white);
    outline:0;
    font-family:"Titillium Web",sans-serif;
    font-size:14px;
    font-weight:400;
    color:var(--gray-dark);
    border:none;
    border-bottom:1px solid var(--blue-light-03);
    border-radius:0;
    padding-left:0
}
.select-tertiary::after{
    border:none;
    content:"\e92e";
    font-family:icons-acento;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transform-origin:initial;
    transform-origin:initial;
    margin:0;
    height:initial;
    width:initial;
    color:var(--gray-dark)
}
.select-tertiary .nice-select-dropdown{
    width:100%
}
.select-tertiary:hover{
    border-bottom:1px solid var(--blue-light-03)
}
.select-tertiary.open,.select-tertiary:focus{
    border-bottom:1px solid var(--blue-light)
}
.select-tertiary.open::after{
    -webkit-transform:translateY(-50%) rotate(-180deg);
    transform:translateY(-50%) rotate(-180deg)
}
.select-tertiary .current{
    font-family:"Titillium Web",sans-serif;
    font-size:1rem;
    font-weight:500;
    color:var(--gray-dark)
}
.select-quaternary{
    width:auto;
    height:36px;
    background:var(--white);
    outline:0;
    font-family:"Titillium Web",sans-serif;
    font-size:14px;
    font-weight:400;
    color:var(--gray-dark);
    border:none;
    border-radius:0;
    padding-left:0
}
.select-quaternary::after{
    border:none;
    content:"\e92e";
    font-family:icons-acento;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transform-origin:initial;
    transform-origin:initial;
    margin:0;
    height:initial;
    width:initial;
    color:var(--gray-dark)
}
.select-quaternary .nice-select-dropdown{
    width:100%
}
.select-quaternary.open::after{
    -webkit-transform:translateY(-50%) rotate(-180deg);
    transform:translateY(-50%) rotate(-180deg)
}
.select-quaternary .current{
    font-family:"Titillium Web",sans-serif;
    font-size:1rem;
    font-weight:500;
    color:var(--blue-light)
}
.was-validated select:invalid+.select-secondary{
    border-color:var(--red)
}
.checkSkin{
    position:relative;
    margin:0;
    cursor:pointer
}
.checkSkin-filter__image{
    position:relative;
    width:65px;
    height:65px
}
.checkSkin-filter__image img{
    border-radius:50%
}
.checkSkin-filter .paragraph-quaternary{
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
.checkSkin input{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:1px;
    height:1px;
    opacity:0;
    visibility:hidden
}
.checkSkin input:checked+.checkSkin-filter{
    color:var(--orange)
}
.pagination .page-item .page-link{
    font-size:22px;
    font-weight:700;
    line-height:33px;
    margin-bottom:0;
    border:none;
    background:var(--transparent);
    height:39px;
    width:39px;
    margin:0 3px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.pagination .page-item .page-link .icon{
    font-size:14px
}
.pagination .page-item.active .page-link{
    background:var(--orange);
    color:var(--white)
}
.breadcrumb .breadcrumb-item a{
    font-size:14px;
    font-weight:600;
    line-height:22px;
    margin-bottom:0;
    text-decoration:none;
    color:var(--gray-dark-08)
}
.breadcrumb .breadcrumb-item:first-of-type{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.breadcrumb .breadcrumb-item:first-of-type a{
    font-size:14px;
    font-weight:600;
    line-height:22px;
    margin-bottom:0;
    text-decoration:none;
    color:#000000;
}
.breadcrumb .breadcrumb-item.active span{
    font-size:14px;
    font-weight:600;
    line-height:22px;
    margin-bottom:0;
    color:var(--blue)
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    content:'\005C';
    font-size:17px;
    color:var(--blue)
}
.badge{
    font-size:11px;
    font-weight:700;
    line-height:11px;
    margin-bottom:0;
    text-align:center;
    text-transform:uppercase;
    padding:1px 11px;
    border:1px solid inherit;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-radius:0
}
.badge--blue{
    color:var(--blue);
    background:var(--white);
    border:1px solid var(--blue)
}
.badge--blue-light{
    color:var(--blue-light);
    background:var(--white);
    border:1px solid var(--blue-light)
}
.badge--orange{
    color:var(--orange);
    background:var(--white);
    border:1px solid var(--orange)
}
.badge--red{
    color:var(--red);
    background:var(--white);
    border:1px solid var(--red)
}
.badge--black{
    color:var(--black100);
    background:var(--white);
    border:1px solid var(--black100)
}
.badge--gray{
    color:var(--gray);
    background:var(--white);
    border:1px solid var(--gray)
}
.text--black{
    color:var(--black100)
}
.text--white{
    color:var(--white)
}
.text--blue{
    color:var(--blue)
}
.text--blue-05{
    color:var(--blue-05)
}
.text--blue-light{
    color:var(--blue-light)
}
.text--blue-dark{
    color:var(--blue-dark)
}
.text--blue-dark-75{
    color:var(--blue-dark-75)
}
.text--blue-light-03{
    color:var(--blue-light-03)
}
.text--black50{
    color:var(--black50)
}
.text--gray{
    color:var(--gray)
}
.text--gray-dark{
    color:var(--gray-dark)
}
.text--gray-dark-08{
    color:var(--gray-dark-08)
}
.text--gray-light{
    color:var(--gray-light)
}
.text--red{
    color:var(--red)
}
.text--orange{
    color:var(--orange)
}
.neckband__text{
    font-size:25px;
    font-weight:400;
    line-height:30px;
    margin-bottom:0
}
@media (max-width:767px){
    .neckband__text{
        font-size:21px
    }
}
.modal__title h2,.modal__title h3,.modal__title h4,.modal__title h5,.modal__title h6{
    font-weight:700
}
.modal__title::before{
    content:'';
    height:2px;
    width:100%;
    max-width:260px;
    display:inline-block;
    background-color:var(--orange);
    position:relative;
    top:-5px
}
.modal .modal-content{
    border-radius:0;
    position:relative
}
.modal .modal-content .modal-max-width{
    width:100%;
    max-width:768px;
    padding:100px 0
}
@media (max-width:1199px){
    .modal .modal-content .modal-max-width{
        padding:80px 0
    }
}
@media (max-width:575px){
    .modal .modal-content .modal-max-width{
        padding:70px 0
    }
}
.modal .modal-content .close{
    font-size:14px;
    color:var(--blue);
    text-decoration:none;
    position:absolute;
    top:20px;
    right:20px
}
.modal .modal-content .close:hover{
    opacity:.7
}
.modal-apply-position__position-name h2,.modal-apply-position__position-name h3,.modal-apply-position__position-name h4,.modal-apply-position__position-name h5,.modal-apply-position__position-name h6{
    font-weight:700
}
.modal-apply-position__position-name::before{
    content:"";
    display:inline-block;
    width:216px;
    height:2px;
    background:var(--orange)
}
.modal-apply-position__list ul{
    list-style-type:square
}
.modal-apply-position__list ul li{
    font-size:18px;
    font-weight:400;
    line-height:32px;
    margin-bottom:0
}
@media (max-width:767px){
    .modal-apply-position__list ul li{
        font-size:16px;
        line-height:25px
    }
}
@media (max-width:575px){
    .modal-apply-position__list ul li{
        font-size:14px;
        line-height:22px
    }
}
.modal-apply-position__info-card{
    border:2px solid var(--blue-light)
}
.modal-apply-position__info-card .item-description p{
    font-size:16px;
    font-weight:400;
    line-height:32px;
    margin-bottom:0
}
@media (max-width:575px){
    .modal-apply-position__info-card .item-description p{
        font-size:14px;
        line-height:22px
    }
}
.modal-apply-position input[type=file]{
    -webkit-transform:scale(0);
    transform:scale(0);
    visibility:hidden;
    position:absolute
}
.modal-apply-position textarea{
    height:90px
}
.modal-welcome-board__image{
    position:relative
}
.modal-welcome-board__image img{
    height:100%;
    max-height:350px;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover
}
@media (min-width:768px){
    .modal-welcome-board__image img{
        max-height:400px
    }
}
@media (min-width:992px){
    .modal-welcome-board__image img{
        max-height:100%
    }
}
.modal-welcome-board__image::after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:var(--blue);
    mix-blend-mode:color
}
.modal-welcome-board__icon .icon{
    font-size:24px;
    color:var(--blue)
}
.modal-team-member__image{
    position:relative;
    min-height:350px
}
.modal-team-member__image img{
    height:100%;
    height:350px;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover
}
@media (min-width:768px){
    .modal-team-member__image img{
        max-height:400px
    }
}
@media (min-width:992px){
    .modal-team-member__image img{
        max-height:100%
    }
}
.modal-team-member__icon a{
    text-decoration:none
}
.modal-team-member__icon a:hover .icon{
    color:var(--orange)
}
.modal-team-member__icon .icon{
    font-size:24px;
    color:var(--blue);
    -webkit-transition:color .2s ease-in-out;
    transition:color .2s ease-in-out
}
.modal-team-member__name p{
    font-size:18px;
    font-weight:600;
    line-height:27.38px;
    margin-bottom:0;
    text-transform:uppercase;
    -webkit-transition:color .2s ease-in-out;
    transition:color .2s ease-in-out
}
.modal-team-member__name span{
    color:var(--orange);
    font-weight:700
}
.modal-team-member__desc p{
    font-size:12px;
    font-weight:var(--gray);
    line-height:20px;
    margin-bottom:0
}
.modal-backdrop{
    background-color:var(--blue)
}
.modal-backdrop.show{
    opacity:.8
}
.banner-primary{
    max-width:1920px
}
.banner-primary__image{
    position:relative;
    display:block;
    height:70vh
}
.banner-primary__video{
    position:relative;
    width:100%;
    height:70vh;
    overflow:hidden
}
.banner-primary__video video{
    position:absolute;
    top:50%;
    left:50%;
    min-width:100%;
    min-height:100%;
    width:auto;
    height:auto;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.banner-secondary{
    max-width:1920px
}
.banner-secondary__portrait{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0
}
@media (max-width:991px){
    .banner-secondary__portrait{
        position:relative;
        height:auto
    }
}
.banner-secondary__image{
    position:relative;
    display:block;
    height:100%
}
@media (max-width:991px){
    .banner-secondary__image{
        height:500px
    }
}
@media (max-width:767px){
    .banner-secondary__image{
        height:280px
    }
}
.banner-secondary__content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:500px
}
@media (max-width:991px){
    .banner-secondary__content{
        height:auto
    }
}
.banner-tertiary{
    min-height:200px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}
.banner-tertiary__description{
    font-size:12px;
    font-weight:400;
    line-height:24px;
    margin-bottom:0;
    color:var(--white)
}
@media (min-width:576px){
    .banner-tertiary__description{
        font-size:20px;
        line-height:32px
    }
}
@media (min-width:992px){
    .banner-tertiary__description{
        font-size:20px;
        line-height:32px
    }
}
@media (min-width:576px){
    .banner-tertiary{
        min-height:400px
    }
}
@media (min-width:992px){
    .banner-tertiary{
        min-height:685px
    }
}
.banner-tertiary--news{
    min-height:388px
}
@media (min-width:768px){
    .banner-tertiary--news{
        min-height:500px
    }
}
@media (min-width:992px){
    .banner-tertiary--news{
        min-height:700px
    }
}
@media (min-width:1200px){
    .banner-tertiary--news{
        min-height:auto
    }
}
.banner-tertiary--news .banner-tertiary__description{
    font-size:22px;
    line-height:35px;
    text-decoration:none;
    cursor:pointer
}
.banner-tertiary--news .banner-tertiary__description:hover{
    text-decoration:underline;
    color:var(--white)
}
.banner-tertiary--news .banner-tertiary__date p{
    font-size:15px;
    font-weight:700;
    line-height:40px;
    margin-bottom:0;
    text-transform:uppercase
}
@media (min-width:576px){
    .banner-tertiary--news .banner-tertiary__date p{
        font-size:20px
    }
}
.banner-image-oblique{
    max-width:1920px
}
.banner-image-oblique .layer-bg{
    position:relative
}
.banner-image-oblique .layer-bg .image-oblique::after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:var(--blue);
    mix-blend-mode:color
}
.banner-image-oblique .layer-bg .image-oblique img{
    -webkit-filter:saturate(0) contrast(1.4);
    filter:saturate(0) contrast(1.4);
    width:100%;
    max-height:450px;
    -o-object-fit:cover;
    object-fit:cover
}
.banner-image-oblique__description{
    font-size:22px;
    font-weight:400;
    line-height:35px;
    margin-bottom:0
}
@media (min-width:992px){
    .banner-image-oblique{
        height:484px
    }
    .banner-image-oblique .layer-bg{
        position:absolute
    }
    .banner-image-oblique .layer-bg .image-oblique img{
        height:484px;
        max-height:484px;
        -webkit-clip-path:polygon(0 0,100% 0,100% 100%,350px 100%);
        clip-path:polygon(0 0,100% 0,100% 100%,350px 100%)
    }
    .banner-image-oblique .layer-bg .image-oblique::after{
        -webkit-clip-path:polygon(0 0,100% 0,100% 100%,350px 100%);
        clip-path:polygon(0 0,100% 0,100% 100%,350px 100%)
    }
}
.banner-home-login__description p{
    font-size:14px;
    font-weight:400;
    line-height:22px;
    margin-bottom:0
}
.banner-home-login__cta-link{
    border-bottom:1px solid var(--white)
}
.banner-home-login__cta-link a{
    font-size:22px;
    font-weight:700;
    line-height:30px;
    margin-bottom:0;
    color:var(--white);
    text-decoration:none
}
.banner-home-login__cta-link a span{
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.banner-home-login__cta-link a:hover span{
    -webkit-transform:translate(10px,0);
    transform:translate(10px,0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
@media (min-width:576px){
    .banner-home-login__cta-link a{
        font-size:25px;
        line-height:50px
    }
}
.card-invest{
    background-color:var(--white);
    -webkit-box-shadow:0 4px 25px rgba(0,0,0,.05);
    box-shadow:0 4px 25px rgba(0,0,0,.05);
    width:270px;
    min-height:280px
}
.card-invest__icon{
    width:40px;
    height:40px;
    background-color:var(--orange)
}
.card-invest__icon .icon{
    color:var(--white);
    font-size:30px
}
.card-invest__title{
    height:66px
}
@media (min-width:576px){
    .card-invest__title{
        height:40px
    }
}
@media (min-width:1200px){
    .card-invest__title{
        height:80px
    }
}
@media (min-width:1400px){
    .card-invest__title{
        height:40px
    }
}
.card-invest__desc{
    height:88px
}
@media (min-width:576px){
    .card-invest__desc{
        height:100px
    }
}
@media (min-width:768px){
    .card-invest__desc{
        height:128px
    }
}
@media (min-width:576px){
    .card-invest{
        width:400px;
        min-height:300px
    }
}
@media (min-width:1200px){
    .card-invest{
        width:350px;
        min-height:348px
    }
}
@media (min-width:1400px){
    .card-invest{
        width:400px;
        min-height:300px
    }
}
.card-our-approach{
    background-color:var(--white);
    border:1px solid var(--blue-light);
    height:auto
}
@media (min-width:992px){
    .card-our-approach{
        height:411px
    }
}
@media (min-width:1200px){
    .card-our-approach{
        height:352px
    }
}
@media (min-width:1400px){
    .card-our-approach{
        height:290px
    }
}
.card-our-approach__icon{
    width:40px;
    height:40px;
    background-color:var(--orange)
}
.card-our-approach__icon .icon{
    color:var(--white);
    font-size:30px
}
.card-our-approach-news{
    background-color:var(--white);
    -webkit-box-shadow:0 4px 25px rgba(0,0,0,.1);
    box-shadow:0 4px 25px rgba(0,0,0,.1)
}
@media (max-width:1199px){
    .card-our-approach-news{
        max-width:625px;
        margin:0 auto
    }
}
.card-our-approach-news__img{
    width:100%;
    height:221px;
    -o-object-fit:cover;
    object-fit:cover
}
.card-our-approach-news__icon{
    width:40px;
    height:40px;
    background-color:var(--orange)
}
.card-our-approach-news__icon .icon{
    color:var(--white);
    font-size:30px
}
.card-fund-highlights{
    background-color:var(--white);
    border:1px solid var(--blue-light)
}
@media (max-width:1199px){
    .card-fund-highlights{
        max-width:625px;
        margin:0 auto
    }
}
.card-fund-highlights__img{
    width:100%;
    height:295px;
    -o-object-fit:cover;
    object-fit:cover
}
.card-fund-highlights__title{
    height:66px
}
@media (min-width:576px){
    .card-fund-highlights__title{
        height:80px
    }
}
.card-fund-highlights__desc{
    height:44px
}
@media (min-width:576px){
    .card-fund-highlights__desc{
        height:50px
    }
}
@media (min-width:768px){
    .card-fund-highlights__desc{
        height:64px
    }
}
.card-map__image{
    position:relative;
    width:230px;
    height:100%
}
@media (max-width:575px){
    .card-map__image{
        width:100%;
        height:170px
    }
}
.card-apartments__image{
    position:relative;
    height:414px
}
.card-apartments__image::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(22.2%,rgba(0,0,0,0)),to(#000));
    background:linear-gradient(180deg,rgba(0,0,0,0) 22.2%,#000 100%);
    -webkit-transition:opacity .1s;
    transition:opacity .1s;
    z-index:1
}
.card-apartments__image::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background-color:#1284d1;
    mix-blend-mode:multiply;
    -webkit-transition:opacity .1s;
    transition:opacity .1s;
    z-index:0
}
.card-apartments__content{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    z-index:2
}
.card-apartments__beforehover{
    -webkit-transition:opacity .5s;
    transition:opacity .5s
}
.card-apartments__hover{
    display:none;
    opacity:0
}
.card-apartments__hover--border{
    border-top:2px solid var(--orange)
}
.card-apartments:hover .card-apartments__image::before{
    opacity:0
}
.card-apartments:hover .card-apartments__image::after{
    opacity:1
}
.card-apartments:hover .card-apartments__beforehover{
    opacity:0;
    width:0;
    height:0;
    -webkit-animation:apartment-principal .5s linear;
    animation:apartment-principal .5s linear
}
.card-apartments:hover .card-apartments__hover{
    display:block;
    opacity:0;
    -webkit-transition:opacity .1s;
    transition:opacity .1s;
    -webkit-animation:apartment-hover .2s forwards;
    animation:apartment-hover .2s forwards
}
.card-latest{
    border-bottom:1px solid #c4c4c4
}
.card-key-results{
    width:270px;
    min-height:400px;
    border:1px solid var(--blue-light)
}
.card-key-results__contain{
    overflow:hidden;
    overflow-y:hidden;
    overflow-x:hidden;
    height:319px;
    padding-right:14px
}
.card-key-results__contain::-webkit-scrollbar{
    width:5px;
    height:4px
}
.card-key-results__contain::-webkit-scrollbar-thumb{
    background:var(--orange)!important
}
.card-key-results__contain::-webkit-scrollbar-thumb:active{
    background-color:var(--orange)!important
}
.card-key-results__contain::-webkit-scrollbar-track{
    background-color:#fff!important
}
.card-key-results__icon{
    font-size:30px;
    background-color:var(--orange);
    padding:4px;
    color:var(--white)
}
.card-key-results__second-paragraph{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    margin-bottom:0
}
@media (min-width:576px){
    .card-key-results__second-paragraph{
        font-size:20px;
        line-height:30px
    }
}
@media (min-width:576px){
    .card-key-results{
        width:411px;
        min-height:522px
    }
}
.card-key-results:hover .card-key-results__contain{
    overflow:scroll;
    overflow-y:scroll;
    overflow-x:hidden
}
.card-our-values{
    width:270px;
    height:433px;
    border:1px solid var(--blue-light)
}
@media (min-width:576px){
    .card-our-values{
        width:411px
    }
}
@media (min-width:1200px){
    .card-our-values{
        height:478px;
        width:340px
    }
}
@media (min-width:1400px){
    .card-our-values{
        width:411px;
        height:520px
    }
}
.card-our-values__icon{
    font-size:30px;
    background-color:var(--orange);
    padding:4px;
    color:var(--white)
}
.card-our-values__second-paragraph{
    font-size:20px;
    font-weight:400;
    line-height:30px;
    margin-bottom:0;
    min-height:90px
}
.card-our-values__contain{
    overflow:hidden;
    overflow-y:hidden;
    overflow-x:hidden;
    height:319px;
    padding-right:14px
}
.card-our-values__contain::-webkit-scrollbar{
    width:5px;
    height:4px
}
.card-our-values__contain::-webkit-scrollbar-thumb{
    background:var(--orange)!important
}
.card-our-values__contain::-webkit-scrollbar-thumb:active{
    background-color:var(--orange)!important
}
.card-our-values__contain::-webkit-scrollbar-track{
    background-color:#fff!important
}
.card-properties{
    -webkit-transform:translate(0,0);
    transform:translate(0,0);
    -webkit-transition:-webkit-transform .3s ease-in-out;
    transition:-webkit-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    margin-top:9px;
    width:270px;
    border:1px solid var(--blue-light)
}
.card-properties:hover{
    -webkit-transform:translate(0,-9px);
    transform:translate(0,-9px)
}
@media (min-width:576px){
    .card-properties{
        width:412px
    }
}
@media (min-width:992px){
    .card-properties{
        width:296px
    }
}
@media (min-width:992px){
    .card-properties{
        width:296px
    }
}
@media (min-width:1200px){
    .card-properties{
        width:356px
    }
}
@media (min-width:1400px){
    .card-properties{
        width:416px
    }
}
.card-properties .info-container{
    height:295px
}
@media (min-width:992px){
    .card-properties .info-container{
        height:332px
    }
}
@media (min-width:1200px){
    .card-properties .info-container{
        height:330px
    }
}
@media (min-width:1400px){
    .card-properties .info-container{
        height:295px
    }
}
.card-properties__property-name{
    font-size:25px;
    font-weight:700;
    line-height:40px;
    margin-bottom:0;
    color:var(--blue);
    text-decoration:none
}
.card-properties__property-name:hover{
    color:var(--orange)
}
.card-properties__property-info{
    font-size:18px;
    font-weight:400;
    line-height:32px;
    margin-bottom:0
}
@media (max-width:767px){
    .card-properties__property-info{
        font-size:16px;
        line-height:25px
    }
}
@media (max-width:575px){
    .card-properties__property-info{
        font-size:14px;
        line-height:22px
    }
}
.card-properties__image{
    position:relative;
    height:200px
}
@media (min-width:576px){
    .card-properties__image{
        height:250px
    }
}
.card-properties__badges{
    height:24px
}
.card-properties__clicktag{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:1
}
.card-news-primary{
    height:100%;
    border-bottom:1px solid var(--gray)
}
.card-news-primary__image img{
    width:100%;
    height:254px;
    -o-object-fit:cover;
    object-fit:cover
}
.card-news-primary__date p{
    font-size:15px;
    font-weight:700;
    line-height:22px;
    margin-bottom:0;
    text-transform:uppercase
}
@media (min-width:576px){
    .card-news-primary__date p{
        font-size:20px;
        line-height:40px
    }
}
.card-news-primary__text-light p{
    font-size:14px;
    font-weight:400;
    line-height:24px;
    margin-bottom:0;
    color:#adadad
}
.card-news-secondary__image{
    height:250px
}
.card-news-secondary__image img{
    height:250px;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.card-news-secondary__date p{
    font-size:15px;
    font-weight:700;
    line-height:40px;
    margin-bottom:0;
    text-transform:uppercase
}
@media (min-width:576px){
    .card-news-secondary__date p{
        font-size:20px
    }
}
.card-news-secondary__description p{
    font-size:20px;
    font-weight:700;
    line-height:30px;
    margin-bottom:0
}
@media (min-width:576px){
    .card-news-secondary__description p{
        font-size:22px
    }
}
.card-top-stories{
    width:270px
}
@media (min-width:576px){
    .card-top-stories{
        width:516px
    }
}
.card-top-stories__image{
    height:252px
}
.card-top-stories__image img{
    width:100%;
    height:252px;
    -o-object-fit:cover;
    object-fit:cover
}
.card-top-stories__date p{
    font-size:15px;
    font-weight:700;
    line-height:24px;
    margin-bottom:0;
    text-transform:uppercase
}
@media (min-width:576px){
    .card-top-stories__date p{
        font-size:20px;
        line-height:40px
    }
}
.card-top-stories__description p{
    font-size:20px;
    font-weight:700;
    line-height:30px;
    margin-bottom:0
}
@media (min-width:576px){
    .card-top-stories__description p{
        font-size:22px;
        line-height:30px
    }
}
.item-primary__icon .icon{
    font-size:25px
}
.item-primary__title p{
    font-size:14px;
    font-weight:600;
    line-height:22px;
    margin-bottom:0;
    text-transform:uppercase
}
@media (min-width:576px){
    .item-primary__title p{
        font-size:18px;
        line-height:32px
    }
}
.swiper-secondary .swiper-slide{
    width:auto
}
.swiper-secondary__pagination{
    left:auto;
    right:0;
    top:-60px;
    width:120px
}
@media (min-width:576px){
    .swiper-secondary__pagination{
        top:-80px
    }
}
.swiper-secondary__pagination .swiper-pagination{
    z-index:0
}
.swiper-secondary__pagination .swiper-pagination-fraction{
    bottom:0
}
.swiper-secondary__pagination .swiper-scrollbar{
    height:1px;
    width:100%;
    background-color:var(--black100);
    opacity:1
}
.swiper-secondary__pagination .swiper-scrollbar-drag{
    background:var(--orange);
    height:5px;
    top:-2px
}
.swiper-secondary--card-properties .swiper-slide{
    width:auto
}
.swiper-secondary--card-properties .swiper-secondary__pagination{
    position:absolute
}
@media (max-width:767px){
    .swiper-secondary--card-properties .swiper-secondary__pagination{
        position:initial;
        top:initial
    }
}
@media (max-width:767px) and (max-width:767px){
    .swiper-secondary--card-properties .swiper-secondary__pagination .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom:initial
    }
}
@media (min-width:768px){
    .swiper-secondary__pagination{
        width:312px
    }
}
.our-team-slider .swiper-slide{
    width:auto
}
.duo-column-template__content{
    position:relative;
    z-index:1
}
.duo-column-template__portrait{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0
}
@media (max-width:991px){
    .duo-column-template__portrait{
        position:relative;
        height:auto
    }
}
.duo-column-template__image{
    position:relative;
    display:block;
    height:90%;
    width: 90%;
}
@media (max-width:991px){
    .duo-column-template__image{
        height:300px;
        width: auto;
    }
}
.duo-column-template__btn-white .button-primary{
    display:inline-block;
    font-family:"Titillium Web",sans-serif;
    font-size:.875rem;
    line-height:21px;
    font-weight:600;
    color:var(--white);
    width:auto;
    background-color:transparent;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    letter-spacing:-.01em;
    border:2px solid var(--white);
    padding:.929em 2.5em;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    cursor:pointer
}
.duo-column-template__btn-white .button-primary.disable{
    pointer-events:none;
    opacity:.7
}
.duo-column-template__btn-white .button-primary:focus,.duo-column-template__btn-white .button-primary:hover{
    color:var(--blue-dark);
    background-color:var(--white);
    outline:0
}
.latest-image{
    position:relative;
    display:block;
    height:100%;
    overflow:hidden
}
.latest-image::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:-webkit-gradient(linear,left top,left bottom,from(#000),to(rgba(0,0,0,0)));
    background:linear-gradient(180deg,#000 0,rgba(0,0,0,0) 100%);
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg)
}
@media (max-width:991px){
    .latest-image{
        height:450px
    }
}
.latest-image img{
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
.latest-image__content{
    position:absolute;
    left:0;
    bottom:0
}
@media (max-width:991px){
    .latest-button .button-primary{
        max-width:100%
    }
}
.latest:hover .latest-image img{
    -webkit-transform:scale(1.07);
    transform:scale(1.07)
}
.contact-us input,.contact-us textarea{
    background:0 0
}
.map-general__tabs{
    border-bottom:1px solid var(--orange)
}
@media (max-width:767px){
    .map-general__tabs{
        overflow-x:auto
    }
}
.map-general__items{
    text-decoration:none;
    padding:0 70px;
    border:1px solid transparent;
    border-bottom:0;
    -webkit-transition:opacity .5s;
    transition:opacity .5s
}
@media (max-width:991px){
    .map-general__items{
        padding:0 40px;
        white-space:nowrap
    }
}
.map-general__items.active{
    color:var(--orange);
    border-color:var(--orange)
}
.map-general__items:hover{
    opacity:.7
}
.map-general__properties{
    position:absolute;
    top:0;
    right:0;
    z-index:8
}
@media (max-width:991px){
    .map-general__properties{
        z-index:10
    }
}
.map-general__infobox{
    height:calc(100vh - var(--header-height));
    width:560px;
    background-color:var(--white);
    -webkit-box-shadow:0 4px 25px rgba(0,0,0,.1);
    box-shadow:0 4px 25px rgba(0,0,0,.1)
}
@media (min-width:768px){
    .map-general__infobox{
        height:auto;
        max-height:none
    }
}
@media (max-width:575px){
    .map-general__infobox{
        width:100%
    }
}
.map-general__close .close{
    color:var(--blue);
    font-size:.875rem;
    text-decoration:none;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
.map-general__close .close:hover{
    opacity:.7
}
.map-general__border{
    border-bottom:2px solid var(--orange)
}
.map-general__content{
    max-height:calc(100vh - var(--header-height) - 150px);
    overflow-y:auto
}
@media (min-width:768px){
    .map-general__content{
        max-height:450px
    }
}
@media (min-width:768px){
    .map-general__map .map-container{
        width:639px;
        height:411px
    }
}
@media (min-width:992px){
    .map-general__map .map-container{
        width:752px;
        height:484px
    }
}
@media (min-width:1400px){
    .map-general__map .map-container{
        width:810px;
        height:522px
    }
}
.map-general__map svg{
    overflow:visible
}
.map-general__pin{
    font-size:0;
    line-height:1;
    text-align:center
}
.map-general__pin::before{
    content:"\e921";
    display:inline-block;
    font-family:icons-acento;
    font-size:22px;
    font-weight:400;
    color:var(--blue-light);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.map-general__locations [data-bs-toggle=tab]{
    text-decoration:none;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out
}
.map-general__locations [data-bs-toggle=tab]:hover{
    color:var(--blue)
}
.map-general__locations [data-bs-toggle=tab].active .map-general__pin::before{
    color:var(--orange)
}
.map-general__locations .map-pin{
    position:absolute
}
.map-general__locations .map-pin__name{
    position:absolute;
    font-size:20px;
    left:50%;
    top:15px;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0)
}
.map-general__locations .map-pin:hover .map-general__pin::before{
    color:var(--orange);
    -webkit-animation:bounce .5s infinite;
    animation:bounce .5s infinite;
    -webkit-animation-timing-function:cubic-bezier(0,.34,.2,1.02);
    animation-timing-function:cubic-bezier(0,.34,.2,1.02);
    -webkit-animation-direction:alternate;
    animation-direction:alternate
}
@-webkit-keyframes bounce{
    0%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
    100%{
        -webkit-transform:translate(0,-8px);
        transform:translate(0,-8px)
    }
}
@keyframes bounce{
    0%{
        -webkit-transform:translate(0,0);
        transform:translate(0,0)
    }
    100%{
        -webkit-transform:translate(0,-8px);
        transform:translate(0,-8px)
    }
}
.map-general__dropdown-city{
    border-bottom:1px solid var(--blue-light);
    min-width:130px;
    text-decoration:none;
    font-size:16px;
    font-weight:400;
    line-height:1.8em;
    margin-bottom:0;
    color:inherit
}
.map-general__dropdown-city:hover{
    color:inherit
}
.map-general__dropdown-city::after{
    border:none;
    content:"\e92e";
    font-family:icons-acento;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transform-origin:initial;
    transform-origin:initial;
    margin:0;
    height:initial;
    width:initial;
    color:var(--gray-dark);
    position:absolute;
    right:0;
    top:50%
}
.map-general .dropdown-menu{
    width:130px;
    min-width:initial
}
.map-general .dropdown-item:active{
    background-color:var(--blue)
}
@media (max-width:767px){
    .map-general .jstab-pane.active{
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        height:calc(100vh - var(--header-height) + 10px);
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        background:rgba(0,0,0,.5);
        z-index:10
    }
}
.amenities__icon{
    font-size:40px;
    color:var(--orange)
}
.amenities__icon .icon-gym{
    font-size:50px;
    height:40px;
    line-height:40px
}
.amenities__name p{
    font-size:25px;
    font-weight:400;
    line-height:30px;
    margin-bottom:0;
    color:var(--blue)
}
.amenities__slider .swiper-slide{
    width:125px;
    max-height:150px
}
.swiper-esg__icon{
    font-size:40px;
    color:var(--orange)
}
.swiper-esg__name p{
    font-size:25px;
    font-weight:400;
    line-height:30px;
    margin-bottom:0;
    color:var(--blue)
}
.swiper-esg__slider .swiper-slide{
    width:160px;
    max-height:150px
}
.our-values .swiper-slide{
    width:auto
}
.strategies__icon{
    font-size:40px;
    color:var(--blue-light)
}
.strategies__name{
    height:80px;
    overflow-y:hidden
}
.strategies__name h2,.strategies__name h3,.strategies__name h4,.strategies__name h5,.strategies__name h6{
    text-transform:uppercase
}
.strategies__slider .swiper-slide{
    width:200px;
    max-height:auto
}
.strategies__description p{
    font-size:16px;
    font-weight:400;
    line-height:25px;
    margin-bottom:0
}
@media (max-width:767px){
    .strategies__description p{
        font-size:14px;
        line-height:22px
    }
}
@media (max-width:575px){
    .strategies__description p{
        font-size:12px;
        line-height:20px
    }
}
.book-appointment{
    overflow:auto;
    overflow-x:hidden
}
.book-appointment .modal-content{
    background-color:transparent
}
.book-appointment__book-title h1,.book-appointment__book-title h2,.book-appointment__book-title h3,.book-appointment__book-title h4,.book-appointment__book-title h5,.book-appointment__book-title h6{
    font-weight:700
}
.book-appointment__icon-close a{
    text-decoration:none;
    color:inherit
}
.book-appointment__icon-close a:hover{
    color:inherit
}
.dateskin .pickup-calendar .calendar{
    position:relative;
    height:-webkit-max-content;
    height:-moz-max-content;
    height:max-content;
    overflow:hidden
}
.dateskin .pickup-calendar .calendar__header .calendar-date span{
    font-size:30px;
    font-weight:700;
    line-height:60px;
    margin-bottom:0
}
@media (min-width:576px){
    .dateskin .pickup-calendar .calendar__header .calendar-date span{
        font-size:40px;
        line-height:60px
    }
}
.dateskin .pickup-calendar .calendar__header .month-change{
    cursor:pointer;
    font-size:20px;
    font-weight:400
}
.dateskin .pickup-calendar .calendar__header .month-picker{
    cursor:pointer
}
.dateskin .pickup-calendar .calendar__body .calendar-week{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    justify-items:center
}
.dateskin .pickup-calendar .calendar__body .calendar-week p{
    font-size:18px;
    font-weight:700;
    line-height:20px;
    margin-bottom:0;
    color:#aaa;
    text-transform:uppercase
}
.dateskin .pickup-calendar .calendar__body .calendar-days{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    justify-items:center;
    gap:.25rem
}
.dateskin .pickup-calendar .calendar__body .calendar-days p{
    font-size:18px;
    font-weight:700;
    line-height:22px;
    margin-bottom:0;
    width:100%;
    height:38px;
    border-radius:50%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.dateskin .pickup-calendar .calendar__body .calendar-days p.calendar-day-hover{
    cursor:pointer
}
.dateskin .pickup-calendar .calendar__body .calendar-days p.calendar-day-hover:not(.curr-date):hover{
    background-color:var(--blue);
    color:var(--white)
}
.dateskin .pickup-calendar .calendar__body .calendar-days p.current-date{
    background-color:var(--blue);
    color:#fff;
    border-radius:50%
}
.dateskin .pickup-calendar .calendar__body .calendar-days p.available-date{
    background-color:var(--blue-light-03);
    color:var(--blue)
}
@media (min-width:576px){
    .dateskin .pickup-calendar .calendar__body .calendar-days p{
        width:52px;
        height:52px
    }
}
.dateskin .pickup-calendar .calendar__body .calendar-months{
    position:absolute;
    top:0;
    left:0;
    display:grid;
    width:100%;
    height:100%;
    padding:20px;
    grid-template-columns:repeat(3,auto);
    gap:5px;
    -webkit-transform:translate(0,-20px);
    transform:translate(0,-20px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.dateskin .pickup-calendar .calendar__body .calendar-months.show{
    -webkit-transform:translate(0,0);
    transform:translate(0,0);
    opacity:1;
    visibility:visible;
    pointer-events:visible;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.dateskin .pickup-calendar .calendar__body .calendar-months div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    cursor:pointer;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.dateskin .pickup-calendar .calendar__body .calendar-months div:hover{
    background:var(--blue);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.dateskin .pickup-calendar .calendar__body .calendar-months div:hover p{
    color:var(--white);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}
.dateskin .pickup-calendar .calendar__body .calendar-months div p{
    font-size:20px;
    font-weight:400;
    line-height:25px;
    margin-bottom:0
}
@media (min-width:992px){
    .dateskin .selectday__header{
        max-width:210px
    }
}
.dateskin .selectday__header .selected-week-day p{
    font-size:25px;
    font-weight:700;
    line-height:60px;
    margin-bottom:0;
    vertical-align:bottom
}
.dateskin .selectday__header .selected-hour{
    background:var(--blue-light-03);
    height:100%
}
.dateskin .selectday__header .selected-hour p{
    font-size:18px;
    font-weight:400;
    line-height:27px;
    margin-bottom:0
}
.dateskin .selectday__header .confirm-button{
    display:inline-block;
    font-family:"Titillium Web",sans-serif;
    font-size:.875rem;
    line-height:21px;
    font-weight:600;
    color:var(--white);
    width:auto;
    background-color:transparent;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    letter-spacing:-.01em;
    border:2px solid var(--orange);
    padding:.929em 2.5em;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    cursor:pointer;
    background:var(--orange)
}
.dateskin .selectday__header .confirm-button.disable{
    pointer-events:none;
    opacity:.7
}
.dateskin .selectday__body{
    overflow-y:auto
}
@media (min-width:992px){
    .dateskin .selectday__body{
        max-height:calc(100vh - 48px - 118px - 149px - 24px);
        max-width:210px
    }
}
.dateskin .selectday__body .hour-item label{
    cursor:pointer;
    width:100%
}
.dateskin .selectday__body .hour-item input{
    -webkit-transform:scale(0);
    transform:scale(0);
    display:none
}
.dateskin .selectday__body .hour-item input+div{
    border:2px solid var(--blue);
    color:var(--blue)
}
.dateskin .selectday__body .hour-item input:checked+div{
    background:var(--blue);
    color:var(--white)
}
@media (min-width:992px){
    .dateskin .selectday{
        max-height:460px
    }
}
.dateskin__time-zone p{
    font-size:20px;
    font-weight:700;
    line-height:30px;
    margin-bottom:0;
    color:inherit
}
@media (min-width:576px){
    .dateskin__time-zone p{
        font-size:25px
    }
}
.dateskin__time-zone .icon{
    font-size:26px
}
.our-approach .layer-bg{
    position:relative
}
@media (min-width:992px){
    .our-approach .layer-bg{
        position:absolute;
        top:0
    }
}
.our-approach__image img{
    width:100%;
    height:268px;
    -o-object-fit:cover;
    object-fit:cover
}
@media (min-width:576px){
    .our-approach__image img{
        height:415px
    }
}
@media (min-width:992px){
    .our-approach__image img{
        height:718px
    }
}
@media (min-width:992px){
    .our-approach__slide.swiper{
        overflow:visible
    }
    .our-approach__slide .swiper-wrapper{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-transform:translate3d(0,0,0)!important;
        transform:translate3d(0,0,0)!important
    }
    .our-approach__slide .swiper-slide{
        height:auto
    }
}
.our-approach-item__icon .icon{
    font-size:25px
}
.our-approach-item__title p{
    font-size:14px;
    font-weight:600;
    line-height:22px;
    margin-bottom:0;
    text-transform:uppercase
}
@media (min-width:576px){
    .our-approach-item__title p{
        font-size:18px;
        line-height:32px
    }
}
.managed-accounts__cta-button button{
    display:inline-block;
    font-family:"Titillium Web",sans-serif;
    font-size:.875rem;
    line-height:21px;
    font-weight:600;
    color:var(--white);
    width:auto;
    background-color:transparent;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    letter-spacing:-.01em;
    border:2px solid var(--white);
    padding:.929em 2.5em;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    cursor:pointer
}
.managed-accounts__cta-button button.disable{
    pointer-events:none;
    opacity:.7
}
.managed-accounts__cta-button button:focus,.managed-accounts__cta-button button:hover{
    color:var(--blue-dark);
    background-color:var(--white);
    outline:0
}
.esg-policy__image img{
    width:100%;
    height:271px;
    -o-object-fit:cover;
    object-fit:cover
}
.esg-policy__subtitle h2,.esg-policy__subtitle h3,.esg-policy__subtitle h4,.esg-policy__subtitle h5,.esg-policy__subtitle h6{
    font-size:18px;
    font-weight:600;
    line-height:27px;
    margin-bottom:0;
    text-transform:uppercase
}
.esg-policy-item__icon .icon{
    font-size:25px
}
.esg-policy-item__title p{
    font-size:14px;
    font-weight:600;
    line-height:22px;
    margin-bottom:0;
    text-transform:uppercase
}
@media (min-width:576px){
    .esg-policy-item__title p{
        font-size:18px;
        line-height:32px
    }
}
.internal-description-blog__date p{
    font-size:15px;
    font-weight:700;
    line-height:40px;
    margin-bottom:0;
    text-transform:uppercase
}
@media (min-width:576px){
    .internal-description-blog__date p{
        font-size:20px;
        line-height:40px
    }
}
.internal-description-blog__cite p{
    font-size:22px;
    font-weight:400;
    line-height:35px;
    margin-bottom:0
}
@media (min-width:576px){
    .internal-description-blog__cite p{
        font-size:30px;
        line-height:50px
    }
}
.internal-description-blog__subtitle h2,.internal-description-blog__subtitle h3,.internal-description-blog__subtitle h4,.internal-description-blog__subtitle h5,.internal-description-blog__subtitle h6{
    font-size:12px;
    font-weight:600;
    line-height:24px;
    margin-bottom:0;
    text-transform:uppercase
}
@media (min-width:576px){
    .internal-description-blog__subtitle h2,.internal-description-blog__subtitle h3,.internal-description-blog__subtitle h4,.internal-description-blog__subtitle h5,.internal-description-blog__subtitle h6{
        font-size:18px;
        line-height:27px
    }
}
.internal-description-blog__content p{
    font-size:18px;
    font-weight:400;
    line-height:32px;
    margin-bottom:0
}
@media (max-width:767px){
    .internal-description-blog__content p{
        font-size:16px;
        line-height:25px
    }
}
@media (max-width:575px){
    .internal-description-blog__content p{
        font-size:14px;
        line-height:22px
    }
}
.internal-description-blog__content p:not(:last-child){
    margin-bottom:1.5rem
}
.internal-description-blog__content *+ul{
    margin-top:3rem
}
.internal-description-blog__content ul{
    margin-bottom:3rem
}
.internal-description-blog__content ul li{
    list-style:none;
    position:relative
}
.internal-description-blog__content ul li:not(:last-child){
    margin-bottom:2.5rem
}
.internal-description-blog__content ul li::before{
    content:'';
    position:absolute;
    width:6px;
    height:6px;
    border-radius:50%;
    background:var(--orange);
    display:inline-block;
    margin:0;
    left:-16px;
    top:8px
}
@media (min-width:576px){
    .internal-description-blog__content ul li::before{
        top:7px;
        left:-20px;
        width:10px;
        height:10px
    }
}
.internal-description-blog__content h2,.internal-description-blog__content h3,.internal-description-blog__content h4,.internal-description-blog__content h5,.internal-description-blog__content h6{
    color:var(--blue);
    font-size:12px;
    font-weight:600;
    line-height:24px;
    margin-bottom:0;
    text-transform:uppercase
}
@media (min-width:576px){
    .internal-description-blog__content h2,.internal-description-blog__content h3,.internal-description-blog__content h4,.internal-description-blog__content h5,.internal-description-blog__content h6{
        font-size:18px;
        line-height:27px
    }
}
.fund-properties__dropdown{
    min-width:130px;
    text-decoration:none;
    font-size:16px;
    font-weight:400;
    line-height:1em;
    margin-bottom:0;
    color:var(--blue-light)
}
.fund-properties__dropdown:hover{
    color:var(--blue-light)
}
.fund-properties__dropdown::after{
    border:none;
    content:"\e92e";
    font-family:icons-acento;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transform-origin:initial;
    transform-origin:initial;
    margin:0;
    height:initial;
    width:initial;
    color:var(--gray-dark);
    position:absolute;
    right:0;
    top:50%
}
@media (max-width:991px){
    .careers-benefits__toggler:not(:checked)~.careers-benefits-list .careers-benefits-list__item:nth-child(n+4){
        -webkit-transform:scaleY(0);
        transform:scaleY(0);
        -webkit-transform-origin:top;
        transform-origin:top;
        height:0;
        overflow:hidden;
        margin:0;
        -webkit-transition:-webkit-transform .3s ease-in-out;
        transition:-webkit-transform .3s ease-in-out;
        transition:transform .3s ease-in-out;
        transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out
    }
}
.careers-benefits-list__item{
    height:100%;
    -webkit-transform:scaleY(1);
    transform:scaleY(1);
    -webkit-transform-origin:top;
    transform-origin:top;
    -webkit-transition:-webkit-transform .3s ease-in-out;
    transition:-webkit-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}
.careers-benefits-list__item .icon{
    color:var(--blue-siluetas);
    font-size:30px
}
.careers-benefits__read-more{
    cursor:pointer
}
.careers-benefits__read-more p{
    font-size:14px;
    font-weight:600;
    line-height:22px;
    margin-bottom:0;
    text-decoration:none;
    color:var(--orange);
    display:inline-block
}
.careers-benefits__read-more .icon{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    display:inline-block;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.careers-benefits__read-more .showing+.icon{
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg)
}
.careers-benefits__read-more:hover .icon{
    -webkit-transform:rotate(90deg) translate(5px,0);
    transform:rotate(90deg) translate(5px,0);
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.careers-benefits__read-more:hover .showing+.icon{
    -webkit-transform:rotate(-90deg) translate(5px,0);
    transform:rotate(-90deg) translate(5px,0)
}
.careers-testimonials__slider figure{
    height:350px
}
@media (min-width:576px){
    .careers-testimonials__slider figure{
        height:400px
    }
}
.careers-testimonials__slider .swiper-button-next::after,.careers-testimonials__slider .swiper-button-prev::after{
    display:none
}
.careers-testimonials__slider .swiper-button-next .icon,.careers-testimonials__slider .swiper-button-prev .icon{
    font-size:25px
}
.careers-testimonials__slider .swiper-button-prev .icon{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.careers-available-positions__text-light p{
    font-size:14px;
    font-weight:400;
    line-height:24px;
    margin-bottom:0;
    color:#adadad
}
.swiper-items-icon .swiper-slide{
    max-width:150px;
    width:auto
}
.swiper-items-icon-container{
    width:140px
}
.swiper-items-icon__icon{
    width:40px;
    height:40px;
    background-color:var(--orange)
}
.swiper-items-icon__icon .icon{
    color:var(--white);
    font-size:30px
}
.swiper-items-icon__desc p{
    font-size:16px;
    font-weight:inheirt;
    line-height:25px;
    margin-bottom:0
}
@media (max-width:991px){
    .lastest-news__toggler:not(:checked)~.lastest-news-list .lastest-news__item:nth-child(n+3){
        -webkit-transform:scaleY(0);
        transform:scaleY(0);
        -webkit-transform-origin:top;
        transform-origin:top;
        height:0;
        overflow:hidden;
        margin:0
    }
}
.lastest-news__read-more{
    cursor:pointer
}
.lastest-news__read-more p{
    font-size:14px;
    font-weight:600;
    line-height:22px;
    margin-bottom:0;
    text-decoration:none;
    color:var(--orange);
    display:inline-block
}
.lastest-news__read-more .icon{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    display:inline-block;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.lastest-news__read-more .showing+.icon{
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg)
}
.lastest-news__read-more:hover .icon{
    -webkit-transform:rotate(90deg) translate(5px,0);
    transform:rotate(90deg) translate(5px,0);
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.lastest-news__read-more:hover .showing+.icon{
    -webkit-transform:rotate(-90deg) translate(5px,0);
    transform:rotate(-90deg) translate(5px,0)
}
.team-feactured__image{
    position:relative;
    height:100%
}
@media (max-width:991px){
    .team-feactured__image{
        height:250px
    }
}
.team-feactured__image::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#065db9;
    mix-blend-mode:soft-light
}
.team-feactured__cite cite{
    font-size:1.875rem;
    font-weight:400;
    line-height:40px;
    margin-bottom:0;
    font-style:normal;
    position:relative
}
@media (max-width:991px){
    .team-feactured__cite cite{
        font-size:1.25rem;
        line-height:30px
    }
}
.team-feactured__cite cite::after,.team-feactured__cite cite::before{
    content:"\e916";
    position:relative;
    display:block;
    font-family:icons-acento;
    font-size:38px;
    color:var(--blue-light)
}
.team-feactured__cite cite::before{
    margin-bottom:25px
}
.team-feactured__cite cite::after{
    text-align:end
}
.team-feactured__cite cite span{
    color:var(--blue-light)
}
.team-feactured__career,.team-feactured__name{
    font-size:1.125rem;
    font-weight:600;
    line-height:27px;
    margin-bottom:0
}
.scroll-to-top{
    cursor:pointer;
    bottom:-25px;
    right:45px;
    display:inline-block;
    width:50px;
    height:50px;
    border-radius:50%;
    background:var(--blue-light);
    display:inline-block;
    margin:0;
    -webkit-box-shadow:0 4px 25px rgba(0,0,0,.25);
    box-shadow:0 4px 25px rgba(0,0,0,.25)
}
.scroll-to-top .icon{
    font-size:22px;
    -webkit-transform:rotate(-90deg) translate(2px,0);
    transform:rotate(-90deg) translate(2px,0)
}
.contact textarea{
    height:100px
}
.contact .layer-bg{
    position:relative
}
@media (min-width:992px){
    .contact .layer-bg{
        position:absolute;
        top:0;
        left:0
    }
}
.contact__map iframe{
    width:100%;
    height:455px
}
@media (min-width:576px){
    .contact__map iframe{
        height:570px
    }
}
.contact__information a{
    font-size:18px;
    font-weight:400;
    line-height:32px;
    margin-bottom:0;
    text-decoration:none;
    color:inherit
}
.contact__information a:hover{
    text-decoration:underline;
    color:inherit
}
@media (max-width:767px){
    .contact__information a{
        font-size:16px;
        line-height:25px
    }
}
@media (max-width:575px){
    .contact__information a{
        font-size:14px;
        line-height:22px
    }
}
.contact__information .icon{
    display:inline-block;
    font-size:16px;
    width:16px
}
.search-support__item-title h1,.search-support__item-title h2,.search-support__item-title h3,.search-support__item-title h4,.search-support__item-title h5,.search-support__item-title h6{
    font-size:12px;
    font-weight:600;
    line-height:19px;
    margin-bottom:0;
    text-transform:uppercase
}
@media (min-width:576px){
    .search-support__item-title h1,.search-support__item-title h2,.search-support__item-title h3,.search-support__item-title h4,.search-support__item-title h5,.search-support__item-title h6{
        font-size:18px;
        line-height:27px
    }
}
.search-support__icon{
    width:30px;
    height:30px;
    border-radius:50%;
    border:2px solid var(--orange);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.search-support__icon::after,.search-support__icon::before{
    content:"";
    display:inline-block;
    width:15px;
    height:2px;
    background:var(--orange)
}
.search-support__icon::before{
    position:absolute;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition:-webkit-transform .2s ease-in-out;
    transition:-webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
    transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}
.search-support__icon.minus::before{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    -webkit-transition:-webkit-transform .2s ease-in-out;
    transition:-webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
    transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}
@media (min-width:576px){
    .search-support__icon{
        width:50px;
        height:50px
    }
    .search-support__icon::after,.search-support__icon::before{
        width:24px
    }
}
@-webkit-keyframes apartment-principal{
    0%{
        opacity:0
    }
    100%{
        opacity:0
    }
}
@keyframes apartment-principal{
    0%{
        opacity:0
    }
    100%{
        opacity:0
    }
}
@-webkit-keyframes apartment-hover{
    0%{
        opacity:0
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes apartment-hover{
    0%{
        opacity:0
    }
    50%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
.home-invest{
    max-width:1920px;
    background-position-y:100%;
    background-position-x:right;
    background-repeat:no-repeat;
    background-size:100%
}
@media (min-width:992px){
    .home-invest{
        background-position-y:top;
        background-size:50% auto
    }
}
.home-invest__title h1,.home-invest__title h2,.home-invest__title h3,.home-invest__title h4,.home-invest__title h5,.home-invest__title h6 *{
    font-size:25px;
    font-weight:300;
    line-height:35px;
    margin-bottom:0
}
.home-invest__title h1 span,.home-invest__title h2 span,.home-invest__title h3 span,.home-invest__title h4 span,.home-invest__title h5 span,.home-invest__title h6 * span{
    color:var(--blue-light)
}
.home-invest__title h1 span::after,.home-invest__title h2 span::after,.home-invest__title h3 span::after,.home-invest__title h4 span::after,.home-invest__title h5 span::after,.home-invest__title h6 * span::after{
    display:none
}
@media (min-width:576px){
    .home-invest__title h1,.home-invest__title h2,.home-invest__title h3,.home-invest__title h4,.home-invest__title h5,.home-invest__title h6 *{
        font-size:29px;
        line-height:35px
    }
}
@media (min-width:768px){
    .home-invest__title h1,.home-invest__title h2,.home-invest__title h3,.home-invest__title h4,.home-invest__title h5,.home-invest__title h6 *{
        font-size:35px;
        line-height:45px
    }
}
@media (min-width:992px){
    .home-invest__title h1,.home-invest__title h2,.home-invest__title h3,.home-invest__title h4,.home-invest__title h5,.home-invest__title h6 *{
        font-size:45px;
        line-height:55px
    }
}
.home-invest__scroll .icon{
    font-size:38px;
    color:var(--orange)
}
.home-invest__content .wedo-zindex{
    z-index:1
}
.home-invest__content .description-paragraph p{
    font-size:18px;
    font-weight:400;
    line-height:32px;
    margin-bottom:0;
    color:var(--blue)
}
@media (max-width:767px){
    .home-invest__content .description-paragraph p{
        font-size:16px;
        line-height:25px
    }
}
@media (max-width:575px){
    .home-invest__content .description-paragraph p{
        font-size:14px;
        line-height:22px
    }
}
.home-invest__content .cta-button{
    color:var(--blue);
    border-color:var(--blue)
}
.home-invest__content .cta-button:hover{
    border-color:var(--orange);
    color:var(--orange);
    background-color:transparent
}
.home-invest__numbers{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0
}
@media (max-width:991px){
    .home-invest__numbers{
        position:relative
    }
}
.home-wedo{
    max-width:1920px
}
.home-wedo__box{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0
}
.home-wedo__box::after,.home-wedo__box::before{
    content:"";
    position:absolute;
    right:0;
    width:50%;
    z-index:-1
}
@media (max-width:991px){
    .home-wedo__box::after,.home-wedo__box::before{
        display:none
    }
}
.home-wedo__box::before{
    top:0;
    height:100%;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,var(--orange)),color-stop(50%,var(--blue-dark)));
    background:linear-gradient(180deg,var(--orange) 50%,var(--blue-dark) 50%)
}
.home-wedo__box::after{
    top:50%;
    height:10px;
    background-color:var(--white);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
@media (max-width:991px){
    .home-wedo__box{
        position:relative
    }
}
.home-wedo__boxes{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:50%
}
@media (max-width:991px){
    .home-wedo__boxes{
        min-height:340px;
        height:auto;
        background:var(--orange)
    }
    .home-wedo__boxes:last-child{
        background-color:var(--blue-dark);
        margin-top:-1.5rem
    }
}
.home-wedo__module .wedo-zindex{
    z-index:1
}
.home-wedo__module .description-paragraph p{
    font-size:18px;
    font-weight:400;
    line-height:32px;
    margin-bottom:0
}
@media (max-width:767px){
    .home-wedo__module .description-paragraph p{
        font-size:16px;
        line-height:25px
    }
}
@media (max-width:575px){
    .home-wedo__module .description-paragraph p{
        font-size:14px;
        line-height:22px
    }
}
.home-solutions{
    max-width:1920px
}
.home-solutions .swiper-slide{
    width:auto
}
.home-investors{
    max-width:1920px
}
.home-investors__two{
    background:-webkit-gradient(linear,left top,right top,color-stop(50%,var(--gray-light)),color-stop(50%,transparent));
    background:linear-gradient(90deg,var(--gray-light) 50%,transparent 50%)
}
@media (max-width:991px){
    .home-investors__two{
        background:var(--gray-light)
    }
}
@media (max-width:575px){
    .home-investors__background{
        background-color:var(--gray-light)
    }
}
.home-investors__image{
    position:relative;
    height:295px
}
@media (max-width:575px){
    .home-investors__image{
        height:170px
    }
}
.home-apartment .swiper-grid>.swiper-wrapper{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row
}
@media (max-width:991px){
    .home-apartment .button-primary{
        max-width:100%
    }
}
.home-portal__portrait{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0
}
@media (max-width:991px){
    .home-portal__portrait{
        position:relative;
        height:auto
    }
}
.home-portal__image{
    position:relative;
    display:block;
    height:100%
}
@media (max-width:991px){
    .home-portal__image{
        height:300px
    }
}
@media (max-width:767px){
    .home-portal__image{
        height:180px
    }
}
.home-portal__slider{
    position:relative;
    z-index:1
}
.home-portal__slider .swiper-slide{
    max-width:140px
}
.home-wedo__box{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0
}
.home-wedo__box::after,.home-wedo__box::before{
    content:"";
    position:absolute;
    right:0;
    width:50%;
    z-index:-1
}
@media (max-width:991px){
    .home-wedo__box::after,.home-wedo__box::before{
        display:none
    }
}
.home-wedo__box::before{
    top:0;
    height:100%;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,var(--orange)),color-stop(50%,var(--blue-dark)));
    background:linear-gradient(180deg,var(--orange) 50%,var(--blue-dark) 50%)
}
.home-wedo__box::after{
    top:50%;
    height:10px;
    background-color:var(--white);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
@media (max-width:991px){
    .home-wedo__box{
        position:relative
    }
}
.home-wedo__boxes{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:50%
}
@media (max-width:991px){
    .home-wedo__boxes{
        min-height:340px;
        height:auto;
        background:var(--orange)
    }
    .home-wedo__boxes:last-child{
        background-color:var(--blue-dark);
        margin-top:-1.5rem
    }
}
.home-wedo__module .wedo-zindex{
    z-index:1
}
.home-wedo__figure p{
    font-size:50px;
    font-weight:600;
    line-height:55px;
    margin-bottom:0
}
@media (min-width:992px){
    .home-wedo__figure p{
        font-size:42px;
        line-height:49px
    }
}
@media (min-width:1200px){
    .home-wedo__figure p{
        font-size:50px;
        line-height:66px
    }
}
.home-wedo__figure-text{
    font-size:14px;
    font-weight:600;
    line-height:26px;
    margin-bottom:0
}
.home-investor{
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    z-index:0
}
.home-investor::after{
    content:'';
    background-color:var(--black50);
    opacity:.95;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:-1;
    mix-blend-mode:multiply
}
.home-investor__title h1,.home-investor__title h2,.home-investor__title h3,.home-investor__title h4,.home-investor__title h5,.home-investor__title h6{
    font-size:25px;
    font-weight:700;
    line-height:35px;
    margin-bottom:0;
    text-transform:uppercase;
    color:var(--orange)
}
@media (min-width:768px){
    .home-investor__title h1,.home-investor__title h2,.home-investor__title h3,.home-investor__title h4,.home-investor__title h5,.home-investor__title h6{
        font-size:30px;
        line-height:40px
    }
}
@media (min-width:992px){
    .home-investor__title h1,.home-investor__title h2,.home-investor__title h3,.home-investor__title h4,.home-investor__title h5,.home-investor__title h6{
        font-size:40px;
        line-height:50px
    }
}
.home-investor__description p{
    font-size:16px;
    font-weight:400;
    line-height:22px;
    margin-bottom:0;
    color:#fff
}
@media (min-width:768px){
    .home-investor__description p{
        font-size:20px;
        line-height:30px
    }
}
@media (min-width:992px){
    .home-investor__description p{
        font-size:24px;
        line-height:35px
    }
}
.home-investor__question p{
    font-size:20px;
    font-weight:600;
    line-height:32px;
    margin-bottom:0;
    color:#fff
}
@media (min-width:768px){
    .home-investor__question p{
        font-size:25px;
        line-height:40px
    }
}
@media (min-width:992px){
    .home-investor__question p{
        font-size:30px;
        line-height:50px
    }
}
.about .our-purpose__cite{
    font-size:40px;
    font-weight:400;
    line-height:50px;
    margin-bottom:0
}
.about .our-purpose__color-box{
    background-color:var(--orange)
}
@media (min-width:992px){
    .about .our-purpose{
        background:-webkit-gradient(linear,left top,right top,color-stop(50%,var(--white)),color-stop(50%,var(--orange)));
        background:linear-gradient(90deg,var(--white) 50%,var(--orange) 50%)
    }
}
.about .our-goals__cite{
    font-size:40px;
    font-weight:400;
    line-height:50px;
    margin-bottom:0
}
.about .our-goals__color-box{
    background-color:var(--blue-dark)
}
@media (min-width:992px){
    .about .our-goals{
        background:-webkit-gradient(linear,left top,right top,color-stop(50%,var(--blue-dark)),color-stop(50%,var(--white)));
        background:linear-gradient(90deg,var(--blue-dark) 50%,var(--white) 50%)
    }
}
.about .history__image-banner{
    min-height:200px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}
.about .history__image-banner .image-description{
    font-size:12px;
    font-weight:400;
    line-height:24px;
    margin-bottom:0;
    color:var(--white)
}
@media (min-width:576px){
    .about .history__image-banner{
        min-height:400px
    }
    .about .history__image-banner .image-description{
        font-size:20px;
        line-height:32px
    }
}
@media (min-width:992px){
    .about .history__image-banner{
        min-height:685px
    }
    .about .history__image-banner .image-description{
        font-size:20px;
        line-height:32px
    }
}
.properties-internal .information-about-project__specs .project-location{
    font-size:18px;
    font-weight:700;
    line-height:32px;
    margin-bottom:0;
    color:var(--orange)
}
.properties-internal .information-about-project__specs .project-measure{
    font-size:18px;
    font-weight:400;
    line-height:32px;
    margin-bottom:0
}
.properties-internal .information-about-project__specs .icon{
    font-size:13px;
    color:var(--blue)
}
.properties-internal .information-about-project__feature .border-separator{
    border-right:1px solid #c4c4c4
}
.properties-internal .information-about-project__feature .blue-icon{
    width:41px;
    height:40px;
    text-align:center
}
.properties-internal .information-about-project__feature .blue-icon .icon{
    font-size:20px
}
.properties-internal .information-about-project__feature .feature-name{
    font-size:14px;
    font-weight:700;
    line-height:16.8px;
    margin-bottom:0
}
.properties-internal .information-about-project__feature .feature-value{
    font-size:14px;
    font-weight:600;
    line-height:19px;
    margin-bottom:0
}
.properties-internal .information-about-project__slider{
    height:100%
}
.properties-internal .information-about-project__slider .swiper-slide img{
    height:450px;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.login .banner-login{
    max-width:1920px
}
.login .banner-login input{
    background:0 0
}
.login .banner-login input:focus{
    background:0 0
}
.login .banner-login .layer-bg{
    position:relative
}
@media (min-width:992px){
    .login .banner-login .layer-bg{
        position:absolute;
        top:0
    }
}
.login .banner-login__title-tag p{
    font-size:19px;
    font-weight:600;
    line-height:29px;
    margin-bottom:0
}
.login .banner-login__form-label{
    font-size:18px;
    font-weight:600;
    line-height:27px;
    margin-bottom:0
}
.login .banner-login__disclaimer p{
    font-size:12px;
    font-weight:400;
    line-height:18px;
    margin-bottom:0
}
.login .banner-login__disclaimer a{
    color:inherit
}
.login .banner-login__image{
    margin:0;
    padding:0
}
.login .banner-login__image::before{
    content:"";
    position:absolute;
    display:inline-block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:var(--blue)
}
.login .banner-login__image img{
    height:394px;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover;
    mix-blend-mode:luminosity
}
@media (min-width:576px){
    .login .banner-login__image img{
        height:664px
    }
}
.login .investor-neckband__text p{
    font-size:30px;
    font-weight:400;
    line-height:40px;
    margin-bottom:0;
    color:var(--blue)
}
@media (min-width:576px){
    .login .investor-neckband__text p{
        font-size:45px;
        line-height:55px
    }
}
.login .investor-neckband__text a{
    text-decoration:none;
    color:var(--blue-light)
}
.login .investor-neckband__icon .icon{
    display:inline-block;
    font-size:25px;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.login .get-in-touch .layer-bg{
    position:relative
}
@media (min-width:992px){
    .login .get-in-touch .layer-bg{
        position:absolute;
        top:0;
        height:100%
    }
}
.login .get-in-touch .cards-container{
    top:-50px
}
@media (min-width:576px){
    .login .get-in-touch .cards-container{
        top:-100px
    }
}
@media (min-width:992px){
    .login .get-in-touch .cards-container{
        top:0
    }
}
.login .get-in-touch-card{
    background-color:var(--white);
    -webkit-box-shadow:-10px 20px 50px -5px rgba(14,13,57,.1);
    box-shadow:-10px 20px 50px -5px rgba(14,13,57,.1);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.login .get-in-touch-card__description p{
    font-size:14px;
    font-weight:400;
    line-height:22px;
    margin-bottom:0
}
.login .get-in-touch-card__phone-number p{
    font-size:18px;
    font-weight:400;
    line-height:40px;
    margin-bottom:0
}
.login .get-in-touch-card__phone-number p a{
    color:inherit;
    text-decoration:none
}
.login .get-in-touch-card__phone-number p a:hover{
    text-decoration:underline
}
@media (min-width:576px){
    .login .get-in-touch-card__phone-number p{
        font-size:25px;
        line-height:60px
    }
}
.login .get-in-touch-card__icon a{
    text-decoration:none;
    color:inherit;
    -webkit-transition:-webkit-transform .3s ease-in-out;
    transition:-webkit-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}
.login .get-in-touch-card__icon a .icon{
    font-size:25px
}
.login .get-in-touch-card__icon a:hover{
    -webkit-transform:translate(10px,0);
    transform:translate(10px,0);
    -webkit-transition:-webkit-transform .3s ease-in-out;
    transition:-webkit-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}
@media (min-width:992px){
    .login .get-in-touch-card{
        min-height:226px
    }
}
.login .get-in-touch__image{
    height:100%
}
.login .get-in-touch__image img{
    -o-object-fit:cover;
    object-fit:cover;
    height:100%;
    width:100%;
    max-height:300px;
    mix-blend-mode:luminosity
}
@media (min-width:576px){
    .login .get-in-touch__image img{
        max-height:500px
    }
}
@media (min-width:768px){
    .login .get-in-touch__image img{
        max-height:600px
    }
}
@media (min-width:992px){
    .login .get-in-touch__image img{
        max-height:940px
    }
}
.business-services-main .content-cards--first{
    margin-right:50%
}
.business-services-main .content-image{
    position:relative
}
@media (max-width:991px){
    .business-services-main .content-image{
        position:initial;
        top:initial;
        right:initial
    }
}
.business-services-main .content-image img{
    height:350px;
    -o-object-fit:cover;
    object-fit:cover;
    max-width:100%;
    width:100%
}
@media (min-width:992px){
    .business-services-main .content-image img{
        height:100%
    }
}
.four-zero-four{
    width:100vw;
    height:100vh;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
    z-index:0
}
.four-zero-four::before{
    content:"";
    z-index:-1;
    position:absolute;
    top:0;
    display:inline-block;
    width:100%;
    height:100%;
    background:-webkit-gradient(linear,left bottom,left top,color-stop(36.43%,#01172d),to(rgba(1,23,45,0)));
    background:linear-gradient(0deg,#01172d 36.43%,rgba(1,23,45,0) 100%);
    mix-blend-mode:multiply
}
.four-zero-four__content{
    height:100%
}
.four-zero-four__big-text p{
    font-size:105px;
    font-weight:700;
    line-height:105px;
    margin-bottom:0;
    font-style:italic;
    text-shadow:0 4px 50px rgba(0,0,0,.5)
}
@media (min-width:576px){
    .four-zero-four__big-text p{
        font-size:140px;
        line-height:140px
    }
}
@media (min-width:992px){
    .four-zero-four__big-text p{
        font-size:200px;
        line-height:200px
    }
}
.four-zero-four__description p{
    font-size:18px;
    font-weight:700;
    line-height:25px;
    margin-bottom:0
}
@media (min-width:576px){
    .four-zero-four__description p{
        font-size:22px;
        line-height:30px
    }
}
@media (min-width:992px){
    .four-zero-four__description p{
        font-size:35px;
        line-height:45px
    }
}
.careers .work-with-us__portrait{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0
}
@media (max-width:991px){
    .careers .work-with-us__portrait{
        position:relative;
        height:auto
    }
}
.careers .work-with-us__image{
    position:relative;
    display:block;
    height:100%
}
@media (max-width:991px){
    .careers .work-with-us__image{
        height:300px
    }
}
@media (max-width:767px){
    .careers .work-with-us__image{
        height:180px
    }
}
.careers .work-with-us__slider{
    position:relative;
    z-index:1
}
@media (max-width:991px){
    .properties-articles .swiper-slide{
        width:auto
    }
}
@media (max-width:991px){
    .properties-articles .button-primary{
        max-width:100%
    }
}
.collapse-backdrop{
    position:fixed;
    top:0;
    left:0;
    z-index:1;
    width:100vw;
    height:100vh;
    background-color:#000
}
.collapse-backdrop.show{
    opacity:.5
}

.border-green-button p, .border-green-button h2, .border-green-button h1{
    border-bottom: 3px solid var(--blue-light);
}

.back-line-history  {
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin: 0px 26%;
    border-radius: 5px;
}


.footer .color-green{
    color: #7d7d7d;
}

