.quiz-container,
body,
html {
    width: 100%;
    height: 100%
}

.aia-btn {
    min-width: 200px;
    padding-left: 10px;
    padding-right: 10px
}

.curator .curator-field {
    padding-left: 4px;
    padding-right: 4px;
    color: #e8eff6;
    border-bottom-color: #f1743d;
    border-radius: 0
}

.curator .curator-select {
    outline: none!important;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAUVBMVEUAAAAAAAD/AACAAAD/AICqAFX/AFW/AEDMADPfIEDVFUDTEkbTEkPVEUTTEkbTEEbREEXTEkXTEUXTEUXUEUXTEUbiEkrpE0zsE03tE07uE07XKetNAAAAFnRSTlMAAQECAgMDBAUIDB1XWmNub66ytLbnEsLeXQAAAGNJREFUeNqNilcOgDAMQ1/DKHuVff+DUlIEiC+eLMe2wi+iTxBE9PoQeuFNVZwWU04t1hhLN5W+Cvm4NWQZzT7m4YVhqaFeBi2QQr9W1dprvBY3z07Ds2i/SbDW24tY9UaEvxycnQLhOS2ETAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 50%;
    min-width: 90px;
    transition: .35s cubic-bezier(.6, 0, .4, 1);
    transition-property: background-color, opacity
}

.curator .curator-select.selected {
    background-color: #e8eff6;
    color: #f1743d;
    border-bottom-color: transparent
}

.margin-bottom-xxs {
    margin-bottom: 5px
}

.card {
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    cursor: pointer;
    padding: 30px;
    max-width: 490px;
    width: 100%
}

.card,
.slide-1 {
    flex-direction: column
}

.slide-1 .introduction {
    min-height: 180px
}

.slide-1 .content {
    display: flex;
    flex: 1
}

.slide-1 .choices {
    flex: 1;
    height: auto;
    width: auto;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
    padding-left: 35px
}

.slide-1 .chart-proper {
    display: flex;
    flex: 1;
    padding: 0 40px 0 15px;
    align-items: center;
    justify-content: center
}

.slide-1 .ct-chart {
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

.slide-1 .ct-chart.ct-chart-inner,
.slide-1 .ct-chart.ct-chart-outer {
    transform: scale(1)
}

.slide-1 .retirement-image {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 40px
}

.quiz-container .quiz-proper {
    width: 100%;
    height: 100%
}

.chart-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%)
}

.chart-icon[data-icon=healthcare] {
    background-image: url("https://www.grupoatof.com/_perfilador/etc.clientlibs/aia-sg/clientlibs/pwe-risk-calculator/css-stylePwe/assets/img/icons/healthcare.svg")
}

.chart-icon[data-icon=transport] {
    background-image: url("https://www.grupoatof.com/_perfilador/etc.clientlibs/aia-sg/clientlibs/pwe-risk-calculator/css-stylePwe/assets/img/icons/transport.svg")
}

.chart-icon[data-icon=food] {
    background-image: url("https://www.grupoatof.com/_perfilador/etc.clientlibs/aia-sg/clientlibs/pwe-risk-calculator/css-stylePwe/assets/img/icons/food.svg")
}

.chart-icon[data-icon=utilities] {
    background-image: url("https://www.grupoatof.com/_perfilador/etc.clientlibs/aia-sg/clientlibs/pwe-risk-calculator/css-stylePwe/assets/img/icons/utilities.svg")
}

.chart-icon[data-icon=total] {
    background-image: url("https://www.grupoatof.com/_perfilador/etc.clientlibs/aia-sg/clientlibs/pwe-risk-calculator/css-stylePwe/assets/img/icons/total.svg")
}

.legends {
    height: auto;
    line-height: 1;
    font-size: 12px;
    font-family: AIAEverest-CondensedMedium;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    margin-top: 20px
}

.legends.legends-horizontal .legends-item {
    display: inline-block;
    vertical-align: top
}

.legends .legends-item {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-right: 10px
}

.legends .legends-item:last-child {
    margin-right: 0
}

.legends .legends-item:before {
    position: absolute;
    display: block;
    content: "";
    top: 3px;
    left: -20px;
    width: 15px;
    height: 15px
}

.legends .value {
    font-weight: 700;
    font-size: 26px;
    font-family: AIA Everest Condensed, Helvetica, Arial, sans-serif
}

[data-field=legends-1]:before {
    background-color: green;
    opacity: 1
}

[data-field=legends-2]:before {
    background-color: orange;
    opacity: 1
}

[data-field=legends-3]:before {
    background-color: red;
    opacity: 1
}

#holder {
    transform: scaleX(-1)
}

.notes {
    font-size: .8em;
    margin-top: 20px
}

.disclaimer {
    font-size: .8em;
    padding: 20px;
    color: rgba(0, 0, 0, .4)
}

.p1 {
    color: #f1743d
}

body {
    background: #e8eff6
}

.quiz-container {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%
}

