html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container { position: relative; display: inline-block; vertical-align: middle; font-size: 13px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.chosen-container * { -webkit-box-sizing: border-box; box-sizing: border-box; }

.chosen-container .chosen-drop { position: absolute; top: 100%; z-index: 1010; width: 100%; border: 1px solid #aaa; border-top: 0; background: #fff; -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); clip: rect(0, 0, 0, 0); -webkit-clip-path: inset(100% 100%); clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop { clip: auto; -webkit-clip-path: none; clip-path: none; }

.chosen-container a { cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name { margin-right: 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: normal; color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after { content: ":"; padding-left: 2px; vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; padding: 0 0 0 8px; height: 25px; border: 1px solid #aaa; border-radius: 5px; background-color: #fff; background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4)); background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); background-clip: padding-box; -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1); color: #444; text-decoration: none; white-space: nowrap; line-height: 24px; }

.chosen-container-single .chosen-default { color: #999; }

.chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-right: 26px; text-overflow: ellipsis; white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span { margin-right: 38px; }

.chosen-container-single .chosen-single abbr { position: absolute; top: 6px; right: 26px; display: block; width: 12px; height: 12px; background: url("../images/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px; }

.chosen-container-single .chosen-single div { position: absolute; top: 0; right: 0; display: block; width: 18px; height: 100%; }

.chosen-container-single .chosen-single div b { display: block; width: 100%; height: 100%; background: url("../images/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search { position: relative; z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] { margin: 1px 0; padding: 4px 20px 4px 5px; width: 100%; height: auto; outline: 0; border: 1px solid #aaa; background: url("../images/chosen-sprite.png") no-repeat 100% -20px; font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0; }

.chosen-container-single .chosen-drop { margin-top: -1px; border-radius: 0 0 4px 4px; background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; clip: rect(0, 0, 0, 0); -webkit-clip-path: inset(100% 100%); clip-path: inset(100% 100%); }

/* @end */
/* @group Results */
.chosen-container .chosen-results { color: #444; position: relative; overflow-x: hidden; overflow-y: auto; margin: 0 4px 4px 0; padding: 0 0 0 4px; max-height: 240px; -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li { display: none; margin: 0; padding: 5px 6px; list-style: none; line-height: 15px; word-wrap: break-word; -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer; }

.chosen-container .chosen-results li.disabled-result { display: list-item; color: #ccc; cursor: default; }

.chosen-container .chosen-results li.highlighted { background-color: #3875d7; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)); background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); color: #fff; }

.chosen-container .chosen-results li.no-results { color: #777; display: list-item; background: #f4f4f4; }

.chosen-container .chosen-results li.group-result { display: list-item; font-weight: bold; cursor: default; }

.chosen-container .chosen-results li.group-option { padding-left: 15px; }

.chosen-container .chosen-results li em { font-style: normal; text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices { position: relative; overflow: hidden; margin: 0; padding: 0 5px; width: 100%; height: auto; border: 1px solid #aaa; background-color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff)); background-image: linear-gradient(#eeeeee 1%, #ffffff 15%); cursor: text; }

.chosen-container-multi .chosen-choices li { float: left; list-style: none; }

.chosen-container-multi .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] { margin: 1px 0; padding: 0; height: 25px; outline: 0; border: 0 !important; background: transparent !important; -webkit-box-shadow: none; box-shadow: none; color: #999; font-size: 100%; font-family: sans-serif; line-height: normal; border-radius: 0; width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice { position: relative; margin: 3px 5px 3px 0; padding: 3px 20px 3px 5px; border: 1px solid #aaa; max-width: 100%; border-radius: 3px; background-color: #eeeeee; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee)); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-size: 100% 19px; background-repeat: repeat-x; background-clip: padding-box; -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); color: #333; line-height: 13px; cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span { word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { position: absolute; top: 4px; right: 3px; display: block; width: 12px; height: 12px; background: url("../images/chosen-sprite.png") -42px 1px no-repeat; font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled { padding-right: 5px; border: 1px solid #ccc; background-color: #e4e4e4; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee)); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px; }

.chosen-container-multi .chosen-results { margin: 0; padding: 0; }

.chosen-container-multi .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single { border: 1px solid #5897fb; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #aaa; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff)); background-image: linear-gradient(#eeeeee 20%, #ffffff 80%); -webkit-box-shadow: 0 1px 0 #fff inset; box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div { border-left: none; background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px 2px; }

.chosen-container-active .chosen-choices { border: 1px solid #5897fb; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] { color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled { opacity: 0.5 !important; cursor: default; }

.chosen-disabled .chosen-single { cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl { text-align: right; }

.chosen-rtl .chosen-single { overflow: visible; padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span { margin-right: 0; margin-left: 26px; direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span { margin-left: 38px; }

.chosen-rtl .chosen-single div { right: auto; left: 3px; }

.chosen-rtl .chosen-single abbr { right: auto; left: 26px; }

.chosen-rtl .chosen-choices li { float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] { direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice { margin: 3px 5px 3px 0; padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close { right: auto; left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option { padding-right: 15px; padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-right: none; }

.chosen-rtl .chosen-search input[type="text"] { padding: 4px 5px 4px 20px; background: url("../images/chosen-sprite.png") no-repeat -30px -20px; direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b { background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b { background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) { .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span { background-image: url("../images/chosen-sprite@2x.png") !important; background-size: 52px 37px !important; background-repeat: no-repeat !important; } }
/* @end */
@font-face { font-family: "alsanreg"; src: url('../fonts/alsanreg-webfont.eot?1618559173'); src: url('../fonts/alsanreg-webfont.eot?&1618559173#iefix') format('embedded-opentype'), url('../fonts/alsanreg-webfont.woff?1618559173') format('woff'), url('../fonts/alsanreg-webfont.ttf?1618559173') format('truetype'), url('../fonts/alsanreg-webfont.svg?1618559173') format('svg'); font-weight: normal; }
@font-face { font-family: "alsanbol"; src: url('../fonts/alsanbol-webfont.eot?1618559173'); src: url('../fonts/alsanbol-webfont.eot?&1618559173#iefix') format('embedded-opentype'), url('../fonts/alsanbol-webfont.woff?1618559173') format('woff'), url('../fonts/alsanbol-webfont.ttf?1618559173') format('truetype'), url('../fonts/alsanbol-webfont.svg?1618559173') format('svg'); font-weight: normal; }
@font-face { font-family: "alsanlig"; src: url('../fonts/alsanlig-webfont.eot?1618559173'); src: url('../fonts/alsanlig-webfont.eot?&1618559173#iefix') format('embedded-opentype'), url('../fonts/alsanlig-webfont.woff?1618559173') format('woff'), url('../fonts/alsanlig-webfont.ttf?1618559173') format('truetype'), url('../fonts/alsanlig-webfont.svg?1618559173') format('svg'); font-weight: normal; }
.rpt_logo { content: ''; display: block; background: url('../images/allianz_logo_80x20.png?1618559173') no-repeat transparent 0 0; background-size: 80px 20px; height: 21px; position: relative; bottom: -10px; left: 42px; text-align: right; padding-right: 0; width: 750px; box-sizing: border-box; margin: 0 auto; }
.rpt_logo > span { display: block; position: absolute; left: 91px; font-size: 14px; font-family: "alsanreg"; color: #CCCCCC; top: 6px; }
.rpt_logo a { font: 13px/16px "alsanreg"; color: #003781; text-decoration: none; top: 4px; position: relative; right: 25px; }
.lang-fr .rpt_logo a { right: 5px; }
.rpt_logo a.datenschutz:before { background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: 0px -90px; width: 30px; height: 30px; content: ''; display: block; position: absolute; left: -22px; top: -2px; }
.rpt_logo a:hover { text-decoration: underline; }
.rpt_logo a.datenschutz-link { padding: 0 20px; }
.rpt_logo a.nutzungsbedingungen-link { padding-right: 35px; }
.rpt_logo a.datenschutz { right: 0; }

.rpt { -webkit-tap-highlight-color: transparent; position: relative; width: 100%; height: 629px; -moz-perspective: 1000px; -webkit-perspective: 1000px; perspective: 1000px; padding: 0; color: #333333; font-family: "alsanreg"; overflow: hidden; line-height: 120%; max-width: 950px; margin: 0 auto; }
.rpt.showAllPages .page { display: block; }
.rpt.showAllPages .page .slideDown { display: block; }
.rpt.showAllPages .page.close .step { display: block; }
.rpt h1, .rpt h2, .rpt h3, .rpt h4 { font-family: "alsanbol"; font-weight: normal; font-size: 34px; line-height: 40px; text-align: center; margin: 15px 0 15px 0; }
.rpt h1 { font-size: 16px; line-height: 120%; margin-top: 0; color: #003781; }
.rpt a { text-decoration: none; }
.rpt strong, .rpt b { font-family: "alsanbol"; font-weight: normal; }
.rpt .clear { clear: both; }

.rpt .buttonHolder { position: absolute; padding: 0px; bottom: 26px; left: 0; right: 0; }
.rpt .buttonHolder.aRight { text-align: right; }
.rpt .buttonHolder.aCenter { text-align: center; margin-left: 30px; margin-right: 30px; }
.rpt .buttonHolder.buttonHolderAdd { border-bottom: 2px solid #DDDDDD; margin: 32px 0 40px 0; padding-bottom: 9px; }
.rpt .button { text-decoration: none; display: inline-block; line-height: 100%; font-family: "alsanreg"; color: #FFFFFF; text-align: left; position: relative; }
.rpt .button.previous { position: absolute; background: transparent; color: #003781; top: 9px; left: -6px; font-size: 13px; line-height: 160%; }
.rpt .button.previous:hover { text-decoration: underline; }
.rpt .button.unselect-all-funds { position: absolute; background: transparent; color: #003781; top: 9px; right: -6px; font-size: 13px; line-height: 160%; }
.rpt .button.next { font-family: "alsanlig"; padding: 8px 14px; font-size: 13px; line-height: 145%; background: #4C73A7; }
.rpt .button.next:hover { background: #003781; }
.rpt .button.next.disable { background: #F5F6F6; color: #CCCCCC; cursor: default; }
.rpt .button.ok { font-family: "alsanlig"; padding: 8px 14px; font-size: 13px; line-height: 145%; background: #4C73A7; min-width: 65px; text-align: center; box-sizing: border-box; cursor: pointer; }
.rpt .button.ok:hover { background: #003781; }
.rpt .button.selectFund { font-family: "alsanlig"; padding: 8px 14px 8px 30px; font-size: 13px; line-height: 145%; background: #4C73A7; }
.rpt .button.selectFund:hover { background: #003781; }
.rpt .button.selectFund:after { content: ''; background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -240px -90px; width: 30px; height: 30px; top: 0; left: 0; -moz-transform: scale(0.5); -ms-transform: scale(0.5); -webkit-transform: scale(0.5); transform: scale(0.5); }

.lang-select ul li { display: inline-block; }

.rpt .loader { position: relative; height: 629px; }
.rpt .loader .loaderImg { background: url('../images/loader.gif?1618559173'); height: 66px; width: 66px; position: absolute; top: 50%; margin-top: -33px; left: 50%; margin-left: -33px; }

.rpt .sidebar { position: absolute; top: 40px; left: 0px; width: 83px; height: 591px; }
.rpt .sidebar .sidebarButton {       /*
 Just for a short while
 */ position: relative; height: 80px; width: 83px; font-size: 14px; line-height: 110%; color: #CCCCCC; margin-bottom: 2px; perspective: 400px; }
.rpt .sidebar .sidebarButton .sidebarButtonInner { position: absolute; height: 80px; width: 83px; background-color: #FFFFFF; transform-style: preserve-3d; transform-origin: top; transform: rotateX(0deg); }
.rpt .sidebar .sidebarButton.hidden { display: none; margin-bottom: -80px; }
.rpt .sidebar .sidebarButton.hidden .sidebarButtonInner { transform: rotateX(84.35deg); }
.rpt .sidebar .sidebarButton.m1 .sidebarButtonInner:before { background-position: 0px -30px; }
.rpt .sidebar .sidebarButton.active.m1 .sidebarButtonInner:before { background-position: 0px 0px; }
.rpt .sidebar .sidebarButton.before.m1 .sidebarButtonInner:before { background-position: 0px -60px; }
.rpt .sidebar .sidebarButton.m2 .sidebarButtonInner:before { background-position: -30px -30px; }
.rpt .sidebar .sidebarButton.active.m2 .sidebarButtonInner:before { background-position: -30px 0px; }
.rpt .sidebar .sidebarButton.before.m2 .sidebarButtonInner:before { background-position: -30px -60px; }
.rpt .sidebar .sidebarButton.m3 .sidebarButtonInner:before { background-position: -60px -30px; }
.rpt .sidebar .sidebarButton.active.m3 .sidebarButtonInner:before { background-position: -60px 0px; }
.rpt .sidebar .sidebarButton.before.m3 .sidebarButtonInner:before { background-position: -60px -60px; }
.rpt .sidebar .sidebarButton.m4 .sidebarButtonInner:before { background-position: -90px -30px; }
.rpt .sidebar .sidebarButton.active.m4 .sidebarButtonInner:before { background-position: -90px 0px; }
.rpt .sidebar .sidebarButton.before.m4 .sidebarButtonInner:before { background-position: -90px -60px; }
.rpt .sidebar .sidebarButton.m5 .sidebarButtonInner:before { background-position: -120px -30px; }
.rpt .sidebar .sidebarButton.active.m5 .sidebarButtonInner:before { background-position: -120px 0px; }
.rpt .sidebar .sidebarButton.before.m5 .sidebarButtonInner:before { background-position: -120px -60px; }
.rpt .sidebar .sidebarButton.m6 .sidebarButtonInner:before { background-position: -150px -30px; }
.rpt .sidebar .sidebarButton.active.m6 .sidebarButtonInner:before { background-position: -150px 0px; }
.rpt .sidebar .sidebarButton.before.m6 .sidebarButtonInner:before { background-position: -150px -60px; }
.rpt .sidebar .sidebarButton.before { color: #003781; }
.rpt .sidebar .sidebarButton.before .sidebarButtonInner { background: #E5EBF2; }
.rpt .sidebar .sidebarButton.active { color: #FFFFFF; width: 93px; }
.rpt .sidebar .sidebarButton.active .sidebarButtonInner { background: #003781; }
.rpt .sidebar .sidebarButton.done { cursor: pointer; }
.rpt .sidebar .sidebarButton .label { position: absolute; bottom: 7px; left: 0; right: 0; text-align: center; font-size: 12px; }
.rpt .sidebar .sidebarButton .sidebarButtonInner:before { content: ''; width: 30px; height: 30px; position: absolute; background: url('../images/icon_sprite.png?1618559238'); left: 50%; top: 8px; margin-left: -17px; }
.rpt .sidebar .sidebarButton.m0 { display: none; }
.rpt .sidebar .top, .rpt .sidebar .middle, .rpt .sidebar .bottom { position: absolute; left: 0px; }
.rpt .sidebar .middle { background-color: #FFFFFF; width: 83px; }
.rpt .sidebar .top { top: 0px; }
.rpt .sidebar .bottom { bottom: 0px; }
.rpt .sidebar .bottom .sidebarButton { height: 49px; margin-bottom: 0px; margin-top: 2px; cursor: pointer; }
.rpt .sidebar .bottom .sidebarButton .label { top: 16px; bottom: auto; color: #003781; font-size: 11px; }
.rpt .sidebar .bottom .sidebarButton .label:hover { text-decoration: underline; }

.rpt .steps { position: absolute; top: 40px; left: 924px; background-color: transparent; background-repeat: no-repeat; background-position: 0 0; }
.rpt .steps .step { cursor: default; -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; user-select: none; }
.rpt .steps .step .connector { height: 12px; width: 2px; background-color: #FFFFFF; margin: 0 auto; }
.rpt .steps .step .label { height: 24px; width: 24px; line-height: 24px; color: #333333; background-color: #FFFFFF; text-align: center; font-family: "alsanbol"; font-size: 13px; }
.rpt .steps .step.active .label { color: #FFFFFF; background-color: #003781; }
.rpt .steps .step.done .label { background: white; position: relative; }
.rpt .steps .step.done .label:before { content: ''; width: 16px; height: 10px; position: absolute; background: url('../images/icon_sprite.png?1618559238'); background-position: 30px 0; left: 50%; top: 50%; margin-top: -5px; margin-left: -8px; }
.rpt .steps .step.done .label .labelInner { display: none; }

.rpt .bs-pages { top: 40px; height: 100%; left: 140px; width: 752px; position: absolute; }
.rpt.no-ie .bs-pages { -moz-transform-style: preserve-3d; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -moz-transform: translateZ(-314.5px); -webkit-transform: translateZ(-314.5px); transform: translateZ(-314.5px); }

.rpt .page { width: 100%; height: 100%; display: block; position: absolute; margin-bottom: 13px; }
.rpt .page a.tooltip { display: inline-block; width: 18px; height: 18px; background: url('../images/icon_sprite.png?1618559238'); background-position: -150px -30px; margin-left: 2px; margin-top: -4px; position: relative; top: 3px; }
.rpt .page h1 > a.tooltip { margin-left: 4px; top: 2px; }
.rpt .page .question a.tooltip { top: 0; left: 3px; }
.rpt .page .question { font-size: 20px; text-align: center; line-height: 120%; margin-left: auto; margin-right: auto; width: 620px; padding: 13px 0; }
.rpt .page .sub-question { font-size: 20px; text-align: center; line-height: 120%; width: 620px; margin: 0 auto 10px; }
.rpt .page .tooltip-static { border: 1px solid #003781; padding: 10px; margin: 0 6px 40px; }
.rpt .page .tooltip-static a.tooltip-icon { display: inline-block; width: 18px; height: 18px; background: url('../images/icon_sprite.png?1618559238'); background-position: 0 -90px; position: relative; vertical-align: top; }
.rpt .page .tooltip-static .tooltip-content { display: inline-block; margin-left: 10px; width: calc(100% - 32px); font-size: 14px; }
.rpt .page .tooltip-static .tooltip-content h1 { text-align: left; margin-bottom: 5px; font-size: 15px; }
.rpt .page .tooltip-static .tooltip-content p { font-size: 14px; }
.rpt .page .inner { background-color: #FFFFFF; padding: 25px 19px; height: 541px; position: absolute; width: 715px; }
.rpt .page .inner .content { width: 100%; }
.rpt .page .inner .content.multi-questions { display: block; }
.rpt .page .inner .content.multi-questions .answers { display: block; height: auto; margin-bottom: 25px; }
.rpt .page .inner .content.multi-questions .answers .answer { height: auto; }
.rpt .page .inner .content.multi-questions .answers.q-length-2 { height: 30%; }
.rpt .page .inner .content.multi-questions .answers.q-length-2 .answer { height: 100%; }
.rpt .page .inner .content.multi-questions .answers.q-length-3 { height: 16%; }
.rpt .page .inner .content.multi-questions .answers.q-length-3 .answer { height: 100%; }
.rpt .page .inner .content.multi-questions .answers.q-length-4 { height: 9%; }
.rpt .page .inner .content.multi-questions .answers.q-length-4 .answer { height: 100%; }
.rpt .page .inner .content.multi-questions .answers .answer { min-height: auto; }
.rpt .page .inner .rpt_tooltip { display: block; }
.rpt .page .content-with-tooltip.content { display: table; }
.rpt .page .content-with-tooltip .answers { display: table-row; height: 100%; }
.rpt .page .content-with-tooltip .answers .answer { min-height: auto; max-height: 232px; }
.rpt .page .has-sub-answers .answers .answer { height: 291px; }
.rpt .page .answers { font-size: 0; }
.rpt .page .answers .answer { display: inline-block; font-size: 15px; line-height: 145%; border-left: 6px solid #FFFFFF; border-right: 6px solid #FFFFFF; vertical-align: top; padding: 12px; height: 232px; background: #E5EBF2; cursor: pointer; position: relative; height: calc(100% - 60px); min-height: 232px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.rpt .page .answers .answer.valide:before { content: ''; width: 30px; height: 22px; background: url('../images/icon_sprite.png?1618559238'); position: absolute; right: 19px; bottom: 12px; background-position: -240px 30px; }
.rpt .page .answers .answer:hover, .rpt .page .answers .answer.active { background: #4C73A7; color: #FFFFFF; }
.rpt .page .answers .sub-answer { font-size: 13px; line-height: 145%; margin-top: 29px; color: #FFFFFF; }
.rpt .page .answers .sub-answer > div { margin-bottom: 21px; padding-left: 26px; position: relative; }
.rpt .page .answers .sub-answer > div.active:before { background-position: 60px -30px; }
.rpt .page .answers .sub-answer > div:before { content: ''; position: absolute; left: 0; top: -2px; width: 20px; height: 20px; background: url('../images/icon_sprite.png?1618559238'); background-position: 60px 0px; }
.rpt .page .answers.length-1 .answer { width: 100%; }
.rpt .page .answers.length-2 .answer { width: 50%; width: 357px; }
.rpt .page .answers.length-3 .answer { width: 33.33333333%; width: 238px; }
.rpt .page .answers.length-4 .answer { width: 25%; width: 178px; }

.rpt_tooltip { position: absolute; padding: 10px; width: 310px; color: #333333; border: none; background: #F5F6F6; -moz-box-shadow: 8px 8px 11px rgba(0, 0, 0, 0.18); -webkit-box-shadow: 8px 8px 11px rgba(0, 0, 0, 0.18); box-shadow: 8px 8px 11px rgba(0, 0, 0, 0.18); }
.rpt_tooltip span { border-left: 14px solid transparent !important; border-right: 14px solid transparent !important; top: -14px; border-bottom: 15px solid #f5f6f6; width: 0; height: 0; position: absolute; border-color: #f5f6f6; }
.rpt_tooltip a.tooltip-icon-close { display: inline-block; width: 10px; height: 10px; background: url('../images/icon_sprite.png?1618559238'); background-position: -30px 30px; position: relative; vertical-align: top; }
.rpt_tooltip a.tooltip-icon-close:hover { cursor: pointer; }
.rpt_tooltip .tooltip-content { display: inline-block; margin-left: 10px; width: calc(100% - 24px); font-family: "alsanreg"; line-height: 120%; }
.rpt_tooltip .tooltip-content h1 { text-align: left; font-weight: normal; margin: 0 0 5px 0; font-size: 15px; color: #003781; font-family: "alsanbol"; }
.rpt_tooltip .tooltip-content p { font-size: 14px; }
.rpt_tooltip.left span { left: 71px; right: auto; }
.rpt_tooltip.right span { right: 71px; left: auto; }
.rpt_tooltip.orangeHint { position: absolute; background: #FFFFFF; display: block; width: 703px; height: auto; padding: 0; box-sizing: border-box; box-shadow: none; top: auto !important; left: 21px !important; right: 0 !important; z-index: 1; overflow: hidden; }
.rpt_tooltip.orangeHint .tooltip-inner { padding: 8px 10px 8px 35px; border: 1px solid #E8620D; }
.rpt_tooltip.orangeHint:before { content: ""; background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -180px -60px; width: 30px; height: 30px; left: 8px; top: 8px; }
.rpt_tooltip.orangeHint span { display: none; }
.rpt_tooltip.orangeHint h1 { color: #E8620D; }
.rpt_tooltip.orangeHint .tooltip-icon-close { display: none; }

.rpt .fundboxes { width: 100%; margin: 0 auto; }
.rpt .fundboxes:after { clear: both; content: ''; display: table; }
.rpt .fundboxes.single-box { width: 631px; }
.rpt .fundboxes.single-box .fundbox { height: 84px; width: 631px; }
.rpt .fundboxes.single-box .fundbox .name { font: 20px/32px "alsanreg"; padding: 16px 25px 0 20px; }
.rpt .fundboxes.single-box .fundbox:before { content: ''; bottom: 29px; right: 15px; opacity: 0; -moz-transition: opacity 0.4s ease-in-out; -o-transition: opacity 0.4s ease-in-out; -webkit-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; }
.rpt .fundboxes.single-box .fundbox:after { border: none; }
.rpt .fundboxes.single-box .fundbox .details { margin-top: 0; }
.rpt .fundboxes.single-box .fundbox .button.toggleSelection { left: auto; bottom: auto; top: 25px; right: 25px; -moz-transition: right 0.4s ease-in-out 0.4s; -o-transition: right 0.4s ease-in-out 0.4s; -webkit-transition: right 0.4s ease-in-out; -webkit-transition-delay: 0.4s; transition: right 0.4s ease-in-out 0.4s; }
.rpt .fundboxes.single-box .fundbox.active .button.toggleSelection { right: 71px; -moz-transition: right 0.4s ease-in-out 0s; -o-transition: right 0.4s ease-in-out 0s; -webkit-transition: right 0.4s ease-in-out; -webkit-transition-delay: 0s; transition: right 0.4s ease-in-out 0s; }
.rpt .fundboxes.single-box .fundbox.active:before { opacity: 1; -moz-transition: opacity 0.4s ease-in-out 0.2s; -o-transition: opacity 0.4s ease-in-out 0.2s; -webkit-transition: opacity 0.4s ease-in-out; -webkit-transition-delay: 0.2s; transition: opacity 0.4s ease-in-out 0.2s; }
.rpt .fundboxes.insurance-boxes { width: 631px; }
.rpt .fundboxes.insurance-boxes .fundbox { height: 232px; width: 303px; margin-right: 25px; }
.rpt .fundboxes.insurance-boxes .fundbox .name { font: 28px/120% "alsanreg"; padding: 20px 25px 0 25px; }
.rpt .fundboxes.link-boxes .fundbox { cursor: pointer; height: 54px; width: 345px; }
.rpt .fundboxes.link-boxes .fundbox .name { font: 13px/18px "alsanlig"; text-transform: uppercase; padding: 9px 0 0 12px; }
.rpt .fundboxes.link-boxes .fundbox:after { border: none; background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -180px -90px; width: 30px; height: 30px; left: auto; right: -5px; top: 16px; bottom: auto; }
.rpt .fundboxes.list-boxes { max-height: 390px; overflow: auto; width: 100%; box-sizing: border-box; margin: 0; }
.rpt .fundboxes.list-boxes.scrollable { width: 696px; }
.rpt .fundboxes.list-boxes.scrollable .fundbox { width: 658px; }
.rpt .fundboxes.list-boxes .fundbox { cursor: pointer; height: 70px; width: 100%; margin-bottom: 10px; }
.rpt .fundboxes.list-boxes .fundbox .name { font: 16px/21px "alsanreg"; padding: 9px 0 0 12px; }
.rpt .fundboxes.list-boxes .fundbox .category { padding-left: 12px; color: #FFFFFF; }
.rpt .fundboxes.list-boxes .fundbox .category { background-color: transparent; }
.rpt .fundboxes.list-boxes .fundbox .button.toggleSelection { right: 12px; left: auto; top: 20px; line-height: 34px; height: 34px; -moz-transition: right 0.4s ease-in-out 0.4s; -o-transition: right 0.4s ease-in-out 0.4s; -webkit-transition: right 0.4s ease-in-out; -webkit-transition-delay: 0.4s; transition: right 0.4s ease-in-out 0.4s; }
.rpt .fundboxes.list-boxes .fundbox:before { display: none; }
.rpt .fundboxes.list-boxes .fundbox:after { border: none; background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -240px -90px; width: 30px; height: 30px; left: auto; right: 15px; top: 21px; bottom: auto; opacity: 0; -moz-transition: opacity 0.4s ease-in-out; -o-transition: opacity 0.4s ease-in-out; -webkit-transition: opacity 0.4s ease-in-out; transition: opacity 0.4s ease-in-out; }
.rpt .fundboxes.list-boxes .fundbox.active .button.toggleSelection { right: 71px; -moz-transition: right 0.4s ease-in-out 0s; -o-transition: right 0.4s ease-in-out 0s; -webkit-transition: right 0.4s ease-in-out; -webkit-transition-delay: 0s; transition: right 0.4s ease-in-out 0s; }
.rpt .fundboxes.list-boxes .fundbox.active:after { opacity: 1; -moz-transition: opacity 0.4s ease-in-out 0.2s; -o-transition: opacity 0.4s ease-in-out 0.2s; -webkit-transition: opacity 0.4s ease-in-out; -webkit-transition-delay: 0.2s; transition: opacity 0.4s ease-in-out 0.2s; }
.rpt .fundboxes.list-boxes .fundbox:last-child { margin-bottom: 0; }
.rpt .fundbox { box-sizing: content-box; background-color: #4C73A7; width: 226px; height: 253px; float: left; margin-right: 18px; position: relative; color: #FFFFFF; }
.rpt .fundbox .category { background-color: #FFFFFF; font-size: 13px; line-height: 21px; height: 21px; padding-left: 20px; color: #333333; }
.rpt .fundbox .name { font: 22px/120% "alsanreg"; padding: 20px 25px 0 25px; }
.rpt .fundbox .details { font-size: 13px; color: #FFFFFF; margin: 10px 0 0 45px; display: inline-block; position: relative; }
.rpt .fundbox .details:before { content: ''; background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -240px -30px; width: 30px; height: 30px; top: -2px; left: -25px; }
.rpt .fundbox .button.toggleSelection { font: 13px/32px "alsanlig"; height: 32px; border: 1px solid #FFFFFF; position: absolute; left: 20px; bottom: 20px; cursor: pointer; min-width: 100px; box-sizing: border-box; text-align: center; padding: 0 10px; -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; user-select: none; }
.rpt .fundbox .button.toggleSelection:hover { background-color: #003781; }
.rpt .fundbox:last-child { margin-right: 0 !important; }
.rpt .fundbox.active { background-color: #003781; }
.rpt .fundbox.active:before { content: ''; background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -150px 0px; width: 30px; height: 30px; bottom: 7px; right: 11px; }
.rpt .fundbox:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 0 0 25px 25px; border-color: transparent transparent #FFFFFF transparent; bottom: 0; right: 0; position: absolute; }

.debugger a { position: absolute; right: 20px; bottom: 20px; font-family: "alsanreg"; background: red; color: white; padding: 10px 15px; width: 100px; text-decoration: none; text-align: center; }
.debugger .console { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.75); padding: 10px; transform: translateY(-100%); transition: 300ms ease-in-out; }
.debugger .console.show { transform: translateY(0%); }
.debugger .console textarea { width: 100%; height: 100%; border: 0; background: none; color: white; }
.debugger .console textarea:focus { outline: none; }

.rpt_cookie { width: 950px; font-family: "alsanreg"; display: block; background: #eee; margin: 0 auto; padding: 20px 40px; font-size: 14px; line-height: 130%; box-sizing: border-box; }
.rpt_cookie .text1 { font-family: "alsanbol"; margin-bottom: 20px; }
.rpt_cookie .buttonNav { font-family: "alsanreg"; text-decoration: none; margin-left: 20px; color: #003781; }
.rpt_cookie .buttonNav:hover { text-decoration: underline; color: #003781; }
.rpt_cookie .button { text-decoration: none; display: inline-block; line-height: 100%; font-family: "alsanreg"; color: #FFFFFF; text-align: left; position: relative; margin-top: 30px; }
.rpt_cookie .button.okay { font-family: "alsanlig"; padding: 8px 14px; font-size: 13px; line-height: 145%; background: #4C73A7; min-width: 65px; text-align: center; box-sizing: border-box; cursor: pointer; }
.rpt_cookie .button.okay:hover { background: #003781; }

.rpt_welcome_popup { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); position: absolute; top: 0; left: 0; }
.rpt_welcome_popup > div { font-family: "alsanreg"; display: block; width: 500px; height: auto; background: white; position: absolute; top: 240px; padding: 60px 40px 40px; font-size: 14px; line-height: 130%; margin: 0 auto; left: 0; right: 0; }
.rpt_welcome_popup .button { text-decoration: none; display: inline-block; line-height: 100%; font-family: "alsanreg"; color: #FFFFFF; text-align: left; position: relative; margin-top: 30px; }
.rpt_welcome_popup .button.okay { font-family: "alsanlig"; padding: 8px 14px; font-size: 13px; line-height: 145%; background: #4C73A7; min-width: 65px; text-align: center; box-sizing: border-box; cursor: pointer; }
.rpt_welcome_popup .button.okay:hover { background: #003781; }
.rpt_welcome_popup .button.back { margin-left: 20px; font-family: "alsanlig"; padding: 8px 14px; font-size: 13px; line-height: 145%; min-width: 65px; text-align: center; box-sizing: border-box; cursor: pointer; color: #003781; background: #F5F6F6; }
.rpt_welcome_popup .button.back:hover { background: #E5EBF2; }
.rpt_welcome_popup .close { position: absolute; right: 1px; top: 6px; background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -180px -30px; width: 30px; height: 30px; display: block; transform: scale(0.5); cursor: pointer; width: 20px; height: 20px; margin-right: 5px; }

.rpt .bs-pages > .page > .disclaimer h1 { margin: 38px auto 19px; font-size: 20px; line-height: 120%; font-family: "alsanreg"; text-align: left; }
.rpt .bs-pages > .page > .disclaimer .text { font-size: 15px; text-align: left; line-height: 145%; }
.rpt .bs-pages > .page > .disclaimer .text p + p { margin-top: 1em; }
.rpt .bs-pages > .page > .disclaimer .buttonHolder { bottom: 26px; }
.rpt .bs-pages > .page > .disclaimer .close { position: absolute; right: 20px; top: 26px; background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -180px -30px; width: 30px; height: 30px; display: block; }

.rpt .bs-pages > .page.m6report img { margin: 185px auto 27px; display: block; }
.rpt .bs-pages > .page.m6report .text { margin-top: 240px; font-size: 20px; line-height: 24px; text-align: center; }

.rpt .bs-pages > .page > .welcome .allianz-blue-logo { width: 200px; height: 50px; background-color: #003781; margin: 75px auto 0; background: url('../images/allianz_logo_200x50.png?1618559173'); }
.rpt .bs-pages > .page > .welcome h1 { margin: 30px auto 5px; font-size: 28px; line-height: 120%; font-family: "alsanreg"; }
.rpt .bs-pages > .page > .welcome .text { width: 520px; margin: 0px auto 0px; text-align: center; font-size: 20px; line-height: 120%; }
.rpt .bs-pages > .page > .welcome .text a { color: #0070c0; text-decoration: underline; }
.rpt .bs-pages > .page > .welcome .text span { color: #0070c0; }
.rpt .bs-pages > .page > .welcome .text2 { width: 520px; margin: 15px auto 0; font-size: 16px; text-align: center; line-height: 130%; }
.rpt .bs-pages > .page > .welcome .buttonHolder { bottom: 110px; }

.rpt .bs-pages > .page.m1question2 .answer { width: 510px; margin: 40px 0 0 102px; }
.rpt .bs-pages > .page.m1question2 .answer:hover { background-color: #E5EBF2; color: #000; }
.rpt .bs-pages > .page.m1question2 .answer.active { background-color: #E5EBF2; color: #000; }
.rpt .bs-pages > .page.m1question2 .answer:before { display: none; }
.rpt .bs-pages > .page.m1question2 .answer > div { margin: 70px 0 0 70px; }
.rpt .bs-pages > .page.m1question2 .answer > input { margin: 5px 0 0 70px; width: 320px; line-height: 24px; }

.rpt .bs-pages > .page.m2question1 input[type="radio"] { width: 20px; height: 20px; position: relative; top: 4px; left: -5px; visibility: hidden; }
.rpt .bs-pages > .page.m2question1 input[type="radio"] + label { position: relative; width: 22px; height: 22px; line-height: 20px; }
.rpt .bs-pages > .page.m2question1 input[type="radio"] + label:before { content: ''; position: absolute; cursor: pointer; background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -90px -90px; width: 30px; height: 30px; display: block; top: -2px; left: -28px; width: 22px !important; height: 22px !important; }
.rpt .bs-pages > .page.m2question1 input[type="radio"]:checked + label:before { background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -120px -90px; width: 30px; height: 30px; }
.rpt .bs-pages > .page.m2question1 .yes-no { text-align: right; }
.rpt .bs-pages > .page.m2question1 .yes-no span { font-size: 12px; display: inline-block; margin-bottom: 7px; }
.rpt .bs-pages > .page.m2question1 .yes-no span.no { margin-right: 42px; margin-left: 23px; }
.rpt .bs-pages > .page.m2question1 .scrollable-bg { box-sizing: border-box; background-color: #E5EBF2; padding: 15px 10px 30px 20px; margin-top: 60px; }
.rpt .bs-pages > .page.m2question1 .scrollable-bg .scrollable { height: 310px; overflow-y: scroll; padding-right: 15px; }
.rpt .bs-pages > .page.m2question1 .answers .answer { width: 100%; display: block; border-bottom: 1px solid #FFFFFF; height: auto; min-height: 0; border-left: 0; border-right: 0; padding: 0; }
.rpt .bs-pages > .page.m2question1 .answers .answer .container { padding: 10px; border: 4px solid transparent; }
.rpt .bs-pages > .page.m2question1 .answers .answer.invalid .container { border: 4px solid #f2a900; }
.rpt .bs-pages > .page.m2question1 .answers .answer:first-of-type { border-top: 1px solid #FFFFFF; }
.rpt .bs-pages > .page.m2question1 .answers .answer.active.valide:before { display: none; }
.rpt .bs-pages > .page.m2question1 .answers .answer .answer-label { display: inline-block; width: 552px; }
.rpt .bs-pages > .page.m2question1 .answers .answer .knowledge-yes-no { text-align: right; display: inline-block; width: 70px; position: relative; top: -10px; left: 10px; }
.rpt .bs-pages > .page.m2question1 .answers .answer .knowledge-yes-no label + input { margin-left: 16px; }
.rpt .bs-pages > .page.m2question1 .answers .answer .investment-count > span { display: block; margin-top: 20px; margin-bottom: 5px; }
.rpt .bs-pages > .page.m2question1 .answers .answer .investment-count label:nth-of-type(1), .rpt .bs-pages > .page.m2question1 .answers .answer .investment-count label:nth-of-type(3) { width: 180px; display: inline-block; }
.rpt .bs-pages > .page.m2question1 .answers .answer .investment-percentage > span { display: block; margin-top: 20px; margin-bottom: 5px; }
.rpt .bs-pages > .page.m2question1 .answers .answer .investment-percentage label { width: 80px; display: inline-block; }

.rpt .bs-pages > .page.m3info .question { width: 500px; }

.rpt .bs-pages > .page .fund-selection .inner > .content { overflow: hidden; }
.rpt .bs-pages > .page .fund-selection .inner > .content > .product-boxes { width: 10000px; position: relative; left: 0; }
.rpt .bs-pages > .page .fund-selection .inner > .content.show-left-aligned > .product-boxes { left: 0 !important; }
.rpt .bs-pages > .page .fund-selection .inner > .content.show-gap > .product-boxes .fundbox:first-child { margin-right: 256px; }
.rpt .bs-pages > .page .fund-selection .inner > .content.show-gap > .product-boxes .fundbox:first-child .description { font-size: 13px; line-height: 17px; padding: 13px 25px 0; }
.rpt .bs-pages > .page .fund-selection .inner > .content.show-gap .product-name { margin-left: 502px; text-align: left; }
.rpt .bs-pages > .page .fund-selection .link-boxes .showAllFunds .fundbox { margin-left: 21px; }
.rpt .bs-pages > .page .fund-selection .text.description { height: 48px; margin: 0 auto; font-size: 20px; text-align: center; line-height: 24px; }
.rpt .bs-pages > .page .fund-selection .product-name { margin: 32px auto 6px; font-size: 20px; text-align: center; line-height: 120%; }
.rpt .bs-pages > .page .fund-selection .link-boxes { margin-top: 24px; }
.rpt .bs-pages > .page .fund-selection .scroll { width: 61px; height: 60px; background-color: #E5EBF2; top: 225px; position: absolute; cursor: pointer; }
.rpt .bs-pages > .page .fund-selection .scroll:after { background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -180px -60px; width: 30px; height: 30px; content: ''; display: block; left: 25px; top: 19px; position: relative; }
.rpt .bs-pages > .page .fund-selection .scroll.scroll-left { left: 19px; }
.rpt .bs-pages > .page .fund-selection .scroll.scroll-left:after { -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); top: 13px; left: 7px; }
.rpt .bs-pages > .page .fund-selection .scroll.scroll-right { right: 19px; }
.rpt .bs-pages > .page .fund-selection .fundbox { width: 280px; height: 280px; }
.rpt .bs-pages > .page .fund-selection .fundbox .description { font-size: 15px; line-height: 22px; padding: 20px 25px 0; }
.rpt .bs-pages > .page .fund-selection .fundbox:first-child { margin-left: 72px; margin-right: 11px; }

.rpt .page .risk-profile-wrapper .question { padding-bottom: 26px; }
.rpt .page .risk-profile-wrapper .answer, .rpt .page .risk-profile-wrapper .answer:hover { font-size: 14px; line-height: 18px; color: #CCCCCC; background-color: #F5F6F6; height: 365px; cursor: default; position: relative; }
.rpt .page .risk-profile-wrapper .answer h2, .rpt .page .risk-profile-wrapper .answer:hover h2 { color: inherit; text-align: left; font-size: 20px; line-height: 28px; margin: 0; padding: 0; }
.rpt .page .risk-profile-wrapper .answer.active, .rpt .page .risk-profile-wrapper .answer:hover.active { background-color: #E5EBF2; color: #333333; }
.rpt .page .risk-profile-wrapper .answer.active .product_visual, .rpt .page .risk-profile-wrapper .answer:hover.active .product_visual { background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -60px -90px; width: 30px; height: 30px; }
.rpt .page .risk-profile-wrapper .answer.active .product_visual > span, .rpt .page .risk-profile-wrapper .answer:hover.active .product_visual > span { font-family: "alsanbol"; }
.rpt .page .risk-profile-wrapper .answer .product_visual, .rpt .page .risk-profile-wrapper .answer:hover .product_visual { position: absolute; height: 5px; background-color: #FFFFFF; background: url('../images/icon_sprite.png?1618559238'); position: absolute; background-size: 270px 120px; background-position: -30px -90px; width: 30px; height: 30px; bottom: 53px; left: 100px; }
.rpt .page .risk-profile-wrapper .answer .product_visual:before, .rpt .page .risk-profile-wrapper .answer:hover .product_visual:before { content: ''; position: absolute; left: -100px; height: 3px; width: 103px; bottom: 14px; right: 0px; background-color: #FFFFFF; display: block; }
.rpt .page .risk-profile-wrapper .answer .product_visual:after, .rpt .page .risk-profile-wrapper .answer:hover .product_visual:after { content: ''; position: absolute; left: 24px; height: 3px; width: 104px; bottom: 14px; right: 0px; background-color: #FFFFFF; display: block; }
.rpt .page .risk-profile-wrapper .answer .product_visual > span, .rpt .page .risk-profile-wrapper .answer:hover .product_visual > span { position: relative; top: 40px; left: -35px; font-size: 13px; width: 100px; display: block; text-align: center; }
