/* Redesign 2025 */

hr {
    width: 100%;
	display:block;
	clear:both;
}  
@media (max-width: 480px) {
	hr {
		margin: 10px 0 !important;
	} 
}
@media (min-width: 992px) {
    .no-page-tear {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 992px) {
    .no-page-tear {
        margin-bottom: 0;
    }
}
.page-tear {
    display: none;
}
body .btn--darkblue {
    background-color: #1F1950;
    color: #fff;
    border-radius: 2px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1rem;
    display: inline-block;
    padding: 12px 16px;
    font-weight: 700;
    border: 0;
	margin-top: 20px;
}
.container {
	max-width: 1240px !important;
}
@media (min-width: 991px) and (max-width: 1590px) {
    body .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}