.elementor-kit-166{--e-global-color-primary:#19194C;--e-global-color-secondary:#F2F2F3;--e-global-color-text:#00AFEF;--e-global-color-accent:#00AFEF;--e-global-color-9d9e1c7:#FFFFFF;--e-global-color-2e2dd07:#F6F6F6;--e-global-color-b0d2f40:#5E6365;--e-global-color-e254e74:#454A4C;--e-global-color-5713f19:#0D0D0D;--e-global-color-5088469:#071435;--e-global-color-8f945bd:#FFDE1D;--e-global-color-bf68e19:#00EF40;--e-global-color-47d6fb2:#00AFEF;--e-global-color-8e86a6e:#EF9228;--e-global-color-9a6e876:#00AFEF;--e-global-color-2624fcf:#EF4000;--e-global-color-3187551:#00EF40;--e-global-color-2e0f387:#EF9228;--e-global-color-408091c:#19AFEC;--e-global-typography-primary-font-family:"Rustica (Adobe)";--e-global-typography-primary-font-size:15px;--e-global-typography-secondary-font-family:"Rustica (Adobe)";--e-global-typography-secondary-font-size:33px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-bc28ad1-font-family:"QTypeSquare-Book";--e-global-typography-bc28ad1-font-size:1.4rem;color:#19194C;font-family:"Roboto", roboto;font-size:16px;}.elementor-kit-166 p{margin-bottom:1em;}.elementor-kit-166 a{color:var( --e-global-color-primary );}.elementor-kit-166 a:hover{color:var( --e-global-color-accent );}.elementor-kit-166 h2{color:var( --e-global-color-primary );font-family:"Roboto", roboto;font-weight:bold;}.elementor-kit-166 h6{font-family:"Roboto", roboto;font-size:16px;font-weight:600;line-height:1.2em;}.elementor-kit-166 button,.elementor-kit-166 input[type="button"],.elementor-kit-166 input[type="submit"],.elementor-kit-166 .elementor-button{font-family:"Roboto", roboto;font-size:14px;font-weight:bold;color:var( --e-global-color-9d9e1c7 );border-radius:50px 50px 50px 50px;padding:15px 40px 15px 40px;}.elementor-kit-166 button:hover,.elementor-kit-166 button:focus,.elementor-kit-166 input[type="button"]:hover,.elementor-kit-166 input[type="button"]:focus,.elementor-kit-166 input[type="submit"]:hover,.elementor-kit-166 input[type="submit"]:focus,.elementor-kit-166 .elementor-button:hover,.elementor-kit-166 .elementor-button:focus{color:var( --e-global-color-9d9e1c7 );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-166 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:155px;max-width:155px;}.site-footer{background-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-kit-166{line-height:1.4em;}.elementor-kit-166 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.site-header .site-branding .site-logo img{width:155px;max-width:155px;}}@media(max-width:767px){.elementor-kit-166{font-size:15px;line-height:1.3em;}.elementor-kit-166 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Rustica (Adobe)';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://main.makekit.no/wp-content/uploads/2022/05/Fontspring-DEMO-7_rustica-bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'QTypeSquare-Book';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://main.makekit.no/wp-content/uploads/2022/05/QTypeSquare-Book.ttf') format('truetype');
}
/* End Custom Fonts CSS */