.f360-cookie-consent,
.f360-cookie-settings{
	font-family:"Inter",sans-serif;
}

.f360-cookie-consent[hidden],
.f360-cookie-settings[hidden]{
	display:none!important;
}

.f360-cookie-consent-open #hubspot-messages-iframe-container,
.f360-cookie-consent-open #hubspot-conversations-iframe{
	visibility:hidden!important;
	pointer-events:none!important;
}

body:has(.f360-nav.is-open) .f360-cookie-settings{
	display:none!important;
}

body:has(.f360-nav.is-open) #eesel-widget-v2-container{
	display:none!important;
}

.f360-cookie-consent{
	position:fixed;
	z-index:10050;
	right:16px;
	bottom:max(16px,env(safe-area-inset-bottom));
	left:16px;
	width:min(1120px,calc(100% - 32px));
	margin-inline:auto;
	padding:9px 14px;
	box-sizing:border-box;
	border:1px solid #c9d9e7;
	border-radius:12px;
	background:rgba(255,255,255,.98);
	box-shadow:0 18px 42px rgba(7,27,49,.14);
	color:#071b31;
	backdrop-filter:blur(14px);
	-webkit-backdrop-filter:blur(14px);
}

.f360-cookie-consent__inner{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto 36px;
	gap:16px;
	align-items:center;
}

.f360-cookie-consent__copy{
	min-width:0;
}

body .f360-cookie-consent h2{
	margin:0;
	color:#071b31;
	font-family:"Inter",sans-serif!important;
	font-size:15px!important;
	font-weight:400!important;
	line-height:1.25;
}

body .f360-cookie-consent h2:focus{
	outline:none;
}

.f360-cookie-consent p{
	max-width:640px;
	margin:2px 0 0;
	color:#53687d;
	font-size:11px;
	line-height:1.4;
}

.f360-cookie-consent p a{
	color:#1677d2;
	font-weight:600;
	text-underline-offset:2px;
}

.f360-cookie-consent__actions{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	align-items:center;
	justify-content:flex-end;
}

.f360-cookie-consent__close{
	display:inline-grid;
	width:36px;
	height:36px;
	place-items:center;
	padding:0;
	border:0;
	border-radius:7px;
	background:transparent;
	color:#53687d;
	cursor:pointer;
	font:inherit;
}

.f360-cookie-consent__close:hover,
.f360-cookie-consent__close:focus-visible{
	background:#edf5fc;
	color:#1677d2;
	outline:0;
}

.f360-cookie-consent__close svg{
	width:17px;
	height:17px;
}

.f360-cookie-consent__button,
.f360-cookie-settings{
	display:inline-flex;
	min-height:42px;
	align-items:center;
	justify-content:center;
	padding:9px 13px;
	box-sizing:border-box;
	border:1px solid #bfd2e3;
	border-radius:7px;
	background:#fff;
	color:#071b31;
	cursor:pointer;
	font:inherit;
	font-size:12px;
	font-weight:600!important;
	line-height:1.25;
	white-space:nowrap;
}

.f360-cookie-consent__button:hover,
.f360-cookie-consent__button:focus-visible,
.f360-cookie-settings:hover,
.f360-cookie-settings:focus-visible{
	border-color:#1677d2;
	color:#1677d2;
}

.f360-cookie-consent__button--primary{
	border-color:#1677d2;
	background:#1677d2;
	color:#fff;
	box-shadow:0 7px 18px rgba(22,119,210,.16);
}

.f360-cookie-consent__button--primary:hover,
.f360-cookie-consent__button--primary:focus-visible{
	border-color:#0e62b6;
	background:#0e62b6;
	color:#fff;
}

.f360-cookie-consent__button[aria-pressed="true"]{
	border-color:#1677d2;
	box-shadow:0 0 0 2px rgba(22,119,210,.13);
}

.f360-cookie-settings{
	position:fixed;
	z-index:10040;
	left:16px;
	bottom:max(16px,env(safe-area-inset-bottom));
	min-height:36px;
	padding:7px 10px;
	border-color:#d0deea;
	background:rgba(255,255,255,.96);
	box-shadow:0 8px 22px rgba(7,27,49,.08);
	color:#40566c;
	font-size:11px;
}

.f360-cookie-settings svg{
	width:15px;
	height:15px;
	margin-right:7px;
}

@media (max-width:720px){
	.f360-cookie-consent__inner{
		grid-template-columns:minmax(0,1fr) 36px;
		gap:10px;
	}

	.f360-cookie-consent__copy{
		grid-column:1;
		grid-row:1;
	}

	.f360-cookie-consent__close{
		grid-column:2;
		grid-row:1;
	}

	.f360-cookie-consent__actions{
		grid-column:1/-1;
		justify-content:flex-start;
	}
}

@media (max-width:560px){
	.f360-cookie-consent{
		right:10px;
		bottom:max(10px,env(safe-area-inset-bottom));
		left:10px;
		width:calc(100% - 20px);
		padding:12px;
	}

	.f360-cookie-consent__actions{
		display:grid;
		grid-template-columns:1fr 1fr;
	}

	.f360-cookie-consent__button{
		width:100%;
		white-space:normal;
	}

	.f360-cookie-consent__button--primary{
		grid-column:1/-1;
		grid-row:1;
	}

	.f360-cookie-settings{
		left:10px;
		bottom:max(10px,env(safe-area-inset-bottom));
	}
}

@media (prefers-reduced-motion:no-preference){
	.f360-cookie-consent{
		animation:f360-cookie-enter .2s ease-out;
	}
}

@keyframes f360-cookie-enter{
	from{opacity:0;transform:translateY(10px)}
	to{opacity:1;transform:translateY(0)}
}
