@font-face {
    font-family: 'AvenirNextLTPro';
    font-weight: 400;
    src: url('../fonts/39BD60_1_0.woff2') format('woff2');
    font-display: swap;
} 
@font-face {
    font-family: 'AvenirNextLTPro';
    font-weight: 500;
    src:  url('../fonts/avenir_next_medium.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'AvenirNextLTPro';
    font-weight: 600;
    src:  url('../fonts/avenir_next_demi.woff2') format('woff2');
    font-display: swap;
}
html,
body {
	border: none;
	margin: 0;
	padding: 0;
	font-family: 'AvenirNextLTPro';
	font-style: normal;
}
body {
	padding-top: 00px;
}
p {
	color: #14303D;
}
h1,h2,h3,h4 {
	color: #14303D;
	font-weight: 600;
}

span.splash-label {
	font-weight: 600;
	color: #fff;
	position: absolute;
	top: -16px;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 8px 8px;
	border-radius: 16px;
	background: #FC846A;
	font-size: 13px;
	line-height: 125%;
	text-align: center;
	letter-spacing: 0.025em;
	width: 52px;
}
ul li a {
	color: #14303D;
	text-decoration: none;
}
ul {
	padding: 0;
	list-style: none;
}
ul.dot-list {
	padding-left: 20px;
	list-style: initial;
}
ul.dot-list li {
	margin-bottom: 8px;
}
.js-link-blank {
	cursor: pointer;
}
.vertical-align {
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
}
.center {
	margin: 0 auto;
	left: 0;
	right: 0;
}





/* containers and rows */



.slim-content {
	max-width: 360px;
}
.medium-content {
	max-width: 600px;
}
h2,
.h2 {
	color: #14303D;
	margin-top: 0;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	line-height: 122%;
	letter-spacing: -0.025em;
}
@media screen and (max-width: 1100px) {
	h2,
	.h2 {
		font-size: 30px;
		line-height: 120%;
		letter-spacing: -0.02em;
	}

}
@media screen and (max-width: 992px) {
	h2,
	.h2 {
		font-size: 28px;
		line-height: 120%;
		letter-spacing: -0.02em;
	}

}
.card-tag {
	display: block;
}
.medium-width {
	max-width: 425px;
}
.medium-content p {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #14303D;
}
.medium-content p:first-of-type {
	margin-top: 0;
}


/* Cookies */
#cn-close-notice {
	display: none;
}
#cookie-notice .cookie-notice-container {
	background: #FFFFFF;
	box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.2);
	border-radius: 0px 24px 0px 0px;
	max-width: 480px;
}
.cn-text-container {
	color: #14303D;
	font-family: Avenir Next;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
	width: 50%;
	margin: 0;
}
.cn-text-container a {
	color: #1980B3;
	text-decoration: none;
}
#cookie-notice {
	background-color: transparent !important;
	min-width: initial;
	width: 1452px;
	max-width: calc(100% - 30px);
}
#cn-notice-buttons {
	position: relative;
	top: 6px;
	left: 12px;
}
#cookie-notice .cn-button {
	justify-content: center;
	align-items: center;
	padding: 13px 16px;
	width: 50px;
	height: 44px;
	background: #14303D;
	border-radius: 50px;
	font-family: Avenir Next;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	float: right;
}
@media screen and (max-width: 900px) {
	#cookie-notice {
		max-width: 100%;
	}
	#cookie-notice .cookie-notice-container {
		border-radius: 24px 24px 0px 0px;
		max-width: 100%;
		height: 80px;
	}
	.cn-text-container {
		width: auto;
		padding-right: 80px;
	}
	.cookie-notice-container #cn-notice-text {
		display: inline-block;
		text-align: left;
		float: left;
	}
	#cn-notice-buttons {
		position: absolute;
		left: 0;
		right: 15px;
		transform: translateY(-50%);
 		top: 50%;
	}
}

/* NEW COOKIE */
#cookie-banner {
	display: none;
	height: 80px;
	width: 420px;
	background: #FFFFFF;
	box-shadow: 4px -4px 16px rgba(0, 0, 0, 0.18);
	border-radius: 0px 24px 0px 0px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.no-cookie #cookie-banner {
	display: block;
}
#cookie-banner.open {
	height: 440px;
}
#cookie-banner.hide {
	bottom: -82px;
}
.cookie-btn {
	justify-content: center;
	align-items: center;
	padding: 13px 16px;
	background: #14303D;
	border-radius: 50px;
	font-family: Avenir Next;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	float: right;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 0 4px;
}
.cookie-btn.light {
	background: #E2E8E8;
	color: #14303D;
}
#cookie-banner p {
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: #14303D;
	margin: 2px 0;
}
.cookie-body .cookie-text p a {
	color: #1980B3;
	text-decoration: none;
}
.cookie-body {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	opacity: 1;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	z-index: 2;
}
.cookie-settings {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	transition-delay: 0s;
	z-index: 1;
}
.cookie-settings h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.03em;
	color: #14303D;
	margin: 6px 0 18px;
	-webkit-font-smoothing: antialiased;
}
.cookie-settings ul {
	margin-top: 32px;
}
.cookie-settings ul li {
	border-top: 1px solid #E5E5E5;
	padding: 15px 0;
	position: relative;
}
.cookie-settings ul li:first-of-type {
	border-top: none;
}
#cookie-banner .cookie-settings p {
	color: #262626;
}
#cookie-banner .cookie-settings li p {
	font-family: Avenir Next;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #262626;
	padding-right: 50px;
}
.cookie-settings li .toggle-btn {
	position: absolute;
	top: 14px;
	right: 0;
}
#cookie-banner.open .cookie-settings {
	opacity: 1;
	z-index: 2;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	transition-delay: 0.1s;
}
#cookie-banner.open .cookie-body {
	opacity: 0;
	z-index: 1;
}
.cookie-body .cookie-text {
	width: 240px;
	position: absolute;
	top: 0;
	left: 0;
}
.cookie-body .cookie-btns {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	display: inline-block;
}
.cookie-settings .cookie-btns {
	margin-top: 32px;
	position: relative;
	right: -4px;
}
#cookie-accept {
	margin-right: 0;
}
@media screen and (max-width: 600px) {
	#cookie-banner {
		width: 100%;
		border-radius: 24px 24px 0px 0px;
	}
}
@media screen and (max-width: 400px) {
	#cookie-banner p {
		font-size: 14px;
		line-height: 20px;
	}
	.cookie-btn {
		padding: 12px 14px;
	}
	.cookie-body .cookie-btns {
		top: 1px;
	}
}
@media screen and (max-width: 360px) {
	#cookie-banner p {
		font-size: 12px;
		line-height: 19px;
	}
	.cookie-btn {
		padding: 10px 12px;
	}
	.cookie-body .cookie-btns {
		top: 1px;
	}
	.cookie-body .cookie-text {
		width: 200px;
	}
}
/* NEW COOKIE */
/* Cookies */

/***************************/
/* containers and rows */
section {
	margin: 20px auto;
	padding: 0;
	max-width: 1440px;
}
.outer-container {
	max-width: 1440px;
}
.container {
	max-width: 1320px;
	margin: 0 auto;
}
.outer-container>.row,
.container>.row {
	flex-wrap: wrap;
	display: flex;
	margin: 0 -16px;
}

.col-12,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2 {
	margin-right: 0;
	margin-left: 0;
	display: inline-block;
	padding: 0 16px;
	box-sizing: border-box;
	position: relative;
}
.col-12 {
	width: 100%;
}
.col-10 {
	width: 83.33%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66%;
}
.col-7 {
	width: 58.33%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66%;
}
.col-4 {
	width: 33.33%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66%;
}
.col-1 {
	width: 8.33%;
}
.card-background {
	border-radius: 36px;
	position: relative;
}
.card-background.with-padding {
	padding: 60px 0;
}
.outer-container>.row>.col-12,
.outer-container>.row>.col-10,
.outer-container>.row>.col-9,
.outer-container>.row>.col-8,
.outer-container>.row>.col-7,
.outer-container>.row>.col-6,
.outer-container>.row>.col-5,
.outer-container>.row>.col-4,
.outer-container>.row>.col-3,
.outer-container>.row>.col-2 {
	padding: 0 10px;
}

.bg-img {
	height: 100%;
	width: 415px;
	border-radius: 24px;
	overflow: hidden;
}
.bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#fondrobot-intro .bg-img img {
	height: 92%;
}
@media screen and (max-width: 700px) {
}
/* containers and rows */
/***************************/




/* Text styles */

p.card-text {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #14303D;
	margin-top: 0;
}
p.card-text.slim {
	max-width: 425px;
}
p.card-text.margin-top {
	margin-top: 45px;
}


.disclaimer-text,
.light-text {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	color: #4D4D4D;
}
.disclaimer-text {
	max-width: 424px;
	margin: 16px 0;
}
.disclaimer-text:first-of-type {
	margin-top: 24px;
}
.disclaimer-text:last-of-type {
	margin-bottom: 24px;
}
.read-more {
	text-decoration: underline;
	cursor: pointer;
}
.disclaimer-text a {
	color: #1980B3;
}
.read-more-text {
	display: none;

}
.read-more-text.show {
	display: inline;
}
/* Text styles */



/* Header nav */
#site-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 70px;
	z-index: 99;
}
.header-logo {
	width: 120px;
	display: block;
	float: left;
	margin-top: 20px;
}
.header-logo>svg {
	width: 100%;
}
.home .header-logo>svg path {
	fill: #fff;
}
#sticky-menu .header-logo {
	background: #fff;
	width: 60px;
	height: 60px;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
	border-radius: 72px;
	top: 0px;
	position: relative;
}
#sticky-menu .header-logo>svg {
	top: 14px;
	position: relative;
}
#sticky-menu .header-logo>svg path {
	fill: #14303D;
}
#sticky-menu ul.menu,
#site-header ul.menu {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	position: relative;
	top: 34px;
}
#sticky-menu ul.menu {
	top: 20px;
}
#sticky-menu ul.menu {
	background: #fff;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
	border-radius: 72px;
	height: 48px;
	padding: 12px 32px 0px;
}
#sticky-menu ul.menu li,
#site-header ul.menu li {
	display: inline-block;
	margin-right: 36px
}
#sticky-menu ul.menu li:last-of-type,
#site-header ul.menu li:last-of-type {
	margin-right: 0;
}
#sticky-menu ul.menu li a,
#site-header ul.menu li a {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #14303D;
	padding-bottom: 2px;
}
#sticky-menu ul.menu li.active a,
#site-header ul.menu li.active a {
	border-bottom: 1px solid #14303D;
}
.home #site-header ul.menu li a {
	color: #FFFFFF;
}
#sticky-menu ul.menu li a.btn-cta,
#site-header ul.menu li a.btn-cta {
	padding: 13px 34px 13px;
	border-radius: 30px;
	text-decoration: none;
	letter-spacing: -0.5px;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
	background: #14303D;
}

.home #site-header ul.menu li a.btn-cta {
	color: #14303D;
	background: #75E2E1;
}
a.btn-cta.ios svg,
a.btn-cta.ios svg {
	position: relative;
	top: 0px;
	width: 20px;
	height: 20px;
}
a.btn-cta.android,
a.btn-cta.ios {
	position: relative;
	width: 20px;
	height: 20px;
}
body:not(.home) #site-header ul.menu li a.btn-cta.android svg path,
body:not(.home) #site-header ul.menu li a.btn-cta.ios svg path {
	fill: #fff;
}

a.btn-cta.android,
a.btn-cta.ios {
	display: none;
}

.div-404 {
	margin-top: 12%;
	text-align: center;
}
.div-404 a {
	color: #1980B3;
}
/* ios */
body.io-ios a.btn-cta.ios {
	display: inline !important;
}
body.io-ios .menu-box-content a.btn-cta.ios {
	display: block !important;
	margin-bottom: 8px;
}
body.io-ios a.btn-cta.android,
body.io-ios a.btn-cta.default {
	display: none !important;
}
/* ios */
/* android */
body.io-android a.btn-cta.android {
	display: inline !important;
}
body.io-android .menu-box-content a.btn-cta.android {
	display: block !important;
	margin-bottom: 8px;
}
body.io-android a.btn-cta.ios,
body.io-android a.btn-cta.default {
	display: none !important;
}
/* android */
/* default */
body.io-default a.btn-cta.default {
	display: inline !important;
}
body.io-default .menu-box-content a.btn-cta.default {
	display: inline-block !important;
	margin-bottom: 8px;
}
body.io-default a.btn-cta.ios,
body.io-default a.btn-cta.android {
	display: none !important;
}
/* default */



#sticky-menu ul.menu li a.btn-cta {
	color: #14303D;
	background: #75E2E1;
}
#sticky-menu ul.menu li.icon svg,
#site-header ul.menu li.icon svg {
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: relative;
	top: 5px;
	stroke: #14303D;
}
#sticky-menu ul.menu li.icon svg path,
#site-header ul.menu li.icon svg path {
	stroke: #14303D;
}
.home #site-header ul.menu li.icon svg path {
	stroke: #fff;
}
@media screen and (max-width: 992px) {
	#sticky-menu ul.menu li.menu-link,
	#site-header ul.menu li.menu-link {
		display: none;
	}
}
@media screen and (max-width: 700px) {
	.header-logo {
		width: 92px;
	}
	#sticky-menu ul.menu, #site-header ul.menu {
		top: 28px;
	}
	#sticky-menu ul.menu li, #site-header ul.menu li {
		margin-right: 22px;
	}
	#sticky-menu ul.menu li a.btn-cta, #site-header ul.menu li a.btn-cta {
		padding: 11px 30px 11px;
		border-radius: 30px;
		letter-spacing: -0.5px;
		line-height: 20px;
		font-size: 15px;
	}
}



/* Sticky menu */
#sticky-menu {
	position: fixed;
	left: 0;
	right: 0;
	top: -100px;
	height: 70px;
	z-index: 99;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
body.sticky-menu #sticky-menu {
	visibility: visible;
	position: fixed;
	top: 0;
}
/* Header nav */

