/*footer{*/
/*    display: none !important;;*/
/*}*/

/*header {*/
/*    display: none !important;;*/
/*}*/

.td-page-content {
    /*min-height: 100vh !important;;*/
    padding-bottom: 0 !important;
}

.td-container {
    width: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.td-crumb-container, .td-page-header {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff !important;
    font-family: unset !important;
}

body {
    background-color: #ffffff !important;
}

body a {
    color: #404141;
}

@media (min-width: 1024px) {
    body a:hover {
        color: #0172f0;
    }
}