<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* wysiwyg styles  */
h1, .wysiwyg h1 {
	font-size: 54px;
	font-weight: 700;
	line-height: 65px;
}

/* icons */
.ico {
	float:left;
	width: 37px;
	height: 37px;
	margin-right: 20px;
	background-size: 77px !important;
}
	.ico.fb_ico {
		background: url('/assets/images/icons/fb_ico.png') no-repeat center center;
	}
	.ico.insta_ico {
		background: url('/assets/images/icons/insta_ico.png') no-repeat center center;
	}
	.ico.yt_ico {
		background: url('/assets/images/icons/yt_ico.png') no-repeat center center;
	}

	footer .ico:hover {
		background-color: #431EC2;
		border-radius: 13px;
	}


/* menu  */
#mainmenu {

}

#mainmenu .hamb {
	position: absolute;
	top:37px;
	right: 110px;
	width: 80px;
	height: 40px;
	background: url('/assets/images/icons/Menu.svg') no-repeat right top;
	padding-top: 6px;
	font-size: 13px;
	cursor: pointer;
	z-index: 9989;
}
	#mainmenu .hamb:hover {
		filter: grayscale(100%) invert(16%) sepia(100%) saturate(4933%) hue-rotate(255deg) brightness(75%) contrast(103%);
		text-decoration: underline;
	}

#mainmenu .menuMobiCloseBtn {
	position: absolute;
	padding: 5px 10px;
	right: 20px;
	top: 10px;
	font-size:20px;
	font-weight:100: ;
	cursor: pointer;
	border-radius: 10px;
	border:1px solid #333;
	background: #fff;
}
	#mainmenu .menuMobiCloseBtn:hover {
		background:#333;
		color: #fff;
	}

#mainmenu .main_menu_list {
	display: none;
	position: absolute;
	right: -410px;
	width: 410px;
	top:0px;
	height: 100vh;
	/*
	top: 85px;
	height: calc(100vh - 85px);
	*/
	padding:0px 20px;
	background: #fff;
	border: 1px solid #D8E5F6;
	border-left: 25px solid #D8E5F6;
	
}
	#mainmenu .main_menu_list.active {
		display: block;
		z-index: 9999;
	}

	#mainmenu .main_menu_list ul {
		padding-top: 60px;

	}

	#mainmenu .main_menu_list li {
		
	}
	
	#mainmenu .main_menu_list li a {
		display: block;
		padding: 5px 40px;
		font-size: 13px;
		margin-bottom: 10px;
		color: #3E3E3E;	
		
	}
		#mainmenu .main_menu_list li a:hover {
			background: #D8E5F6;
		}
		



nav.nav-bar ul li ul li ul {
	display: none;
}



/* tech menu */
.tech_menu, .tech_menu a {
	color: #262B3E;
}

.tech_menu a.loginBtn,
.tech_menu div.loginBtn {
	position: absolute;
	transition: none;
	right: 244px;
	top:36px;
	width: 90px;
	height: 37px;
	padding-top: 8px;
	font-size: 13px;
	background: url('/assets/images/icons/user.png') no-repeat right top;
	background-size:contain;
	text-align: right;
  padding-right: 40px;
  cursor: pointer;
}
	.tech_menu div.loginBtn ul {
		position: absolute;
		width: 220px;
		right: 0px;
		margin-top: 10px;
		padding-top:10px;
		background: #fff;
		border: 1px solid #BDBDBD;
		display: none;
	}
		.tech_menu div.loginBtn ul.active {
			display: block;
		}
		.tech_menu a.loginBtn:hover,
		.tech_menu div.loginBtn:hover .navlabel {
			transition: none;
			filter: grayscale(100%) invert(16%) sepia(100%) saturate(4933%) hue-rotate(255deg) brightness(75%) contrast(103%);
			color: #563ACE;
			text-decoration: underline;
		}
		.tech_menu div.loginBtn:hover ul {
			background: white;
		}


	.tech_menu div.loginBtn ul li {
		font-size: 13px;
		margin-bottom: 15px;
		text-align: left;
	}
		
		.tech_menu div.loginBtn ul li a {
			padding:10px 20px;
			display: block;
		}
		.tech_menu div.loginBtn ul li a:hover {
			background: #D8E5F6;;
		}