/* Menu box */
.menu-overlay {
	position: fixed;
	background: rgba(0,0,0,0.5);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
body.menu-open .menu-overlay {
	visibility: visible;
	opacity: 1;
}
body.menu-open {
	overflow: hidden;
}
.menu-box-container {
	position: fixed;
	max-width: 1320px;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.menu-box {
	position: absolute;
	top: 10px;
	width: 480px;
	right: -22px;
	height: 620px;
	background: #E2E8E8;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
	border-radius: 24px;
	z-index: 99;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
body.menu-open .menu-box {
	visibility: visible;
	top: 20px;
	opacity: 1;
}
body.sticky-menu .menu-box {
	top: 20px;
}
body.sticky-menu.menu-open .menu-box {
	top: 30px;
}
.close-btn {
	position: absolute;
	top: 15px;
	right: 12px;
	border: none;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	z-index: 9;
}
.menu-box .menu-box-content {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	padding: 38px 32px;
}
.menu-box-content .btn-cta {
	margin-right: 8px;
	font-weight: 500;	
	padding: 14px 32px 14px;
}
.menu-box-content .btn-cta:last-of-type {
	-webkit-font-smoothing: antialiased;
}
.btn-cta svg {
	position: relative;
	top: 0px;
	left: -8px;
	vertical-align: middle;
}
.btn-cta.bright {
	color: #14303D;
	background: #75E2E1;
}
.menu-box-content ul.main {
	margin-top: 32px;
}
.menu-box-content ul.main li a {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 230%;
	letter-spacing: -0.02em;
	color: #14303D;
}
.menu-box-content ul.second {
	border-top: 1px solid #BFBFBF;
	margin-top: 26px;
	padding-top: 28px;
	width: 328px;
}
.menu-box-content ul.second li a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 230%;
	letter-spacing: -0.02em;
	color: #14303D;
}

@media screen and (max-width: 1380px) {
	.menu-box {
		right: 32px;
	}
}
@media screen and (max-width: 1000px) {
	#sticky-menu ul.menu li a.btn-cta {
		margin-left: -24px;
	}
	.menu-box-content .btn-cta.android,
	.menu-box-content .btn-cta.ios {
		width: 146px;
	}
	.menu-box-content .btn-cta.login {
		width: 85px;
	}
	a.btn-cta.android svg, a.btn-cta.ios svg {
		top: -1px;
	}
}
@media screen and (max-width: 700px) {
	body .menu-box,
	body.sticky-menu.menu-open .menu-box {
		width: calc(100vw - 20px);
		height: calc(100vh - 20px);
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.menu-box-content .btn-cta {
		display: block;
		width: 110px;
	}
	.menu-box-content .btn-cta:first-of-type {
		margin-bottom: 12px;
	}
	#site-header ul.menu li a.btn-cta.android {
		padding-top: 12px;
	}
	.menu-box-content .btn-cta {
		padding: 12px 28px 12px;
		margin-right: 0;
	}
	.menu-box-content ul.main {
		margin-top: 20px;
	}
	.menu-box-content ul.main li a {
		font-size: 20px;
		line-height: 210%;
	}
	.menu-box-content ul.second {
		margin-top: 20px;
		padding-top: 20px;
	}
	.menu-box-content ul.second li a {
		line-height: 210%;
	}
}

@media screen and (max-width: 500px) {
	#sticky-menu .header-logo {
		width: 50px;
		height: 50px;
	}
	#sticky-menu ul.menu {
		top: 20px;
	}
	#sticky-menu .header-logo>svg {
		height: 26px;
		top: 12px;
	}
	#sticky-menu {
		height: 60px;
	}
	#sticky-menu ul.menu {
		margin: 0;
		right: 0px;
		padding: 6px 32px 0px;
		height: 44px;
	}
	#sticky-menu .container {
		padding: 0 10px;
	}
	#sticky-menu ul.menu li.icon {
		display: none;
	}
	#sticky-menu ul.menu li, #site-header ul.menu li {
		margin-right: 15px;
	}
	#sticky-menu ul.menu li.icon:last-of-type {
		display: inline-block;
	}
	#sticky-menu ul.menu li a.btn-cta,
	#site-header ul.menu li a.btn-cta {
		border-radius: 30px;
		letter-spacing: -0.5px;
		line-height: 20px;
		font-size: 15px;
	}
	#sticky-menu ul.menu,
	#site-header ul.menu {
		top: 20px;
	}
	#sticky-menu ul.menu li a.btn-cta,
	#site-header ul.menu li a.btn-cta {
		padding: 9px 24px 9px;
	}
	#sticky-menu ul.menu li a.btn-cta.ios svg,
	#site-header ul.menu li a.btn-cta.ios svg {
		left: -7px;
	}
	#sticky-menu ul.menu li.icon svg,
	#site-header ul.menu li.icon svg {
		top: 6px;
		left: 4px;
	}
	.header-logo {
		margin-top: 12px;
	}
	#sticky-menu ul.menu {
		top: 12px;
	}
	.menu-box .menu-box-content {
		padding: 24px 24px;
		overflow-y: scroll;
	}
	.menu-box .menu-box-content ::-webkit-scrollbar {
  		display: none;
	}
	body .menu-box,
	body.sticky-menu.menu-open .menu-box {
		height: calc(100vh - 32px);
		max-height: 580px;
		top: 10px;
		bottom: initial;
	}
	.menu-box-content ul.second {
		width: auto;
	}
}

@media screen and (max-width: 350px) {
	.header-logo {
		width: 70px;
	}
}









/* Sections & cards */





.section-padding {
	padding: 64px 0;
}
.card {
	background: #fff;
	border-bottom-left-radius: 34px 34px;
	border-top-left-radius: 34px 34px;
	border-bottom-right-radius: 34px 34px;
	border-top-right-radius: 34px 34px;
	position: relative;
}
section.with-card div.card.rounded-right-top {
	border-top-right-radius: 600px;
}
section.with-card div.card.rounded-left-bottom {
	border-bottom-left-radius: 600px;
}
section.with-card div.card.rounded-left-top {
	border-top-left-radius: 600px;
}
section.with-card div.card.rounded-right-bottom {
	border-bottom-right-radius: 600px;
}
section.with-card .card.right-bg-img {
	height: 500px;
	padding: 0;
}
section.with-card .card.rounded-right {
	border-top-right-radius: 300px;
	border-bottom-right-radius: 300px;
}
.card .bg-img {
	position: relative;
	height: 100%;
	width: 56%;
}


.card .bg-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-bottom-left-radius: 80px;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
	height: 500px;
	width: 400px;
}
section.with-card .card.full-bg-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.card.padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.card.medium-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}
.faq-section .card-background {
	border-bottom-left-radius: 600px;
}
.page-template-template_faq .faq-section .card-background {
	border-bottom-left-radius: 24px;
}
.faq-section .medium-content {
	margin: 0 auto;
} 
.faq-card {
	display: block;

	padding: 24px 32px;
	margin-bottom: 6px;
	cursor: pointer;
	background: #fff;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
}
.faq-card h4 {
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	top: 1px;
	padding-right: 40px;
}
.faq-card .answer {
	height: 0px;
	overflow: hidden;
}
.faq-card .answer p:last-of-type {
	margin-bottom: 0;
}
.faq-card.open .answer {
	height: auto;
}
.faq-card.open .answer a {
	color: #46AFC9;
	text-decoration: none;
}
.faq-card h4 svg {
	position: absolute;
	top: -5px;
	right: 0px;
}
.faq-card.open h4 svg {
	transform: rotate(45deg);
}
.faq-card:hover h4 {
	color: #46AFC9;
}
.faq-card:hover h4 svg path {
	stroke: #46AFC9;
}
@media screen and (max-width: 1440px) {
	.faq-card {
		width: 90%;
	}
	.faq-section .medium-content {
		padding-left: 50px;
	}
}
@media screen and (max-width: 1300px) {
	.faq-card {
		width: 80%;
	}

}
@media screen and (max-width: 1380px) {
	.faq-card {
		width: auto;
	}
	.container {
		max-width: 100%;
		padding: 0 30px;
	}
}
@media screen and (max-width: 900px) {
	.faq-section .col-6 {
		width: 100%;
	}
	.faq-section .medium-content {
		padding-left: 0;
	}
	.faq-section .medium-content{
		max-width: initial;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 600px) {
	.faq-card {
		padding: 16px;
	}
	.faq-card h4 {
		padding-right: 30px;
	}
	.faq-card h4 svg {
		top: -1px;
		width: 22px;
		height: 22px;
	}
	.faq-section .col-6 {
		padding: 0;
	}
	.faq-section .card-background {
		padding: 45px 0 52px;
	}
	.faq-section .medium-content {
		margin-bottom: 28px;
	}
}

.faq-section .text-cta {
	display: none;
}
/* Sections & cards */

.text-icon {
	margin-top: 32px;
	padding-right: 80px;
}
.text-icon>div {
	height: 70px;
	position: relative;
}
.text-icon img {
	max-height: 68px;
	max-width: 96px;
	position: absolute;
	bottom: 0;
}

.text-icon h5 {
	font-family: AvenirNextLTPro;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #14303D;
	margin-bottom: 12px;
}
.text-icon p {
	font-family: AvenirNextLTPro;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #14303D;
}



/* Buttons and CTA's */
.text-cta {
	color: #75E2E1;
	display: block;
	text-decoration: none;
	margin-top: 60px;
}
.text-cta>img {
	position: relative;
	vertical-align: middle;
	top: -1px;
	margin-right: 8px;
}
.text-cta.down>img {
	transform: rotate(90deg);
}
.text-cta.back>img {
	transform: rotate(180deg);
	height: 30px;
	width: 30px;
}
.text-cta.dark {
	color: #1980B3;
}
.text-cta.blue {
	color: #1980B3;
}
.text-cta.smaller-margin {
	margin-top: 20px;
}
.btn-cta {
	padding: 14px 32px 12px;
	border-radius: 30px;
	background: #14303D;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.5px;
	line-height: 22px;
}
.dark h2 {
	color: #fff;
}
.text-cta.white {
	color: #fff;
}


/* page intro */
#page-intro {
	position: relative;
	height: 650px;
	padding-top: 70px;
}
.home #page-intro {
	height: 760px;
}
.intro-curve {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#page-intro .container {
	height: 100%;
}
.intro-content {
	position: relative;
	height: 100%;
}
.intro-content>div {
	position: absolute;
	transform: translateY(-50%);
 	top: 40%;
}
.intro-content h1,
.intro-content .h1 {
	margin: 0 0 15px;
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: -3%;
}
.intro-content p {
	color: #fff;
	line-height: 22px;
}
.intro-content .text-cta {
	margin-top: 80px;
}
.light .intro-content h1,
.light .intro-content .h1 {
	color: #14303D;
}
.light .intro-content p {
	color: #262626;
}
.hero-container {
	position: relative;
	width: 1320px;
}
.hero-background {
	position: absolute;
	bottom: 70px;
	right: 0px;
}
.hero-background.wide-img {
	bottom: 20px;
}
.hero-background img {
	width: 500px;
	height: auto;
}
.hero-background.wide-img img {
	width: 600px;
	height: auto;
}
.hero-background.lg img {
	width: 760px;
}
.usp-card {
	background: #F4F5F5;
	height: 200px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	width: 1320px;
	margin: 0 auto;
	z-index: 9;
	border-radius: 16px;
	display: flex;
}
.usp-card>div {
	height: 200px;
	width: 33.3%;
	padding: 20px;
}
.usp-card>div>div {
	max-width: 320px;
	margin: 54px auto 0;
}
.usp-card>div:first-of-type>div {
	padding-left: 50px;
}
.usp-card>div>div img {
	max-width: 90px;
	max-height: 70px;
	float: left;
	margin-right: 24px;
	position: relative;
	top: -20px;
}
.usp-card>div>div h5 {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #14303D;
	margin: 0;
}
@media screen and (max-width: 1520px) {
	section {
		margin-left: 16px;
		margin-right: 16px;
		padding-left: 16px;
		padding-right: 16px;
		width: auto;
	}
	body #home-content-start .section-background {
		left: 12px;
	}
}
@media screen and (max-width: 1400px) {
	.usp-card {
		width: auto;
		margin: 0 30px;
	}
	.hero-background.lg img {
		width: 680px;
	}
	.hero-container {
		width: auto;
	}
	.home #page-intro {
		height: 700px;
	}
	.intro-content>div {
		max-width: 550px;
	}
}
@media screen and (max-width: 1300px) {
	.hero-background.wide-img {
		bottom: 60px;
	}
	.hero-background.wide-img img {
		width: 540px;
	}
}
@media screen and (max-width: 1200px) {
	.intro-content h1,
	.intro-content .h1 {
		font-size: 44px;
		letter-spacing: -2.6%;
	}
	.usp-card>div {
		padding: 20px 10px;
	}
	.usp-card>div:first-of-type>div {
		padding-left: 40px;
	}
	.home #page-intro {
		height: 670px;
	}
	body:not(.home) .hero-background {
		bottom: 86px;
	}
	.hero-background.wide-img {
		bottom: 90px;
	}
	.hero-background.wide-img img {
		width: 480px;
	}
	.hero-background img {
		width: 480px;
	}
	.hero-background.lg img {
		width: 650px;
		margin-right: -40px;
	}
	.usp-card>div>div img {
		max-width: 80px;
		max-height: 60px;
		top: -12px;
		margin-right: 18px;
	}
	.usp-card>div>div h5 {
		font-size: 21px;
		line-height: 117%;
	}
}
@media screen and (max-width: 1100px) {
	.hero-background.wide-img {
		bottom: 40px;
	}
	.hero-background.wide-img img {
		width: 390px;
	}
}
@media screen and (max-width: 1000px) {
	.hero-background.lg img {
		width: 550px;
		margin-right: -40px;
	}
	.usp-card>div {
		text-align: center;
	}
	.usp-card>div:first-of-type>div {
		padding: 0; 
	}
	.usp-card>div>div {
		margin-top: 8px;
	}
	.usp-card>div>div img {
		float: none;
		top: 0px;
		margin: 0 auto 10px;
	}
	.intro-curve {
		height: 90px;
	}
	body:not(.home) .hero-background {
		bottom: 100px;
	}
	.hero-background img {
		width: 400px;
	}
	.hero-background.wide-img {
		bottom: 00px;
	}
	.hero-background.wide-img img {
		width: 320px;
	}
}
@media screen and (max-width: 900px) {
	.hero-background.lg img {
		width: 500px;
		margin-right: -50px;
	}
	.hero-background {
		bottom: 90px;
	}
	.intro-curve {
		height: 80px;
	}
	body:not(.home) .hero-background {
		bottom: initial;
		position: relative;
		text-align: center;
		margin-bottom: 60px;
	}
	body:not(.home) .intro-content .text-cta {
		margin-top: 20px;
	}
	.hero-background img {
		width: 400px;
	}
	body:not(.home) #page-intro {
		height: auto;
	}
	body:not(.home) .intro-content {
		margin-top: 80px;
	}
	body #page-intro.small .intro-content {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	body:not(.home) .intro-content>div {
		position: relative;
		transform: initial;
		top: initial;
	}
	.hero-background.wide-img {
		bottom: 00px;
	}
	.hero-background.wide-img img {
		width: 420px;
	}
}
@media screen and (max-width: 820px) {
	.hero-background.lg img {
		width: 460px;
	}
	.intro-curve {
		height: 74px;
	}
	.usp-card>div>div h5 {
		font-size: 20px;
		line-height: 115%;
	}
}
@media screen and (max-width: 767px) {
	.intro-content>div {
		position: relative;
		transform: initial;
		top: 100px;
	}
	.home #page-intro {
		height: 800px;
	}
	.intro-content h1,
	.intro-content .h1 {
		font-size: 38px;
		letter-spacing: -1.8%;
	}
	.intro-content p {
		margin-top: 30px;
	}
	.intro-content .text-cta {
		margin-top: 30px;
	}
	.hero-background {
		position: absolute;
		bottom: 70px;
		right: 0px;
		left: 0;
		margin: 0 auto;
		width: auto;
		text-align: center;
	}
	.hero-background.lg img {
		margin: 0;
	}
	.intro-curve {
		height: 68px;
	}
	.hero-background img {
		width: auto;
		max-width: calc(70%);
		margin-top: 32px;
	}
	body:not(.home) .hero-background {
		margin-bottom: 45px;
	} 
}
@media screen and (max-width: 700px) {
	.usp-card {
		display: block;
		height: auto;
		position: relative;
		bottom: 0px;
		margin-top: -90px;
	}
	.usp-card>div {
		width: 100%;
	}
	.usp-card>div {
		height: 80px;
		padding: 10px;
		width: 100%;
	}
	.usp-card>div>div {
		max-width: 270px;
	}
	.usp-card>div>div img {
		float: left;
		top: 0px;
		margin: 0 auto 10px;
		max-width: 60px;
		max-height: 40px;
	}
	.usp-card>div>div h5 {
		text-align: left;
		padding-left: 60px;
		font-size: 18px;
	}
}
@media screen and (max-width: 660px) {
	.intro-curve {
		height: 60px;
	}
	.home #page-intro {
		height: 720px;
	}
	.hero-background.lg img {
		width: calc(100% - 50px);
	}
}
@media screen and (max-width: 600px) {
	#site-header ul.menu li.icon {
		display: none;
	}
	#site-header ul.menu li.icon:last-of-type {
		display: inline-block;
	}
	.intro-curve {
		height: 50px;
	}
	.intro-content h1,
	.intro-content .h1 {
		font-size: 32px;
	}
	.hero-background.lg img {
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 500px) {
	.intro-curve {
		height: 40px;
	}
	.home #page-intro {
		height: 640px;
	}
	.usp-card {
		padding-top: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.usp-card>div {
		height: 68px;
		width: auto;
	}
	.intro-content>div {
		top: 70px;
	}
	.hero-background.lg img {
		max-width: initial;
	}
}
@media screen and (max-width: 400px) {
	.intro-curve {
		height: 30px;
	}
}
/* page intro */


