@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:wght@400%3B700&display=swap');

body {
    font-size: 12px;
    min-height: 100vh;
    font-family: 'IBM Plex Sans Condensed',sans-serif;
    
}

.page-content {
    max-width: 1200px;
    margin: auto;
    display: inline-block;
}

.main {
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tk-header {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1),
        0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
}

.nav-menu > li > .nav-active {
    padding: 11px 25px 11px 10px;
}

.media img {
    max-width: 100%;
    max-height: calc(100vh - 410px);
}

.media {
    display: flex;
    align-items: center;
    margin: 40px;
    margin-bottom: 0px;
}

.media .content {
    flex: 1;
    margin-top: -80px;
    font-size: 24px;
}

@media only screen and (max-width: 750px) {
    .media img {
        display: none;
    }

    .media .content {
        margin-top: -50px;
        text-align: center;
    }
}
  
.product-banners {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 10px;
}

.product-banners a {
    text-decoration: none;
    color: inherit;
}

.product-banner {
    min-height: 260px;
    width: 300px;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    display: flex;
    flex-flow: column;
    font-size: 17px;
    line-height: 1.6;
}

.product-banner:hover {
    background: #f3f3f3;
}

.product-banner .icon {
    margin: 0 auto;
    width: 71px;
    height: 71px;
    background-position: left top;
    background-size: 71px 142px;
    background-repeat: no-repeat;
}

.product-banner:hover .icon {
    background-position: left bottom !important;
}

.product-banner h3 {
    font-size: 28px;
    line-height: 36px;
    color: #646464;
    margin: 20px 0px 12px 0px;
    font-weight: 500;
}

.tk-button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: rgb(248, 141, 43);
    border-color: #f18700;
    cursor: pointer;
    font-size: 13px;
    font-family: 'IBM Plex Sans Condensed',sans-serif;
    text-decoration: none;
    line-height: 1.6;
    margin: 0;
    outline: none;
    padding: 6px 12px;
    text-align: center;
    transition: all 0.3s;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.product-banner > .tk-button-primary {
    margin-top: auto;
    align-self: center;
}

.tk-footer-placeholder {
    height: 80px;
}

.tk-footer {
    background-color: #182642;
    margin-top: -80px;
    padding: 10px;
    box-sizing: content-box;
    height: 80px;
}

.copyright {
    margin-top: 40px;
}
