.page-template-page-leadgen {
    height: 100%;
}
.page-template-page-leadgen section:not(:last-of-type) {
    margin-bottom: 4rem;
}
.leadgen-steps {
    font-size: 1.25rem;
    padding: 0.25rem 0.5rem;
    display: flex;
    border-radius: 100rem;
}
main > .leadgen-steps {
    margin-block: 2rem;
}
.page-template-page-leadgen section .content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 4rem;
}
.page-template-page-leadgen section .content.narrow {
    max-width: 43.25rem;
    box-sizing: content-box;
}
.page-template-page-leadgen section.centered {
    text-align: center;
}
.page-template-page-leadgen section.gray-bg {
    background-color: #F4F4F4;
}
.page-template-page-leadgen section .content h2 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
}
.page-template-page-leadgen section .item-heading {
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 500;
    /* text-align: center; */
    font-family: "GT Walsheim Pro";
}

.page-template-page-leadgen section ol.steps {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
    margin-block: 2rem;
    padding: 0;
}
.page-template-page-leadgen section ol.steps li {
    margin: 0.5rem 1rem;
}
.page-template-page-leadgen section li::marker {
    color: #E62720;
    font-weight: 700;
}
.page-template-page-leadgen section li > div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
    align-items: flex-start;
}
.page-template-page-leadgen section ul.usp-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    margin-block: 2rem;
    padding: 0;
    list-style: none;
}
.page-template-page-leadgen section ul.usp-list li {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    text-align: center;
    align-items: center;
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.10);
    width: 100%;
}
.page-template-page-leadgen section ul.usp-list li .item-heading {
    font-weight: 700;
}
.page-template-page-leadgen section ul.usp-list li svg {
    /*padding: 1.625rem;*/
    height: 5.5rem;
    width: 5.5rem;
    border-radius: 100%;
    background-color: #FCE9E8;
}
.leadgen-wrapper {
    position: relative;
    z-index: 1001;
    font-family: 'Manrope';
}
.leadgen-wrapper form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.leadgen-wrapper .topbar {
    background-color: #F4F4F4;
}
.leadgen-wrapper .topbar .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    max-width: 1440px;
    margin-inline: auto;
    width: 100%;
    padding: 0.5rem 1.5rem;
}

.leadgen-wrapper header {
    padding: 1.5rem;
}
.leadgen-wrapper main {
    padding: 0 4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.leadgen-wrapper main[data-step="0"] {
    margin-bottom: 4rem;
}
.leadgen-wrapper main h1 {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 700;
    max-width: 35rem;
    text-transform: none;
    margin-bottom: 1rem;
    width: 100%;
    font-family: "GT Walsheim Pro";
}

.page-template-page-leadgen .custom-logo {
    max-width: 13rem;
}
.page-template-page-leadgen header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    max-width: 1440px;
    margin-inline: auto;
}
.page-template-page-leadgen h1 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    font-family: "GT Walsheim Pro";
}
.page-template-page-leadgen h2 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    text-transform: none;
    font-family: "GT Walsheim Pro";
}
.mobile-only {
    display: none;
}
.page-template-page-leadgen fieldset {
    border: none;
    padding: 0;
    margin: 0 auto 4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 33rem;
    align-items: center;
}
.page-template-page-leadgen fieldset.narrow {
    max-width: 28rem;
}
.page-template-page-leadgen fieldset.login {
    gap: 0.5rem;
}
.page-template-page-leadgen fieldset[data-tv-added="disabled"],
.page-template-page-leadgen fieldset[data-internet-added="disabled"] {
    display: none;
}

.page-template-page-leadgen fieldset:first-of-type {
    margin-top: 3rem; /* 4rem */
}

.page-template-page-leadgen fieldset legend {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-template-page-leadgen fieldset .options {
    margin-block: 1rem;
    width: 100%;
}

button[name="vipps"] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
    background-color: #fff;
    color: #000;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid #A3A3A3;
    text-align: left;
}
button[name="vipps"].forwards {
    max-width: max-content;
    margin-inline: auto;
}
button[name="vipps"].forwards span {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
}

