
.flashtalking-banner {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    background: white;
    padding: 0 22px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background-image: url('banner_flashtalking.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999999;
}

.banner-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.banner-content-2 {
    text-align: center;
    margin: auto;
}

.banner-title {
    font-size: 22px;
    color: #000443;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1.5%;
}

.banner-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-text p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 43px;
    color: #000443;
    margin: 0px;
}

.banner-logo {
    width: 150px;
    height: auto;
}

.banner-button {
    font-size: 1rem;
    line-height: 1.125rem;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    background-color: #414bf9;
    color: white;
    border-radius: 6.25rem;
    flex: none;
    justify-content: center;
    align-items: center;
    min-width: 8.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 24px;
    font-weight: 700;
    display: inline-flex;
    margin-top: 1rem;
}

.banner-button:hover {
    color: white;
    background-color: #222889;
}

.banner-close {
    float: right;
    clear: none;
    width: 10px;
    min-width: 10px;
    max-width: 10px;
    padding-top: 10px;
    padding-right: 30px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
}

.close-button {
    background-color: transparent;
    color: #000443;
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-weight: 400;
    display: flex;
}

.close-button:hover {
    background: #414bf9;
    /*border-radius: 20px;*/
    color: white;
}

@media screen and (max-width: 767px) {
    .flashtalking-banner {
        background-position: 0 -50px;
        background-size: auto;
    }

    .banner-title {
        font-size: 17.59px;
        line-height: 24.97px;
    }

    .banner-text p {
        line-height: 24.49px;
    }
}