#chart {
	height: 300px;
	width: 400px;
}

/* Docs */
.doc-title {
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -2.5%;
}

.page-template-template_docs #page-intro {
	height: 200px;
}
.docs-menu {
	margin-top: 52px;
	position: -webkit-sticky;
  	position: sticky;
  	top: 110px;
}
.docs-menu ul {
	background: #E2E9E8;
	width: 200px;
	padding: 20px;
	border-radius: 12px;
} 	
.docs-menu li {
	margin-bottom: 5px;
}
.docs-menu li:last-of-type {
	margin-bottom: 0;
}
.docs-menu li a {
	font-size: 15px;
}
.docs-menu.mobile {
	display: none;
}
.docs-menu li:hover a,
.docs-menu li.active a {
	color: #1980B3;
}
.doc-content {
	margin-top: 48px;
	padding-right: 20%;
}
.doc-content h1 {
	margin-top: 0;
}
.doc-content h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0em;
	color: #14303D;
	margin-bottom: 12px;
}
.doc-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #4D4D4D;
	margin-bottom: 32px;
}
.doc-content p strong,
.doc-content p b {
	color: #000;
}
.doc-content p:first-of-type,
.doc-content h1:first-of-type,
.doc-content h2:first-of-type,
.doc-content h3:first-of-type,
.doc-content h4:first-of-type {
	margin-top: 0;
}
.doc-content p:last-of-type {
	margin-bottom: 0;
}
.doc-content p a {
	color: #1980B3;
	text-decoration: underline;
}
a.file {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #1980B3;
	margin-bottom: 32px;
	text-decoration: none;
	height: 40px;
	display: inline-block;
	position: relative;
}
a.file svg {
	position: relative;
	top: 9px;
	left: 8px;
	width: 28px;
	height: 28px;
}
@media screen and (max-width: 1100px) {
	.doc-content .col-3 {
		display: none;
	}
	.doc-content .col-9 {
		width: 100%;	
	}
	.doc-content {
		padding-right: 20px;
	}
	.docs-menu.desktop {
		display: none;
	}
	.docs-menu.mobile {
		display: block;
	}
}
/* Docs */

/* Podcast page */
.pod-container {
	width: 720px;
	margin: 0 auto;
}
.pod-container .btn-cta {
	margin-top: 32px;
	text-align: center;
	margin: 32px auto 0;
	display: block;
	width: 80px;
}
/* Podcast page */

/* portfolios */
#portfolios {
	margin-top: 100px;
}
.portfolio-card .card-content {
	position: absolute;
	top: 28px;
	left: 30px;
	right: 30px;
	height: 200px;
}
.portfolio-card .card-content h3 {
	margin: 12px 0 8px;
	font-size: 22px;
	font-weight: 500;
}
.portfolio-card .card-content h5 {
	margin: 0;
	font-weight: 500;
	font-size: 20px;
}
.portfolio-card .card-content p {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #4D4D4D;
}
.portfolio-card p.fee-text {
	position: absolute;
	bottom: 32px;
	left: 30px;
	margin: 0;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	color: #4D4D4D;
}
.portfolio-card p.fee-text .tooltiptext:after {
	margin-top: 0px;
}
.portfolio-card .card-content li {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #4D4D4D;
	margin-bottom: 10px;
	padding-left: 32px;
	position: relative;
}
.portfolio-card .card-content li:before {
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0;
	top: -1px;
	background-image: url('../img/icons/check-circle.svg');
	background-size: cover;
	background-repeat: no-repeat;
}
.portfolio-card .card-content ul {
	
}
.portfolio-row {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 60px auto 20px;
}
.portfolio-md {
	margin-left: 80px;
	height: 440px;
	width: calc(100% - 120px);
	background: #fff;
	box-shadow: 0px 15px 30px rgba(61, 116, 143, 0.2);
	overflow: hidden;
}
.portfolio-md .portfolio-card-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
}
.portfolio-controls {
	position: absolute;
	left: 30px;
	bottom: 26px;
}
.portfolio-controls ul li {
	background: silver;
	width: 44px;
	text-align: center;
	background: transparent;
	color: #14303D;
	border-radius: 12px;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	padding: 5px 0 4px;
	margin: 3px 0;
	vertical-align: middle;
	cursor: pointer;
}
.portfolio-controls ul li.active {
	background: rgba(20, 48, 61,0.6);
	color: #fff;
}
.portfolio-stats {
	position: absolute;
	right: 0;
	bottom: 34px;
	width: 60%;
	display: flex;
}
.portfolio-stats>div {
	width: 50%;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	letter-spacing: -0.01em;
	color: #14303D;
}
.portfolio-stats>div p {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 8px;
}
.portfolio-stats>div h4 {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
}
.portfolio-sm {
	margin: 0 20px 0 0;
	height: 332px;
	background: #fff;
	box-shadow: 0px 15px 30px rgba(61, 116, 143, 0.2);
	border-radius: 16px;
}
.portfolio-sm .info-btn {
	display: block;
	top: 10px;
	right: 10px;
}
.portfolio-sm .info-btn svg {
	height: 20px;
	width: 20px;
}
@media screen and (max-width: 1400px) {
	.portfolio-sm {
		margin: 0;
	}
}
@media screen and (max-width: 1200px) {
	.portfolio-sm {
		margin: 0;
	}
	.portfolios .col-3 {
		padding: 0 10px;
	}
	.portfolio-card .card-content {
		top: 20px;
		left: 20px;
		right: 20px;
	}
}
.portfolios-footer-text p.card-text.slim {
	max-width: 450px;
}
@media screen and (max-width: 1000px) {
	.portfolios .col-3 {
		width: 50%;
	}
	.portfolios .portfolio-sm {
		margin-bottom: 26px;
	}
	body .portfolios .card-background.rounded {
		border-top-left-radius: 24px;
	}
	body .portfolios h2 {
		margin-bottom: 32px;
	}
	.portfolios-footer-text .col-6:first-of-type {
		display: none;
	}
	.portfolios-footer-text .col-6:last-of-type {
		width: 100%;
	}
	.portfolios-footer-text p.card-text {
		margin-top: 18px;
		margin-bottom: 0;
		max-width: initial;
	}
	.portfolios-header-text .col-6 {
		width: 100%;
	}
	.portfolios-header-text .col-6 p.card-text.slim {
		max-width: initial;
	}
}
@media screen and (max-width: 600px) {
	.portfolios .col-3 {
		width: 100%;
	}
	.portfolios .container {
		padding: 0 15px;
	}
	.portfolio-sm {
		height: auto;
		position: relative;
	}
	.portfolio-sm.portfolio-card .card-content {
		padding: 20px 30px 30px;
		position: relative;
		height: auto;
		top: initial;
		left: initial;
		right: initial;
	}
	.portfolio-sm.portfolio-card p.fee-text {
		position: relative;
		bottom: initial;
		left: 30px;
		top: -20px;
		
		max-width: 200px;
	}
}





/* CTA CARD */
.cta-card {
	height: 270px;
	background: linear-gradient(91.81deg, #75E2E1 7.49%, #46AFC9 98.96%);
	position: relative;
	overflow: hidden;
}
.cta-card div.content {
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
}
.cta-card div.content h3,
.cta-card div.content h4 {
	font-weight: 500;
	font-size: 34px;
	line-height: 123%;
	letter-spacing: -0.03em;
	color: #fff;
	margin: 0;
}
.cta-card div.content h4 {
	color: #14303D;
	margin-top: 12px;
	opacity: 0.6;
}
.cta-card.dark-text div.content h3,
.cta-card.dark-text div.content h4 {
	color: #14303D;
}
.cta-card .btn-container {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 440px;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.cta-card .btn-container .btn-cta {
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
 	display: inline-block;
 	width: 180px;
 	padding-left: 0;
 	padding-right: 0;
 	text-align: center;
 	left: 0;
 	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 6px 16px rgba(56, 117, 148, 0.3);
	border-radius: 50px;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #1980B3;
}
.cta-card.dark-text .btn-container .btn-cta {
	color: #fff;
	background: #14303D;
}
@media screen and (max-width: 1200px) {
	.cta-card {
		height: 220px;
	}
	.cta-card div.content h3, .cta-card div.content h4 {
		font-size: 30px;
		line-height: 110%;
	}
	.cta-card .btn-container {
		width: 360px;
	}
}
@media screen and (max-width: 1000px) {
	.cta-card {
		height: 200px;
	}
	.cta-card div.content h3, .cta-card div.content h4 {
		font-size: 26px;
		line-height: 110%;
	}
	.cta-card .btn-container {
		width: 300px;
	}
}
@media screen and (max-width: 768px) {
	.cta-card {
		height: 150px;
	}
	.cta-card div.content h3, .cta-card div.content h4 {
		font-size: 22px;
		line-height: 18px;
	}
	.cta-card .btn-container {
		width: 54%;
	}
	.cta-card .btn-container .btn-cta {
		display: none;
	}
	.cta-card div.content {
		z-index: 8;
	}
	.js-link {
		cursor: pointer;
	} 
}
@media screen and (max-width: 600px) {
	.cta-card {
		height: 100px;
		border-radius: 24px;
	}
	.cta-card div.content h3, .cta-card div.content h4 {
		font-size: 18px;
		line-height: 18px;
	}
	.cta-card div.content h4 {
		margin-top: 4px;
	}
	.cta-card .btn-container {
		width: 150px;
	}
	.section-padding {
		padding: 32px 0;
	}
	#pension-text h2 br {
		display: none;
	}
}

/* CTA CARD */





/* Individual styles */
#home-pension-card {
	left: 46%;
}
#home-info-cards .card-background {
	height: 640px;
}
#home-info-cards .bg-img {
	border-bottom-left-radius: 70px;
	border-top-left-radius: 70px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}
#home-portfolios .card-background {
	height: 640px;
	border-top-right-radius: 600px;
}
#home-portfolios .card-background .col-6 {
	height: 640px;
	position: relative;
}
#home-portfolios .card-background .col-6 .slim-content {
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
 	left: 0;
 	right: 0;
 	margin: 0 auto;
 	max-width: 420px;
}	
.carousel-container {
	position: relative;
	width: 500px;
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
 	left: 0;
 	right: 0;
 	margin: 0 auto;

}
#portfolj-carousel {
	margin-top: 0px;
}
#home-stats-card {
	height: 680px;
}
#home-stats-card .col-5 {
	height: 680px;
}
#home-stats-card .slim-content {
	height: 400px;
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
 	left: 0;
 	right: 0;
 	margin: 0 auto;
}

#home-stats-card .slim-content .text-cta {
	position: absolute;
	left: 0;
	bottom: 0;
}