/* GFORM */
.page-template-page-leadgen .leadgen_wrapper .gform_heading {
    display: flex;
}
.page-template-page-leadgen .gform_heading .gform_required_legend {
    display: none;
}
.leadgen_wrapper .gform_wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
}
.leadgen_wrapper {
    width: 100%;
    max-width: 40rem;
    margin-top: 4rem;
}
.form-section-wrapper {
    margin-top: 4rem;
    width: 100%;
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}
.tab-content .leadgen_wrapper,
.tab-content .leadgen_wrapper.gform_wrapper,
dialog .leadgen_wrapper,
dialog .leadgen_wrapper.gform_wrapper {
    margin-top: 0;
}
.leadgen_wrapper .gform_body {
    width: 100%;
}
.leadgen_wrapper .gfield input,
.leadgen_wrapper .gfield textarea {
    text-align: left;
}
.leadgen_wrapper .gfield_description {
    text-align: left;
    margin-inline: 0.5rem;
    margin-top: 0.25rem !important;
}
.leadgen_wrapper .gfield_label {
    font-size: 0.8125rem !important;
    font-weight: 500 !important;
    margin-inline: 0.5rem !important;
    text-align: left;
}
.leadgen_wrapper input[type="text"],
.leadgen_wrapper input[type="email"],
.leadgen_wrapper input[type="tel"],
.leadgen_wrapper input[type="number"],
.leadgen_wrapper input[type="date"],
.leadgen_wrapper textarea {
    border: 1px solid #A3A3A3 !important;
    padding: 0.75rem 1rem !important;
    border-radius: 0.5rem !important;
}
.leadgen_wrapper .ginput_container_radio {
    width: 100%;
}
.leadgen_wrapper .ginput_container_radio .gchoice {
    gap: 0.5rem !important;
    align-items: center;
}
.leadgen_wrapper .ginput_container_radio .gchoice .gfield-choice-input {
    width: 1em;
    height: 1em;
}
.leadgen_wrapper .one-row .ginput_container_radio .gfield_radio {
    display: flex;
    flex-direction: row !important;
    gap: 1rem !important;
    align-items: left !important;
    justify-content: left !important;
}
.leadgen_wrapper .one-row .ginput_container_radio .gfield_radio label {
    margin: 0;
}
.leadgen_wrapper .ginput_container_radio input[type="radio"],
.leadgen_wrapper input[type="checkbox"] {
    accent-color: #E62720 !important;
}
.leadgen_wrapper .ginput_container_radio input[type="radio"]::before,
.leadgen_wrapper input[type="checkbox"]::before {
    background-color: #E62720 !important;
}
.leadgen_wrapper .ginput_container_radio input[type="radio"] {
    border-radius: 100% !important;
    appearance: radio !important;
}
.leadgen_wrapper input[type="checkbox"] {
    border-radius: 0.25rem !important;
    appearance: checkbox !important;
}
.leadgen_wrapper fieldset {
    margin: 0 !important;
}
.leadgen_wrapper fieldset.gfield--type-consent {
    margin-inline: auto !important;
}
.leadgen_wrapper .gform_footer {
    margin-block: 1.5rem !important;
}
.leadgen_wrapper .gform_button {
    margin-inline: auto !important;
    max-width: max-content !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 100rem !important;
    background-color: #E62720 !important;
    color: #fff !important;
    border: 1px solid #E62720 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
}

