@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');* {
    margin: 0;
    padding: 0;
    outline: none;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    padding: 0;
}

table {
    width: 100%;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #d2d2d2;
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #d2d2d2;
}

ul li {
    list-style: none !important;
}

ul {
    padding: 0;
    margin: 0;
}

body {
    /* font-family: 'Montserrat', sans-serif; */
    background-color: #fff;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #585858;
    font-weight: 500;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #c1001c;
}

.slick-slider {
    margin-bottom: 0;
}

.slick-prev:before,
.slick-next:before {
    content: "";
}