@media screen and (max-width: 1000px) {
	#home-info-cards .col-7 {
		width: 100%;
	}
	#home-info-cards .col-5 {
		width: 100%;
		margin-top: 15px;
	}
	#home-info-cards .card-background {
		height: 580px;
	}
	#home-info-cards .col-5 .card-background {
		height: 400px;
	}
	.portfolio-stats>div h4 {
		font-size: 20px;
	}
}

@media screen and (max-width: 740px) {
	#home-pension-card {
		position: relative;
		transform: initial;
		top: 0;
		left: initial;
	}
	#home-pension-card.slim-content {
		max-width: 400px;
		margin: 20px auto;
		padding-bottom: 30px;
		display: block;
	}
	#home-pension-card .text-cta {
		margin-top: 30px;
		margin-bottom: 30px;
		display: block;
	}
	#home-info-cards .card-background {
		height: auto;
	}
	#home-info-cards .bg-img {
		width: 100%;
		border-bottom-left-radius: 700px;
		border-top-left-radius: 50px;
		border-bottom-right-radius: 700px;
		border-top-right-radius: 50px;
		height: 350px;
	}
	#home-info-cards .col-5 {
		height: auto;
	}
	#home-foretag-card {
		position: relative;
		transform: initial;
		top: 0;
		padding: 40px 30px 0;
	}

}
@media screen and (max-width: 600px) {
	#home-info-cards .bg-img {
		height: auto;
	}
	#home-info-cards .bg-img img {
		height: 100%;
		vertical-align: middle;
	}
	#home-pension-card.slim-content {
		max-width: initial;
		padding: 0 30px 30px;
		margin-bottom: 0px;
	}
	#home-foretag-card .text-cta {
		margin-top: 20px;
	}
	#home-info-cards .col-5 .card-background {
		height: auto;
		padding-bottom: 45px;
	}
	.portfolio-controls {
		left: 20px;
		bottom: 20px;
	}
	.portfolio-stats {
		width: 65%;
	}
	.portfolio-stats>div p {
		font-size: 12px;
		margin-bottom: 6px;
	}
}








.info-btn {
	position: absolute;
	top: 18px;
	right: 18px;
	border: none;
	background: transparent;
	z-index: 9;
	cursor: pointer;
}








#berakna-avkastning {
	margin-bottom: 0;
}
.calc-heading {
	position: relative;
}
.calc-title {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0em;
	color: #1980B3;
	margin-bottom: 12px;
	margin-top: 0;
	position: relative;
}
#berakna-avkastning .medium-content {
	margin: 0 auto;
}
#blog-posts {
	margin-top: 100px;
}
.card-background.podcasts {
	height: 630px;
	position: relative;
}
.card-background.podcasts>div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 40px;
}
.podcast-main-img {
	width: 190px;
	height: 190px;
	object-fit: cover;
	border-radius: 12px;
	margin: 0 auto;
	display: block;
}
#blog-posts .text-cta {
	margin-top: 30px;
}
.blog-post-card {
	background: #E2E7E8;
	margin-bottom: 20px;
	border-radius: 24px;
	padding: 40px;
	display: block;
}
.pod-desc {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 130%;
	text-align: center;
	max-width: 320px;
	margin: 30px auto 0;
}
.pod-preview {
	height: 76px;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 8px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
	position: relative;
}
.pod-preview:first-of-type {
	margin-top: 16px;
}
.pod-preview img {
	height: 76px;
	width: 76px;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}
.pod-preview .body {
	position: absolute;
	top: 0;
	bottom: 0;
	width: calc(100% - 152px);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.pod-preview svg {
	position: absolute;
	right: 22px;
	top: 22px;
}
.pod-preview .body>div {
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
 	margin-left: 20px;
}
.pod-preview .body h5 {
	margin: 0;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	color: #4D4D4D;
	margin-bottom: 0px;

}
.pod-preview .body p {
	margin: 0;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	color: #999;
}
.blog-post-card {
	display: flex;
	text-decoration: none;
	flex-wrap: wrap;
}
.blog-post-card .featured-img {
	width: 315px;
	height: 220px;
	border-radius: 12px;
	object-fit: cover;
	overflow: hidden;
}
.blog-post-card .post-body {
	min-height: 220px;
	width: calc(100% - 355px);
	position: relative;
	margin-left: 32px;
}
.blog-post-card .post-body h2 {
	margin-bottom: 18px;
	line-height: 116%;
	margin-top: -6px;
}
.blog-post-card .post-body .author {
	position: relative;
	left: 0;
	bottom: 0;
	height: 44px;
	right: 0;
}
.date-updated {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 125%;
	letter-spacing: -0.01em;
	color: #737373;
	margin-top: 15px;
}
.blog-post-card .post-body .author img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.blog-post-card .post-body .author h5 {
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 125%;
	letter-spacing: -0.01em;
	color: #737373;
	left: 52px;
	margin: 0;
	display: inline-block;
}
.blog-post-card .post-body .author h5 span {
	color: #14303D;
}
.wp-block-buttons.is-content-justification-center {
	text-align: center;
}
.wp-block-button .wp-block-button__link {
	padding: 14px 32px 12px;
	border-radius: 30px;
	background: #14303D;
	color: #fff;
	text-decoration: none;
	letter-spacing: -0.5px;
	line-height: 22px;
}
.post-body .wp-block-image.size-large {
	margin-top: 32px;
	margin-bottom: 32px;
}
.post-body .wp-block-image figcaption {
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #737373;
}
.alm-load-more-btn {
	display: block;
	padding: 13px 30px 12px;
	border-radius: 30px;
	text-decoration: none;
	letter-spacing: -0.5px;
	line-height: 22px;
	font-size: 16px;
	color: #14303D;
	background: #E2E8E8;
	cursor: pointer;
	border: none;
	text-align: center;
	margin: 32px auto 0;
}
.filter {
	display: none;
}
@media screen and (max-width: 1000px) {
	#blog-posts .col-4,
	#blog-posts .col-8 {
		width: 100%;
	}
	#blog-posts .col-8 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.blog-post-card .featured-img {
		display: block;
		height: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	.blog-post-card .post-body {
		min-height: initial;
		width: calc(100%);
		margin-left: 0;
	}
}
@media screen and (max-width: 600px) {
	.pod-preview {
		width: calc(100% + 50px);
		margin-left: -25px;
	}
	.blog-post-card {
		padding: 15px;
	}

}
@media screen and (max-width: 600px) {
	.mobile-overflow {
		overflow: hidden;
	}
	body:not(.home) .outer-container {
		padding: 0 16px;
	}
}
#calc-card {
	padding: 70px 15px;
}
#home-portfolj-card {
	padding-bottom: 30px;
	padding-top: 80px;
}
.owl-prev svg {
	transform: rotate(180deg);
}
.owl-nav {
	position: absolute;
	bottom: 0px;
	left: -48px;
	width: 600px;
	background: rgba(0,0,0,0.1);
}
.owl-nav button {
	position: absolute;
	bottom: 50px;
}
.owl-nav button.owl-next svg {
	width: 51px;
}
.owl-nav button.disabled {
	visibility: hidden;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
#calc {
	margin: 40px 15px 0;
	height: 490px;
	position: relative;
}
#calc .btn-cta {
	width: 160px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -24px;
}
#calc-graph {
	position: absolute;
	height: 220px;
	left: 0;
	right: 0;
	bottom: 40px;
	height: 240px;
	width: 100%;
}
#calc-graph p {
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
 	width: 100%;
 	text-align: center;
 	color: #737373;
}
#calc-graph .apexcharts-canvas {
	height: 100%;
	width: 100%;
}
.custom-stats-container {
	position: absolute;
	top: 30px;
	right: 120px;
	bottom: 30px;
	width: 650px;
	display: flex;
}
.custom-stats-container .quote {
	font-size: 21px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #0B384E;
	position: absolute;
	top: 50px;
}
.custom-stats-container .quote-logo {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	width: 48px;
	margin: 0 auto;
}
.custom-stats-container .quote-logo.round {
	border-radius: 50%;
}
.mobile-stat-row {
	display: none;
}
.stat-row {
	width: 50%;
	position: absolute;
}
.stat-row:first-of-type {
	top: 0;
	left: 0;
}
.stat-row:last-of-type {
	bottom: 0;
	right: 0;
}
.stat-row .card {
	margin: 0 10px;
	height: 240px;
	border-radius: 18px;
	position: relative;
}
.stat-row .card .bottom-heading {
	position: absolute;
	bottom: 32px;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #14303D;

}
.stat-row .card h5.number {
	margin: 0;
	text-align: center;
	width: 100%;
	font-weight: 600;
	font-size: 48px;
	line-height: 66px;
	letter-spacing: -0.04em;
	color: #14303D;
}
.stat-row .card h5.number>span {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1.6px;
	margin-left: 3px;
}

.stat-row .card:first-of-type {
	margin-bottom: 20px;
}







.calc-filters {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 150px;
	padding: 50px 50px 0;
}
.calc-filters label {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #14303D;
	width: 100%;
	display: inline-block;
}
.first-col,
.second-col,
.third-col {
	width: 33.3%;
}
.slider-val {
	float: right;
	font-weight: 500;
	font-size: 24px;
	line-height: 33px;
	text-align: right;
	letter-spacing: -0.04em;
	position: relative;
	margin-top: -10px;
	-webkit-font-smoothing: antialiased;
}
.sliders {
	margin-bottom: 42px;
	width: 320px;
	padding-top: 5px;
}
.slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 3px;
	border-radius: 5px;
	outline: none;
	display: block;
	margin-top: 12px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(20, 48, 61, 0.25);
  border: none;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}
.risk-btns {
	text-align: center;
}
.risk-btn {
	width: 80px;
	height: 124px;
	background: #fff;
	border-radius: 16px;
	display: inline-block;
	margin: 0 2px;
	position: relative;
	cursor: pointer;
}
.risk-btn.active {
	background: #F4F6F6;
}
.risk-btn svg {
	position: absolute;
	bottom: 50px;
 	left: 0;
 	right: 0;
 	margin: 0 auto;
}
.risk-btn.active svg path {
	stroke: #75E2E1 !important;
}
.risk-btn h5 {
	margin: 0;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: #737373;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	margin-bottom: 0 auto;
}
.risk-btn.active h5 {
	color: #14303D;
}
.risk-btn:hover svg path {
	stroke: #75E2E1 !important;
}
.risk-btn:hover h5 {
	color: #14303D;
}
.apexcharts-canvas {
	left: -6px;
}
.calc-result {
	width: 260px;
	float: right;
}
.calc-result h5 {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #14303D;
	margin-top: 0;
}
.calc-result h5 span {
	display: inline-block;
	background: #EBEBEB;
	padding: 7px 12px 6px;
	border-radius: 16px;
	margin-left: 6px;
	position: relative;
	cursor: pointer;
}
#years {
	display: inline;
}
#year-list {
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0;
	height: 160px;
	padding-top: 6px;
	height: 30px;
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0;
    z-index: 0;
}
#year-list:hover,
#year-list:active,
#year-list:focus,
.calc-result h5 span:hover #year-list,
.calc-result h5 span:active #year-list,
.calc-result h5 span:focus #year-list {
	z-index: 1;
	height: 180px;
	opacity: 1;
}
@media screen and (max-width: 600px) {
	.calc-result h5 span.show #year-list {
		z-index: 1;
		height: 180px;
		opacity: 1;
	}
	.calc-result h5 span.no-show #year-list {
		z-index: 0;
		height: 30px;
		opacity: 0;
	}
}
.calc-result h5 #year-list ul {
	padding-top: 4px;
	padding-bottom: 4px;
	background: #EBEBEB;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0px 8px 16px rgba(20, 48, 61, 0.1);
}
.calc-result h5 #year-list ul li {
	padding: 5px 10px;
}
.calc-result h5 #year-list ul li:hover {
	background: #F4F6F6;
}
.calc-result h5 span svg {
	left: 4px;
	top: 2px;
	position: relative;
}
.calc-result h4 {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 48px;
	letter-spacing: -0.04em;
	color: #14303D;
	margin: 0;
}
.calc-result h4 span {
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 0em;
}
.fundler-graph .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
	background: #14303D;
	border: none;
	color: #fff;
	font-family: Avenir Next;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
body .fundler-graph .apexcharts-tooltip {
	border-radius: 16px;
	padding: 12px;
	background: #14303D;
}
.fundler-graph .apexcharts-tooltip-series-group {
	color: #75E2E1;
}
.fundler-graph .apexcharts-tooltip-series-group:last-of-type {
	color: #999999;
}
body .fundler-graph .apexcharts-tooltip-series-group .apexcharts-tooltip-marker {
	background-color: #75E2E1 !important;
	width: 8px;
	height: 8px;
}
body .fundler-graph .apexcharts-tooltip-series-group:last-of-type .apexcharts-tooltip-marker {
	background-color: #999 !important;
}
.apexcharts-xaxistooltip {
	display: none;
}
.apexcharts-legend {
	display: none !important;
}
#portfolj-carousel .item {
	height: 480px;
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
}
#portfolj-carousel .portfolio-md {
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1300px) {
	.first-col {
		width: 31%;
	}
	.second-col {
		width: 41%;
	}
	.third-col {
		width: 28%;
	}
	.sliders {
		width: 100%;
	}
	.calc-result h4 {
		font-size: 45px;
		line-height: 45px;
	}
}
@media screen and (max-width: 1160px) {
	.first-col {
		width: 25%;
	}
	.second-col {
		width: 48%;
	}
	.third-col {
		width: 27%;
	}
	.slider-val {
		font-size: 22px;
		line-height: 31px;
	}
	.calc-result {
		width: auto;
	}
	.calc-result h4 {
		font-size: 42px;
		line-height: 42px;
	}
}