/* HTML FORM */
.input-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    padding-inline: 0.75rem;
    align-items: center;
    margin-block: 0.25rem;
}
.input-wrapper.narrow {
    max-width: 22.5rem;
    margin-inline: auto;
}
.input-wrapper:has(input[type="radio"]) {
    border: 1px solid #A3A3A3;
    border-radius: 8px;
}
.input-wrapper:has(input[type="radio"]:checked) {
    border-color: #E62720;
}
.input-wrapper > input,
.input-wrapper > label {
    padding-block: 1rem;
    margin: 0;
    cursor: pointer;
}
.input-wrapper:has(input[type="radio"]) label {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 700;
    text-align: left;
}
.input-wrapper:has(input[type="radio"]) label.multirow {
    flex-direction: column;
    gap: 0.5rem;
}
.input-wrapper:has(input[type="radio"]) label span {
    width: 100%;
}
.input-wrapper:has(input[type="radio"]) label span {
    display: flex;
    justify-content: space-between;
}
.input-wrapper:has(input[type="radio"]) label span.price {
    font-weight: 500;
    color: #666;
    max-width: max-content;
}
.input-wrapper:has(input[type="radio"]) label span.description {
    font-size: 0.625rem;
    font-weight: 400;
    padding-right: 5rem;
    max-width: 26rem;
    align-self: flex-start;
}
label:has(+ input[required])::after {
    content: '*';
    color: #E62720;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-inline-start: 0.125rem;

}
input[type="radio"],
input[type="checkbox"] {
    accent-color: #E62720;
}
input[type="number"] {
    width: 100%;
    border: 1px solid #A3A3A3;
    padding: 0 0.5rem;
    border-radius: 8px;
}
.input-wrapper-line {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
    text-align: left;
}
.input-wrapper-line.text {
    width: auto;
}
.input-wrapper-line.center {
    text-align: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.input-wrapper-line > label {
    font-size: 0.8125rem;
    font-weight: 500;
    margin-inline: 0.5rem;
    text-align: left;
}
.input-wrapper-line input,
.input-wrapper-line textarea,
.input-wrapper-line select {
    background-color: #fff;
    border: 1px solid #A3A3A3;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem !important;
}
.input-wrapper-line input {
    line-height: 1;
}
.input-wrapper-line [data-input-warning] {
    margin-inline: 0.5rem;
    color: #E62720;
}
.input-wrapper-line [data-input-warning="hidden"] {
    display: none;
}
.input-wrapper-line [data-input-warning="info"] {
    color: #000;
}
.input-wrapper-line.error {
    color: #E62720;
}
.options-row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin: 0.5rem;
}
.options-row > label {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.8125rem;
    font-weight: 700;
}

.number-stepper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.number-stepper [data-number-stepper] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1;
    flex-shrink: 0;
    background-color: #E62720;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.number-stepper [data-number-stepper].disabled {
    cursor: not-allowed;
    opacity: 0.25;
}
.number-stepper input[type="number"] {
    appearance: textfield;
    width: 2.5rem;
    text-align: center;
    border-radius: 4px !important;
}
.number-stepper input[type="number"]::-webkit-inner-spin-button, 
.number-stepper input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
label[data-label="calculation"] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #666;
    width: 6em;
    margin-right: -6em;
    opacity: 0;
}
label[data-label="calculation"].active {
    opacity: 1;
}

button.text-link,
a.text-link {
    appearance: none;
    border: none;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 0.35em;
    text-decoration-color: #A3A3A3;
}
button.text-link.right {
    margin-left: auto;
}
button.text-link.red,
a.text-link.red {
    text-decoration-color: #E62720;
    color: #000;
}

.autocomplete_input_wrapper {
    position: relative;
    width: 100%;
    max-width: 22rem;
    margin-block: 4rem;
}

#address-check-form .autocomplete_input_wrapper {
    margin-block: 2rem;
}

.autocomplete_result_wrapper {
    box-sizing: border-box;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: 0.5rem;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 1.5625rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.10);
}
.autocomplete_result_wrapper[data-wrapper-active="false"] {
    display: none;
}

input[data-search="address"] {
    width: 100%;
    border: 1px solid #E62720;
    padding: 0.8rem 1.5rem;
    border-radius: 10rem !important;
    box-sizing: border-box;
}
input[data-search="address"]:focus {
    border-color: #E62720;
    outline: none;
}

#not-found {
    font-size: 0.8125rem;
    padding-block: 3rem;
    text-align: center;
}
#not-found button {
    font-size: inherit;
    text-decoration-color: #E62720;
    text-align: center;
}

.autocomplete-items {
    max-height: 10rem;
    overflow-y: auto;
    scrollbar-color: #E62720 #FCE9E9;
    scrollbar-width: thin;
}

.autocomplete-items div {
    padding: 0.25rem 1rem;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
}

.autocomplete-items div:hover {
    background-color: #F4F4F4;
}

[data-hidden]:not(.visible) {
    display: none;
}

