.first-line {
	margin: 0 20px 0 0;
}
#cookies-consent-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 3em 1.4em;
    text-align: center;
    z-index: 9999;
	border-radius: 8px 8px 0 0;
	font-family: 'General Sans' !important;
	font-size: 20px !important;
	background-color: rgb(0 0 0 / 65%);
	overflow: hidden;
}
#cookies-consent-bar::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 9998;
}
#cookies-consent-bar .cookies-container {
    max-width: 1000px;
    margin: 0 auto;
	text-align: start;
	position: relative;
	z-index: 10000;
}
#cookies-content {
	font-size: 20px !important;
    line-height: 18px;
    margin-bottom: 0;
    color: #fff;
	font: inherit;
	text-align: start;
	font-family: 'General Sans' !important;
}
.cookies-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-buttons {
    display: flex;
    gap: 10px;
}
.cookies-buttons button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
button:hover {
    background-color: #005177;
}
button.outlined,
button.outlined:hover,
button.outlined:focus,
button.outlined:active,
#accept-all,
#accept-all:focus,
#accept-all:active {
    background-color: #00ff51;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    font-family: 'General Sans Semibold';
    font-size: 22px;
    padding: 15px 45px;
}
#accept-all:hover {
    background-color: #00ff51;
    box-shadow: 0 0 50px rgba(0, 255, 81, 0.8);
}
#decline,
#decline:hover,
#decline:focus,
#decline:active,
#save-settings,
#save-settings:hover,
#save-settings:focus,
#save-settings:active {
    background: none;
    transition-property: color, border-color, background;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 500;
    font-family: 'General Sans Bold';
    color: #141414;
    background: #fff;
    padding: 15px 45px;
    border: 1px solid #17343F;
    border-radius: 50px;
}
.cookies-buttons button.outlined:focus {
    background-color: #363636 !important;
	color: #ccc;
}
.cookies-buttons button.non-outlined,
.cookies-buttons button.non-outlined:hover,
.cookies-buttons button.non-outlined:active,
.cookies-buttons button.non-outlined:focus {
	border-radius: 0;
    color: #ccc;
	border-bottom: 1px dotted #ccc;
	background: none;
    padding: 0;
    text-align: initial;
    line-height: 18px;
    font-weight: normal;
	font-size: 20px;
	display: inline-block;
    outline: 0;
	margin: 0 20px 0;
	font-family: 'General Sans';
}
.accordion {
    margin: 20px 0;
}
.accordion-modal-item {
    margin-bottom: 10px;
}
.accordion-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
	font-size: 18px;
    line-height: 18px;
    outline: 0;
    width: 100%;
    border: 0;
    background: none;
    padding: 10px 0;
    text-align: left;
    color: #fff;
	font-family: 'General Sans';
}
.accordion-header > h3 {
	font-size: 22px;
    line-height: 18px;
    color: #fff;
	font-family: 'General Sans';
}
.accordion .accordion-content {
    display: none;
	margin-right: 0;
	padding-right: 40px;
	padding: 0 0 10px;
	overflow: hidden;
	background: none;
}
.accordion .accordion-content p {
    margin: 0;
}
.arrow {
    font-size: 18px;
    margin-left: 10px;
	font-family: 'General Sans';
}
.arrow img {
    width: 14px;
    height: 14px;
}
.cookies-buttons {
	color: #999;
	font-size: 20px;
    line-height: 18px;
	text-decoration: none;
	font-family: 'General Sans';
}
#cookies-consent-bar a,
#cookies-consent-bar a:hover,
#cookies-consent-bar a:active,
#cookies-consent-bar a:focus {
    font-family: 'General Sans Semibold', sans-serif;
    font-size: var(--fs-sm-md)
    line-height: 1.4em;
}
.cookies-buttons a,
.cookies-buttons a:hover,
.cookies-buttons a:focus,
.cookies-buttons a:active {
    border-bottom: 1px dotted;
    padding-bottom: 1px;
    text-decoration: none;
    color: #999;
	font-size: var(--fs-sssm);
}
#customization-content > .title {
	font-size: 22px;
    line-height: 21px;
    margin: 0 0 10px;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
	font-family: 'General Sans';
}
.accordion-modal-item {
	border-bottom: 1px solid #707070;
}
.accordion-content p {
    font-size: 20px;
    line-height: 20px;
	overflow: hidden;
    color: #ccc;
	font-family: 'General Sans';
}
.accordion-header > input[type="checkbox"] {
    width: 18px;
    height: 18px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
}
.accordion-header > input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #fff;
}
.accordion-header > input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #363636;
    line-height: 1.3;
	font-family: 'General Sans';
}
/* #necessary { */
    /* border-color: #fff; */
    /* background: #fff; */
