/* Kansai Altan CMP — cookieconsent 4.1.0 uzerine site kromu.
   Bu dosya cookie-consent.js SONRASINDA yuklenir; kutuphanenin enjekte ettigi stilleri ezer. */

.iwt-com---nb,
.iwt-com---pc-overlay,
.iwt-com---pc-dialog {
	font-family: Calibri, "Segoe UI", sans-serif;
	color: #082559;
	-webkit-font-smoothing: antialiased;
}

.iwt-com---nb *:focus-visible,
.iwt-com---pc-overlay *:focus-visible {
	outline: 3px solid #fbbc1e;
	outline-offset: 2px;
}

/* -------------------------------------------------------------------------- */
/* Banner                                                                      */
/* -------------------------------------------------------------------------- */

.iwt-com---nb {
	display: none;
	position: fixed;
	z-index: 100000;
	background: #fff;
	border: 0;
	border-top: 4px solid #1580be;
	box-shadow: 0 18px 48px rgba(8, 37, 89, .28);
	overflow: visible;
}

@media (min-width: 768px) {
	.iwt-com---nb {
		left: 50%;
		right: auto;
		bottom: 1.5rem;
		width: 760px;
		max-width: calc(100% - 32px);
		border-radius: 8px;
		border-top: 0;
		border-left: 6px solid #1580be;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width: 767.98px) {
	.iwt-com---nb {
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: auto !important;
		max-width: none;
		border-radius: 12px 12px 0 0;
		padding-bottom: env(safe-area-inset-bottom, 0);
	}
}

.iwt-com---nb .cc-nb-main-container {
	padding: 1.35rem 1.6rem 1.45rem;
}

.iwt-com---nb .cc-nb-title-container {
	display: block !important;
}

.iwt-com---nb .cc-nb-title {
	margin: 0 0 .45rem;
	color: #082559;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.25;
}

.iwt-com---nb .cc-nb-text,
.iwt-com---nb .cc-nb-text p {
	margin: 0 0 1rem;
	color: #082559;
	font-size: 1rem;
	line-height: 1.5;
}

.iwt-com---nb .cc-nb-text a,
.iwt-com---pc-dialog .cc-cp-body-content-entry-text a {
	color: #1580be;
	font-weight: 600;
	text-decoration: underline;
}

.iwt-com---nb .cc-nb-text a:hover,
.iwt-com---pc-dialog .cc-cp-body-content-entry-text a:hover {
	color: #082559;
}

.iwt-com---nb .cc-nb-buttons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.iwt-com---nb .cc-nb-okagree,
.iwt-com---nb .cc-nb-reject,
.iwt-com---nb .cc-nb-changep,
.iwt-com---pc-dialog .cc-cp-foot-save,
.iwt-com---pc-dialog .cc-pc-btn {
	display: inline-block;
	margin: 0;
	padding: .7rem 1.35rem;
	border-radius: 7px;
	border: 1px solid transparent;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	-webkit-transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
	transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.iwt-com---nb .cc-nb-okagree,
.iwt-com---pc-dialog .cc-pc-btn-accept {
	background: #1580be;
	border-color: #1580be;
	color: #fff;
}

.iwt-com---nb .cc-nb-okagree:hover,
.iwt-com---pc-dialog .cc-pc-btn-accept:hover {
	background: #082559;
	border-color: #082559;
	color: #fff;
}

.iwt-com---nb .cc-nb-reject,
.iwt-com---pc-dialog .cc-pc-btn-reject {
	background: transparent;
	border-color: #082559;
	color: #082559;
}

.iwt-com---nb .cc-nb-reject:hover,
.iwt-com---pc-dialog .cc-pc-btn-reject:hover {
	background: #082559;
	color: #fff;
}

.iwt-com---nb .cc-nb-changep {
	background: #082559;
	border-color: #082559;
	color: #fff;
}

.iwt-com---nb .cc-nb-changep:hover {
	background: #1580be;
	border-color: #1580be;
	color: #fff;
}

@media (max-width: 767.98px) {
	.iwt-com---nb .cc-nb-okagree,
	.iwt-com---nb .cc-nb-reject,
	.iwt-com---nb .cc-nb-changep {
		width: 100%;
		text-align: center;
	}
}

/* -------------------------------------------------------------------------- */
/* Tercih merkezi                                                              */
/* -------------------------------------------------------------------------- */

.iwt-com---pc-overlay {
	background: rgba(8, 37, 89, .62) !important;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

body:has(#iwt-com---preferences-center.iwt-com---is-visible) #iwt-com---nb,
body.consent-pc-open #iwt-com---nb {
	visibility: hidden !important;
	pointer-events: none;
}

.iwt-com---pc-overlay.iwt-com---is-visible {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px 16px;
	overflow-y: auto;
}

#iwt-com---preferences-center .iwt-com---pc-dialog,
.iwt-com---pc-overlay .iwt-com---pc-dialog {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	margin: 0 auto !important;
	width: 920px !important;
	max-width: 100% !important;
	max-height: calc(100vh - 48px);
	height: auto !important;
	border-radius: 8px !important;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 28px 64px rgba(8, 37, 89, .38);
}

#iwt-com---preferences-center .cc-pc-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: calc(100vh - 48px);
	min-height: 0;
}

#iwt-com---preferences-center .cc-pc-head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	padding: 0 1.15rem 0 1.35rem !important;
	min-height: 72px;
	background: #082559;
	color: #fff;
	border-bottom: 3px solid #1580be;
}

#iwt-com---preferences-center .cc-pc-head-title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

#iwt-com---preferences-center .cc-pc-brand-logo {
	display: block;
	height: 36px;
	width: auto;
	max-width: 160px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#iwt-com---preferences-center .cc-pc-head-title-text {
	display: none !important;
}