.quiz-container .quiz-proper,
.quiz-section {
    position: relative
}

.quiz-section {
    width: 100%;
    height: 100%
}

.card,
.clipped {
    overflow: hidden
}

.curator .curator-select {
    background-position: 100% 50%;
    transition-property: background-color, border;
    min-width: 100px;
    width: auto
}

.curator .curator-field.selected {
    background-color: #e8eff6;
    background-image: none;
    color: #f1743d;
    border-bottom-color: transparent
}

/** CHECKBOX CARD **/

.checkbox-card {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 15px;
    text-align: center;
    align-self: center;
    border: 3px solid #e0e0e0;
    transition: border .3s ease-in-out, box-shadow .3s ease-in-out;
    min-width: 95%
}

.checkbox-card:first-child {
    margin-left: 0
}

.checkbox-card:last-child {
    margin-right: 0
}

.checkbox-card.with-checkbox {
    margin-top: 30px
}

.checkbox-card.small {
    min-width: 95%;
    height: 40px;
    padding: 6px 20px
}

.checkbox-group {
    flex-direction: column;
    align-items: stretch;
}

.checkbox-group .icon {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .checkbox-card.small {
        min-width: 200px;
    }

    .checkbox-card.medium {
        min-width: 270px;
    }

    .checkbox-group {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .checkbox-group .icon {
        margin-right: 16px;
        margin-left: 0;
    }
    
}

.checkbox-card-content {
    display: flex;
    align-items: center
}

.checkbox-card .checkbox-card-content .label {
    text-align: left;
    margin-left: 10px;
}

.checkbox-card .icon {
    width: 60px;
    height: 36px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .checkbox-card-content {
        flex-direction: column
    }

    .checkbox-card {
        min-width: 180px;
        padding: 20px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 0;
    }
    
    .checkbox-card .checkbox-card-content .label {
        text-align: center;
        margin-left: 0;
    }

    .checkbox-card .icon {
        width: 80px;
        height: 64px;
        margin-bottom: 10px;
    }
}


.checkbox-card p {
    font-size: 1em;
    font-weight: 700
}

.checkbox-card p:first-of-type {
    margin-bottom: 12px
}

.checkbox-card .checkbox {
    position: absolute;
    top: -32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 3px solid #e0e0e0;
    border-radius: 50%;
    text-align: center;
    background-color: #fff
}

.checkbox-card .checkbox i {
    font-size: 18px;
    color: transparent
}

.checkbox-card[selected],
[data-checkbox][selected] .checkbox-card {
    border-color: #f1743d;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.checkbox-card[selected] .checkbox,
[data-checkbox][selected] .checkbox-card .checkbox {
    background-color: #f1743d;
    border-color: #f1743d
}

.checkbox-card[selected] .checkbox i,
[data-checkbox][selected] .checkbox-card .checkbox i {
    color: #fff
}

.checkbox-card select[data-curator] {
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    opacity: .3;
    transition: opacity .3s ease-in-out
}

.checkbox-card[selected] select[data-curator],
[data-checkbox][selected] .checkbox-card select[data-curator] {
    opacity: 1
}

.checkbox-card[disabled] {
    opacity: .5
}

.checkbox-card[disabled] * {
    color: #e0e0e0!important
}

.animation-fade {
    transition: opacity .3s ease-in-out
}

.invisible {
    opacity: 0;
    visibility: visible
}

.slider-pagi-banner {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000
}

.slider-pagi-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1;
    background-color: #e8eff6;
    margin-right: 1px;
    color: #fff;
    padding: 10px;

    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.slider-pagi-item:last-child {
    margin-right: 0
}

.slider-pagi-item:not([disabled]) {
    background-color: #d5dce4;
    color: #595959;
    z-index: 1;
    opacity: 1;
}

.slider-pagi-item:not([disabled]):last-child {
    background-color: #f1743d;
    color: #fff
}

.slider-pagi-item .icon {
    position: relative;
}

@media (min-width: 768px) {
    .slider-pagi-banner {
        flex-direction: row;
        height: auto;
    }

    .slider-pagi-item {
        flex-direction: column;
        min-height: 135px;

        position: static;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        opacity: 0;
    }
}


#slider-risk-profile .slide__content {
    padding-bottom: 130px
}

.portfolio {
    padding: 20px;
    color: #35597c;
    transform: scale(.8)
}

@media (min-width: 768px) {
    .portfolio {
        padding: 20px 0;
    }
}
.portfolio .portfolio-title {
    color: #757071
}

.portfolio.selected {
    border: 1px solid #113e6c;
    border-radius: 20px;
    background-color: #fff;
    transform: scale(1)
}

.portfolio.selected .portfolio-title {
    color: #2e5882
}

.checkbox-card[data-checkbox=premiumAmount] {
    min-width: 125px;
    padding: 10px
}

.cr-slider {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .cr-slider {
        display: flex;
        flex-flow: row;
        max-width: 1000px;
    }
}