@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('../Gilroy-Semibold/style.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #303133;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-feature-settings: 'liga' off;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

header .--actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 600;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;

}

.bg-noise {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    pointer-events: none;
    overflow: hidden;
}

.bg-noise:before {
    position: absolute;
    content: '';
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
    z-index: -1;
    pointer-events: none;
    background-image: url('/inc/uploads/2024/08/bg-noise.png');
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite;
}

@keyframes BgNoise {
    0% {
        transform: translate3d(0, 9rem, 0)
    }
    10% {
        transform: translate3d(-1rem, -4rem, 0)
    }
    20% {
        transform: translate3d(-8rem, 2rem, 0)
    }
    30% {
        transform: translate3d(9rem, -9rem, 0)
    }
    40% {
        transform: translate3d(-2rem, 7rem, 0)
    }
    50% {
        transform: translate3d(-9rem, -4rem, 0)
    }
    60% {
        transform: translate3d(2rem, 6rem, 0)
    }
    70% {
        transform: translate3d(7rem, -8rem, 0)
    }
    80% {
        transform: translate3d(-9rem, 1rem, 0)
    }
    90% {
        transform: translate3d(6rem, -5rem, 0)
    }
    to {
        transform: translate3d(-7rem, 0, 0)
    }
}

#_app {
    overflow: hidden;
    padding-top: 72px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(11px);
    z-index: 1003;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(11px);
    color: white;
    line-height: 1;
    transform: translate3d(0px, -100%, 0px);
    transition-delay: 1s;
    max-width: 1200px;
    right: 0;
    margin: 0 auto;
}

header .--menu {
    margin-right: auto;
    margin-left: 68px;
}

header.minify {
    background: rgb(0 0 0 / 55%);
}

header > * > .--wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 22px 0;
}

header > * > .--wrap .--logo img {
    height: 40px;
    transition: .4s;
    filter: grayscale(1) brightness(8.5);
}

header > * > .--wrap .--items {
    display: flex;
    align-items: center;
    gap: 32px;
}

header > * > .--wrap .--items a {
    color: inherit;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-decoration: none;
    position: relative;
}

header > * > .--wrap .--logo {
    line-height: 0;
}

header > * > .--wrap .--items > .--item {
    font-weight: 600;
}

.container {
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
}

.--avenuepro-start .container {
    width: 100%;
    max-width: 1200px;
    padding: 0 50px;
    margin: 0 auto;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Gilroy, serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

h2 {
    font-size: 48px;
    letter-spacing: 0.96px;
}

.--avenuepro-start {
    position: relative;
    margin-top: -72px;
    min-height: 676px;
    padding-top: 72px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 130px;
    transition: 2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    opacity: 0;
    border-radius: 8px;
    overflow: hidden;
}

.--avenuepro-start .--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    opacity: 0;
    transform: scale(.9);
    filter: blur(10px);
    transition-delay: .5s;

    right: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.--avenuepro-start .--bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background: linear-gradient(205deg, rgba(0, 0, 0, 0.00) 18.74%, rgba(0, 0, 0, 0.84) 100%), lightgray 0px -8.136px / 100% 100.861% no-repeat;*/
    mix-blend-mode: multiply;
}

