:root {
    --primary-yellow-color: #FFC72C;
    --primary-blue-color: #225DB3;
    --image-sample-grey: #F5F5F5;
    --image-sample-darkgrey: #d9d9d9;
    --light-blue: #F4F7FB;
}

* {
    box-sizing: border-box;
}
body {
    font-size: 16px;
    color: #000;
}
h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 800;
}
p {
    margin: 0;
    line-height: 1.85;
}
.py-10 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-20 {
    margin-bottom: 20px;
}
.rounded-25 {
    border-radius: 25px;
}
.rounded-15 {
    border-radius: 15px;
}
.bg-primary-blue {
    background-color: var(--primary-blue-color);
}
.bg-placeholder {
    background-color: var(--image-sample-darkgrey);
}
.bg-light-blue {
    background-color: var(--light-blue);
}
.text-white {
    color: white;
}
.text-yellow {
    color: var(--primary-yellow-color);
}
.leading-25 {
    line-height: 25px;
}
.leading-30 {
    line-height: 30px;
}
.leading-35 {
    line-height: 35px;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    color: #000;
}
.uk-button {
    text-transform: initial;
    line-height: 30px;
    font-size: 18px;
    padding: 10px;
    padding: 7px 15px;
    box-sizing: border-box;
    border-radius: 15px;
}
.uk-grid.no-gaps {
    margin-left: 0;
} 
.uk-grid.no-gaps > * {
    padding-left: 0;
}