/* } */
/* #necessary:checked::after { */
    /* width: 18px; */
    /* height: 18px; */
    /* border: none; */
    /* border-radius: 2px; */
    /* line-height: 1.3; */
    /* color: #363636; */
    /* font-size: 17px; */
	/* top: 6px; */
    /* left: 11px; */
/* } */
.accordion-header > input[type="checkbox"]:not(#necessary) {
    border: 1px solid #ccc;
    border-radius: 2px;
}
.accordion-header > input[type="checkbox"]:not(#necessary):checked {
    background-color: #fff;
    border-color: #fff;
}
.accordion-header > input[type="checkbox"]:not(#necessary):checked::after {
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: #363636;
    line-height: 1.3;
    border: none;
    border-radius: 2px;
	top: 6px;
    left: 11px;
	font-family: 'General Sans';
}
#cookies-icon {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding: 0 20px;
}
#cookies-icon img {
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 101;
	opacity: .75;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
}
@media (max-width: 1200px) {
	#cookies-content,
	.accordion-content p,
	#cookies-consent-bar {
		font-size: 16px !important;
	}
	.cookies-buttons button.outlined,
	.cookies-buttons button.non-outlined,
	.cookies-buttons button.non-outlined:hover,
	.cookies-buttons button.non-outlined:active,
	.cookies-buttons button.non-outlined:focus {
		font-size: 15px !important;
	}
	.accordion-header > h3,
	#customization-content > .title	{
		font-size: 16px !important;
	}
	.cookies-buttons {
		font-size: 14px !important;
	}
	#customization-content .cookies-buttons {
		flex-direction: column;
	}
	.right-buttons {
		margin: 20px 0;
	}
	#cookies-consent-bar .cookies-container,
	#cookies-consent-bar{
		overflow-y: scroll;
	}
}
@media (max-width: 500px) {
    .right-buttons {
        flex-direction: column;
        gap: 14px;
        padding: 60px 0 0 !important;
    }
    .right-buttons .non-outlined {
        order: 1;
    }
    .right-buttons .outlined {
        order: 0;
    }
	.cookies-buttons button.outlined,
	.cookies-buttons button.non-outlined,
	.cookies-buttons button.non-outlined:hover,
	.cookies-buttons button.non-outlined:active,
	.cookies-buttons button.non-outlined:focus {
		font-size: 13px !important;
        padding: 15px 30px !important;
	}
}
@media (max-width: 350px) {
	#cookies-content,
	.accordion-content p,
	#cookies-consent-bar {
		font-size: 14px !important;
	}
	.cookies-buttons button.outlined,
	.cookies-buttons button.non-outlined,
	.cookies-buttons button.non-outlined:hover,
	.cookies-buttons button.non-outlined:active,
	.cookies-buttons button.non-outlined:focus {
		font-size: 12px !important;
        padding: 15px 20px !important;
	}
	.accordion-header > h3,
	#customization-content > .title	{
		font-size: 14px !important;
	}
	.cookies-buttons {
		font-size: 12px !important;
	}
	#customization-content .cookies-buttons {
		flex-direction: column;
	}
	.right-buttons {
		margin: 20px 0;
	}
	#cookies-consent-bar .cookies-container,
	#cookies-consent-bar{
		overflow-y: scroll;
	}
}