.tech_menu div.searchBtn {
	position: absolute;
	top:36px;
	width: 40px;
	height: 37px;
	padding-top: 8px;
	font-size: 13px;
	background: url('/assets/images/icons/magnifier.png') no-repeat center center;
	background-size:58%;
	text-align: right;
  padding-right: 40px;
  cursor: pointer;
  	display: none;
}

.tech_menu .searchBox {
	position: absolute;
	right:480px;
	top: 39px;
	margin:0px 0px 0px 0px;
	width: 130px;
	height: 30px;
}
.tech_menu .searchBox input {
	max-width: 230px;
	padding:2px 15px;
	background: #F2F2F2 url('/assets/images/icons/magnifier.png') no-repeat right top;
	background-size: 17px;
	background-position: 95% 6px;
	border-radius:20px;
	border:1px solid #BDBDBD;
}
	.tech_menu .searchBox input:hover,
	.tech_menu .searchBox input:focus {
		border-color: #563ACE;
		background-color: #DDE6F5;
	}

.tech_menu .searchBox input.submit {
	position: absolute;
	top:0px;
	right: -100px;
	cursor: pointer;
	border:none;
	background: none;
	color:transparent;
}


input#newsletter_mail:hover,
input#newsletter_mail:focus {
	border-color: #fff;
	background-color: #fff;
	color: #3B2A57;
}


.login_portlet input.input {
	border: 1px solid #3B2A57;
}

.login_portlet input.input:hover,
.login_portlet input.input:focus {
	border:1px solid #619DF7 ;
}

.login_portlet a.passResetLink:hover {
	text-decoration:underline;
}

/* Kurzy */
.courses_list {
	margin: 40px 0;
}

.course_detail .sticky_sections {
	position: sticky;
	top: 150px;
	width: 100%;
	bottom:300px;
}

