.calculator-hh ::selection {
    background-color: #ffbc5a
}

.calculator-hh .dev-status {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    background: #d1effb;
    padding: 1rem;
    border: 1px solid #bae7f9;
    border-radius: 5px;
    opacity: .7;
    z-index: 1
}

.calculator-hh .dev-status:hover {
    opacity: 1
}

.calculator-hh .dev-status hr {
    margin: 0
}

.calculator-hh .triggers-container {
    padding: 2rem 0
}

@media screen and (max-width: 39.99875em) {
    .calculator-hh .triggers-container {
        margin-left: 0
    }
}

.calculator-hh .triggers-container li {
    height: 3rem;
    width: 50%
}

@media print,
screen and (min-width: 40em) {
    .calculator-hh .triggers-container li {
        width: 16.75rem
    }
}

.calculator-hh .triggers-container li .tab-trigger {
    padding: .8125rem 0 .6875rem;
    margin: 0;
    border: 1px solid #cac7c7;
    color: #414141;
    box-shadow: 0 1px 2px 0 #f1edeb
}

@media screen and (max-width: 39.99875em) {
    .calculator-hh .triggers-container li .tab-trigger {
        padding-right: .7rem;
        padding-left: .7rem
    }
}

.calculator-hh .triggers-container li .tab-trigger:hover {
    border: 1px solid #ee7f00;
    color: #ee7f00
}

.calculator-hh .triggers-container li .tab-trigger.active {
    border: 1px solid #ee7f00;
    background-color: #ee7f00;
    color: #fff
}

.calculator-hh .triggers-container li .tab-trigger.active:hover {
    border: 1px solid #d57100;
    background-color: #d57100;
    color: #fff
}

