.card-lg {
    min-height: 13.4375vw;
}
.card__desc-lg h4,
.card__desc-lg .h4 {
    font-size: 48px;
    letter-spacing: 1px;
}
.landing_text {
    line-height: 140%;
}
.landing_text p {
    line-height: 140%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.landing_text p:first-child {
    margin-top: 0;
}
.landing_text p:last-child {
    margin-bottom: 0;
}
.landing_text li {
    margin-bottom: 0.8em;
    line-height: 140%;
}
.landing_text li:last-child {
    margin-bottom: 0;
}
.landing_text table {
    border-collapse: collapse;
}
.landing_text td,
.landing_text th {
    border-collapse: collapse;
    padding: 7px 14px;
    border: 1px solid #777;
}
.landing_text img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

.landing_code iframe {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    height: auto;
}
button.to_top {
    display: none;
}
button.to_top.show {
    display: block;
}
button.to_top {
    position: fixed;
    bottom: 14px;
    right: 14px;
    z-index: 2;
    background: transparent;
    border: none;
    color: #e54e42;
    font-size: 4em;
}
button.to_top i {
    outline: 3px solid #ffffff4d;
    border-radius: 100%;
    background: #fff;
}

@media screen and (max-width: 768px) {


    button.to_top {
        font-size: 2em;
    }
    .page__title {
        font-size: 26px;
        margin-top: 20px;
    }

    .card__desc-lg h4,
    .card__desc-lg .h4 {
        font-size: 28px;
    }

    .landing_code iframe {
        aspect-ratio: 2 / 1;
    }
}
@media screen and (max-width: 480px) {
    .landing_code iframe {
        aspect-ratio: 1 / 1;
    }
    .invest-map__map {
 
    }
}
main.page {
    min-height: calc(100vh - 100px);
}
.intro {
    background: none;
    color: #fff;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.intro_head {
    position: absolute;
    left: 4em;
    top: 8em;
    z-index: 2;
    max-width: 30%;
}
.intro_head h6 {
    line-height: 140%;
    font-size: 1em;
}
.intro_text {
    position: absolute;
    left: 4em;
    bottom: 2em;
    z-index: 2;
    max-width: 30%;
}
.intro_text p {
    line-height: 150%;
}
.page__main {
}
.intro_text p {
    font-size: 0.84em;
    font-family: "TT Runs Regular";
    letter-spacing: 0.1px;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .intro {
        /* top:3em; */
        bottom: 2em;
    }
    .intro_head {
        position: absolute;
        left: 1em;
        right: 1em;
        top: 10em;
        z-index: 2;
        max-width: 50%;
    }
    .intro_head h6.intro_head_header {
        line-height: 140%;
        font-size: 0.84em;
    }
    .intro_text {
        max-width: unset;
        right: 2em;
        /* bottom: 2em; */
        /* display: none; */
    }
    .intro_text p {
        font-size: calc(0.84em);
    }

    .header {
        height: 170px;
    }
}
@media screen and (max-width: 480px) {
    .header__fluid-container {
        flex-direction: column;
        align-items: center;
    }

    .header__logo {
        margin-bottom: 1em;
        width: 100%;
    }
    .header__city-select {
        width: 100%;
    }
    .intro {
        /* top:3em; */
        bottom: 2em;
    }
    .intro_head {
        position: absolute;
        left: 1em;
        right: 1em;
        top: 11em;
        z-index: 2;
        max-width: 100%;
    }
    .intro_head h6.intro_head_header {
        line-height: 140%;
        font-size: 0.84em;
    }
    .intro_text {
        display: none;
        max-width: unset;
        left: 1em;
        right: 1em;
    }
    .intro_text p {
        font-size: calc(0.84em);
    }
}
.map .header__logo {
    background-color: transparent;
}

.map-label__title {
    letter-spacing: 0px;
    opacity: 0.8;
    font-size: 0.825em;
    background-color: #004360;
    padding: 4px 10px 4px;
}
@media screen and (max-height: 768px) {
    .intro_head h1 {
        font-size: 24px;
    }
    .intro_text {
        /* display:none; */
    }
    .intro_text p {
        font-size: 13px;
    }
}

@media screen and (max-height: 600px) {
    .intro_head h1 {
        font-size: 24px;
    }
    .intro_text {
        display: none;
    }
}

.invest-map { 
    background: #fff;
}


@media screen and (max-width: 1280px) {
    .map-label:before {
        background: radial-gradient(50% 50% at 50% 50%, rgb(255 255 255) 0, rgba(80, 0, 125, 0) 100%);
    }
}

.map-label::before {
    background: radial-gradient(50% 50% at 50% 50%, rgb(255 255 255) 0, rgba(80, 0, 125, 0) 100%);
}
.map-label__head {
    border: 1px solid #fff
}
.map-label__title {
    background: #fff;
    color: #e7344c;
    opacity: 0.9;
    border: 1px solid #e7344c17;
}
.header.map .header__link {
    margin-left: -150px;
    font-size: 20px;
    color: #222;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);*/
}
.header.map .header__link:hover {
    color: #000;
}

.intro_text p,
.intro_head {
    color: #e7344c;
}
.intro_text p {
    font-weight: bold;
    /*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);*/
    color: #222;
}