#homepage .courses_list {
	margin-bottom: 60px;
}


	.courses_list .oneCourse {
		margin-bottom: 20px;
		width: 100%;
		border:1px solid #fff;
	}
		.courses_list .oneListCol .oneCourse {
			background: #E4ECF7;
			flex-flow: column;
		}
			

	.courses_list .oneCourse a.oneCourse_img {
		display: block;
	}

		.courses_list.wysiwyg .oneCourse img {
			float: none;
			margin:0;
			width: 100%;
			height: 210px;
			object-fit: cover;
			opacity: 1;
		}
			.courses_list.wysiwyg .oneCourse:hover {
				box-shadow:5px 5px 15px #ddd;
				border:1px solid #3B2A57;
			}

		.courses_list .oneCourse .oneCourse_content {
			padding: 20px;
			background: #E4ECF7;
		}
		.courses_list .oneCourse .oneCourse_content h2,
		.courses_list .oneCourse .oneCourse_content h2 a {
			font-size: 21px;
			color: #3B2A57;
			font-weight: 700;
		}
			.courses_list .oneCourse .oneCourse_content h2 a:hover {
				text-decoration: underline;
			}
			.courses_list .oneCourse .oneCourse_content h2 {
				background: url('/assets/images/icons/ico_sipka.png') no-repeat top right;
				background-size: 15px 24px;
			}

			.courses_list .stitek {
				position: absolute;
				margin: -10px;
				padding:5px;
			}
			.courses_list .stitek.stitek_thumb {
				padding-left: 40px;
				background: url('/assets/images/icons/thumb.png') no-repeat top left;
				background-position: 10px;
				background-size: 20px;
			}

	.course_detail {}

	.course_detail h3.indexHeading {
		font-weight: 700;
		font-size: 22px;
	}

		.course_detail .listOfSections {

		}

		
		.course_detail .listOfSections a {
				padding:10px;
				margin: 10px 0px;
				background: #fff;
				border:1px solid transparent;
		}
			.course_detail .listOfSections a:hover {
				border: 1px solid #3B2A57;
			}

			.course_detail .listOfSections a .col-2 {
				padding: 0;
			}
			.course_detail .listOfSections a .col-7 {
				padding-left: 0;
			}

			.course_detail .listOfSections a span.finishIndicator {
				display: block;
				width: 24px;
				height: 24px;
				background: url('/assets/images/icons/ico_finishIndicator_empty.png') no-repeat top left;
				background-size: contain;
			}
				.course_detail .listOfSections a span.finishIndicator.done {
					background: url('/assets/images/icons/ico_finishIndicator_done.png') no-repeat top left;
					background-size: contain;
				}
	
	.course_detail.section {

	}

	.course_detail.section .onebox {

		border:1px solid #666;
		border-radius: 5px;
		margin-bottom: 20px;
		
	}

	.course_detail.section .onebox .openBlock {
		display: block;
		padding:20px;
		width: 100%;
		background: url('/assets/images/icons/ico_sipka.png') no-repeat center right 20px;
		background-size: 15px 24px;
		cursor: pointer;
	}
		.course_detail.section .onebox .openBlock:hover {
			background-color: #E4ECF7;
		}

		.course_detail.section .onebox .openBlock.active {
			background: url('/assets/images/icons/ico_sipka_down.png') no-repeat center right 20px;
			background-size: 15px 24px;
		}
	.course_detail.section .onebox .blockToOpen {
		display: none;
		padding: 20px;
	}
	.course_detail.section .onebox .blockToOpen.active {
		display: block;
	}

	/* multimedia block */
	.course_detail.section .onebox.mm_container {
		border:none;
	}

	.course_detail.section .onebox.mm_container .mm_video,
	.course_detail.section .onebox.mm_container .mm_audio {
		display: none;
	}
	.course_detail.section .onebox.mm_container .mm_video.active,
	.course_detail.section .onebox.mm_container .mm_audio.active {
		display: block;
	}

	.course_detail.section .onebox.mm_container .mm_tabs {
		padding: 20px;
		width: 100%;
	}

	.course_detail.section .onebox.mm_container .mm_tabs .onetab {
		display: block;
		float: left;
		width: 49%;
		margin-right: 2%;
		border-bottom: 3px solid #BDBDBD;
		padding:5px 0;
		text-align: center;
		cursor: pointer;
	}
		.course_detail.section .onebox.mm_container .mm_tabs .onetab:nth-child(2) {
			margin-right: 0;
		}
		.course_detail.section .onebox.mm_container .mm_tabs .onetab:hover,
		.course_detail.section .onebox.mm_container .mm_tabs .onetab.active {
			border-bottom: 3px solid  #E4ECF7;
		}

	.mm_panel {
		margin:20px 0;
	}

		/*testy*/
	.course_detail.section .onebox.test_container {}

	.course_detail.section .onebox.test_container .oneTest {
		margin-bottom: 20px;
	}

	.course_detail.section .onebox.test_container .oneTest .oneQuestion {
		margin-bottom: 20px;
	}

	.course_detail.section .onebox.test_container .oneTest .oneAnswer {
		padding: 10px 20px;
		border-radius: 5px;
		border: 1px solid #BDBDBD;
		margin-bottom: 2px;
		cursor: pointer;
	}
		.course_detail.section .onebox.test_container .oneTest .oneAnswer:hover {
			background: #E4ECF7;
		}

		.course_detail.section .onebox.test_container .oneTest .oneAnswer.correct {
			background: lightgreen;
		}
		.course_detail.section .onebox.test_container .oneTest .oneAnswer.incorrect {
			background: red;
			color: white;
		}

/* searching fulltext vyhledavani */
.searchResults {}

.searchResults .resultsSwitch {
	margin-bottom: 30px;
}

	.searchResults .resultsSwitch .switchResults {
		padding:5px 5px;
		border-bottom:3px solid #BDBDBD;
		cursor: pointer;
	}
		.searchResults .resultsSwitch .switchResults.active,
		.searchResults .resultsSwitch .switchResults:hover {
			border-bottom:3px solid #D8E5F6;
		}

		.searchResults .ftx_results_list {
			display: none;
		}
		.searchResults .ftx_results_list.active {
			display: block;
		}

		.searchResults.wysiwyg .ftx_results_list .oneFtxRecord {
			border-bottom:1px dashed #D8E5F6;
			padding: 20px 0;
			margin-bottom: 5px;
		}

		.searchResults.wysiwyg .ftx_results_list p a {
			text-decoration: underline;
		}