#iwt-com---preferences-center .cc-pc-head-title-headline,
#iwt-com---preferences-center .cc-pc-head-title-headline.cc-pc-head-title-headline {
	margin: 0;
	color: #fff !important;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .01em;
}

#iwt-com---preferences-center .cc-pc-head-lang {
	margin-left: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#iwt-com---preferences-center .cc-pc-head-lang select,
#iwt-com---preferences-center .cc-pc-head-lang-select {
	display: none !important;
}

#iwt-com---preferences-center .cc-pc-head-close {
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .12);
	color: #fff !important;
	font-size: 1.05rem;
	line-height: 1;
}

#iwt-com---preferences-center .cc-pc-head-close:hover {
	background: rgba(255, 255, 255, .22);
	color: #fff;
}

#iwt-com---preferences-center .cc-cp-body {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 280px;
	max-height: none;
	overflow: hidden;
	border: 0 !important;
	background: #fff;
}

#iwt-com---preferences-center .cc-cp-body-tabs {
	width: 248px !important;
	min-width: 248px !important;
	margin: 0;
	padding: .75rem 0;
	background: #082559;
	border-right: 0 !important;
	overflow-x: hidden;
	overflow-y: auto;
}

#iwt-com---preferences-center .cc-cp-body-tabs-item {
	float: none !important;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0 !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

#iwt-com---preferences-center .cc-cp-body-tabs-item-link {
	display: block;
	width: 100%;
	padding: .85rem 1.15rem .85rem 1.35rem;
	border: 0;
	border-left: 4px solid transparent;
	background: transparent;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: left;
	word-wrap: break-word;
	white-space: normal;
	cursor: pointer;
}

#iwt-com---preferences-center .cc-cp-body-tabs-item-link:hover {
	background: rgba(255, 255, 255, .06);
	color: #fbbc1e;
}

#iwt-com---preferences-center .cc-cp-body-tabs-item[active="true"] .cc-cp-body-tabs-item-link,
#iwt-com---preferences-center .cc-cp-body-tabs-item-link[aria-selected="true"] {
	background: rgba(21, 128, 190, .28);
	border-left-color: #fbbc1e;
	color: #fbbc1e;
}

#iwt-com---preferences-center .cc-cp-body-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
}

#iwt-com---preferences-center .cc-cp-body-content-entry {
	padding: 1.75rem 1.85rem 2rem !important;
}

#iwt-com---preferences-center .cc-cp-body-content-entry-title {
	margin: 0 0 .75rem;
	color: #082559;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.25;
}

#iwt-com---preferences-center .cc-cp-body-content-entry-text,
#iwt-com---preferences-center .cc-cp-body-content-entry-text p {
	margin: 0 0 .85rem;
	color: #082559;
	font-size: 1rem;
	line-height: 1.55;
}

#iwt-com---preferences-center .cc-cp-body-content-entry-text code {
	padding: .05em .35em;
	border-radius: 4px;
	background: #eef3f8;
	font-size: .9em;
}

#iwt-com---preferences-center input[type=checkbox].cc-custom-checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	appearance: none;
	border: 0;
	margin: 0;
}

#iwt-com---preferences-center input[type=checkbox].cc-custom-checkbox + label {
	display: inline-block;
	position: relative;
	margin: .15rem 0 1.15rem;
	padding: 4px 0 4px 58px;
	color: #6b7c93;
	font-size: 1rem;
	font-weight: 600;
	line-height: 28px;
	cursor: pointer;
}

#iwt-com---preferences-center input[type=checkbox].cc-custom-checkbox + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 48px;
	height: 28px;
	border-radius: 16px;
	background: #d5dde6;
	border: 0;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