.d-grid {
    display: grid;
}
@media (min-width: 640px) {
    .grid-1-1\@s {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-1-1-1\@s {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-2-1\@s {
        grid-template-columns: 2fr 1fr;
    }
    .grid-1-2\@s {
        grid-template-columns: 1fr 2fr;
    }
}

.flex-1 {
    flex: 1;
}
.text-normal {
    font-size: 16px;
    line-height: 30px;
}
.text-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

h4.text-title {
    font-size: 26px;
}
.text-lg {
    font-size: 18px;
}
.text-xl {
    font-size: 20px;
    line-height: 35px;
}
.text-xxl {
    font-size: 24px;
    line-height: 35px;
}
.text-bold {
    font-weight: 700;
}
.text-18 {
    font-size: 18px;
}
.text-22 {
    font-size: 22px;
}
.text-24 {
    font-size: 24px;
}
.text-26 {
    font-size: 26px;
}
.text-32 {
    font-size: 32px;
}
.max-w-800 {
    max-width: 800px;
}
.w-full {
    width: 100%;
}
.nowrap {
    white-space: nowrap;
}
ul li {
    margin-bottom: 30px;
}
ul.nolist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.uk-icon.fullfill-white polygon {
    fill: #fff;
    stroke: white !important;
}
.uk-icon.fill-yellow polygon {
    fill: var(--primary-yellow-color);
}
.uk-icon.stroke-yellow path,
.uk-icon.stroke-yellow polyline,
.uk-icon.stroke-yellow polygon {
    stroke: var(--primary-yellow-color) !important;
}
.gap-10 {
    gap: 10px;
}
.gap-20 {
    gap: 20px;
}
.gap-25 {
    gap: 25px;
}
.gap-30 {
    gap: 30px;
}

.faq-accordion {
    margin: 10px 0 40px;
}
.faq-accordion .faq-item {
    margin: 0 0 15px;
    padding: 13px 30px;
    background-color: var(--light-blue);
}
.faq-accordion .faq_question .uk-icon {
    color: var(--primary-blue-color);
}
.faq-accordion .faq_question .title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
}
@media (max-width: 640px) {
    .faq-accordion .faq-item {
        padding: 15px;
    }
    .faq-accordion .faq_question .title {
        font-size: 18px;
        line-height: 25px;
    }
}

ul.v-type {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
ul.v-type li {
    margin-bottom: 10px;
}
ul.v-type li::before {
    content: 'v';
    font-weight: 700;
    margin-right: 10px;
    font-family: Gotham;
}
.relative {
    position: relative;
}

.slider-arrows {
    text-align: right;
}
.slider-arrows .uk-icon:hover line,
.slider-arrows .uk-icon:hover polyline {
    stroke: var(--primary-blue-color);
}
.slider-arrows .uk-invisible {
    visibility: visible !important;
    opacity: 36%;
    cursor: initial;
}
.slider-arrows .uk-invisible .uk-icon line,
.slider-arrows .uk-invisible .uk-icon polyline {
    stroke: #000;
}

.hero-calculator.with-background {
    background-size: cover;
    background-position: 50%;
}
.hero-calculator .intro p {
    font-size: 20px;
    line-height: 1.5;
}

.triangle-bg {
    position: relative;
    overflow: hidden;
}

.triangle-bg::after,
.triangle-bg::before {
    position: absolute;
    content: '';
    display: block;
    z-index: -1;
}
.triangle-bg::before {
    width: 100%;
    height: 1px;
    background: #000;
    left: 50%;
    bottom: 20px;
}
.triangle-bg::after {
    width: 1px;
    bottom: 21px;
    border-left: 1px solid #000;
    height: 150%;
    position: absolute;
    left: 50%;
    transform-origin: bottom left;
    transform: rotate(15deg);
}

@media (max-width: 640px) {
    .triangle-bg::before {
        display: none;
    }
    .triangle-bg::after {
        left: -10px;
        transform: rotate(40deg);
        bottom: 50px;
    }
}
@media (max-width: 480px) {
    .triangle-bg::after {
        left: -10px;
        transform: rotate(35deg);
        bottom: 100px;
    }

    .hero-calculator .intro .title {
        margin-bottom: 20px;
    }
    .hero-calculator .intro .title h1 {
        font-size: 26px;
        line-height: 50px;
    }
}
.video-content-block iframe {
    border-radius: 15px;
}
.video-notice-text .video-notice-icon {
    position: absolute;
    transform: scale(1.35);
    left: -35px;
    top: 15px;
}

.form-control select,
.form-control input {
    font-size: 18px;
    line-height: 30px;
    padding: 7px 15px;
    text-align: center;
    width: 100%;
}
.mini-calc-form .postcode-input {
    width: 200px;
}
.mini-calc-form .house-input {
    width: 100px;
}

.klanten-score {
    position: absolute;
    top: -75px;
    right: -125px
}
.klanten-score {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    line-height: 35px;
}
.klanten-score .round {
    width: 250px;
    height: 250px;
    background: var(--primary-blue-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 30px;
    text-align: center;
    font-weight: bold;
}
.klanten-score .score-label {
    background: var(--primary-blue-color);
    padding: 15px 30px;
    border-radius: 15px;
    position: relative;
    top: -45px;
    left: 70px;
}

@media (max-width: 1024px) {
    .hero-calculator.with-score .calculator-container {
        margin-top: 250px;
    }
    .klanten-score {
        right: -20px;
        top: -220px;
    }
    .klanten-score .score-label {
        left: -20px;
    }
}
@media (max-width: 640px) {
    .hero-calculator.with-score .calculator-container {
        margin-top: 220px;
    }
    .mini-calc-form .inline-form {
        flex-direction: column;
    }
    .klanten-score {
        right: 0;
        top: -190px;
    }
    .klanten-score .round {
        width: 220px;
        height: 220px;
    }
    .klanten-score .score-label {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px;
        left: 0;
        top: -30px;
    }
}
@media (max-width: 480px) {
    .hero-calculator.with-score .calculator-container {
        margin-top: 130px;
    }
    .klanten-score {
        font-size: 16px;
        line-height: 25px;
        top: -100px;
    }
    .klanten-score .round {
        width: 140px;
        height: 140px;
        padding: 5px;
    }
    .klanten-score .score-label {
        font-size: 12px;
        padding: 5px 10px;
    }
}

.usp-items .uk-icon {
    border: 9px solid var(--primary-yellow-color);
    border-radius: 50%;
    padding: 5px;
}
.usp-items .icon polyline {
    stroke-width: 3px;
    color: var(--primary-yellow-color);
}

@media (max-width: 960px) {
    .usp-items {
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .usps-block .title h4 {
        line-height: 26px;
    }
    .leading-sm-1 {
        line-height: 1;
    }
    .text-center-sm {
        text-align: center;
    }
    h4.text-title {
        line-height: 1;
        font-size: 20px;
    }
}

.roadmap-plan {
    margin-bottom: 45px;
}
.roadmap-plan::before {
    content: '';
    border-left: 1px solid #000;
    height: calc(100% - 23px);
    position: absolute;
    width: 200px;
    left: 45px;
    z-index: -1;
    border-bottom: 1px solid;
    top: 0;
}
.roadmap-plan .advise-link {
    margin-left: 130px;
}
.roadmap-plan .number-box {
    color: #fff;
    font-weight: 800;
    width: 90px;
    height: 100px;
    font-size: 32px;
    line-height: 40px;
    background-color: var(--primary-blue-color);
    font-family: Gotham;
}
.roadmap-plan .roadmap-item .step-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    font-family: Gotham;
}
.roadmap-plan .roadmap-item .step-subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    font-family: Gotham;
}
.roadmap-plan .roadmap-item .step-desc {
    line-height: 30px;
}
.roadmap-plan .roadmap-item {
    gap: 40px;
}
.banner {
    display: flex;
    max-width: 319px;
    width: 100%;
    height: 410px;
    background-color: var(--image-sample-grey);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
}


@media (max-width: 640px) {
    .flex-columns {
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .roadmap-plan .number-box {
        width: 65px;
        height: 70px;
    }
    .roadmap-plan::before {
        left: 33px;
        width: 150px;
    }
    .roadmap-plan .advise-link {
        margin-left: 85px;
    }
    .roadmap-plan .roadmap-item {
        gap: 20px;
    }
}

.reviews-slider-container {
    padding-left: 30px;
    margin-right: -600px;
}
.reviews-slider {
    padding-left: 70px;
    border-left: 1px solid #000;
    padding-bottom: 150px;
    padding-top: 40px;
    padding-right: 600px;
}

.search-reviews-form .province-select,
.search-reviews-form .region-select {
    max-width: 240px;
    width: 100%;
}
.search-reviews-form .nice-select {
    height: 100% !important;
    border-radius: 0 !important;
    line-height: 44px;
}
.search-reviews-form .nice-select .list {
    max-height: 250px;
    overflow: auto;
}

.search-reviews-form .required-error .nice-select {
    border-color: #f00;
}

.search-reviews-form .load-reviews-btn .loading-location {
    position: initial !important;
    margin-left: 10px;
}
.search-reviews-form .load-reviews-btn.loading-btn {
    background-color: #fff;
}
.search-reviews-form .load-reviews-btn.loading-btn .loading-location {
    display: inline-block;
}
@media (max-width: 480px) {
    .search-reviews-form .inline-form {
        flex-direction: column;
    }
    .search-reviews-form .province-select,
    .search-reviews-form .region-select {
        max-width: 100%;
    }
    .search-reviews-form button {
        width: 100%;
    }
}

.review-scores {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.review-scores .pie-chart .pyramid {
    border-color: transparent transparent var(--primary-blue-color) transparent;
    border-style: solid;
    border-width: 0px 60px 110px 60px;
    height: 0px;
    width: 0px;
    position: absolute;
    left: -20px;
    top: 0px;
}
.review-scores .pie-chart .chart {
    width: 120px;
    height: 110px;
}
.review-scores .pie-chart .chart canvas {
    display: none;
}
.review-scores .pie-chart .chart .count.count__percent,
.review-scores .pie-chart .chart .count.count__percent span {
    color: var(--primary-yellow-color);
    font-size: 32px;
}

@media (max-width: 480px) {
    .text-14-xs {
        font-size: 14px
    }
    .leading-25-xs {
        line-height: 25px;
    }
}
@media (max-width: 640px) {
    .reviews-slider-container {
        padding-left: 15px;
    }
    .reviews-slider {
        padding-left: 20px;
        margin-right: 50px;
        padding-bottom: 80px;
    }
}