/* user management  */


	.my_modal.user_add_modal {
		
	}

	.wysiwyg section.users_management ul {
		margin-left: 0;
	}
	.wysiwyg section.users_management ul li{
		list-style: none;
	}


/* dashboard  */	
.dashboard {

}

	.dashboard .one_result {
		background: #fff;
		padding:10px 20px;
		margin-left: 0px;
		margin-bottom: 10px;
	}

	.dashboard .motivation {
		position: absolute;
		width: 500px;
		height: 330px;
		bottom: 1px;
		right: 1px;
	}
		.dashboard .motivation .motivation_img {
			position: absolute;
			width: 300px;
			height: 330px;
			background:url('/assets/images/clovek2.png') no-repeat right top;
			background-size: contain;
			right: 1px;
			bottom:-20px;
		}
		.dashboard .motivation .motivation_text {
			position: absolute;
			background: #fff;
			padding: 40px 20px;
			border-radius: 20px;
			bottom:160px;
			right: 130px;
		}

/* Blog */	
.common_list {
	margin: 40px 0;
}

	.common_list .oneItem {
		height: 420px;
		overflow: hidden;
	}

	.common_list .oneBlog_img {

	}
		.common_list .oneItem_img .oneItem img {
			float: none;
			margin:0;
			max-width: 100%;
		}

		.common_list a.oneItem_img {
			display: block;
			width: 100%;
			height: 200px;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
			background-color: #E4ECF7;
		}

		.common_list .oneItem .oneItem_content {
			padding: 20px;
			background: #E4ECF7;
		}
		.common_list .oneItem .oneItem_content h2,
		.common_list .oneItem .oneItem_content h2 a,
		.common_list .oneItem .oneItem_content h3,
		.common_list .oneItem .oneItem_content h3 a {
			font-size: 21px;
			color: #3B2A57;
			font-weight: 700;
		}
			.common_list .oneItem .oneItem_content h2 a:hover,
			.common_list .oneItem .oneItem_content h3 a:hover {
				text-decoration: underline;
			}
			.common_list .oneItem .oneItem_content h2,
			.common_list .oneItem .oneItem_content h3 {
				background: url('/assets/images/icons/ico_sipka.png') no-repeat top right;
				background-size: 15px 24px;
			}

			.common_list .stitek {
				position: absolute;
				margin: -10px;
				padding:5px;
			}
			.common_list .stitek.stitek_thumb {
				padding-left: 40px;
				background: url('/assets/images/icons/thumb.png') no-repeat top left;
				background-position: 10px;
				background-size: 20px;
			}
			
			.blog_detail_article .photogallery {
				padding: 20px 0;
			}
			.blog_detail_article .photogallery .onePhoto {
				margin-right: 10px;
			}
	


/* === DEF STYLES ===   */

.orderRightRowMoveUp {
	margin-top:-39px;
}

.my_modal {
	padding:30px 50px;
}

.my_modal input.input,
.my_modal select,
.my_modal .nice-select {
    width: 100%;
    padding:5px 15px;
    border:1px solid #BDBDBD;
    background-color: #fff;
    margin-bottom: 5px;
}
    .my_modal input.checkbox {
        width: 30px;
        border:1px solid #BDBDBD;
    }

.my_modal .nice-select {
    width:10%;
    margin-right: 1%;
}
    .my_modal .nice-select .list {
        border:1px solid #BDBDBD;
        background-color: #fff;
    }
    .my_modal .nice-select .option {
        color: #ccc;
    }

.my_modal label {
    font-size: 15px;
    font-weight: 400;
    color:#4F4F4F
}