/* Elements */
.table-card {
	width: auto;
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 24px;
	text-align: left;
}
.table-card table {
	border-spacing: 0;
}
.table-card table tr td {
	padding: 8px 0;
	border: none;
	cursor: default;
}
.table-card table tr.header {
	background: #F6F4F4;
	border-radius: 48px;
}
.table-card table tr.header th {
	border: none;
	padding: 10px 20px 8px;
	font-family: AvenirNextLTPro;
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	color: #14303D;
	background: #F6F4F4;
}
.table-card table tr.header th:first-of-type {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}
.table-card table tr.header th:last-of-type {
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}
.table-card table tr.header th:last-of-type {
	text-align: right;
}
.table-card table tr td {
	font-family: AvenirNextLTPro;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	color: #737373;
	padding-right: 42px;
}
.table-card table.has-header tr:nth-of-type(2) td {
	color: #FC846A;
	padding-top: 20px;
}
.table-card table.has-header.no-highlight tr:nth-of-type(2) td {
	color: #737373;
	padding-top: 10px;
}
.table-card table tr td:first-of-type {
	padding-left: 20px;
}
.table-card table tr td:last-of-type {
	padding-right: 20px;
	text-align: right;
}
.table-card table tr:hover td {

}
.price-toggle {
	text-align: center;
	margin: 16px auto 16px;
}
.price-toggle>ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	padding: 5px 6px 4px;
	display: inline-block;
	background: rgba(255,255,255,0.3);
	border-radius: 32px;
	cursor: default;
}
.price-toggle>ul li {
	display: inline-block;
	margin: 0 0px;
	background: rgba(255,255,255,0);
	font-weight: 500;
	font-size: 13px;
	padding: 6px 22px;
	border-radius: 32px;
	cursor: pointer;
}
.price-toggle>ul li.active {
	background: rgba(255,255,255,1);
}
.table-card.portfolio-table tr td {
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #737373;
	padding-right: 20px;
	position: relative;
}
.table-card.portfolio-table tr td div.foretag {
	display: none;
}
.table-card.portfolio-table.foretag tr td div.foretag {
	display: block;
}
.table-card.portfolio-table.foretag tr td div.privat {
	display: none;
}
.portfolio-table tr td.portfolio-title {
	color: #000 !important;
}
.portfolio-table tr td .portfolio-cat {
	font-size: 12px;
	font-weight: 600;
	color: #75c8e2;
	position: relative;
	display: block;
	top: -1px;
}
.ftooltip {
	border-bottom: 1px dotted #888;
	cursor: pointer;
	position: relative;
}
.ftooltip .tooltiptext {
	visibility: hidden;
	width: 160px;
	background-color: #0C2937;
	color: #fff;
	text-align: center;
	border-radius: 12px;
	padding: 8px 2px 8px;
	position: absolute;
	z-index: 1;
	top: -26px;
	margin-left: 10px;
}
.ftooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -8px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #0C2937 transparent transparent
}
.ftooltip:hover .tooltiptext {
	visibility: visible;
}
@media screen and (max-width: 1000px) {
	table .ftooltip .tooltiptext::after {
		top: 50%;
		left: 100%;
		right: initial;
		border-color: transparent transparent transparent #0C2937;
	}
	table .ftooltip .tooltiptext {
		margin-left: 0;
		left: -156px;
	}
}
/* Elements */




#home-content-start {
	margin-top: 150px;
	position: relative;
	padding-top: 32px;
}
#home-content-start .section-background {
	background: #D7C4C1;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	border-radius: 14px;
	z-index: -1;
	border-bottom-right-radius: 300px;
	border-top-right-radius: 300px;
}
#home-content-start .medium-content {
	margin-top: -40px;
}
#home-content-start .medium-content h2 {
	margin-top: 30px;
	margin-bottom: 0px;
}
#home-content-start .medium-content p:first-of-type {
	margin-top: 16px;
}
@media screen and (max-width: 1300px) {
	#home-content-start .medium-content {
		margin-top: -60px;
	}
}
@media screen and (max-width: 1380px) {
	#calc {
		margin: 40px 0 0;
	}
	.calc-filters .container {
		padding: 0;
	}
	.custom-stats-container {
		right: 80px;
		width: 630px;
	}
}
@media screen and (max-width: 1250px) {
	.custom-stats-container {
		right: 15px;
		width: 600px;
	}
	#home-stats-card .slim-content {
		right: initial;
		margin: 0 0;
		left: 15px;
	}
	.stat-row .card h5.number {
		font-size: 44px;
		line-height: 62px;
	}
	.carousel-container {

	}
	.owl-nav {
		position: relative;
		left: initial;
		right: initial;
		bottom: initial;
		width: 380px;
		height: 60px;
		display: block;
		margin: 0 auto;
		background: transparent;
		top: -20px;
	}
	.owl-nav button {
		position: relative;
		bottom: initial;
	}
	.owl-nav button.owl-prev {
		float: left;
	}
	.owl-nav button.owl-next {
		float: right;
	}
}
@media screen and (max-width: 1060px) {
	#home-stats-card,
	#home-stats-card .col-5 {
		height: auto;
	}
	#home-stats-card {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#home-stats-card .col-5 {
		width: 100%;
	}
	#home-stats-card .slim-content {
		height: auto;
		top: 0px;
		bottom: 0px;
		transform: initial;
		width: 480px;
		max-width: initial;
		position: relative;
	}
	.custom-stats-container {
		position: relative;
	 	bottom: initial;
	 	left: 0;
	 	right: 0;
	 	margin: 10px auto 60px;
	}
	.stat-row {
		position: relative; 
	}
	#home-stats-card .slim-content .text-cta {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	#home-portfolios .text-cta {
		display: none;
	}
	#home-portfolios .card-background .col-6 {
		height: auto;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#home-portfolios .card-background .col-6 .slim-content {
		position: relative;
		transform: initial;
		top: initial;
		left: initial;
		right: initial;
		margin: 30px 0;
		max-width: 600px;
	}
	.carousel-container {
		width: calc(100% + 80px);
		position: relative;
		transform: initial;
		top: initial;
		margin-left: -40px;
	}
	#portfolj-carousel .item {
		width: auto;
	}
	#portfolj-carousel .portfolio-md {
		box-shadow: none;
	}
	#home-portfolios .card-background {
		height: auto;
	}
	.owl-nav {
		display: none;
	}
	.portfolio-md {
		width: calc(100% - 20px);
	}
	#home-content-start .col-6 {
		width: 100%;
	}
	#home-content-start {
		margin-top: 100px;
	}
	.hide-on-mobile {
		display: none !important;
	}
	#home-content-start .section-background {
		width: 500px;
	}
	.table-card {
		width: 560px;
	}
	.table-card table {
		width: 100%;
	}
	#home-content-start {
		margin-top: 0;
	}
	.show-on-mobile {
		display: block !important;
	}
	#home-content-mobile {
		margin-top: 80px;
	}
}
@media screen and (max-width: 1000px) {
	#calc .first-col {
		width: 100%;
	}
	#calc .second-col {
		width: 60%;
	}
	#calc .third-col {
		width: 40%;
	}
	.sliders {
		width: calc(50% - 42px);
		display: inline-block;
		margin-bottom: 30px;
	}
	.sliders:last-of-type {
		margin-left: 40px;
	}
	.risk-btns {
		text-align: left;
	}
	.risk-btn {
		height: 115px;
	}
}
.info-btn {
	display: none;
}
@media screen and (max-width: 767px) {
	.custom-stats-container {
		display: block;
		width: 100%;
	}
	.stat-row {
		width: 100%;
	}
	.stat-row:first-of-type .card:last-of-type {
		display: none;
	}
	.stat-row:last-of-type .card:first-of-type {
		display: none;
	}
	.stat-row .card {
		height: auto;
		padding: 30px 30px;
	}
	.custom-stats-container .quote {
		position: relative;
		top: initial;
		bottom: initial;
	}
	.custom-stats-container .quote-logo {
		position: relative;
		top: initial;
		bottom: initial;
		display: block;
	}
	.mobile-stat-row {
		display: flex;
	}
	.mobile-stat-row .card {
		width: 50%;
		height: 100px;
	}
	.mobile-stat-row .card h5.number {
		left: 0;
		right: 0;
		top: 18px;
		position: relative;
	}
	.stat-row .card h5.number {
		font-size: 36px;
		line-height: 54px;
	}
	.stat-row .card {
		margin: 0 5px;
	}
	.stat-row .card:first-of-type {
		margin-bottom: 10px;
	}
	#home-content-start .section-background {
		width: auto;
		border-bottom-right-radius: 14px;
		right: 12px;
	}
	.table-card {
		width: 560px;
	}
	.table-card table {
		width: 100%;
	}
	#home-portfolios .card-background {
		border-radius: 14px;
		width: auto;
	}
	#home-content-start .disclaimer-text {
		max-width: initial;
	}
	#calc-graph {
		display: none;
	}
	#calc .first-col {
		width: 100%;
	}
	#calc .second-col {
		width: 100%;
	}
	#calc .third-col {
		width: 100%;
		text-align: center;
	}
	.calc-result {
		margin: 30px auto 0;
		float: none;
	}
	.sliders {
		width: 100%;
		display: inline-block;
		margin-bottom: 30px;
	}
	.sliders:last-of-type {
		margin-left: 00px;
	}
	.risk-btns {
		text-align: center;
	}
	.risk-btn {
		height: 115px;
	}
	#berakna-avkastning .card-background>.container>.row>.col-6 {
		width: 100%;
	}
	#berakna-avkastning .medium-width {
		max-width: initial;
	}
	#home-portfolios .card-background .col-6 .slim-content {
		padding: 0 30px;
	}
}
@media screen and (max-width: 700px) {
	.table-card {
		width: auto;
		padding: 0 0 10px;
	}
	section {
		margin-left: 0;
		margin-right: 0;
	}
	.table-card table tr.header th {
		font-size: 12px;
	}
	.table-card table tr td {
		font-size: 12px;
		line-height: 130%;
		padding-right: 30px;
	}
	#home-content-start .col-6 {
		padding: 0 6px;
	}
	.table-card table tr.header th:first-of-type {
		border-bottom-left-radius: 0px;
	}
	.table-card table tr.header th:last-of-type {
		border-bottom-right-radius: 0px;
	}
	p {
		font-size: 14px;
	}
	#home-portfolios .card-background .col-6 .slim-content {
		margin-bottom: 10px;
	}
	.carousel-container {
		width: calc(100% + 50px);
		position: relative;
		transform: initial;
		top: initial;
		margin-left: -40px;
	}
	#home-stats-card .slim-content{
		width: auto;
	}
	#home-content-mobile {
		margin-top: 240px;
	}

}
@media screen and (max-width: 600px) {
	.carousel-container {
		width: calc(100% + 64px);
	}
	#home-stats-card .slim-content h2 {
		margin-bottom: 0;
	}
	.stat-row .card {
		padding: 20px;
	}
	.custom-stats-container .quote {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.custom-stats-container .quote-logo {
		width: 34px;
	}
	.mobile-stat-row .card {
		height: 82px;
	}
	.stat-row .card h5.number {
		font-size: 26px;
		line-height: 44px;
	}
	.stat-row .card .bottom-heading {
		bottom: 16px;
	}
	.stat-row .card .bottom-heading {
		font-size: 14px;
	}
	.stat-row .card .bottom-heading img {
		width: 68px;
	}
	.mobile-stat-row .card h5.number {
		top: 15px;
	}
	#home-content-mobile .container,
	#home-content-mobile .container .col-12 {
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.calc-result h5 {
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 600px) {
	.risk-btn {
		height: 88px;
		width: 72px;
	}
	.risk-btn svg {
		width: 42px;
		bottom: 36px;
	}
	.risk-btn h5 {
		font-size: 12px;
	}
	.calc-filters {
		padding-right: 40px;
		padding-left: 40px;
	}
	#calc {
		margin-left: -8px;
		margin-right: -8px;
	}
	#calc .second-col {
		width: calc(100% + 16px);
		margin: 0 -8px;
	}
	#berakna-avkastning .container {
		padding: 0 15px;
	}
}
@media screen and (max-width: 400px) {
	.risk-btns {
		margin: 0px -15px;
	}
	.risk-btn h5 {
		font-size: 10px;
		bottom: 9px;
		-webkit-font-smoothing: antialiased;
	}
	.risk-btn {
		height: 70px;
		width: 60px;
	}
	.risk-btn svg {
		width: 28px;
		bottom: 26px;
	}
}
@media screen and (max-width: 350px) {
	.risk-btn:last-of-type {
		display: none;
	}
}









/* Footer */
footer {
	height: auto;
	background: #0C2937;
	margin-top: 120px;
}
.footer-curve {
	height: 200px;
	background: #0C2937;
}
.footer-curve svg {
	width: 100%;
	transform: rotate(180deg);
}
.footer-top {
	margin-top: -80px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	display: flex;
	padding-bottom: 60px;
}
.footer-top>div {
	width: 33.33%;
}
.footer-top h2 {
	color: #fff;
	margin: 0;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 125%;
	letter-spacing: -0.03em;

}