.calculator-hh .triggers-container li:nth-of-type(1) .tab-trigger {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.calculator-hh .triggers-container li:nth-of-type(2) {
    margin-right: 0
}

@media print,
screen and (min-width: 40em) {
    .calculator-hh .triggers-container li:nth-of-type(2) {
        margin-right: 1rem
    }
}

.calculator-hh .triggers-container li:nth-of-type(2) .tab-trigger {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.calculator-hh .tab-content.loading {
    max-height: 100%
}

.calculator-hh form {
    position: relative
}

.calculator-hh form:after {
    display: none
}

@media print,
screen and (min-width: 64em) {
    .calculator-hh form:after {
        display: block;
        content: "";
        position: absolute;
        left: 2.125rem;
        top: 0;
        width: 95%;
        border-top: 1px solid #f1edeb
    }
}

.calculator-hh .radio-switch-wrapper {
    padding: 2.5rem 0;
    border-top: 1px solid #f1edeb
}

@media print,
screen and (min-width: 64em) {
    .calculator-hh .radio-switch-wrapper {
        border-bottom: 1px solid #f1edeb;
        border-top: none;
        margin: 0 2rem;
        padding: 2.5rem 0 3.5rem
    }
}

.calculator-hh .radio-switch-wrapper .radio-switch-title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2rem
}

@media print,
screen and (min-width: 64em) {
    .calculator-hh .radio-switch-wrapper .radio-switch-title {
        text-align: left
    }
}

.calculator-hh .radio-switch-wrapper .radio-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

@media screen and (max-width: 39.99875em) {
    .calculator-hh .radio-switch-wrapper .radio-switch-buttons {
        width: 50%
    }
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    margin-bottom: 0;
    border-radius: 6px;
    border: 1px solid #fcfcfc;
    background-color: #fcfcfc;
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.125rem;
    color: #414141;
    position: relative
}

@media print,
screen and (min-width: 40em) {
    .calculator-hh .radio-switch-wrapper .radio-switch-buttons label {
        width: 15.75rem;
        height: 8.75rem;
        padding: 1.5rem
    }
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons label:before,
.calculator-hh .radio-switch-wrapper .radio-switch-buttons label:after {
    content: none
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons label:hover {
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 16px 0 rgba(207, 207, 207, .2)
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons label .radio-switch-icon {
    position: relative;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: .625rem
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons label .radio-switch-icon.icon-flat {
    background-image: url(assets/flat.be9f0341c783499b1f573bcb377a5000.png);
    height: 3.5rem;
    width: 3.875rem
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons label .radio-switch-icon.icon-house {
    background-image: url(assets/house.0fc0648f5570cac1fb3d47f0b2ce664c.png);
    height: 3.4375rem;
    width: 4.625rem
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons label .radio-switch-name {
    height: 1.5rem
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons label .radio-switch-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons label .radio-switch-mobile .icon-mobile-house,
.calculator-hh .radio-switch-wrapper .radio-switch-buttons label .radio-switch-mobile .icon-mobile-flat {
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: .5rem
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons label .radio-switch-mobile .icon-mobile-flat {
    background-image: url(assets/flat.be9f0341c783499b1f573bcb377a5000.png);
    height: 2.375rem;
    width: 2.625rem
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons label .radio-switch-mobile .icon-mobile-house {
    background-image: url(assets/house.0fc0648f5570cac1fb3d47f0b2ce664c.png);
    height: 2.25rem;
    width: 3rem
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons label .radio-switch-mobile .mobile-name {
    margin-bottom: 0
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons input:checked+label {
    border: 1px solid #ee7f00;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px 0 rgba(234, 101, 13, .2)
}

.calculator-hh .radio-switch-wrapper .radio-switch-buttons:nth-of-type(1) {
    margin-right: .6875rem
}

@media print,
screen and (min-width: 40em) {
    .calculator-hh .radio-switch-wrapper .radio-switch-buttons:nth-of-type(1) {
        margin-right: 1.8125rem
    }
}

.calculator-hh-title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.5rem;
    margin: 3rem 0;
    text-align: center;
    position: relative
}

@media print,
screen and (min-width: 40em) {
    .calculator-hh-title {
        text-align: left
    }
}

.calculator-hh-title:after {
    content: "";
    position: absolute;
    left: -0.875rem;
    top: -3rem;
    width: 103%;
    border-top: 1px solid #f1edeb
}

@media print,
screen and (min-width: 64em) {
    .calculator-hh-title:after {
        display: none
    }
}

.calculator-hh .slider-hh {
    margin-bottom: 2.5rem
}

.calculator-hh .slider-hh-label {
    font-size: 1rem;
    font-family: "NNNittiGrotesk-Heading"
}

.calculator-hh .slider-hh .field-value input {
    max-width: 10.875rem;
    height: 3rem;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 #f1edeb;
    border: 1px solid #cac7c7;
    font-family: "NNNittiGrotesk-Heading";
    font-size: 18px
}

.calculator-hh .slider-hh .field-value input:hover {
    border-color: #ee7f00;
    box-shadow: 0 1px 2px 0 #ffdac8
}

.calculator-hh .slider-hh .nn-tooltip-trigger {
    margin-right: .5rem
}

.calculator-hh .slider-hh .nn-tooltip-trigger.no-icon {
    font-family: "NNNittiGrotesk-TextRegular" !important
}

.calculator-hh .slider-hh-footer {
    font-family: "NNNittiGrotesk-TextRegular";
    font-size: .875rem;
    color: #999
}

.calculator-hh .slider-hh .slider-range {
    width: 100%;
    height: 6px;
    margin: 1.5rem 0 1rem
}

.calculator-hh .slider-hh .slider-range .noUi-handle {
    width: 24px;
    height: 24px;
    top: -9px
}

.calculator-hh .slider-hh .slider-range .noUi-connect {
    background-image: linear-gradient(to left, #e64415, #ee7f00)
}

.calculator-hh .slider-hh .slider-range .noUi-touch-area {
    box-shadow: 0 4px 16px 0 rgba(234, 101, 13, .2);
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.calculator-hh .slider-hh .slider-range .noUi-touch-area:before,
.calculator-hh .slider-hh .slider-range .noUi-touch-area:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #ee7f00;
    border-radius: 1px
}

.calculator-hh .slider-hh .slider-range .noUi-touch-area:before {
    top: 8px;
    left: 7px;
    width: 10px;
    height: 8px
}

.calculator-hh .slider-hh .slider-range .noUi-touch-area:after {
    top: 6px;
    left: 9px;
    width: 6px;
    height: 12px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff
}

.calculator-hh .disabled .slider-hh-label,
.calculator-hh .disabled .field-value input,
.calculator-hh .disabled .nn-tooltip-trigger,
.calculator-hh .disabled .slider-hh-footer {
    color: #cac7c7
}

.calculator-hh .disabled .field-value input {
    border: 1px solid #fcfcfc;
    background-color: #fcfcfc;
    box-shadow: none
}

.calculator-hh .disabled .nn-tooltip-trigger {
    pointer-events: none
}

.calculator-hh .disabled .slider-range .noUi-touch-area {
    box-shadow: none
}

.calculator-hh .disabled .slider-range .noUi-touch-area:before,
.calculator-hh .disabled .slider-range .noUi-touch-area:after {
    background-color: #cac7c7
}

.calculator-hh .disabled .slider-range .noUi-connects {
    background-color: #fcfcfc
}

.calculator-hh .submit-section-wrapper {
    border-top: 1px solid #f1edeb;
    padding: 3rem 0
}

@media print,
screen and (min-width: 64em) {
    .calculator-hh .submit-section-wrapper {
        margin: 0 1.75rem
    }
}

@media screen and (max-width: 39.99875em) {
    .calculator-hh .submit-section-wrapper .submit-section {
        width: 100%
    }
}

.calculator-hh .submit-section-wrapper .submit-section-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 1.5rem
}

@media print,
screen and (min-width: 64em) {
    .calculator-hh .submit-section-wrapper .submit-section-result {
        flex-direction: row;
        min-width: 33.3125rem
    }
}

.calculator-hh .submit-section-wrapper .submit-section-total {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.5rem
}

.calculator-hh .submit-section-wrapper .submit-section-value {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 3rem;
    color: #ee7f00;
    background-color: #fff
}

.calculator-hh .submit-section-wrapper .submit-section-value.disabled {
    color: #999
}

.calculator-hh .submit-section-wrapper .submit-section-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse
}

@media print,
screen and (min-width: 40em) {
    .calculator-hh .submit-section-wrapper .submit-section-buttons {
        flex-direction: row
    }
}

.calculator-hh .submit-section-wrapper .submit-section-buttons .btn {
    height: 4rem;
    line-height: 1.5;
    border-radius: 6px
}

@media print,
screen and (min-width: 40em) {
    .calculator-hh .submit-section-wrapper .submit-section-buttons .btn {
        width: 15.75rem
    }
}

.calculator-hh .submit-section-wrapper .submit-section-buttons button[type=submit][disabled] {
    background-color: #cac7c7;
    box-shadow: none;
    pointer-events: none
}

.calculator-hh .submit-section-wrapper .submit-section-buttons button[type=submit][disabled]:hover {
    color: #fff
}

.calculator-hh .submit-section-wrapper .submit-section .btn:nth-child(1) {
    margin-top: 1.8125rem
}

@media print,
screen and (min-width: 40em) {
    .calculator-hh .submit-section-wrapper .submit-section .btn:nth-child(1) {
        margin-top: 0;
        margin-right: 1.8125rem
    }
}

.calculator-hh .submit-section-wrapper .submit-section .btn:nth-child(2) {
    box-shadow: 0 4px 16px 0 rgba(234, 101, 13, .2)
}