.--avenuepro-start .--bg > .--image {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.--image {
}

.--avenuepro-start > * > .--wrap {
    max-width: 366px;
    color: white;
    position: relative;
    z-index: 1;
}

.--avenuepro-start > * > .--wrap h1 {
    font-family: 'Gilroy';
    color: #FFF;
    font-size: 48px;
    line-height: 40.8px;
    position: relative;
    left: -3px;
    margin-bottom: 16px;
}

.--avenuepro-start > * > .--wrap .--labels {
    display: flex;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    gap: 24px;
    margin-bottom: 32px;
}

.--avenuepro-start > * > .--wrap > .text {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}

.--avenuepro-start > * > .--wrap > .actions {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.--avenue-btn-1 {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: max-content;
    border-radius: 8px;
    background: #000;
    box-shadow: 0px 1px 2px 0px rgba(127, 87, 241, 0.05);
    color: #FFF;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px; /* 150% */
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}

.--avenue-btn-1:hover {
    background: #111;
}

.--avenuepro-section-header > * > .--wrap {
    text-align: center;
    font-size: 18px;
}

.--avenuepro-section-header {
    margin-top: 150px;
    margin-bottom: 68px;
}

.--avenuepro-section-header p {
    max-width: 1008px;
    margin: auto;
}

.--avenuepro-two-columns {
    border-top: 1px solid #787878;
    border-bottom: 1px solid #787878;
}

.--avenuepro-two-columns > * > .--wrap {
    display: flex;
    gap: 11px;
}

.--avenuepro-two-columns > * > .--wrap > .--col-left {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    min-width: 476px;
    max-width: 476px;
    padding-top: 40px;
    padding-right: 34px;
    border-right: 1px solid rgba(120, 120, 120, 1);
}

.--avenuepro-two-columns > * > .--wrap > .--col-right {
    width: 100%;
}

.--avenuepro-gallery:before {
    content: '';
    /*background: rgba(120, 120, 120, 1);*/
    /*height: 100%;*/
    /*width: 1px;*/
    /*position: absolute;*/
    /*left: 100px;*/
    /*z-index: -1;*/
    /*display: block;*/
}

.--avenuepro-two-columns h3 {
    font-size: 40px;
    font-family: Gilroy, sans-serif;
}

h3 {
    font-size: 28px;
    letter-spacing: 0.56px;
    line-height: 1.5;
}

.--avenuepro-two-columns.--reverse > * > .--wrap {
    flex-direction: row-reverse;
}

.--avenuepro-two-columns > * > .--wrap .--image {
    width: 100%;
    padding-top: 350px;
    background-size: cover;
    background-position: center;
    max-width: 230px;
}

.--avenuepro-gallery > * > .--wrap > .--items {
    display: grid;
    gap: 32px;
    grid-template-areas:
            "item-0 item-1 item-2"
            "item-0 item-3 item-4";
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    text-decoration: none;
    display: flex;
    color: #ffffffb8;
    background: #3a688912;
    z-index: 1;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item > .--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item > .--wrap {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 268px;
    margin: auto;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    transform: scale(.9);
    opacity: 0;
    pointer-events: none;
    padding: 50px 0;
    font-size: 14px;
    line-height: 1.4;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 5px;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item:hover > .--wrap {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: .4s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    opacity: 0;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item:hover:after {
    opacity: 0.5;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item:hover .--bg {
    filter: blur(6px);
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item > .--wrap > .--card-btn {
    border-radius: 28px;
    background: #303133;
    box-shadow: 0px 0px 0px 0px rgba(48, 49, 51, 0.2);
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    transition: .3s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
    transition-delay: .2s;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item:hover > .--wrap > .--card-btn {
    box-shadow: 0px 0px 0px 6px rgba(48, 49, 51, 0.2);
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item > .--wrap > .--caption {
    margin-bottom: 32px;
}

.--avenuepro-gallery {
    padding-top: 51px;
    border-bottom: 1px solid #787878;
    padding-bottom: 51px;
}

.--avenuepro-features > * > .--wrap {
    display: flex;
    gap: 188px;
    align-items: flex-end;
}

.--avenuepro-features > * > .--wrap .--blocks {
    display: grid;
    gap: 20px;
    margin-top: 42px;
}

.--avenuepro-features > * > .--wrap .--blocks > .--block {
    border-radius: 8px;
    background: #FFF;

    /* Dark Shadow */
    box-shadow: 0px 10px 20px 0px rgba(41, 41, 42, 0.07);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.--avenuepro-features > * > .--wrap .--blocks > .--block h3 {
    color: #0B324E;
    font-size: 24px;
    /* 133.333% */
    letter-spacing: 0.48px;
    margin-bottom: 0;
}

.--avenuepro-features > * > .--wrap > .--col-left, .--avenuepro-features > * > .--wrap > .--col-right {
    width: 50%;
}

.--avenuepro-features > * > .--wrap .--image {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    padding-top: 117%;
}

.--avenuepro-team .--wrap > .--items {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 8px;
}

.--avenuepro-team .--wrap > .--items .--links {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
    margin-top: 20px;
    line-height: 0;
    transition: .2s;
    opacity: 0;
}

.--avenuepro-team .--wrap > .--items > .--item {
    box-shadow: none;
    cursor: pointer;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);

}

.--avenuepro-team .--wrap > .--items > .--item > .--wrap {

}

.--avenuepro-team .--wrap > .--items > .--item > .--wrap > .--image {
    width: 224px;
    height: 224px;
    background-size: cover;
    background-position: CENTER;
    margin: 0 auto;
    margin-bottom: 15px;
}

.--avenuepro-team .--wrap > .--items > .--item > .--wrap h3 {
    font-size: 18px;
    font-weight: 500;
    /* 150% */
    margin: 0;
    margin-bottom: 6px;
    letter-spacing: 0;
}

.--avenuepro-team .--wrap > .--items > .--item .caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.--avenuepro-team .--wrap > .--items > .--item:hover {

}

.--avenuepro-team .--wrap > .--items .--item:hover .--links {
    opacity: 1;
}

.--avenuepro-team {
    padding-top: 42px;
    margin-bottom: 46px;
}

.--avenuepro-tags {
    margin-top: 39px;
    padding-bottom: 38px;
    border-bottom: 1px solid #787878;
}

.--avenuepro-tags .--items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 933px;
}

.--avenuepro-tags .--items > .--item {
    border-radius: 4px;
    border: 1px solid #FCFDFF;
    display: flex;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.--avenuepro-map .leaflet-map {
    min-height: 60dvh;
}

.--avenuepro-footer {
    padding: 40px 0;
    border-bottom: 1px solid #787878;
}

footer.--avenuepro-footer {
    font-size: 18px;
    line-height: 1.78; /* 177.778% */
}

.--avenuepro-footer > .container > .--wrap {
    display: flex;
    justify-content: space-between;
    gap: 0px;
}

.--avenuepro-footer > .container > .--wrap .--col-center {
    width: 100%;
    background-color: rgba(29, 30, 31, 1);
    padding: 134px 20px 80px 20px;
}
.--avenuepro-footer > .container > .--wrap .--col-center > div {
    max-width: 458px;
    margin-left: auto;
    margin-right: auto;
}

.--avenuepro-footer > .container > .--wrap h2 {
    font-size: 40px;
}

.--avenuepro-footer > .container > .--wrap h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; /* 150% */
    letter-spacing: 0;
    margin-bottom: 24px;
}

.--avenuepro-footer > .container > .--wrap .--items {
    display: grid;
    gap: 20px;
}

.--avenuepro-footer > .container > .--wrap .--items a {
    display: flex;
    text-decoration: none;
    color: inherit;
    gap: 16px;
}

.--avenuepro-footer > .container > .--wrap .--items a .--image {
    line-height: 0;
}

.--avenuepro-footer > .container > .--wrap .--items a .--description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.--avenuepro-footer > .container > .--wrap .--items a .--description .--text {
    line-height: 1.7;
}

.--avenuepro-footer > .container > .--wrap .--items a .--description .--label {
    line-height: 1.2;
    font-weight: 700;
}

.--avenuepro-footer > .container > .--wrap > .--col:first-child {
    max-width: 312px;
}

.--avenuepro-footer > .container > .--wrap > .--col {
    width: 33%;
}

.--avenuepro-footer > .container > .--wrap > .--col p {
    margin-bottom: 16px;
}

.--avenuepro-footer > .container > .--wrap > .--col:last-child {
    width: auto;
    white-space: nowrap;
}

.lm-show {
    display: none !important;
}

.--avenuepro-two-columns > * > .--wrap .--image {
    display: block;
}

.--avenue-btn-2 {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    background: #000;
    border-radius: 4px;
    padding: 13px 11px;
    white-space: nowrap;
}

.--avenue-btn-2 .icon img {
    filter: grayscale(1) brightness(9.5);
    height: 14px;
}

header > * > .--wrap .--items a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: white;
    transition: .2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
}

header > * > .--wrap .--items a:hover:after {
    width: 100%;
}

.loaded header {
    transform: translate3d(0px, 0%, 0px);
}

.loaded .--avenuepro-start {
    opacity: 1;
}

.loaded .--avenuepro-start .--bg {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}

.--avenuepro-subsection-1 {
    border-bottom: 1px solid #787878;
}

.--avenuepro-subsection-1 .--wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.--avenuepro-subsection-1 .--wrap .s-left {
    min-width: 502px;
    border-right: 1px solid #787878;
    min-height: 251px;
}

.--avenuepro-subsection-1 .title {
    font-family: 'Gilroy', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    padding-top: 50px;
    padding-right: 50px;
}

.--avenuepro-subsection-1 .text {
    padding: 14px 25px;
    font-size: 18px;
    font-weight: 400;
}

.--avenuepro-tabs {
    padding-bottom: 40px;
}

.--avenuepro-tabs .tab-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.--avenuepro-tabs .tab {
    font-size: 40px;
    cursor: pointer;
    padding: 16px 0 16px 0;
    margin: 0 20px;
    border-bottom: 3px solid transparent;
}

.--avenuepro-tabs .tab.active {
    border-bottom: 3px solid #fff;
}

.--avenuepro-tabs .tab-content {
    display: none;
    margin-top: 33px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.--avenuepro-tabs .tab-content.active {
    display: block;
}

.--avenuepro-tabs .tab-content img, .--avenuepro-tabs .tab-content video {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    max-height: 475px;
}
.--avenuepro-tabs .tab-content img, .--avenuepro-tabs .tab-content iframe {
    height: 475px;
}
.--fieldset > .wrap > .field > .--wrap > .label {
    color: rgba(204, 198, 198, 1) !important;
    font-size: 14px;
    font-weight: 300;
}

.--fieldset > .wrap > .field > .--wrap .input,
footer .gifteyforms textarea {
    background: rgba(52, 51, 51, 1);
    border-color: rgba(141, 141, 141, 1);
    color: rgba(141, 141, 141, 1);
    font-size: 12px;
    font-weight: 300;
}

.gifteyforms input, .gifteyforms textarea, .gifteyforms select {
    color: white !important;
}

footer .gifteyforms textarea {
    height: 86px;
}

.--avenue-btn-1 {
    width: 223px;
    border: 0;
    font-size: 14px;
}

.--avenuepro-footer > * .--wrap > .--col-right {
    width: 52%;
}

.--avenuepro-footer > * .--wrap .--map > .leaflet-map {
    width: 100%;
    min-height: 100%;
}

.--avenuepro-footer > * .--wrap .--map {
    width: 100%;
    height: 100%;
}

.leaflet-container {
    background: #000
}

.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
    filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}

.--avenuepro-footer .agent-block {
    display: flex;
    align-items: center;
    padding: 20px 0;
    max-width: 600px;
    margin: 20px 0;
}

.--avenuepro-footer .agent-photo {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}

.--avenuepro-footer .agent-details {
    text-align: left;
    border: 1px solid rgba(90, 90, 90, 1);
    border-radius: 4px;
    padding: 5px 10px;
}

.--avenuepro-footer .agent-details p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

.address-section .--wrap {
    display: flex;
    gap: 11px;
}

.address-section .--wrap > .--col-left {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    min-width: 476px;
    max-width: 476px;
    padding-top: 40px;
    padding-right: 34px;
}
.address_description {
    font-size: 12px;
    padding: 40px 0;
    line-height: 18px;
    font-weight: 400;
}
.line-1 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 8px;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    padding-top: 15px;
}

.line-2 {
    font-size: 18px;
    font-weight: 400;

}

.--modal .gifteyforms input,
.--modal .gifteyforms textarea,
.--modal .gifteyforms select {
    background: white;
    color: var(--gray-900, #101828) !important;
}
.--modal .--fieldset > .wrap > .field > .--wrap > .label {
    color: var(--gray-900, #101828) !important;
}
.--modal .--fieldset > .wrap > .field > .--wrap .input,
.--modal footer .gifteyforms textarea {
    background: rgb(255 255 255);
}

.menu-btn span {
    background: white;
}

.--mobile-menu {
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.--mobile-menu > .--wrap .--items.--nav a {
    color: white;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.7;
}

.--mobile-menu > .--wrap .--items {
    text-align: left;
}

.--mobile-menu > .--wrap {
    align-items: baseline;
    justify-content: flex-start;
    gap: 40px;
    padding: 20px 15px;
}