.footer-body {
	padding: 50px 0 30px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer-body ul {

}
.footer-body ul li {

}
.footer-bottom p,
.footer-body p,
.footer-body ul li a {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: -0.02em;
	color: #fff;
	opacity: 0.75;
}
.footer-bottom {
	height: 140px;
}
.footer-branding {
	text-align: right;
}
.footer-branding img {
	width: 123px;
}
.footer-branding p {
	line-height: 24px;
}

.social-icons {
	padding-top: 32px;
}
.social-icons li {
	display: inline-block;
	margin-left: 24px;
	float: right;
}
.social-icons li svg {

}
.newsletter {
	position: relative;
	margin-top: 16px;
}
.newsletter input {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	position: static;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	border: none;
	height: 50px;
	outline: none;
	text-align: left;
	padding: 2px 20px 0;
	width: calc(100% - 40px);
}
.newsletter input::-webkit-input-placeholder {
	color: #fff;
}
.newsletter button {
	background: #75E2E1;
	border-radius: 50px;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #14303D;
	border: none;
	padding: 10px 24px;
	position: absolute;
	top: 5px;
	right: 6px;
	cursor: pointer;
}
.newsletter.sent {
	opacity: 0.8;
	pointer-events: none;
}
.newsletter button svg {
	position: relative;
	top: -1px;
	vertical-align: middle;
	line-height: 16px;
	height: 17px;
}
.newsletter .checkbox-container {
	top: 20px;
	left: 20px;
}
@media screen and (max-width: 992px) {
	.footer-top {
		display: block;
	}
	.footer-top>div {
		width: 45%;
		display: inline-block;
	}
	.footer-top>div:first-of-type {
		width: 45%;
		display: inline-block;
	}

	.footer-top>div:last-of-type {
		width: 40%;
		display: inline-block;
	}
	.social-icons li {
		float: none;
		margin-left: 0;
		margin-right: 20px;
	}
	.footer-curve svg {
		margin-top: -10px;
	}
}
@media screen and (max-width: 800px) {
	.footer-curve svg {
		margin-top: -20px;
	}
}
@media screen and (max-width: 700px) {
	.footer-top {
		display: block;
	}
	.footer-top>div {
		width: 100%;
		display: block;
	}
	.footer-top>div:first-of-type {
		width: 100%;
		display: block;
	}
	.footer-top>div:last-of-type {
		width: 100%;
		display: block;
	}
	.social-icons {
		text-align: center;
	}
	.social-icons li {
		float: none;
		margin-top: 12px;
		margin-left: 12px;
		margin-right: 12px;
	}
	.footer-top h2 {
		text-align: center;
		font-size: 32px;
		line-height: 125%;
		letter-spacing: -0.03em;

	}
	.footer-branding {
		display: none;
	}
	.footer-content .col-3 {
		width: 33.3%;
	}
	.footer-content .col-3:last-of-type {
		display: none;
	}
	.footer-body .container {
		padding: 0;
	}
}
@media screen and (max-width: 600px) {
	.footer-curve svg {
		margin-top: -30px;
	}
	footer {
		margin-top: 60px;
	}
	.footer-content .col-3 {
		width: 50%;
		margin-bottom: 30px;
	}
	.footer-content .col-3:last-of-type {
		display: none;
	}
	.footer-bottom .container,
	.footer-body .container {
		padding: 0;
	}
}
@media screen and (max-width: 400px) {
	.footer-curve svg {
		margin-top: -36px;
	}
}
/* Footer */




/* Form */
.checkbox-container {
	display: block;
  	position: relative;
  	padding-left: 35px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
.checkbox-container input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}
.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
  	background-color: rgba(255,255,255,0.1);
  	border-radius: 4px;
}
.checkbox-error .checkbox-container .checkmark {
	border: 1px solid #FF3273;
	background-color: rgba(255,50,115,0.18);
}
.checkbox-error .checkbox-container .checkbox-label {
	color: #FF3273;
}
.checkbox-container .checkmark:after {
	content: "";
 	position: absolute;
  	display: none;
  	left: 7px;
  	top: 3px;
  	width: 5px;
  	height: 10px;
  	border: solid #fff;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}
.checkbox-container input:checked ~ .checkmark:after {
  	display: block;
}
.checkbox-label {
	color: #BFBFBF;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.02em;
	position: relative;
	top: 2px;
}
.f-form .checkbox-container .checkmark {
	background-color: #fff;
	border: 1px solid #737373;
	box-sizing: border-box;
}
.f-form .checkbox-label {
	color: #000;
}
.f-form .checkbox-container .checkmark:after {
	border-color: #14303D;
}
.f-form .checkbox-error .checkbox-container .checkmark {
	border: 1px solid #FF3273;
	background-color: rgba(255,50,115,0.18);
}
.checkbox-label a {
	color: inherit;
}
@media screen and (max-width: 600px) {
	.checkbox-container {
		max-width: 200px;
	}
}
.toggle-btn {
	position: relative;
  	display: inline-block;
  	width: 40px;
  	height: 24px;
}
.toggle-btn.disabled {
	opacity: 0.7;
	pointer-events: none;
}
.toggle-btn input { 
  	opacity: 0;
  	width: 0;
  	height: 0;
}
.toggle-btn .toggle-btn-switch {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #BFBFBF;
	-webkit-transition: .25s;
	transition: .25s;
	border-radius: 34px;
}
.toggle-btn .toggle-btn-switch:before {
  	position: absolute;
  	content: "";
  	height: 18px;
  	width: 18px;
  	left: 3px;
  	bottom: 3px;
  	background-color: white;
  	-webkit-transition: .25s;
  	transition: .25s;
  	border-radius: 50%;
}
input:checked + .toggle-btn-switch {
  	background-color: #14303D;
}
input:focus + .toggle-btn-switch {
  	box-shadow: 0 0 1px #14303D;
}
input:checked + .toggle-btn-switch:before {
  	-webkit-transform: translateX(16px);
  	-ms-transform: translateX(16px);
  	transform: translateX(16px);
}
#form-result-text {
	text-align: center;
	margin-top: 28px;
	font-size: 18px;
	color: #14303D;
	font-weight: 500;
}
@media screen and (max-width: 850px) {
	.middle-form .col-3 {
		width: 15%;
	}
	.middle-form .col-6 {
		width: 70%;
	}
}
@media screen and (max-width: 600px) {
	.middle-form .col-3 {
		display: none;
	}
	.middle-form .col-6 {
		width: auto;
	}
	.page-template-template_landningssida_pension #foretag-usp h2 {
		max-width: initial;
		font-size: 125%;
	}
}
@media screen and (max-width: 400px) {
	.middle-form p.card-text {
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
	}
}

/* Form */



/* Företag */
.form-card {
	margin: 0 auto;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	height: 475px;
	padding: 45px;
	margin-left: 45px;
}
.form-card h2 {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 125%;
	letter-spacing: -0.01em;
	color: #14303D;
	margin: 0;
}
#hur-det-fungerar {
	padding: 220px 0 40px;
}
.step-by-step {
	max-width: 920px;
	margin: 0 auto;
}
.step-by-step .step {
	flex-wrap: wrap;
	display: flex;
	position: relative;
	margin-bottom: 124px;
}
.step-number {
	position: absolute;
	top: -16%;
	left: -24%;
	width: 180px;
	z-index: 1;
}
.step-by-step .step.text-right {
	flex-direction: row-reverse;
}
.step-by-step .step>div {
	width: 50%;
}
.step-by-step .step .text {
	position: relative;
}
.step-by-step .step .text>div {
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
 	padding-right: 20px;
}
.step-by-step .step .text>div p,
.step-by-step .step .text>div h2 {
	position: relative;
	z-index: 2;
}
.step-by-step .step.text-right .text>div {
	padding-right: 0px;
	padding-left: 30px;
}
.step-by-step .step .text>div p:last-of-type {
	margin-bottom: 0;
}
.step-by-step .step .video video {
	max-height: 500px;
	max-width: 100%;
}
.quote-card {
	width: 100%;
	height: 250px;
	position: relative;
}
.quote-card>div {
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
 	text-align: center;
 	padding: 44px;
 	left: 0;
 	right: 0;
}
.quote-card>div p.quote {
	color: #4D4D4D;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.quote-card>div .quote-author {
	color: #75c8e2;
	font-weight: 500;
	font-size: 18px;
}
.quote-card>div .quote-author span {
	color: #4D4D4D;
	font-size: 16px;
	font-weight: 500;
}
.intro-content.narrow p {
	max-width: 650px;
}
.intro-content.narrow.intro-content .text-cta {
	margin-top: 32px;
}
.step-by-step p a,
.step-by-step p a:hover, 
.step-by-step p a:focus,
.step-by-step p a:active {
	color: #1980B3;
	padding-left: 2px;
}
#testi-carousel {
	margin-top: 80px;
}
#testi-carousel .owl-dots {
	text-align: center;
	margin-top: 12px;
}
#testi-carousel .owl-dots .owl-dot>span {
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #14303D;
	opacity: 0.4;
	border-radius: 50%;
	margin-left: 1px;
	margin-right: 1px;
}
#testi-carousel .owl-dots .owl-dot.active>span {
	opacity: 1;
}
#testi-carousel {
	display: none;
}
.desktop-testimonials {

}
.desktop-testimonials .item {
	width: 460px;
	display: inline-block;
	margin-right: 24px;
}
.desktop-testimonials>div:first-of-type {
	margin-bottom: 24px;
	margin-top: 48px;
}
.desktop-testimonials>div:last-of-type {
	text-align: right;
}
@media screen and (max-width: 768px) {
	#testi-carousel {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.quote-card>div p.quote {
		font-size: 15px;
	}
}
.testimonials-card {
	background:#E7E1E4;
	height: auto;
	padding: 20px 0;
}


.usp-card.foretag {
	height: auto;
	padding-bottom: 60px;
	bottom: -170px;
}
.usp-card.foretag p {
	margin-top: 50px;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 134%;
}
.usp-card.foretag p a {
	color: #1980B3;
	text-decoration: none;
}
/* Företag */




/* Fondrobot */
#fondrobot-intro .bg-img {
	width: 460px;
	position: absolute;
	top: 0;
	height: 500px;
}
#fondrobot-intro .medium-content {
	margin-top: 80px;
}
.portfolios .card-background {
	padding-top: 64px;
	padding-bottom: 64px;
}
.portfolios .card-background.rounded {
	border-top-left-radius: 600px;
}
.portfolios h2 {
	margin-bottom: 64px;
}
#jamfor-avkastning .card-background {
	border-bottom-right-radius: 600px;
	padding-top: 64px;
	padding-bottom: 64px;
}

#fondrobot-usp .text-cta {
	margin-top: 40px;
}

#fondrobot-text {
	margin-top: 140px;
	margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
	.text-icon {
		padding-right: 50px;
	}
}
@media screen and (max-width: 1100px) {
	#fondrobot-intro .col-6:first-of-type {
		width: 42%;
	}
	#fondrobot-intro .col-6:last-of-type {
		width: 58%;
	}
	#fondrobot-intro .bg-img {
		width: 380px;
		height: 400px;
	}
	.text-icon {
		padding-right: 40px;
	}
}
@media screen and (max-width: 1000px) {
	#fondrobot-intro .bg-img {
		width: 350px;
		height: 370px;
	}
	.text-icon {
		padding-right: 20px;
	}
}
@media screen and (max-width: 900px) {
	#fondrobot-intro .bg-img {
		position: relative;
		width: auto;
		height: auto;
		max-width: 500px;
	}
	#fondrobot-intro .col-6:first-of-type {
		display: none;
	}
	#fondrobot-intro .col-6:last-of-type {
		width: 100%;
	}
	#fondrobot-intro .medium-content {
		margin: 0 auto 32px;
	}
	.text-icon {
		margin-top: 12px;
	}
	.text-icon img {
		max-height: 56px;
		max-width: 84px;
	}
	.text-icon>div {
		height: 56px;
	}
	.text-icon h5 {
		margin-top: 18px;
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.text-icon p {
		font-size: 14px;
		line-height: 20px;
	}
	#fondrobot-usp {
		padding-left: 0;
		padding-right: 0;
	}
	#fondrobot-text .col-5:last-of-type {
		width: 55%;
	}
}
#pension-usp {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	#foretag-usp .col-4,
	#pension-usp .col-4,
	#fondrobot-usp .col-4 {
		width: 100%;
	}
	#fondrobot-text {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 600px) {
	#fondrobot-intro {
		margin-top: 0;
	}
	#fondrobot-intro {
		padding-left: 0px;
		padding-right: 0px;
	}
	#fondrobot-intro .medium-content p {
		font-size: 14px;
	}
	.text-cta {
		margin-top: 30px;
	}
	#fondrobot-intro .bg-img {
		padding: 0 0px;
		height: auto;
	}
	#fondrobot-intro .bg-img img {
		vertical-align: middle;
	}
	body:not(.home) section {
		padding-left: 0;
		padding-right: 0;
	}
	.text-icon h5 {
		margin-top: 14px;
	}
	.text-icon p {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#fondrobot-usp .text-cta {
		margin-top: 30px;
	}
	#fondrobot-text .col-5:last-of-type,
	#fondrobot-text .col-5 {
		width: 100%;
	}
	#fondrobot-text .col-5 p {
		margin-bottom: 0px;
	}
	#fondrobot-text .col-5 p>strong {
		margin-top: 18px;
		display: inline-block;
	}
	#fondrobot-text {
		padding: 0;
	}
	.testimonials-card {
		margin: 0 10px;
	}
	.usp-card.foretag {
		bottom: 0;
		margin-right: 16px;
		margin-left: 16px;
	}
	.usp-card.foretag >div {
		height: auto;
	}
	.usp-card.foretag p {
		text-align: left;
	}
	.usp-card.foretag>div>div h5 {
		top: 11px;
		position: relative;
	}
	#page-intro.foretag {
		max-height: 900px;
	}
	#testi-carousel {
		width: calc(100% + 32px);
		padding: 0;

	}
	.testimonials-card .carousel-container {
		margin: 0 auto;
		margin-left: -32px;
		width: calc(100% + 32px);
	}
	#testi-carousel .owl-stage-outer {

	}
}
#priser {
	margin-top: 10px;
	position: relative;
	padding-top: 30px;
}
#priser .section-background {
	background: #D7C4C1;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 14px;
	z-index: -1;
	border-top-left-radius: 700px;
}
#priser .table-card table,
#priser .table-card {
	width: 100%;
}
#priser .col-7 {
	padding-left: 60px;
	padding-right: 20px;
}
#priser  .disclaimer-text {
	max-width: initial;
}
@media screen and (max-width: 1200px) {
	#priser .col-7 {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media screen and (max-width: 900px) {
	#priser .col-2 {
		display: none;
	}
	#priser .col-7 {
		width: auto;
	}
	#priser .table-card table,
	#priser .table-card {
		width: auto;
	}
	#priser {
		margin-left: 30px;
		margin-right: 30px;
	}
	#priser .section-background {
		border-top-left-radius: 24px;
		border-radius: 24px;
	}
}
@media screen and (max-width: 700px) {
	#priser {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 500px) {
	#priser .table-card table,
	#priser .table-card {
		width: 100%;
	}
	.table-card table tr.header th {
		padding: 10px 10px 8px;
	}
	.table-card table tr td:first-of-type {
		padding-left: 10px;
	}
	.table-card.portfolio-table tr td {
		padding-right: 10px;
	}
	#priser .container {
		padding: 0 25px;
	}
	.table-card.portfolio-table tr td {
		font-size: 12px;
	}
}