.tab-toggle {
    display: none;
}

.tab-content {
    display: none;
    flex-direction: column;
    align-items: center;
}

.tab-content > div {
    flex-shrink: 0 !important;
    width: 100%;
}

.tab-container {
    width: 100%;
}

#tab1:checked ~ .tab-container > .tab-content:nth-child(1),
#tab2:checked ~ .tab-container > .tab-content:nth-child(2),
#tab3:checked ~ .tab-content:nth-child(3),
#tab4:checked ~ .tab-content:nth-child(4) {
    display: flex;
}
.tab-trigger {
    cursor: pointer;
}
.tab-trigger.show-check::before {
    content: '';
    display: block;
    flex-shrink: 0;
    border-radius: 100%;
    width: 0.6rem;
    height: 0.6rem;
    outline: 1px solid #a3a3a3;
    outline-offset: 1px;
}

#tab1:checked ~ .tab-trigger.show-check[data-tab="tab1"]::before,
#tab2:checked ~ .tab-trigger.show-check[data-tab="tab2"]::before {
    background-color: #E62720;
}
.tab-trigger.show-check {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    margin-block: 0.5rem;
}
.tab-wrapper {
    width: 100%;
    margin-top: 1rem;
}
.tab-list {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    align-self: center;
}

.tab-list label {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 10rem;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
}
#tab1:checked ~ .tab-list :nth-child(1) label,
#tab2:checked ~ .tab-list :nth-child(2) label,
#tab3:checked ~ .tab-list :nth-child(1) label,
#tab4:checked ~ .tab-list :nth-child(2) label {
    border-color: #E62720;
}

/* gfield--type-product gfield--type-choice gfield--input-type-radio */

.gfield--type-product {
    display: flex;
    flex-direction: column;
}

.gfield--type-product.gfield--type-choice {
    display: flex;
    flex-direction: column;
}

.gfield--type-product.gfield--type-choice.gfield--input-type-radio {
    display: flex;
    flex-direction: column;
}

.gfield--type-productprimary,
.ginput_container_singleprimaryproduct {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ginput_container_singleprimaryproduct ul {
    display: flex;
    flex-direction: column;
}

.package-list {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    margin: 1rem 0;
    padding: 2rem;
    width: 100%;
    overflow-x: auto;
}
.package-list > :first-child {
    margin-left: auto;
}
.package-list > :last-child {
    margin-right: auto;
}
.package-select.has-tagline .tagline {
    padding-bottom: 2rem;
}
.package-select.has-tagline .content {
    margin-top: -1.5rem;
}
.package:not(.has-tagline) {
    margin-top: 2.25rem;
}
.package-select {
    appearance: none;
    background-color: #fff !important;
    border: none !important;
    color: #000 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 1rem !important;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.10);
    width: 100%;
    max-width: 31.5rem;
    min-width: 22rem;
    align-self: stretch;
}
@media screen and (min-width: 720px) {
    .package-list:has(> :last-child:nth-child(2)) .package-select {
        min-width: 25%;
    }
}

.package-select .tagline {
    background-color: #D73523;
    color: #fff;
    width: 100%;
    padding: 0.5rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}
.package-select .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
    word-break: break-word;
    white-space: normal;
}
.package-select .content .price,
.package-select .content:not(:has(.price)) :last-child {
    margin-top: auto;
}
.package-select .content > svg {
    margin-bottom: 0.8125rem;
    rotate: none;
}

.package-select ul {
    list-style: none;
    padding: 0;
    margin-block: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.package-select ul li {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}
.package-select ul li svg {
    width: 1.125rem;
    height: 1.125rem;
}

.package-select h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
}

.package-select .subtitle {
    font-size: 0.8125rem;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    text-transform: none;
}
.package-select .price {
    display: flex;
    gap: 0.25rem;
    align-items: baseline;
    margin-block: 1.5rem;
}
.package-select .price.sale {
    flex-direction: column;
    align-items: center;
}
.package-select .price.sale .price {
    margin: 0;
}
.package-select .bigprice {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
}
.package-select .oldprice {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: line-through;
    text-decoration-thickness: 0.125em;
    color: #A3A3A3;
}
.package-select .price .sale-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
    margin-block: 0.5rem;
}

