.t-primary-bgcolor {
    background-color: #1c7bbf;
}

a {
    color: #1c7bbf;
}

body {
    background-color: white;
}

.navbar .inner {
    max-width: var(--container, 980px);
    margin: auto;
}

.header-wrapper {
    background: #fff url('header-dots.webp') no-repeat center top;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}

.header-wrapper::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    height: 120px;
    background: transparent url("header-wave.webp") no-repeat center bottom;
    background-size: cover;
    z-index: 800;
}

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

.header img {
    padding: 5px 0 30px 0;
}

@media screen and (min-width: 1200px) {
    .header-wrapper {
        margin-bottom: 60px;
    }

    .header-wrapper::after {
        background-size: 100% auto;
        height: 160px;
        bottom: -60px;
    }
}
