@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    background: rgba(255, 255, 255, 0.79);
}

.tl-container {
    max-width: 1284px;
    margin: 0 auto;
    padding: 0 30px;
}

.tl-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #031326;
    background-image: linear-gradient(0deg, #031326, #031326);
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38), inset 0 1px 0 0 hsla(0, 0%, 100%, 0);
    color: #fff;
    cursor: pointer;
    font-family: "Jost", "Arial", sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    height: 42px;
    max-width: 200px;
    padding: 0 12px;
    text-shadow: 0 0 0 transparent;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    margin: 0 auto 30px;
}

.tl-button:hover {
    background-color: #06264c;
    background-image: linear-gradient(0deg, #06264c, #06264c);
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-bottom-color: hsla(0, 0%, 100%, .16) !important;
    color: #fff;
}