.input-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 600px;
    padding-left: 0
}
.input-group {
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 6px
}
.input-group, .input-label {
    align-items: center;
    display: flex
}
.input-label {
    flex-shrink: 0;
    font-weight: 400;
    gap: 4px;
    white-space: nowrap
}
.input-field {
    appearance: auto;
    -moz-appearance: textfield;
    -webkit-appearance: auto;
    background: #0000;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
    height: 22px;
    padding: 2px 4px;
    width: 40px
}
.input-field::-webkit-inner-spin-button, .input-field::-webkit-outer-spin-button {
    background: #0000;
    margin: 0;
    opacity: 1
}
.tooltip-wrapper.small-i {
    align-items: center;
    background: #ddd;
    border-radius: 50%;
    cursor: default;
    display: inline-flex;
    font-size: 10px;
    font-weight: 400;
    height: 15px;
    justify-content: center;
    position: relative;
    width: 15px
}
.custom-tooltip {
    word-wrap: break-word;
    background: #4e4e4e;
    bottom: 125%;
    box-shadow: 0 2px 4px 0 #0000001a;
    color: #f2f2f2;
    display: block;
    font-size: 12px;
    left: 50%;
    line-height: 1.5em;
    max-width: 250px;
    opacity: 0;
    padding: 7px;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    transition: opacity .2s ease;
    visibility: hidden;
    white-space: nowrap;
    white-space: pre-line;
    z-index: 100
}
.custom-tooltip:after {
    border: 5px solid #0000;
    border-top-color: #4e4e4e;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%
}
.donutMoreInputs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    transition: all .25s ease
}
.donutMoreInputs .input-group {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between
}
.donutMoreInputs.disabled {
    opacity: .6;
    pointer-events: none
}
.register-link {
    align-items: center;
    display: flex;
    gap: 4px;
    transition: margin .25s ease
}
.register-link.spaced {
    margin: 16px 0
}
.register-btn {
    color: #1174e6;
    cursor: pointer;
    font-weight: 700;
    text-decoration: underline
}
@media screen and (max-width:992px) {
    .donutMoreInputs, .input-group, .input-section {
        overflow: visible
    }
    .tooltip-wrapper.small-i {
        flex-shrink: 0;
        margin-left: 6px;
        position: relative;
        z-index: 5
    }
    .custom-tooltip {
        word-wrap: break-word;
        bottom: calc(100% + 8px);
        left: 50%;
        max-width: 90vw;
        opacity: 0;
        overflow-wrap: break-word;
        pointer-events: none;
        position: absolute;
        transform: translateX(-50%);
        transition: opacity .18s ease;
        visibility: hidden;
        z-index: 9999
    }
    .custom-tooltip, .input-label {
        white-space: normal
    }
    .input-field {
        font-size: 12px;
        height: 24px;
        max-width: 65px;
        min-width: 65px;
        text-align: right;
        width: 65px
    }
}
@media screen and (max-width:468px) {
    .donutMoreInputs, .input-section {
        display: flex;
        flex-direction: column;
        gap: 4px
    }
    .input-group {
        align-items: center;
        display: flex;
        gap: 6px
    }
    .input-label {
        flex-shrink: 0;
        font-size: 14px;
        width: 200px
    }
    .input-field {
        font-size: 14px;
        height: 24px;
        max-width: 80px;
        min-width: 80px;
        text-align: right;
        width: 80px
    }
}
.result-table {
    font-family: Ericsson Hilda, Arial, sans-serif;
    margin-top: 30px;
    width: 100%
}
.section-title {
    font-weight: 700;
    margin-top: 12px;
    padding: 8px 0
}
.label-row {
    display: block;
    padding: 4px 0;
    width: 100%
}
.label-cell {
    align-items: center;
    display: flex;
    gap: 8px;
    padding: 4px 0
}
.legend-circle {
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    width: 12px
}
.tooltip-wrapper {
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
    position: relative
}
.tooltip-wrapper .custom-tooltip {
    background-color: #333;
    bottom: 125%;
    color: #fff;
    left: 50%;
    min-width: 180px;
    opacity: 0;
    padding: 6px 10px;
    position: absolute;
    text-align: left;
    transform: translateX(-50%);
    transition: opacity .3s;
    visibility: hidden;
    width: -webkit-max-content;
    width: max-content;
    z-index: 1
}
.tooltip-wrapper:hover .custom-tooltip {
    opacity: 1;
    visibility: visible
}
.checkbox-wrapper {
    display: inline-block;
    position: relative
}
.checkbox-tooltip {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    left: 110%;
    opacity: 0;
    padding: 6px 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s ease;
    visibility: hidden;
    white-space: nowrap;
    z-index: 2
}
.checkbox-wrapper:hover .checkbox-tooltip {
    opacity: 1;
    visibility: visible
}
.donut-chart-container {
    width: 50%
}
.donut-with-legend {
    display: inline-block;
    text-align: left;
    width: 100%
}
.donut-chart-wrapper {
    margin: 0 auto;
    position: relative;
    width: 260px
}
.donut-chart-wrapper canvas {
    height: auto !important;
    transform: none !important;
    width: 100% !important
}
.donut-chart-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 1rem;
    text-align: left;
    width: 100%
}
.disclaimer-link-wrapper-mobile {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    position: relative
}
.disclaimer-link {
    color: #1174e6;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    z-index: 5
}
.disclaimer-popup {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    bottom: 25px;
    font-size: 13px;
    padding: 15px;
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 10
}
.close-disclaimer {
    background: #0000;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 5px
}
.disclaimer-popup h4 {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 0
}
.disclaimer-popup p {
    font-size: 12px;
    line-height: 1.4
}
.modal {
    align-items: center;
    background: #00000080;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000
}
.modal--open {
    display: flex
}
.modal__window {
    background: #fff;
    border-radius: 0 !important;
    max-width: 600px;
    padding: 30px;
    position: relative;
    width: 90%
}
.modal__closeX {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 10px
}
.hotspots-title {
    font-size: 20px;
    margin: 0 0 20px
}
.appContainer .input-field, .appPanelInputField .input-field, .input-section .input-field {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 13px;
    height: 28px;
    padding: 2px 4px;
    width: 90px !important
}
.appContainer {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%
}
.appPanelInputField {
    flex: 1 1
}
.appPanelDisplayResult {
    flex: 2 1
}
.retail-image-wrapper {
    margin-bottom: 30px;
    position: relative;
    width: 100%
}
.retail-image {
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%
}
.hotspot {
    cursor: pointer;
    height: 16px;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 16px;
    z-index: 10
}
.hotspot-dot {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px #0000004d;
    display: inline-block;
    position: relative
}
.hotspot-dot, .hotspot-dot:before {
    background-color: currentColor;
    height: 16px;
    width: 16px
}
.hotspot-dot:before {
    animation: pulseGlow 1.8s ease-in-out infinite;
    border-radius: 50%;
    content: "";
    left: 50%;
    opacity: .7;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}