.btn {
	padding:10px 35px;
	font-size: 18px;
	border-radius: 20px;
	border: 1px solid transparent;
	cursor: pointer;
}
	.btn.btn1 {
		color: #3B2A57;
		background: #00FF94;
	}
		.btn.btn1:hover {
			background: #3B2A57;
			color: #00FF94;
		}
	.btn.btn_add {
		padding: 10px 20px 10px 45px;
		font-size: 14px;
		background: #fff url('/assets/images/icons/ico_plus.png') no-repeat 10px center;
		background-size: 25px;
		color: #000;
		border:1px solid transparent;
	}
		.btn.btn_add:hover {
			border:1px solid #0F84F9;
		}

	.btn.user_btn,
	#licencesList .licences_list,
	.user_licences_list {
		display: block;
		width: 300px;
		text-align: left;
		margin:0px 0px 5px 15px;
		font-size: 14px;
		font-weight: 300;
		padding:10px 20px;
		border-radius: 3px;
		border:1px solid #fff;
		background: #fff url('/assets/images/icons/sipka_li.png') no-repeat right 10px center;
		background-size: 8px;
	}
		.btn.user_btn:hover,
		.user_licences_list:hover {
			border:1px solid #0F84F9;
		}
		#licencesList .licences_list,
		.user_licences_list {
			background: #fff;
		}
			.user_licences_list {
				cursor: pointer;
			}

	.btn.btn2 {
		font-size: 14px;
		border-radius: 5px;
		border: 1px solid #3B2A57;
		padding:5px 25px;
	}
		.btn.btn2:hover,
		.btn.btn2.active {
			background: #3B2A57;
			color: #fff;
		}

	.btn.btn_intile {
		font-weight: 300;
		color: #3B2A57;
		font-size: 13px;
		padding:5px 10px;
		border:1px solid #93ABC7;
	}
		.btn.btn_intile:hover {
			background: #3B2A57;
			color: #fff;
		}

.mt0 {margin-top: 0px;}
.mt1 {margin-top: 10px;}
.mt2 {margin-top: 20px;}
.mt3 {margin-top: 30px;}
.mt4 {margin-top: 40px;}
.mt6 {margin-top: 60px;}
.mt7 {margin-top: 70px;}
.mt8 {margin-top: 80px;}
.mt9 {margin-top: 90px;}
.mt10 {margin-top: 100px;}

.mb0 {margin-bottom: 0px;}
.mb1 {margin-bottom: 10px;}
.mb2 {margin-bottom: 20px;}
.mb3 {margin-bottom: 30px;}
.mb4 {margin-bottom: 40px;}
.mb5 {margin-bottom: 50px;}

.pl1{padding-left: 10px;}
.pl2{padding-left: 20px;}
.pl3{padding-left: 30px;}
.pl4{padding-left: 40px;}
.pl5{padding-left: 50px;}

.pb1{padding-bottom: 10px;}
.pb2{padding-bottom: 20px;}
.pb3{padding-bottom: 30px;}
.pb4{padding-bottom: 40px;}
.pb5{padding-bottom: 50px;}

.inner { padding:20px;}
.inner2 { padding:40px;}