.package-select .button,
.package-select .button:hover,
.package-select .button:focus {
    background-color: transparent;
    color: #E62720;
    text-decoration: none;
    border: none;
    padding: 0.25rem 0;
}

.leadgen-wrapper .continue-with-vipps-wrapper {
    width: 100%;
    margin-bottom: 2rem;
}
.leadgen-wrapper .continue-with-vipps-wrapper a.button.continue-with-vipps.vipps-transparent {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    color: #000;
    border: 1px solid #A3A3A3;
    border-radius: 0.5rem;
    gap: 0.5rem;
    align-items: flex-start;
    padding: 0.75rem 1rem;
}
a.button.continue-with-vipps.vipps-transparent span {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
a.button.continue-with-vipps.vipps-transparent span::after,
button.continue-with-vipps span::after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url('asset/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

a.button.continue-with-vipps.vipps-transparent img {
    height: 1.5rem;
}

dialog {
    padding: 0;
    border-radius: 1.5rem;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.10);
}
dialog.small .content {
    max-width: 24rem;
}
dialog .content {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1.5rem;
    max-width: 42rem;
}
dialog:not([open]) {
    display: none;
}
::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

dialog#vipps-info img {
    height: 1.5rem;
}
dialog p,
dialog ul,
dialog ol {
    margin-bottom: 1em;
}

/* Modal overrides button */
dialog button.primary {
    border-radius: 4rem;
}
dialog button.primary:focus {
    background-color: #EE4238;
    color: #fff;
    outline: none;
    border-color: #EE4238;
}

dialog button.primary:hover,
dialog button.primary:active {
    background-color: #302332;
    color: #fff;
    outline: none;
    border-color: #291D1F;
}

button.text-link,
button.text-link:hover,
button.text-link:focus {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
    border: none;
    width: max-content;
    padding: 0;
    display: inline-flex;
    gap: 0.25rem;
    align-items: center;
}
button.text-link img {
    width: 1.125rem;
    height: 1.125rem;
}
button.text-link.tiny {
    font-size: 0.625rem;
    font-weight: 500;
    text-decoration: none;
}
button.text-link.tiny img {
    width: 1rem;
    height: 1rem;
}

button.button-text,
button.button-text:hover,
button.button-text:focus {
    background-color: transparent;
    color: #000;
    border: none;
    width: max-content;
    padding: 0;
}
button.button-text.button-back {
    color: #E62720;
    font-weight: 500;
}
button.button-text.button-back svg {
    height: 0.75rem;
    width: 0.75rem;
}

.leadgen-wrapper .plans-description-wrap {
    max-width: 42rem;
    margin-top: 1em;
}

.leadgen-wrapper .terms {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

.leadgen-wrapper .terms label {
    display: flex;
    flex-direction: row;
    column-gap: 0.2em;
    align-items: center;
    flex-wrap: wrap;
}
.leadgen-wrapper .terms label input {
    margin-right: 0.3em;
}
.leadgen-wrapper .terms a {
    color: currentColor;
    text-decoration: underline;
    font-weight: 600;
}

details.faq-item {
    list-style: none;
    counter-increment: faq-counter;
}
details.faq-item:first-of-type {
    margin-top: 2rem;
}
details.faq-item:not(:last-of-type) {
    border-bottom: 1px solid #CBCBCB;
}

details.faq-item summary {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding-block: 0.75rem;
    cursor: pointer;
    user-select: none;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
}

details.faq-item summary::-webkit-details-marker {
    display: none;
}
details.faq-item summary::marker {
    display: none;
}
details.faq-item summary::after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url('asset/chevron-down-solid.svg');
    rotate: 180deg;
    background-repeat: no-repeat;
    background-size: contain;
    transition: rotate 0.25s ease;
    margin-left: auto;
}
details.faq-item[open] summary::after {
    rotate: 0deg;
}
details.faq-item main {
    padding-left: 2rem;
    padding-bottom: 1rem;
}
details.faq-item summary::before {
    content: counter(faq-counter) '. ';
}

