html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	color: black;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
p {
    margin: 0 0 10px;
}
b, strong {
    font-weight: 700;
}
.main_content .custom {
    padding-bottom: 75px;
}
.morph-button-modal.open .morph-content {
	overflow-y: overlay;
}
.firstBlk {
	margin: 0 auto;
}
ul {
	margin-bottom: 10px;
}
.cookie-banner--hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}
.cookie-banner {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 310px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    padding: 22px 26px;
    border: 2px solid rgb(7, 82, 53);
    z-index: 9999;
    font-family: roboto;
    transition: transform .4s ease, opacity .3s ease;
}
.cookie-banner p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #1b1b1b;
}
.cookie-banner__cta {
    display: inline-block;
    width: 100%;
    background: rgb(7, 82, 53);
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background .2s ease;
}