.font-FiraSans {
    font-family: Fira Sans, sans-serif
}

body {
    margin: 0 auto;
    line-height: inherit;
    position: relative;
    min-height: 100vh
}

a {
    color: inherit;
    text-decoration: inherit
}

#fr-funnel p {
    margin: 0
}

.header-funnel {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    border-bottom-width: 2px;
    border-bottom-color: #e5e7eb;
    border-bottom-style: solid;
    align-items: center;
    justify-content: space-between
}

.header-logo {
    width: 160px
}

.header-slogan {
    display: none
}

.header-slogan-title {
    font-weight: 300;
    font-size: 1.5em;
    width: 100%;
    height: 35px;
    margin: 0
}

.header-slogan-subtitle {
    color: #666;
    font-weight: 200;
    font-size: 1.2em;
    margin: 0
}

.header-promotion {
    border: solid 2px #ed002f;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    text-wrap: wrap
}

.part-red {
    background-color: #ed002f;
    padding: .5rem;
    font-size: 16px;
    color: #fff
}

.part-white {
    padding: .5rem;
    color: #999
}

#progress-bar {
    padding: 1rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    background-color: #fff;
    width: 100%;
    margin: auto;
    top: 0;
    position: sticky;
    z-index: 10;
    order: 11;
    margin-top: -1.5rem;
}

/* hidden unless in header */
#fr-funnel #progress-bar,
#mini-funnel #progress-bar {
    display: none;
}

.layout-container {
    display: initial
}

.time-bar {
    width: 100%
}

.time-bar__bar {
    margin: auto;
    flex-direction: column;
    display: flex;
    margin-bottom: 30px;
    max-width: 1000px
}

.time-bar-tabs {
    font-weight: 200;
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    list-style: none;
    padding: 0;
    margin: 0
}

.pointer-events {
    pointer-events: none
}

.title-tabs {
    text-transform: uppercase;
    font-size: 12px
}

#progress-bar-line {
    background-color: #eaeaea;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    height: 10px;
    margin: auto;
    position: relative
}

#progress-bar-red {
    transition-property: width;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
    width: 0;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 1s;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    font-size: .75rem;
    text-align: center;
    padding: .125rem;
    background-color: #ed002f;
    border-radius: 9999px;
    height: 100%
}

#progress-bar-circle {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 10;
    border-radius: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    font-size: 14px;
    background-color: #ed002f;
    color: #fff;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform: translateX(-15px);
    display: flex;
    align-items: center;
    justify-content: center
}

#progress-bar-circle-grey {
    background-color: #eaeaea;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    right: 0;
    position: absolute
}

#slides {
    padding-bottom: 170px;
    max-width: 1000px;
    margin: auto;
    transition: all .5s;
    min-height: 500px;
    margin-top: 100px;
}
/* 
.articles:not(:first-child) {
    display:none;
} */

.question-title, .title-font {
    text-align: center;
    font-size: 1.6rem;
    padding: .25rem;
    padding-bottom: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400
}
.question-title {
    margin-top: 2.5em;
}

.answered {
    font-weight: 700
}

.containerAnswers {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row
}

.answer-btn {
    cursor: pointer;
    display: flex;
    padding: 22px 40px 20px;
    background-color: #f4f4f4;
    border-radius: 15px;
    border-top-left-radius: 0;
    width: fit-content;
    align-items: center;
    gap: 20px;
    scale: 1;
    transition: scale .5s ease-in-out;
    color: #000;
    margin-left: 10px;
    margin-right: 10px
}

.answer-img {
    font-size: 25px;
    color: inherit
}

.answer-txt {
    font-size: 16px
}

.answer-active {
    color: #fff;
    background-color: #ed002f;
    scale: 1.15;
}

.containerPhone,
.containerPostCode,
.containerEmail {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-evenly
}

.inputPhone,
.inputPostCode,
.inputEmail {
    font-size: 20px !important;
    line-height: 28px;
    padding: 1.5rem !important;
    border-color: #000 !important;
    border-width: 2px !important;
    border-radius: 9999px
}

.btn-custom {
    color: #fff !important;
    font-size: 1.2em !important;
    padding: 1.5rem !important;
    background-color: #ed002f !important;
    border-radius: 99999px !important;
    width: 100%;
    scale: 1;
    margin: 0;
}

.btn-custom:hover {
    background-color: #ab192d !important;
    color: #fff;
    display: block;
}

.linkToShow {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.linkToShow p {
    margin: 0;
    margin-right: 20px
}

.linkToShow .btn-phone {
    background-color: #ed002f;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none
}

.linkToShow img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline
}

.big-text {
    text-transform: uppercase
}

.legalSendPhone {
    text-align: center;
    margin-top: 1rem !important;
}

#termsandconditions {
    color: #ed002f;
    text-decoration: underline
}

section+footer {
    color: #fff;
    position: absolute;
    padding: 1.2rem 15px;
    background-color: #636466;
    text-align: center;
    box-shadow: inset 0 21px 20px -16px #4d4f4f;
    bottom: 0
}

section+footer a,
footer span.optanon-show-settings {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: none !important
}

section+footer p {
    font-size: 12px;
    color: #fff
}

section+footer img {
    height: 50px
}

section+footer a,
.big-text a {
    text-transform: uppercase;
    word-break: break-word;
    color: inherit
}

.header-promotion a {
    font-weight: 500;
    text-decoration: none
}

#promotion {
    padding: 0 40px
}

.legalLinks {
    width: 100%;
    display: flex;
    justify-content: space-evenly
}

@media(min-width: 767px) {

    .containerPhone,
    .containerPostCode,
    .containerEmail {
        flex-direction: row;
        justify-content: center
    }

    .btn-custom {
        width: 280px;
        margin-left: 30px;
        margin-top: 0 !important
    }

    .inputPhone[type=tel],
    .inputPostCode[type=text],
    .inputEmail[type=email] {
        width: 50% !important
    }
}

@media(min-width: 1024px) {
    .part-red {
        padding: 20px
    }

    .header-slogan {
        display: block
    }

    .header-promotion {
        border-radius: 30px;
        width: auto;
        max-width: 400px
    }

    .part-red {
        border-top-left-radius: 28px;
        border-top-right-radius: 28px
    }

    .header-funnel {
        flex-direction: row;
        max-width: 1000px;
        margin: auto
    }
}

@media(max-width: 1024px) {
    section+footer {
        position: relative
    }

    .answer-btn {
        padding: 1rem 2rem;
        margin: 0;
    }
}

div#offer-popup {
    font-family: fira sans, sans-serif
}

h2.popup-title {
    font-size: 24px
}

header #block-mainnavigation-2,
header #block-headerbutton,
header #block-exposedformacquia-searchpage-external-search-3,
header .wrapper,
header #block-mobilephoneheader {
    display: none !important;
}

header #block-verisure-uk-branding {
    width: 100% !important;
    justify-content: center;
}

.fixed-header .layout-container>header .site-logo {
    width: unset;
}

header .region-header {
    margin: 0;
    max-width: 100% !important;
}

form#webform-submission-fake-lead-form-node-6206-add-form--2 {
    display: none;
}

/* .layout-container .top-bar {
    height: 0 !important;
} */


/* mini-funnel has large header for progress bar */
body.page-node-6401 .layout-container>header .site-header {
    height: auto !important;
}
/*
body.page-node-6401 .layout-container main {
    padding-top: 200px !important;
} */