* {
  box-sizing: border-box
}

body {
  margin: 0
}

#cookit {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: .6rem 2rem;
  display: flex;
  z-index: 999
}

#cookit.hidden {
  display: none
}

#cookit #cookit-container {
  margin: auto;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap
}

#cookit #cookit-container p {
  line-height: 1.4rem
}

#cookit #cookit-container a {
  text-decoration: none
}

#cookit #cookit-container a:hover {
  opacity: .9
}

#cookit #cookit-container #cookit-button {
  padding: .5rem 1rem;
  margin-left: auto
}

#cookit #cookit-container #cookit-button-d {
  padding: .5rem 1rem
}

#cookit #cookit-link {
  display: none
}
.divCookies {
	align-items: baseline;
	background: #353535;
	bottom: 0;
	color: #fff;
	display: flex;
	flex-flow: column wrap;
	font-size: 13px;
	justify-content: space-between;
	left: 0;
	margin-left: auto;
	padding: 15px 10px;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 999
}

.d-flex {
	display: flex !important
}

.w-100 {
	width: 100% !important
}

.cookiesAccept {
	background: #49a4fa;
	color: #fff
}

.custCookies {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	flex: 0 0 auto;
	float: right;
	font-size: 13px;
	font-weight: 700;
	margin: 15px;
	padding: 10px 15px
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.cookiesReject {
	background: #fff;
	color: red
}

.cookiesSettings {
	background: #fff;
	color: #0a0a0a
}

/* Backdrop overlay for cookie settings popup */
.cookiesSettingBackdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	z-index: 9998;
	display: none;
}

.cookiesSetting {
	align-items: baseline;
	background: #fff;
	border-radius: 10px;
	color: #333;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	justify-content: space-between;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 35px 40px;
	position: fixed;
	width: 70%;
	max-width: 900px;
	max-height: 90vh;
	overflow: hidden;
	z-index: 9999;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.cookiesSetting .d-flex.container {
	position: relative;
	width: 100%;
	padding: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 0;
  max-width: 100%;
}

.cookiesSetting .row {
	margin: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
}

.cookiesSetting .row.w-100 {
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.cookiesSetting .row .scrollY {
	flex: 1 1 auto;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 0;
  margin-top: 0px !important;
}

.cookiesSetting h4 {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: 600;
	color: #333;
	padding-right: 50px;
}

/* Responsive styles for cookie settings popup */
@media (max-width: 768px) {
	.cookiesSetting {
		width: 95%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		padding: 25px 20px;
		max-height: 85vh;
	}
	
	.cookiesSetting h4 {
		font-size: 20px;
		padding-right: 45px;
		margin-bottom: 15px;
	}
	
	.closeCookies {
		top: 20px;
		right: 20px;
		width: 35px;
		height: 35px;
		font-size: 18px;
	}
	
	.scrollY {
		flex: 1;
		margin: 15px 0;
		min-height: 200px;
	}
}

.accordion {
	max-width: 65em;
	margin-bottom: 2px;
	overflow-anchor: none
}

.visisbleDiv {
	visibility: visible
}

.hiddenDiv {
	visibility: hidden
}

.fL {
	float: left
}

.closeCookies {
	background: transparent;
	border: 2px solid #333;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	width: 40px;
	height: 40px;
	line-height: 1;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 30px;
	right: 30px;
	transition: all 0.3s ease;
	color: #333;
	z-index: 10001;
	margin: 0;
}

.closeCookies:hover {
	background: #333;
	color: #fff;
	transform: rotate(90deg);
}

.scrollY {
	flex: 1 1 auto;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 20px 0;
	padding-right: 10px;
	min-height: 0;
	max-height: 100%;
	-webkit-overflow-scrolling: touch;
}

.scrollY p {
	margin-bottom: 20px;
	line-height: 1.6;
}

.cookiesSetting .col-12:last-child {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #e8e8e8;
}

.cookiesSetting .col-12 button {
	margin: 5px 10px 5px 0;
	padding: 12px 25px;
	font-size: 14px;
}

.cookiesSetting .col-10 {
	padding-left: 0;
}

.cookiesSetting .col-2 {
	padding-right: 0;
	position: static;
}

.cookiesSetting .col-2 .closeCookies {
	position: absolute;
	top: 0px;
	right: 0px;
}

.cookiesSetting .row:first-child {
	flex-shrink: 0;
}

.cookiesSetting .row:first-child .col-10,
.cookiesSetting .row:first-child .col-2 {
	flex-shrink: 0;
}

.cookiesSetting .row:first-child .scrollY {
	flex: 1 1 0;
	min-height: 350px;
}

.btnBorder {
	border: solid 1px #333
}

.accordion>input[type="checkbox"] {
	position: absolute;
	left: -100vw
}

.accordion .content {
	overflow-y: hidden;
	height: 0;
	transition: height 0.3s ease
}

.accordion>input[type="checkbox"]:checked~.content {
	height: auto;
	overflow: visible
}

.accordion>input[type="checkbox"]:checked~.content {
	padding: 15px;
	border: 1px solid #e8e8e8;
	border-top: 0
}

.accordion .handle {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.2em;
	background: #e8e8e8
}

.accordion label {
	display: inline-block;
	color: #333;
	cursor: pointer;
	font-weight: 400;
	background: #e8e8e8;
	margin-bottom: 2px !important
}

.accordion label.handle {
	width: 100%;
	padding: 15px 20px 8px 20px
}

.accordion label:hover,
.accordion label:focus {
	background: #d8d8d8
}

.accordion .handle label.handle:before {
	font-family: 'fontawesome';
	content: "\f054";
	display: inline-block;
	margin-right: 10px;
	font-size: .58em;
	line-height: 1.556em;
	vertical-align: middle
}

.accordion>input[type="checkbox"]:checked~.handle label:before {
	content: "\f078"
}
.accordion>input[type="checkbox"]:checked~.handle label.switch:before {
	content: none;
}

.accordion p:last-child {
	margin-bottom: 0
}

.switch {
	position: relative;
	width: 50px;
	height: 24px;
	float: right
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s
}

.slider:before {
	position: absolute;
	content: "";
	height: 17px;
	width: 17px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s
}

input:checked+.slider {
	background-color: #2196F3
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px)
}

.slider.round {
	border-radius: 24px
}

.slider.round:before {
	border-radius: 50%
}