.color1 {color: #3B2A57;}
.color2 {color: #D8E5F6;}
.color3 {color: #E4ECF7;}
.color4 {color: #BDBDBD;}

.bckg1 {background: #3B2A57;}
.bckg2 {background: #D8E5F6;}
.bckg3 {background: #E4ECF7;}
.bckg4 {background: #BDBDBD;}

.strip {
	padding:20px;
	margin-bottom: 20px;
}
	.strip.err {
		background: lightsalmon;
	}
	.strip.success {
		background: lightgreen;
	}

.mauto {
	margin-left: auto;
 	margin-right: auto;
}

.disabled {
	background: #aaa;
	color: #666;
}

.wysiwyg img,
.wysiwyg img.obtekani-vpravo,
.wysiwyg img.obtekani {
	float:left;
	margin:10px 20px 10px 0px;
}

.wysiwyg img.obtekani-vlevo {
	float:right;
	margin:10px 0px 10px 20px;
}

.h, .hideandseek {
	display: none;
}

.clear, .clr {
	float: none;
	clear: both;
}

.main_menu_list ul ul {
	display: none;
}

/* portlety / portlets  */

.portlet.submenu_dlazdice {
	margin-bottom: 40px;
}

.portlet.submenu_dlazdice .pg_list_img img {
	width: 100%;
}

/* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}



/* === RESPONSIVE ===  */
/*ipad*/
@media (max-width: 945px) {
	.hppadd {
		padding-top: 110px;
	}
	.nav-bar {
		/*height: 180px;*/
	}
	.breadcrumb-header {
		padding-top: 180px;
	}
	.tech_menu .searchBox {
	  display:none;
	  right: 0;
	  top: 110px;
	  height: 60px;
	  width: 100%;
	  left: 0;	  
	  background: #fff;
	  border-bottom: 1px solid #BDBDBD;
	}
	.tech_menu .searchBox.active {
		display: block;
	}

		.tech_menu .searchBox .resp_cont {
			margin:20px 60px;
		}

	.tech_menu .searchBox input {
		max-width: 100%;
		width: 100%;
	}
	.tech_menu .searchBox input.submit {
	  right: 0;
	  width: 60px;
	 }
	 .tech_menu .searchBox input {
	 		background-position: 97% 6px;
	 }
	 .tech_menu div.searchBtn {
	 	display: block;
	 	right: 352px;
	 }
	 .motivation {
	 	display: none;
	 }

	 .orderRightRowMoveUp {
		margin-top:0px;
	 }
}

@media (max-width: 770px) {
	.nav-bar {
		height: auto;
	}
	.breadcrumb-header {
		padding-top:160px;
	}
	.nav-bar .logo .logo-nav img {
		width: 127px;
	}
	#mainmenu .hamb {
		width: 40px;
	}
	.tech_menu a.loginBtn, .tech_menu div.loginBtn {
		width: 40px;
		right: 164px;
	}
	.tech_menu div.loginBtn ul {
		margin-top: 36px;
	}
	.navlabel {
		display: none;
	}
	.tech_menu div.searchBtn {
	 	right: 212px;
	 }
	 .tech_menu .searchBox {
	 	top:90px;
	 }
}

@media (max-width: 572px) {
	#mainmenu .hamb, #mainmenu .main_menu_list {
		right: 20px;
	}
	.tech_menu a.loginBtn, .tech_menu div.loginBtn {
		right: 75px;
	}
	.tech_menu div.searchBtn {
		right: 129px;
	}
	h1, .wysiwyg h1 {
		font-size: 34px;
		line-height: 35px;
	}
	.newsletter_portlet .padd {
		padding: 0px 0px;
	}
}


/* :: VIDEO PLAYER  */


.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}
.video-js-responsive-container {
    width: 100%;
    position: relative;
}
.video-js-responsive-container .video-js {
    height: 100% !important; 
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.pseudoVideo {
	position: relative;
	display: block;
	height: 400px;
	width: 100%;
	background: #333;
}
	.pseudoVideo .playbtn {
		display: block;
		height: 60px;
		width: 60px;
		padding:18px 0 0 3px;
		background:red;
		text-align: center;
		border-radius: 50px;
		color: #fff;
		font-weight: bold;
		margin: 0;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
	}
		.pseudoVideo:hover .playbtn {
			color: red;
			background: #fff;
		}

/* HP video  */
#homepage .vid_container {
    	max-width: 100%;
    	margin: 0 auto;
	}
#homepage .vid_container video {
    	width: 100%;
    	height: auto;
}

.gmstrip {
	position: fixed;
	width: 100%;
	bottom: 0px;
	padding:20px 40px;
	background: lightsalmon;
	border-top:1px dashed darkred;
	z-index: 999;
}

#menuOverlay {
	position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(61, 48, 133, 0.8);
  z-index: 1001;
}

.active-dark-mode-decision .wysiwg h1, .active-dark-mode-decision h1,
.active-dark-mode-decision .wysiwg h2, .active-dark-mode-decision h2,
.active-dark-mode-decision .wysiwg h3, .active-dark-mode-decision h3,
.active-dark-mode-decision .wysiwg h4, .active-dark-mode-decision h4,
.active-dark-mode-decision .wysiwg h5, .active-dark-mode-decision h5,
.active-dark-mode-decision .wysiwg h6,
.active-dark-mode-decision .wysiwg p,
.active-dark-mode-decision .wysiwg ul li,
.active-dark-mode-decision .breadcrumb-header a,
.active-dark-mode-decision .breadcrumb-header ul li,
.active-dark-mode-decision .openBlock,
.active-dark-mode-decision .onetab,
.active-dark-mode-decision .oneAnswer,
.active-dark-mode-decision .switchResults,
.active-dark-mode-decision label {
	color: #fff;
}

.active-dark-mode-decision .bckg2 {
	background: #2C1D45;
}</pre></body></html>