@keyframes pulseGlow {
    0% {
        opacity: .7;
        transform: translate(-50%, -50%) scale(1)
    }
    70% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2)
    }
    to {
        opacity: .7;
        transform: translate(-50%, -50%) scale(1)
    }
}
.hotspot:hover {
    animation-play-state: paused
}
.hotspot-tooltip {
    background-color: #333;
    color: #fff;
    left: 120%;
    opacity: 0;
    padding: 8px 12px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s ease;
    white-space: nowrap;
    z-index: 1000
}
.hotspot-tooltip.bottom {
    left: 50%;
    top: 120%;
    transform: translateX(-50%)
}
.hotspot-tooltip.bottom .hotspot-arrow {
    border-bottom: 6px solid #333;
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    left: 50%;
    top: -6px;
    transform: translateX(-50%)
}
.hotspot:hover .hotspot-tooltip {
    opacity: 1;
    pointer-events: auto
}
.hotspot-arrow {
    border-bottom: 6px solid #0000;
    border-right: 6px solid #333;
    border-top: 6px solid #0000;
    height: 0;
    left: -6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0
}
.block-cta__subtitle {
    font-size: 16px;
    margin-bottom: 15px
}
.btn.primary {
    display: inline-block;
    font-size: 16px;
    padding: 10px 24px
}
.reset-below-table {
    margin-top: 20px
}
.four-column-wrapper {
    grid-gap: 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
    width: 100%
}
.four-column-wrapper .column {
    display: flex;
    flex-direction: column;
    gap: 10px
}
.four-column-wrapper .donutBlock, .four-column-wrapper .resultTable {
    border: none !important;
    box-shadow: none !important
}
@media screen and (max-width:1099px) and (min-width:769px) {
    .appContainer {
        flex-direction: column
    }
    .appPanelDisplayResult {
        order: 1;
        width: 100%
    }
    .result-section {
        order: 2;
        width: 100%
    }
    .appPanelInputField {
        margin-top: 20px;
        order: 3;
        width: 100%
    }
    .retail-image {
        height: auto;
        width: 100%
    }
    .four-column-wrapper {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px
    }
    .four-column-wrapper .column {
        width: 100%
    }
    .donutBlock, .resultTable {
        max-width: 100% !important;
        width: 100% !important
    }
}
@media screen and (max-width:768px) {
    .four-column-wrapper {
        gap: 8px;
        grid-template-columns: 1fr 1fr
    }
    .donut-chart-title, .result-section h2, .resultTable h3 {
        font-size: 14px;
        margin-bottom: 6px
    }
    .resultTable {
        font-size: 10px;
        padding: 2px
    }
    .resultTable td, .resultTable th {
        padding: 2px 3px
    }
    .donutBlock canvas {
        max-height: 120px !important;
        max-width: 120px !important
    }
    .donut-legend {
        font-size: 10px
    }
    .donutBlock, .resultTable {
        max-width: 100% !important;
        width: 100% !important
    }
    .appPanelInputField {
        margin-top: 15px
    }
}
@media screen and (max-width:480px) {
    .four-column-wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px
    }
    .donut-chart-title, .result-section h2, .resultTable h3 {
        font-size: 12px;
        margin-bottom: 4px;
        text-align: center
    }
    .resultTable {
        font-size: 9px;
        padding: 2px
    }
    .resultTable td, .resultTable th {
        padding: 2px 3px
    }
    .donutBlock canvas {
        display: block;
        margin: 0 auto;
        max-height: 100px !important;
        max-width: 100px !important
    }
    .donut-legend {
        font-size: 9px;
        text-align: center
    }
    .donutBlock, .resultTable {
        max-width: 100% !important;
        width: 100% !important
    }
}
/*# sourceMappingURL=main.18d788fe.css.map*/