/* Pension */
#pension-info-cards .card-background {
	height: 640px;
}
#pension-info-cards .card-background .bg-img{
	position: absolute;
}
#pension-info-cards .bg-img {
	border-bottom-left-radius: 70px;
	border-top-left-radius: 70px;
	border-bottom-right-radius: 1000px;
	border-top-right-radius: 1000px;
}
.pension-info-div {
	height: 640px;
}
.pension-img {
	width: 850px;
	margin: 20px auto 0;
	display: block;
}
@media screen and (max-width: 1200px) {
	.pension-img {
		width: calc(100% - 50px);
	}
}
@media screen and (max-width: 900px) {
	#pension-text .col-5:last-of-type {
		width: 55%;
	}
}
@media screen and (max-width: 600px) {
	#pension-info-cards .bg-img {
		border-bottom-left-radius: 1000px;
		border-top-left-radius: 70px;
		border-bottom-right-radius: 1000px;
		border-top-right-radius: 70px;
		width: 100%;
		height: auto;
		position: relative !important;
	}
	#pension-info-cards .bg-img img {
		height: 100%;
		vertical-align: middle;
	}
	#pension-info-cards .card-background {
		height: auto;
	}
	#pension-info-cards .col-4 {
		display: none;
	}
	#pension-info-cards .col-6 {
		width: 100%;
	}
	.pension-info-div {
		height: auto;
	}
	#pension-info-card {
		padding: 40px 0;
		position: relative;
		top: 0;
		transform: initial;
	}
	.pension-img {
		width: 100%;
	}
	#pension-text {
		padding-top: 50px;
	}
	#pension-text h2 {
		margin-bottom: 0;
	}
	#pension-text .col-5:last-of-type,
	#pension-text .col-5 {
		width: 100%;
	}
	#pension-text .col-5 p {
		margin-bottom: 0px;
	}
	#pension-text .col-5 p>strong {
		margin-top: 18px;
		display: inline-block;
	}
	#pension-how-to {
		display: none;
	}
}

/* Företag */
#foretag-sign-up .align {
	width: 100%;
	height: 530px;
	position: relative;
}
#foretag-sign-up .align>div {
	width: 425px;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
}
@media screen and (max-width: 1200px) {
	.form-card {
		margin-left: 0px;
	}
}
@media screen and (max-width: 1100px) {
	.form-card {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 1000px) {
	#foretag-sign-up .col-5,
	#foretag-sign-up .col-7 {
		width: 100%;
	}
	#foretag-sign-up .align>div {
		width: auto;
		max-width: 440px;
		position: relative;
		transform: initial;
		top: 0;
	}
	#foretag-sign-up .align {
		height: auto;
		margin-bottom: 64px;
	}
	.form-card {
		width: auto;
		max-width: 440px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	#foretag-usp .col-4 {
		margin-bottom: 32px;
	}
	#foretag-usp .col-4:nth-of-type(3) .text-icon img {
		position: relative;
		left: -8px;
	}
	#foretag-usp .col-4:nth-of-type(4) .text-icon img {
		position: relative;
		left: -6px;
	}
	.step-by-step {
		padding: 0 20px;
	}
	.step-by-step>.step {
		margin-bottom: 64px;
	}
	.step-by-step>.step>div {
		width: 100%;
	}
	.step-by-step .step .text>div {
		position: relative;
		transform: translateY(0%);
		top: initial;
		padding-right: 00px;
	}
	.step-by-step .step .video {
		margin-top: 18px;
	}
	.step-by-step .step.text-right .text>div {
		padding-left: 0px;
	}
	#hur-det-fungerar {
		padding: 82px 0 64px;
	}
	.desktop-testimonials {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.form-card {
		margin: 0 -20px;
		height: auto;
	}
	.step-by-step .step .video video {
		max-width: 280px;
		margin: 0 auto;
		display: block;
	}
}






.comp-card {
	box-shadow: 0px 20px 40px rgba(190, 129, 116, 0.08);
	border-radius: 16px;
	height: 470px;
	margin-top: 40px;
}
#comp-portfolio {
	width: 320px;
	height: 100%;
	display: inline-block;
	border-right: 1px solid #ececec;
}
.comp-container {
	height: 100%;
	display: inline-block;
	width: calc(100% - 330px);
	float: right;
}
#comparison_graph {
	height: 400px;
	width: 100%;
	min-height: initial !important;
	position: relative;
	top: 50px;
}

#comparison_graph .apexcharts-xaxis-label {
	font-family: Avenir Next;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: -0.01em;
	color: #737373;
}
.select-years {
	position: absolute;
	top: 20px;
	left: 00px;
}
.select-years .button {
	width: 44px;
	text-align: center;
	background: transparent;
	color: #14303D;
	border-radius: 12px;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	padding: 5px 0 4px;
	margin: 0px 3px;
	vertical-align: middle;
	cursor: pointer;
	float: left;
	background: #f2f2f2;
}
.select-years .button.selected {
	background: #14303D;
	color: #fff;
}
.port-selection-container {
	margin-top: 60px;
	margin-left: -20px;
}
.port-selection-container button {
	background: transparent;
	cursor: pointer;
	border-radius: 48px;
	border: none;
	outline: none;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #14303D;
	padding: 10px 16px;
	text-align: left;
}
.port-selection-container button:hover {
	color: #46AFC9;
}
.port-selection-container button.active {
	color: #46AFC9;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(190, 129, 116, 0.24);
}

@media screen and (max-width: 1250px) {
	#comp-portfolio {
		display: none;
	}
	.comp-container {
		width: calc(100%);
	}
	#jamfor-avkastning .col-2 {
		width: 200px;
	}
	#jamfor-avkastning .col-10 {
		width: calc(100% - 200px);
	}
	.comp-card {
		padding: 0 10px;
	}
}
@media screen and (max-width: 800px) {
	#jamfor-avkastning .col-2 {
		width: 100%;
	}
	#jamfor-avkastning .col-10 {
		width: 100%;
	}
	.port-selection-container {
		margin-top: 12px;
	}
	#jamfor-avkastning .card-background {
		border-bottom-right-radius: 24px;
	}
	#jamfor-avkastning .disclaimer-text {
		max-width: initial;
	}
}
@media screen and (max-width: 800px) {
	#jamfor-avkastning .container {
		padding: 0 15px;
	}
	.port-selection-container {
		margin-left: 0;
	}
}

/* Form */

.f-form input,
.f-form textarea {
	width: calc(100% - 20px);
	display: block;
	outline: none;
	padding: 12px 10px;
	margin-bottom: 12px;
	border: 1px solid #BFBFBF;
	border-radius: 8px;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.01em;
	color: #14303D;
}
.f-form input:active,
.f-form input:focus,
.f-form textarea:active,
.f-form textarea:focus {
	border: 1px solid #46AFC9;
	outline: none;
	box-shadow: none;
}
.f-form button.submit,
.f-form input.submit {
	color: #14303D;
	background: #75E2E1;
	border: none;
	border-radius: 45px;
	width: 100%;
	cursor: pointer;
	margin-top: 20px;
	display: block;
	outline: none;
	padding: 12px 10px;
	margin-bottom: 12px;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.01em;
}
.form-container.sent {
	opacity: 0.6;
	pointer-events: none;
}
.btn-group {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 32px;
}
.btn-group li {
	display: inline-block;
	margin-right: 6px;
}
.btn-group li div,
.btn-group li a {
	display: inline-block;
	padding: 13px 30px 10px;
	border-radius: 30px;
	text-decoration: none;
	letter-spacing: -0.5px;
	line-height: 22px;
	font-size: 16px;
	color: #14303D;
	background: #E2E8E8;
	cursor: pointer;
}
.btn-group li.active div,
.btn-group li.active a {
	color: #fff;
	background: #14303D;
}

@media screen and (max-width: 1200px) {

}







/* Undersida */
#page-intro.small {
	position: relative;
	height: 400px;
	padding-top: 70px;
}
#page-intro.small {
	position: relative;
	height: 400px;
	padding-top: 70px;
}
#page-intro.x-small {
	position: relative;
	height: 120px;
	padding-top: 120px;
}
@media screen and (max-width: 700px) {
	#page-intro.small {
		height: 350px;
	}
	#page-intro.x-small .col-3 {
		display: none;
	}
	#page-intro.x-small .col-9 {
		width: 100%;
	}
	.doc-title {
		font-size: 31px;
	}
	.doc-content {
		margin-top: 28px;
	}
	.doc-content {
		padding: 0 15px;
	}
}
@media screen and (max-width: 600px) {
	.docs-menu ul {
		width: auto;
	}
}


/* Right Col */
.right-col {
	position: relative;
}
.right-col>div {
	margin-bottom: 32px;
	position: relative;
}
.right-col>div:first-of-type {
	margin-top: 36px;
}
.right-col>div:first-of-type h4 {
	margin-top: 0;
}
.right-col h4 {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #14303D;
	margin-bottom: 16px;
}
.rc-card {
	background: #E8E3E2;
	margin-bottom: 20px;
	border-radius: 24px;
	padding: 40px;
	display: block;
}
.right-col ul.article-list li {
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #14303D;
	margin-bottom: 12px;
}
.right-col ul.article-list li:last-of-type {
	margin-bottom: 0;
}
.rc-cta {
	background: linear-gradient(91.81deg, #75E2E1 7.49%, #46AFC9 98.96%);
	margin-bottom: 20px;
	border-radius: 24px;
	display: block;
	height: 180px;
	position: -webkit-sticky;
	position: sticky;
	top: 180px;
}
.rc-cta>div {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}



/* Single */
.post-content {
	max-width: 720px;
	margin: 0 auto;
}
.post-content .featured-img {
	width: 100%;
	border-radius: 12px;
	margin-top: -42%;
	position: relative;
	z-index: 2;
	margin-bottom: 24px;
}
.post-content img {
	max-width: 100%;
	height: auto;
}
.post-content h1 {
	color: #14303D;
	margin-top: 0;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	line-height: 122%;
	letter-spacing: -0.025em;
	margin-bottom: 12px;
}
.post-content a {
	color: #1980B3;
}
.post-meta {
	margin-bottom: 25px;
}
.post-meta .time {
	float: right;
	margin: 12px auto 0;
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #737373;
}
.post-meta .author {
	position: relative;
	left: 0;
	bottom: 0;
	height: 44px;
	right: 0;
}
.post-meta .author img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.post-meta  .author h5 {
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 125%;
	letter-spacing: -0.01em;
	color: #737373;
	left: 52px;
	margin: 0;
	display: inline-block;	
}
.post-meta .author h5 span {
	color: #14303D;
}
.social-share {
	border-top: 1px solid #dfdfdf;
	margin-top: 30px;
	text-align: center;
	padding-top: 32px;
}
.social-share ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.social-share ul li {
	display: inline-block;
}
.social-share ul li svg {
	background: silver;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin: 0 6px;
}
.wp-block-table {
	padding: 0;
	margin: 0;
}
.wp-block-table table {
	width: 100%;
	border-spacing: 0;
	margin-bottom: 24px;
}

.wp-block-table table tr:nth-of-type(odd) {
	background: #E9E4E2;
}
.wp-block-table table tr td {
	padding: 8px 8px 5px;
}
@media screen and (max-width: 992px) {

}
@media screen and (max-width: 800px) {
	.post-content {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}
section#related {
	max-width: 1100px;
	flex-wrap: wrap;
	display: flex;
}
.related-articles {
	margin-top: 80px;
}
@media screen and (max-width: 800px) {
	section#related {
		padding: 0 30px;
	}
}
/* Single */



/* MODAL START */
.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-height: 90%;
    overflow-y: scroll;
    max-width: 920px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.md-show {
    visibility: visible !important;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(31,34,40,0.86);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
.md-content {
    background: #fff;
    position: relative;
    margin: 0 auto;
    border-radius: 16px;
    padding: 20px;
}
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.md-close-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #333;
}
.md-close-icon:hover,
.md-close-icon:active, 
.md-close-icon:focus {
    color: #000;
}
.md-content.portfolj h2 {
	color: #14303D;
	margin: 12px 0 0px;
	font-size: 22px;
	font-weight: 500;
}
.md-content.portfolj h3.portfolj-type {
	color: #75c8e2;
	margin: 6px 0 15px;
}
.md-content.portfolj h3 {
	margin: 16px 0 8px;
}
.md-content.portfolj img {
	width: 100%;
	display: block;
	margin: 12px auto 0;
	max-width: 420px;
}
.md-content.portfolj {
	font-size: 15px;
}
.has-text-align-center,
.has-text-align-center * {
	text-align: center;
}
.post-content .post-body ul.wp-block-social-links {
	list-style: none;
	padding: 0;
	text-align: center;
}
.post-content .post-body ul.wp-block-social-links li {
	display: inline-block;
}
.post-content .post-body ul.wp-block-social-links li svg {
	width: 32px;
	height: 32px;
}
/* MODAL END */


/* blog page */
@media screen and (max-width: 1200px) {
	#blog-container .col-2 {
		display: none;
	}
	#blog-container .col-8 {
		width: 100%;
	}
	#blog-container .post-loop {
		padding: 0 30px;
	}
}
@media screen and (max-width: 1000px) {
	#blog-container .post-loop {
		padding: 0px;
	}
}
@media screen and (max-width: 767px) {
	#blog-container {
		padding: 0;
	}
	#blog-container .col-8 {
		padding: 0;
	}
}
.intercom-launcher {

}
/* blog page */
@media screen and (max-width: 640px) {
	.intercom-launcher {
		-webkit-transition: bottom 0.2s ease-in-out;
		-moz-transition: bottom 0.2s ease-in-out;
		-o-transition: bottom 0.2s ease-in-out;
		transition: bottom 0.2s ease-in-out;
	}
	body.no-cookie .intercom-launcher {
		bottom: 92px !important;
	}
	
	body.cookie-settings-open .intercom-launcher {
		bottom: 455px !important;
	}
}





/* Blog 2.0 */

.blog-post-card {
	background: transparent;
	padding: 20px 20px 0 0;
	margin-bottom: 44px;
}
.blog-post-card .featured-img {
	width: 250px;
	height: 250px;
}
.blog-post-card h5.post-date {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #FC846A;
	margin: -4px 0 12px;
	position: relative;
}
.blog-post-card .post-body p {
	line-height: 22px;
}
.blog-post-card.card-right .featured-img{
	order: 2;
}

.blog-post-card.card-right .post-body {
	margin-left: 0;
	padding-right: 30px;
}
/* single */
#page-intro.small.blog-post {
	height: 80px;
	background: rgba(252,253,253,1);
	padding-top: 0px;
}
body.single {
	background: rgba(252,253,253,1);
}
section.post-header {
	max-width: 1100px;
	margin: 0 auto 64px;
	padding: 0;
}
section.post-header .container {
	padding: 0;
}
section.post-header .featured-img {
	width: 420px;
	border-radius: 20px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}
