<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* WEBFONTS */

@font-face {font-family: 'OR'; src: url('fonts/oswald-regular.woff2') format('woff2'), url('fonts/oswald-regular.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'RR'; src: url('fonts/roboto-regular.woff2') format('woff2'), url('fonts/roboto-regular.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'RRI'; src: url('fonts/roboto-regular-italic.woff2') format('woff2'), url('fonts/roboto-regular-italic.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'RM'; src: url('fonts/roboto-medium.woff2') format('woff2'), url('fonts/roboto-medium.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'RMI'; src: url('fonts/roboto-medium-italic.woff2') format('woff2'), url('fonts/roboto-medium-italic.woff') format('woff'); font-weight: normal; font-style: normal;}

/* MANDATORY */

* {margin: 0px; padding: 0px; box-sizing: border-box; background-repeat: no-repeat; background-position:0px 0px;}
html, body {top: 0; left: 0; right: 0; height:100%;}
img {border: none;}
input, textarea, select {-webkit-appearance: none; border-radius: 0px;}
table {border: none; border-collapse: collapse;}
table td, table th {padding: 0;}
ul, ol {list-style-type: none;}
i, em {font-family: 'RRI', sans-serif; font-style: normal;}
b, strong {font-family: 'RM', sans-serif; font-weight: normal;}
i b, i strong, em b, em strong, b i, b em, strong i, strong em {font-family: 'RMI', sans-serif; font-weight: normal; font-style: normal;}

/* GLOBAL */

body {
	font-family: 'RR', sans-serif;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}

a, a:link, a:visited, a:focus, a:active, a:hover {
	color: #000000;
	text-decoration: none;
	transition: color 0.3s linear, background-color 0.3s linear;
}

p {
	margin-top: 10px;
}

p a {
	color: #000000 !important;
	text-decoration: underline !important;
}

h1, h2, h3, h4, h5 {
	width: 100%;
	font-family: 'OR', sans-serif;
	display: inline-block;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 10px;
}

h1 {
	font-size: 38px;
	text-transform: uppercase;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

/* ELEMENTS */

a.cc_logo {
	display: none !important;
}

.cc_container {
	font-family: 'RR', sans-serif !important;
	background-color: #000000 !important;
	border: 0px !important;
	padding-bottom: 55px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.cc_container .cc_btn {
	bottom: 15px !important;
}

.cc_container .cc_message {
	font-size: 14px !important;
	line-height: 140% !important;
	color: #ffffff !important;
}

.cc_container a,
.cc_container a:visited {
	color: #ffffff !important;
}

.cc_container a:hover {
	color: #ffffff !important;
	text-decoration: underline;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	color: #000000 !important;
	background-color: #999999 !important;
	border-radius: 0px !important;
}

.cc_container .cc_btn:hover {
	text-decoration: none;
	color: #000000 !important;
	background-color: #ffffff !important;
}

div.top {
	width: 100%;
	height: 80px;
	float: left;
	clear: both;
	background-color: #000000;
	position: fixed;
	z-index: 100;
}

div.top-left {
	float: left;
	clear: left;
	padding-left: 40px;
}

div.top-left a.logo {
	width: 332px;
	height: 40px;
	display: block;
	float: left;
	clear: both;
	text-indent: -999px;
	overflow: hidden;
	margin: 20px 0px;
	background-image: url(img/logo.svg);
	background-size: 100% 100%;
}

div.top-right {
	float: right;
	clear: right;
	padding-right: 40px;
}

ul.top-menu {
	font-family: 'RM', sans-serif;
	font-size: 18px;
	float: left;
	clear: both;
	margin-top: 28px;
}

ul.top-menu &gt; li {
	padding-bottom: 27px;
	float: left;
	clear: none;
	margin-left: 20px;
	position: relative;
}

ul.top-menu &gt; li.menuyes {
	background-image: url(img/sekyes.svg);
	background-size: 13px 8px;
	background-position: bottom 12px center;
}

ul.top-menu li a {
	color: #666666;
}

ul.top-menu li &gt; a:hover,
ul.top-menu li.current &gt; a {
	color: #ffffff;
}

ul.top-menu-sek {
	position: absolute;
	top: 52px;
	left: -20px;
	z-index: 100;
	white-space: nowrap;
	background-color: #000000;
	background-color: rgba(0,0,0,0.8);
	padding: 15px 0px;
	display: none;
}

ul.top-menu li:hover ul.top-menu-sek {
	display: block;
}

ul.top-menu-sek li {
	margin: 0px;
}

ul.top-menu-sek a {
	display: block;
	float: left;
	clear: both;
	padding: 5px 20px;
}

ul.top-menu-sek &gt; li &gt; a:hover,
ul.top-menu-sek &gt; li.current &gt; a {
	color: #ffffff;
}

div.top-menu-trigger {
	position: absolute;
	right: 20px;
	display: none;
} 

div.menu-trigger {
	width: 28px;
	height: 28px;
	position: relative;
	margin-top: 21px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

div.menu-trigger span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #ffffff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

div.menu-trigger span:nth-child(1) {
	top: 4px;
}

div.menu-trigger span:nth-child(2), div.top-menu-trigger span:nth-child(3) {
	top: 12px;
}

div.menu-trigger span:nth-child(4) {
	top: 20px;
}

div.menu-trigger.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

div.menu-trigger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

div.menu-trigger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div.menu-trigger.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

div.small-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	padding-top: 70px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.85);
	display: none;
}

ul.small-menu {
	font-family: 'RM', sans-serif;
	font-size: 36px;
	line-height: 100%;
	float: left;
	clear: both;
	margin-top: 30px;
	margin-left: 65px;
}

ul.small-menu li {
	float: left;
	clear: both;
	margin: 10px 0px;
}

ul.small-menu li a {
	display: block;
	float: left;
	clear: both;
	color: #666666;
}

ul.small-menu li a:hover,
ul.small-menu li.current a {
	color: #ffffff;
}

ul.small-menu-sek {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 10px;
	font-size: 30px;
	padding-left: 30px;
}

div.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 98;
	background-color: #ffffff;
	background-image: url(img/loader.gif);
	background-position: center center;
	background-size: 90px 90px;
}

div.main {
	width: 100%;
	height: 100%;
	float: left;
	clear: both;
	border: 20px solid #ffffff;
	border-top: 100px solid #ffffff;
	border-bottom: 0px;
}

div.slider-wrapper {
	width: 100%;
	height: 80%;
	float: left;
	clear: both;
	position: relative;
}

div.slider {
	width: 100% !important;
	height: 100% !important;
	float: left;
	clear: both;
}

div.slider-item,
div.slider-img {
	width: 100% !important;
	height: 100% !important;
	float: left;
	clear: both;
}

div.slider-img div.bg-attached {
	width: 100%;
	height: 100%;
	float: left;
	clear: both;
	background-size: cover !important;
	background-position: center center !important;
}

div.slider-text {
	float: left;
	clear: both;
	position: absolute;
	z-index: 51;
	bottom: 20px;
	left: 0px;
}

div.slider-text a {
	display: block;
	float: left;
	clear: both;
	text-align: left;
	padding: 40px 110px 40px 40px;
	font-family: 'OR', sans-serif;
	font-size: 36px;
	line-height: 120%;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
	background-image: url(img/arrow-right.svg);
	background-size: 50px 50px;
	background-position: right 40px center;
}

div.slider-text a:hover {
	background-color: rgba(0,0,0,0.8);
}

div.bx-wrapper,
div.bx-viewport {
	width: 100% !important;
	height: 100% !important;
	float: left;
	clear: both;
	position: relative;
}

div.bx-controls {
	width: 100%;
	height: 20px;
	text-align: center;
	float: left;
	clear: both;
	position: absolute;
	bottom: 0px;
	z-index: 60;
	background-color: #ffffff;
}

div.bx-pager {
	margin: 0px auto;
	margin-top: -6px;
	text-align: center;
}

div.bx-pager-item {
	display: inline-block;
	margin: 0px 3px;
}

a.bx-pager-link {
	width: 100px;
	height: 6px;
	display: block;
	float: left;
	clear: both;
	font-size: 0px;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
	background-color: #b2b2b2;
}

a.bx-pager-link.active {
	background-color: #000000;
}

div.grid {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 20px solid #ffffff;
}

div.single-column div.b-by-b-item {
	width: 100%!important;
}

div.b-by-b-item {
	width: 33.3333333%;
	float: left;
	clear: none;
	margin-bottom: 0px !important;
	overflow: hidden;
}

div.grid-item a {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	clear: both;
	position: relative;
}

span.grid-img {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	clear: both;
	text-align: center;
}

span.grid-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	padding: 10px 15px;
	font-family: 'OR', sans-serif;
	font-size: 28px;
	line-height: 120%;
	color: #ffffff;
	text-shadow: 0 0 10px #000000;
	transition: background-color 0.3s linear;
}

div.grid-main a:hover span.grid-caption {
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
}

div.grid-item img {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

div.grid-main img {
	opacity: 0.7;
	transition: opacity 0.3s linear;
}

div.grid-main a:hover img {
	opacity: 1;
}

div.grid-head {
	width: 100%;
	float: left;
	clear: both;
	padding: 30px 0px;
}

div.grid-head a.back {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	clear: left;
	text-indent: -999px;
	overflow: hidden;
	margin-right: 30px;
	background-image: url(img/back-arrow.svg);
	background-size: 40px 40px;
	opacity: 0.6;
	transition: opacity 0.2s linear;
}

div.grid-head h1 {
	width: auto;
	display: block;
	float: left;
	clear: none;
	margin: 0px;
}

div.grid-head a.addthis_button {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	clear: right;
	text-indent: -999px;
	overflow: hidden;
	margin: 5px 5px 5px 30px;
	background-image: url(img/share.svg);
	background-size: 30px 30px;
	opacity: 0.6;
	transition: opacity 0.2s linear;
}

div.grid-head a.back:hover,
div.grid-head a.addthis_button:hover {
	opacity: 1;
}

div.csc-default {
	width: 100%;
	float: left;
	clear: both;
	text-align: left;
}

div.csc-col-40 {
	width: 40%;
	float: left;
	clear: none;
	padding: 30px 30px 30px 0px;
}

a.button {
	color: #ffffff !important;
	background-color: #666666;
	text-decoration: none !important;
	display: block;
	float: left;
	clear: both;
	padding: 12px 16px;
}

a.button:hover {
	background-color: #000000;
}

div.csc-col-60 {
	width: 60%;
	float: left;
	clear: none;
}

div.csc-full-height {
	height: 100%;
}

div.csc-form {
	margin-top: 20px;
}

div.csc-form form {
	width: 100%;
	float: left;
	clear: both;
}

div.csc-form-row {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

div.csc-form input[type="text"] {
	width: 100%;
	font-family: 'RR', sans-serif;
	font-size: 16px;
	color: #000000;
	float: left;
	clear: right;
	border: none;
	padding: 15px;
	background-color: #e5e5e5;
}

div.csc-form textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 140px;
	min-height: 140px;
	max-height: 140px;
	font-family: 'RR', sans-serif;
	font-size: 16px;
	color: #000000;
	float: left;
	clear: right;
	border: none;
	padding: 15px;
	background-color: #e5e5e5;
}

div.csc-form input[type="submit"] {
	font-family: 'RM', sans-serif;
	font-size: 16px;
	float: right;
	clear: right;
	border: none;
	cursor: pointer;
	color: #ffffff;
	padding: 10px 15px;
	background-color: #666666;
}

div.csc-form input[type="submit"]:hover {
	background-color: #000000;
}

div.csc-form-submitted {
	width: 100%;
	float: left;
	clear: both;
	padding: 20px;
	margin-top: 20px;
	background-color: #e5e5e5;
}

div.csc-form-submitted p {
	margin: 0px !important;
}

/* MEDIA-QUERIES */

@media screen and (max-width:1300px) {
	div.b-by-b-item {width:50%;}
}

@media screen and (max-width:1100px) {
	div.top {height:70px;}
	div.top-left {padding-left:20px;}
	div.top-right {padding-right:20px;}
	div.top-left a.logo {width:299px; height:36px; margin-top:17px;}
	ul.top-menu {font-size:18px; margin-top:18px;}
	div.main {border-top:90px solid #ffffff;}
	div.top-left a.logo {width:233px; height:28px; margin-top:16px;}
	div.top {height:60px;}
	div.menu-trigger {margin-top:15px;}
	div.main {border:0px; padding-top:60px;}
	ul.top-menu &gt; li.menuyes {background-position:bottom 17px center;}
	ul.top-menu-sek {top:42px;}
}

@media screen and (min-width:970px) {
	div.top-right {display:block !important;}
	div.small-menu {display:none !important;}
}

@media screen and (max-width:970px) {
	div.top-right {display:none;}
	div.top-menu-trigger {display:block;}
	a.bx-pager-link {width:50px;}
	div.csc-col-40, div.csc-col-60 {width:100%; clear:both;}
	div.csc-full-height {margin-bottom:20px;}
}

@media screen and (max-width:620px) {
	div.slider-text, div.slider-text a {width:100%;}
	div.slider-text a {padding:20px 60px 20px 20px; font-size:28px; background-size:36px 36px; background-position:right 20px center;}
	div.b-by-b-item {width:100%;}
}

@media screen and (max-width:520px) {
	ul.small-menu {font-size:32px; line-height:100%; margin-top:10px; margin-left:55px;}
	div.grid-head a.back, div.grid-head a.addthis_button {display:none;}
	div.grid-head h1 {width:100%; padding:10px 10px 0px 10px;}
	div.csc-default {padding-left:20px; padding-right:20px;}
	div.csc-full-height {margin-bottom:0px;}
}

@media screen and (max-width:360px) {
	div.top-left {padding-left:15px;}
	div.top-menu-trigger {right:15px;}
	ul.small-menu {font-size:26px; margin-top:0px; margin-left:15px;}
	ul.small-menu li {margin:5px 0px;}
	ul.small-menu-sek {font-size:20px;}
	div.bx-controls {background-color:#000000;}
	a.bx-pager-link {width:30px; background-color:#666666;}
	a.bx-pager-link.active {background-color:#ffffff;}
}</pre></body></html>