section.cart {
    max-width: 33rem;
    margin: 0 auto;
    width: 100%;
}

section.cart .cart-contents {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-block: 1.5rem;
    border: 1px solid #E62720;
    border-radius: 0.625rem;
    padding: 1rem 1.5rem;
    font-weight: 300;
}
section.cart .cart-contents .cart-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

section.cart .cart-item {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}
section.cart .cart-item[data-cart-added="disabled"]{
    display: none;
}

section.cart .cart-item.cart-discounts {
    color: #E62720;
}
section.cart .cart-item.cart-subtotal {
    border-block: 1px solid rgba(0, 0, 0, 0.20);
    padding-block: 1rem;
}
section.cart .cart-item.cart-subtotal:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
section.cart .cart-item.cart-subtotal .cart-item-title,
section.cart .cart-item.cart-subtotal .cart-item-price span {
    font-weight: 500;
}
section.cart .cart-item .cart-item-title.text-link {
    text-decoration: none;
    font-weight: 300;
}

ul.no-bullet {
    list-style: none;
    padding: 0;
}

.leadgen-wrapper .button-row {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
    margin: 1.5rem auto 8rem;
}

.leadgen-wrapper .button-row button {
    border-radius: 100rem;
    background-color: #E62720;
    color: #fff;
    border: 1px solid #E62720;
    padding: 0.75rem 1.5rem;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.leadgen-wrapper .button-row button.secondary {
    background-color: #fff;
    color: #000;
}
.leadgen-wrapper button > svg path {
    fill: currentColor;
}
.leadgen-wrapper button > svg {
    rotate: 90deg;
}
.leadgen-wrapper button.button-back > svg,
.leadgen-wrapper a.button-back > svg {
    rotate: -90deg;
}

[data-horizontal-scroll] {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
[data-horizontal-scroll]::-webkit-scrollbar,
[data-horizontal-scroll]::-webkit-scrollbar-thumb {
    display: none;
    background: transparent;
    width: 0;
    height: 0;
}

.scroll-track {
    background-color: #FCE9E8;
    border-radius: 2rem;
    height: 0.75rem;
    overflow: hidden;
    max-width: 6rem;
}
.scroll-thumb {
    background-color: #E62720;
    border-radius: 2rem;
    height: 100%;
}

.toast {
    max-width: calc(100svw - 4rem);
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.10);
    display: none;
    visibility: hidden;
}
.toast.show {
    display: flex;
    visibility: visible;
}
.toast .toast-message {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media screen and (max-width: 720px) {
    .mobile-hidden {
        display: none !important;
    }
    .mobile-only {
        display: block;
    }

    .custom-logo-link {
        margin-inline: auto;
    }

    .page-template-page-leadgen header {
        flex-direction: column;
        gap: 1rem;
    }

    .page-template-page-leadgen header .button-back {
        align-self: flex-start;
    }

    .page-template-page-leadgen header .button-back[data-step="1"] {
        display: none;
    }

    .leadgen-steps[data-step="1"] {
        display: none;
    }

    .leadgen-wrapper main,
    .page-template-page-leadgen fieldset legend {
        text-align: left;
        align-items: flex-start;
    }
    .page-template-page-leadgen fieldset {
        max-width: unset !important;
    }
    .leadgen-wrapper main {
        margin-top: 0;
    }
    .leadgen-wrapper main h1 {
        font-size: 2rem;
        text-align: left;
    }
    .page-template-page-leadgen section .content h2 {
        font-size: 1.5rem;
    }

    .autocomplete_input_wrapper {
        max-width: 100%;
    }

    .page-template-page-leadgen section ol.steps,
    .page-template-page-leadgen section li > div,
    .page-template-page-leadgen section ul.usp-list {
        flex-direction: column;
        align-items: center;
    }

    .tab-trigger.show-check {
        justify-content: flex-start;
    }

    .leadgen-wrapper main,
    .page-template-page-leadgen section .content {
        padding-inline: 1rem;
    }

    section.cart .cart-contents {
        padding-inline: 1rem;
    }

    .package-list {
        padding-inline: 1rem;
        gap: 1rem;
    }

    dialog {
        max-height: 90svh;
    }
}