#iwt-com---preferences-center input[type=checkbox].cc-custom-checkbox + label:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 7px;
	width: 22px;
	height: 22px;
	margin: 0;
	border-radius: 50%;
	background: #fff;
	border: 0;
	box-shadow: 0 1px 4px rgba(8, 37, 89, .28);
	-webkit-transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
}

#iwt-com---preferences-center input[type=checkbox].cc-custom-checkbox:checked + label {
	color: #1580be;
}

#iwt-com---preferences-center input[type=checkbox].cc-custom-checkbox:checked + label:before {
	background: #1580be;
	border-color: #1580be;
}

#iwt-com---preferences-center input[type=checkbox].cc-custom-checkbox:checked + label:after {
	margin-left: 0;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

#iwt-com---preferences-center input[type=checkbox].cc-custom-checkbox:checked:disabled + label {
	color: #082559;
	cursor: default;
}

#iwt-com---preferences-center input[type=checkbox].cc-custom-checkbox:checked:disabled + label:before {
	background: #082559;
	border-color: #082559;
	opacity: 1;
}

#iwt-com---preferences-center input[type=checkbox].cc-custom-checkbox:disabled + label:after {
	opacity: 1;
}

#iwt-com---preferences-center .cc-cp-foot {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 1rem 1.25rem !important;
	background: #f4f6f8;
	border-top: 1px solid #e2e8ef;
}

#iwt-com---preferences-center .cc-cp-foot-byline {
	display: none !important;
}

#iwt-com---preferences-center .cc-cp-foot-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#iwt-com---preferences-center .cc-pc-btn-reject {
	margin-right: auto;
}

#iwt-com---preferences-center .cc-cp-foot-save,
#iwt-com---preferences-center .cc-pc-btn-save {
	background: #082559;
	border-color: #082559;
	color: #fff;
}

#iwt-com---preferences-center .cc-cp-foot-save:hover,
#iwt-com---preferences-center .cc-pc-btn-save:hover {
	background: #1580be;
	border-color: #1580be;
	color: #fff;
}

@media (max-width: 1199.98px) {
	#iwt-com---preferences-center .cc-cp-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: visible;
	}

	#iwt-com---preferences-center .cc-cp-body-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100% !important;
		min-width: 0 !important;
		padding: 0;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	#iwt-com---preferences-center .cc-cp-body-tabs::-webkit-scrollbar {
		display: none;
	}

	#iwt-com---preferences-center .cc-cp-body-tabs-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	#iwt-com---preferences-center .cc-cp-body-tabs-item-link {
		padding: .9rem 1rem;
		border-left: 0;
		border-bottom: 3px solid transparent;
		white-space: nowrap;
	}

	#iwt-com---preferences-center .cc-cp-body-tabs-item[active="true"] .cc-cp-body-tabs-item-link,
	#iwt-com---preferences-center .cc-cp-body-tabs-item-link[aria-selected="true"] {
		border-left-color: transparent;
		border-bottom-color: #fbbc1e;
	}

	#iwt-com---preferences-center .cc-cp-body-content {
		overflow: visible;
	}

	#iwt-com---preferences-center .cc-pc-container {
		max-height: none;
	}

	#iwt-com---preferences-center .iwt-com---pc-dialog,
	.iwt-com---pc-overlay .iwt-com---pc-dialog {
		max-height: none;
	}
}

@media (max-width: 767.98px) {
	#iwt-com---preferences-center .cc-pc-head {
		min-height: 64px;
		padding: 0 .75rem 0 1rem !important;
	}

	#iwt-com---preferences-center .cc-pc-brand-logo {
		height: 28px;
	}

	#iwt-com---preferences-center .cc-pc-head-title-headline {
		font-size: 1.05rem;
	}

	#iwt-com---preferences-center .cc-cp-body-content-entry {
		padding: 1.25rem 1.1rem 1.5rem !important;
	}

	#iwt-com---preferences-center .cc-pc-btn-reject,
	#iwt-com---preferences-center .cc-cp-foot-save,
	#iwt-com---preferences-center .cc-pc-btn-accept {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}

	#iwt-com---preferences-center .cc-cp-foot-button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

@media (prefers-reduced-motion: reduce) {
	.iwt-com---nb .cc-nb-okagree,
	.iwt-com---nb .cc-nb-reject,
	.iwt-com---nb .cc-nb-changep,
	.iwt-com---pc-dialog .cc-cp-foot-save,
	.iwt-com---pc-dialog .cc-pc-btn,
	#iwt-com---preferences-center input[type=checkbox].cc-custom-checkbox + label:before,
	#iwt-com---preferences-center input[type=checkbox].cc-custom-checkbox + label:after {
		-webkit-transition: none;
		transition: none;
	}
}