.post-header-container {
	height: 420px;
	position: relative;
}
.post-header-container .text-cta {
	margin-top: 0;
}
section.post-header .title-container {
	position: absolute;
	transform: translateY(-50%);
 	top: 50%;
 	right: 0;
 	width: calc(100% - 400px);
}
section.post-header .title-container>div {
	max-width: calc(100% - 160px);
	position: relative;
	left: 80px;
}
section.post-header .title-container h1 {
	font-family: Avenir Next;
	font-style: normal;
	font-weight: 600;
	font-size: 60px;
	line-height: 70px;
	color: #14303D;
}
.post-content {
	max-width: 1100px;
	flex-wrap: wrap;
	display: flex;
}
.post-content .post-body {
	width: 650px;
	padding-left: 32px;
}
.post-content .post-meta {
	width: 300px;
}
.post-content .post-meta h5 .time {
	margin: 0;
	float: none;
	font-family: AvenirNextLTPro;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 125%;
	letter-spacing: -0.01em;
	color: #737373;
	margin-top: 3px;
}
.post-meta .author {
	height: 56px;
}
.post-content .post-body p {
	line-height: 160%;
	font-size: 16px;
}
.post-content .post-body p:first-of-type {
	margin-top: 0;
}
.post-content .post-body ul {
	padding-left: 24px;
	list-style: initial;
	line-height: 160%;
	font-size: 16px;
	color: #14303D;
}
.post-content .post-body ul>li {
	margin-bottom: 4px;
	margin-top: 2px;
}
.post-content .post-body ol {
	line-height: 160%;
	font-size: 16px;
	color: #14303D;
}
.post-content .post-body ol>li {
	margin-bottom: 4px;
	margin-top: 2px;
}
.post-meta .author h5 {
	left: 68px;
}
.post-meta .author img {
	width: 52px;
	height: 52px;
}
.post-meta .social-share {
	border-top: none;
	margin-top: 10px;
	padding-top: 20px;
}
.post-meta .social-share ul {
	text-align: left;
}
.post-meta .social-share ul li svg {
	background: transparent;
}
.blog-top-btn-container {
	margin-bottom: 45px;
}
.wp-block-columns {
	display: flex;
	text-decoration: none;
	flex-wrap: wrap;
}
.wp-block-column {
	width: calc(50% - 12px);
}
.wp-block-column:first-of-type {
	padding-right: 24px;
}
@media screen and (max-width: 1400px) {
	section.post-header .title-container h1 {
		font-size: 52px;
		line-height: 62px;
	}
	section.post-header .featured-img {
		width: 400px;
	}
	section.post-header .title-container {
		width: calc(100% - 380px);
	}
}
@media screen and (max-width: 1200px) {
	section.post-header {
		width: calc(100% - 60px);
		padding: 0 30px;
	}
	.post-content {
		width: calc(100% - 60px);
		padding: 0 30px;
	}
}
@media screen and (max-width: 1000px) {
	section.post-header .featured-img {
		position: relative;
		transform: initial;
		top: initial;
	}
	section.post-header .title-container {
		position: relative;
		transform: initial;
		top: initial;
		right: initial;
		width: auto;
	}
	section.post-header .title-container>div {
		left: 0;
		max-width: initial;
	}
	.post-header-container {
		height: auto;
	}
	section.post-header .title-container h1 {
		margin: 20px 0;
	}
	section.post-header {
		margin: 0 auto 20px;
	}
	.post-content .post-body {
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.blog-post-card.card-right .featured-img {
		order: initial;
	}
}

@media screen and (max-width: 720px) {
	#page-intro.small.blog-post {
		height: 80px;
	}
	section.post-header .featured-img {
		width: 100%;
		height: auto;
		min-height: 170px;
	}
	section.post-header .title-container h1 {
		font-size: 36px;
		line-height: 45px;
		margin-bottom: 0;
	}
	.post-meta .social-share {
		padding-top: 0;
		margin-bottom: 20px;
	}
	.post-meta .author h5 {
		font-size: 14px;
	}
	.wp-block-column {
		width: 100%;
	}
	.wp-block-column:first-of-type {
		padding-right: 0;
	}
}
/* blog page */
body.page-template-template_blog {
	background: rgba(252,253,253,1);
}
#page-intro.blog-page {
	background: rgba(252,253,253,1);
	height: 160px;
	padding-top: 70px;
}
@media screen and (max-width: 720px) {
	.blog-post-card .featured-img {
		width: calc(100% - 80px);
		height: calc(100% - 80px);
	}
	.blog-post-card {
		padding-right: 0;
	}
	#page-intro.blog-page .blog-post-card {
		margin-bottom: 32px;
	}
}
@media screen and (max-width: 600px) {
	.blog-post-card .featured-img {
		width: 100%;
		height: 100%;
	}
}
/* Blog 2.0 */


/* Om oss */
body.page-template-template_karriar .hero-background.wide-img,
body.page-template-template_about .hero-background.wide-img {
	bottom: 150px;
}
body.page-template-template_karriar .hero-background.wide-img img,
body.page-template-template_about .hero-background.wide-img img {
	width: 500px;
}
#about-text {
	position: relative;
	padding-bottom: 60px;
}
#about-text .col-6 {
	padding-top: 40px;
}
.about-bg-img {
	position: absolute;
	top: -30px;
	height: 580px;
	left: 0;
	right: 0;
	width: 840px;
	margin: 0 auto;
	background-image: url('https://fundler.se/wp-content/themes/fundler/assets/img/om_fundler_bg.svg');
	background-size: cover;
}
.page-template-template_karriar .about-bg-img {
	background-image: url('https://fundler.se/wp-content/themes/fundler/assets/img/karriar_fundler_bg.svg');
	height: 460px;
	width: 690px;
}
#styrelse .text-icon img {
	width: 112px;
	height: 112px;
	max-width: initial;
	max-height: initial;
	border-radius: 50%;
}
div.about-section {
	padding: 114px 0;
}
.about-section-img {
	height: 400px;
	text-align: center;
}
.about-section-img img {
	max-width: 380px;
	height: auto;
}
.page-template-template_karriar .intro-content p,
.page-template-template_about .intro-content p {
	max-width: 550px;
}
#styrelse .text-icon h5 {
	margin-top: 20px;
}

#styrelse .text-icon h5>span {
	font-weight: 400;
	color: #1980B3;
}
#styrelse .col-4 {
	margin-bottom: 32px;
}
#styrelse .col-4:nth-of-type(5),
#styrelse .col-4:nth-of-type(6) {
	margin-top: 48px;
}
ul.quick-links li {
	display: inline-block;
	margin: 0 6px 18px 0;
}
ul.quick-links li a {
	font-family: Avenir Next;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0em;
	color: #14303D;
	background-color: #E2E8E8;
	padding: 8px 12px 8px 16px;
	border-radius: 22px;
}
ul.quick-links li a svg {
	height: 18px;
	width: 18px;
	position: relative;
	top: 4px;
	left: 1px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
ul.quick-links li a:hover svg {
	left: 3px;
}
ul.quick-links.dark li a {
	background-color: #14303D;
	color: #fff;
}
ul.quick-links.dark li a svg path {
	stroke: #fff;
}
#styrelse .text-icon p {
	font-weight: 400;
}
@media screen and (max-width: 1150px) {
	body.page-template-template_karriar .hero-background.wide-img img,
	body.page-template-template_about .hero-background.wide-img img {
		width: 430px;
	}
	.page-template-template_karriar .intro-content p,
	.page-template-template_about .intro-content p {
		max-width: 500px;
	}
	.about-section-img {
		position: relative;
	}
	.about-section-img img {
		max-width: 320px;
		height: auto;
		position: absolute;
		transform: translateY(-50%);
	 	top: 50%;
	 	left: 0;
	}
}
@media screen and (max-width: 992px) {
	body.page-template-template_karriar .hero-background.wide-img img,
	body.page-template-template_about .hero-background.wide-img img {
		width: 420px;
	}
	.page-template-template_karriar .intro-content p,
	.page-template-template_about .intro-content p {
		max-width: 400px;
	}
	.page-template-template_about #about-text .col-3 {
		width: 15%;
	}
	.page-template-template_about #about-text .col-6 {
		width: 70%;
	}
	.about-bg-img {
		top: 0px;
		height: 530px;
		width: 780px;
	}
}
@media screen and (max-width: 900px) {
	body.page-template-template_karriar .hero-background.wide-img,
	body.page-template-template_about .hero-background.wide-img {
		bottom: 0;
	}
	body.page-template-template_karriar .hero-background.wide-img img,
	body.page-template-template_about .hero-background.wide-img img {
		width: 400px;
	}
	#about-section .col-5 {
		width: 100%;
	}
	#about-section .col-1 {
		width: 10%;
	}
	#about-section .col-6 {
		width: 80%;
		margin-left: 10%;
	}
	#styrelse .col-4 {
		width: 50%;
	}
	#styrelse .col-4:nth-of-type(4) {
		margin-top: 48px;
	}
	.about-bg-img {
		height: 500px;
		width: 100%;
	}
	.about-section-img {
		height: initial;
	}
	.about-section-img img {
		max-width: 280px;
		height: auto;
		position: relative;
		transform: translateY(0%);
	 	top: initial;
	 	left: initial;
	 	margin-bottom: 48px;
	}
}
@media screen and (max-width: 700px) {
	.page-template-template_karriar #about-text .col-3,
	.page-template-template_about #about-text .col-3 {
		width: 0%;
	}
	.page-template-template_karriar #about-text .col-6,
	.page-template-template_about #about-text .col-6 {
		width: 100%;
	}
	ul.quick-links li {
		margin: 0 2px 10px 0;
	}
	ul.quick-links li a {
		font-weight: 500;
		font-size: 12px;
		line-height: 20px;
		padding: 6px 11px 5px 15px;
		border-radius: 22px;
		letter-spacing: 0;
	}
	ul.quick-links li a svg {
		height: 20px;
		width: 20px;
		top: 5px;
		left: 2px;
	}
	.page-template-template_karriar .about-bg-img {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.margin-lg {
		margin-top: 20px;
	}
	body.page-template-template_karriar #oppna-positioner {
		padding-top: 20px;
	}
	body.page-template-template_karriar .intro-content,
	body.page-template-template_about .intro-content {
		margin-top: 60px;
	}
	body.page-template-template_karriar .hero-background,
	body.page-template-template_about .hero-background {
		margin-bottom: 60px;
	}
	.about-bg-img {
		background-image: url('https://fundler.se/wp-content/themes/fundler/assets/img/om-fundler-bg-sm.svg');
		background-size: contain;
		background-repeat: no-repeat;
		height: 500px;
		width: 94%;
		display: none;
	}
	div.about-section {
		padding: 70px 0;
	}
	#about-section .col-3 {
		width: 00%;
	}
	#about-section .col-6 {
		width: 100%;
	}
	.page-template-template_about #home-info-cards .bg-img img {
		max-height: 230px;
	}
	#styrelse .col-4 {
		width: 100%;
		margin-top: 48px;
	}
	#styrelse .col-4:nth-of-type(2) {
		margin-top: 28px;
	}
	ul.quick-links li a svg {
		height: 19px;
		width: 19px;
	}
	.about-section-img img {
		max-width: 220px;
		margin-bottom: 20px;
	}
	#about-section .col-6 {
		margin-left: 0;
	}
	#about-section .col-6 h2 {
		max-width: 86%;
	}
}
@media screen and (max-width: 460px) {
	.about-bg-img {
		display: block;
		height: 680px;
	}
}
@media screen and (max-width: 420px) {
	.about-bg-img {
		height: 100%;
	}
}
/* Om oss */

/* Fondfakta */
.portfolio-sm.fondfakta {
	height: auto;
	padding: 32px 20px;
	margin-bottom: 20px;
}
.portfolio-sm.fondfakta h5 {
	margin-top: 0;
	color: #75c8e2;
	font-weight: 500;
	margin-bottom: 10px;
}
.portfolio-sm.fondfakta h3 {
	margin: 0;
	font-size: 18px;
}
.portfolio-sm.fondfakta p {
	font-size: 14px;
}
.portfolio-sm.fondfakta ul {
	margin-top: 26px;
}
.portfolio-sm.fondfakta ul li {
	margin: 8px 0;
}
.portfolio-sm.fondfakta ul li a {
	font-size: 14px;
	color: #14303D;
	opacity: 0.7;
}
.portfolio-sm.fondfakta ul li a svg {
	position: relative;
	height: 16px;
	width: 16px;
	left: 5px;
	top: 3px;
}
.portfolio-sm.fondfakta ul li a:hover {
	opacity: 1;
}
body.page-template-template_favoritfonder .portfolios .col-6 {
	width: 100%;
}
/* Fondfakta */
.no-border-radius {
	border-bottom-left-radius: 24px !important;
}
.open-position h5 {
	font-size: 17px;
	margin-bottom: 4px;
	margin-top: 26px;
}
.answer.open-position p {
	font-size: 15px;
}
.answer ul {
	list-style: initial;
	padding-left: 20px;
}
.answer ul li {
	color: #14303D;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.margin-lg {
	margin-top: 120px;
}
#oppna-positioner {
	padding-top: 110px;
}
@media screen and (max-width: 600px) {
	#oppna-positioner .col-4,
	#oppna-positioner .col-8 {
		width: 100%;
	}
}
@media screen and (min-width: 600px) {
	#oppna-positioner .faq-card h4 {
		font-size: 20px;
		top: 0;
	}
	#oppna-positioner .faq-card h4 svg {
		top: -2px;
	}
}

/* Dashboard page */
.dash-heading {
	font-weight: 700;
	text-align: center;
	margin-top: 20%;
	font-size: 50px;
	line-height: 0px;
 }
 
 .dash-text-mid {
	text-align: center;
 }
 
 .dash-first-section {
	background-color: #E2E7E8;
	height: 250px;
 }
 
 
 @media screen and (max-width:480px) {
	.dash-heading {
	   font-weight: 700;
	   text-align: center;
	   margin-top: 35%;
	   font-size: 30px;
	   line-height: 15px;
	}
 }

