body, .rv3-bg {
    background: #f7f8fa;
    /*min-height: 100vh;*/
    margin: 0;
    font-family: 'Helvetica', Arial, sans-serif;
}
.rv3-header {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 24px;
}
.rv3-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}
.rv3-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d1e6e6;
    display: inline-block;
}
.rv3-bullet.active {
    background: rgba(79, 209, 197, 1);
}
.rv3-step-label {
    margin-left: 16px;
    font-size: 14px;
    color: #475569;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 500;
    background: #fff;
    border-radius: 74px;
    padding: 3px 10px;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(30,40,60,0.04);
}
.rv3-title {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #313860;
    margin: 0 0 8px 0;
}
.rv3-subtitle {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #475569;
    margin-bottom: 24px;
}
.rv3-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 48px;
}
.rv3-module-card {
    background: #fff;
    border-radius: 10px !important;
    box-shadow: none;
    padding: 0;
    max-width: 1320px;
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    border: none;
}
.rv3-module-description {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #313860;
    margin: 0;
    max-width: 1320px;
    background: none;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.rv3-mobile-view .rv3-module-description {
    margin-bottom: 25px;
}
.rv3-desktop-view > .rv3-module-description {
    padding-left: 0;
    padding-right: 0;
    margin-bottom:25px;
}
.rv3-decision-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0;
    font-family: 'Helvetica', Arial, sans-serif;
    overflow: hidden;
}
.rv3-decision-table thead tr {
    border-bottom: 1px solid #e2e8f0;
}
.rv3-col-header {
    color: #313860;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-align: left;
    padding: 24px 0 16px 0;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    letter-spacing: 0;
    text-transform: uppercase;
}
.rv3-rowdesc-header {
    width: 340px;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.rv3-toggle-header {
    width: 70px;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}
.rv3-rowdesc {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #313860;
    padding: 35px 0 24px 32px;
    background: #fff;
    border-bottom: none;
    cursor: pointer;
}
.rv3-decision-table td {
    background: #fff;
    border-bottom: none;
    min-width: 48px;
    height: 56px;
}
.rv3-decision-table td:not(.rv3-rowdesc) {
    padding-top: 20px;
}
.rv3-decision-table tbody tr:last-child .rv3-rowdesc,
.rv3-decision-table tbody tr:last-child td {
    border-bottom: none;
    border-bottom: none;
}
.rv3-euro-group, .euro-group {
    display: inline-flex;
    gap: 3px;
}
.rv3-euro-highlighted {
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: rgba(49, 56, 96, 1);
}
.rv3-euro-greyed {
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: rgba(49, 56, 96, 1);
    opacity: 0.32;
}
.euro {
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: rgba(49, 56, 96, 1);
}
.euro-empty {
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: rgba(49, 56, 96, 1);
    opacity: 0.32;
}
.rv3-score-balls-group {
    display: flex;
    gap: 9px;
    align-items: center;
}
.rv3-score-ball-filled {
    width: 26px;
    height: 26px;
    border-radius: 35px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.rv3-score-ball-disabled {
    width: 26px;
    height: 26px;
    border-radius: 35px;
    background: rgba(228, 236, 247, 1);
    display: inline-block;
}
.rv3-score-icon {
    width: 26px;
    height: 26px;
    display: block;
}
.rv3-decision-table tbody tr:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 32px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #e2e8f0;
    z-index: 1;
}
.rv3-decision-table tbody tr {
    position: relative;
}
.rv3-col-header.score-type,
.rv3-score-cell {
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
    box-sizing: border-box;
    text-align: left;
}
.rv3-toggle-cell {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.rv3-score-cell > *,
.rv3-col-header.score-type > * {
    width: 165px;
    min-width: 165px;
    max-width: 165px;
    box-sizing: border-box;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}
.rv3-col-header.cost-type,
.rv3-cost-cell {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    box-sizing: border-box;
    text-align: left;
}
.rv3-cost-cell > *,
.rv3-col-header.cost-type > * {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    box-sizing: border-box;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}
.vragen-switch-label {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    color: #313860;
    font-weight: 700;
    margin-left: 8px;
    width: 28px;
    display: inline-block;
    text-align: left;
}
.rv3-info-box {
    background: #e4ecf780;
    color: #313860;
    font-size: 12px;
    font-family: 'Helvetica', Arial, sans-serif;
    border-radius: 10px;
    box-shadow: none;
    padding: 20px 26px;
    width: calc(100% - 52px);
    margin: -7px 32px 24px 32px;
    box-sizing: border-box;
}
.rv3-mobile-rowdesc-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    gap: 0;
    margin-bottom: 20px;
}
.rv3-info-box-mobile {
    width: 100% !important;
    margin-bottom: 15px;
    ;
    box-sizing: border-box;
    border-radius: 10px;
    background: #e4ecf780;
    color: #313860;
    font-size: 12px;
    font-family: 'Helvetica', Arial, sans-serif;
    box-shadow: none;
    padding: 17px 15px;
}
.rv3-mobile-row-card {
    background: #fff;
   
    margin-bottom: 1px;
    padding: 20px 20px 5px 20px;
    position: relative;
}
.rv3-mobile-row-card:not(:last-child)::after {
    content: "";
    display: block;
    height: 1px;
    background: #e2e8f0;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -1px;
}
.rv3-mobile-rowdesc {
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
.rv3-mobile-toggle-cell {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4px;
}
.rv3-mobile-col-block {
    margin-bottom: 10px;
}
.rv3-mobile-col-header {
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 600;
    font-size: 10px;
    color: #2a3a5e;
    margin-bottom: 4px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.rv3-mobile-col-value {
    margin-bottom: 2px;
}
.rv3-data-row.rv3-no-bottom-line::after {
    display: none !important;
}
.rv3-desktop-view,
.rv3-mobile-view {
    display: none;
}
@media (min-width: 769px) {
    .rv3-desktop-view { display: block !important; }
}
@media (max-width: 768px) {
    .rv3-mobile-view { display: block !important; }
}
.products {

    white-space: pre-wrap;
    word-break: break-word;
    padding: 13px 20px;
    background-color: #f9fbff;
    border-radius: 5px;
    margin-bottom:10px;
    padding-bottom:5px
}

    .products h3 {
        font-weight: 700;
        color: #313860;
        font-size: 12px;
    }

    .products p {
        font-weight: 400;
        color: #313860;
        font-size: 12px;
    }

.rv3-info-box h2 {
    font-weight: 700;
    color: #313860;
    font-size: 14px;
}

