.banner-content h1 {
    color: #FFFFFF;
    margin-top: 36px;
    width: 100%;
    max-width: 700px;
    font-weight: 700;
    font-size: 4.875rem;
    line-height: 80px;
}
.banner-content {
    height: 100%;
    padding: 0 85px;
    justify-content: center;
}
.nav-container {
    padding: 0 85px;
}
.banner {
    height: 100vh;
    padding-top: 120px;
}
.nav {
    z-index: 5;
    width: 100%;
    padding-top: 0px;
    position: absolute;
    padding-bottom: 20px;
}
.about-column.description {
    font-weight: 400;
}
.nav-logo {
    width: 140px;
    height: 143px;
    background-color: black;
    padding: 40px 20px 20px 20px;
}
.nav-items {
    padding-top: 20px;
}
.nav-container {
    align-items: center;
}
.nav-items ul li a {
    letter-spacing: 1px;
    font-weight: 500;
}
.hamburger {
    margin-top: 20px !important;
    position: absolute;
    top: 45px !important;
    right: 15px;
}
.is-active {
    margin-top: 25px !important;
}
.invest-container p {
    font-size: 0.838rem;
    line-height: 27px;
    font-weight: 400;
    opacity: 20%;
}
.invest-container .tab-option {
    font-size: .8rem;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.invest-container .tab-content-list h2 {
    font-size: 2.4rem;
}
.invest-container .tab-content-item-body h4 {
    font-weight: 500;
}
.invest-container .tab-content-item-body p {
    font-weight: 500;
}
.invest-container .tab-content-item-body p:nth-child(3) {
    font-weight: 500;
}
.nav-items-email a {
    font-weight: 500;
}
.nav-items-email img {
    padding-top: 5px;
}
.square {
    top: 100vh;
}
.square img {
    display: none;
}
.invest-container h4 {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 30px;
}
.tab-content-item-head div.image {
    width: 100%;
    height: 285px;
    border-radius: 3px;
    background-size: cover;
}
.footer-info ul li p,
.footer-contact form input,
.footer-contact form textarea,
.footer-contact h4 {
    font-weight: 500;
}
.footer-banner-content a,
.banner-content a {
    font-weight: 500;
}
.footer-contact input[type='checkbox'] {
    width: 16px;
    line-height: none;
    border: 0px solid;
    margin-bottom: 40px;
    padding-bottom: 40px;
    margin-top:4px;
    margin-right: 10px;
    float: left;
}
.footer-contact p.acceptance {
    font-size: 0.75rem;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 30px;

}
.tel {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
.tel span {
    transition: 300ms;
}
.tel:hover span {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .nav-container,
    .banner-content {
        padding: 0 15px;
    }
    .banner-content h1 {
        font-size: 3.875rem;
        line-height: 65px;
    }
    .footer-contact p.acceptance {
        text-align: left;
    }
    .nav-logo {
        margin: 0 auto;
    }
    .nav .hamburger {
        display: block;
        margin: 0;
        top: 0px;
        margin: -50px 0 0 0;
    }
    .nav .hamburger.is-active {
        margin-top: 45px;
    }
}
@media screen and (max-width: 540px) {
    .footer-contact br {
        display: none;
    }
    .tel {
        display: block;
        width: 100%;
    }
}

.flag-button {
    padding-left: 30px;
}
.flag-button img {
    width: 20px;
    height: 15px;
}
@media screen and (max-width: 768px) {
    .nav-items-email {
        flex-direction: column;
    }
    .flag-button {
        margin-top: 20px;
        padding-left: 0;
    }
    .flag-button img {
        margin-right: 0px;
    }

    .nav-items-email img:nth-child(1) {
        display: block;
    }
    .nav-items-email > a:nth-child(1) img:nth-child(1) {
        display: none;
    }
}