img.lzl,
img.lzl-ing {
    opacity: 0.01;
}

img.lzl-ed {
    transition: opacity 0.25s ease-in-out;
}
img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px;
}
:root {
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color);
    --wp-editor-canvas-background: #ddd;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
}

@media (min-resolution: 192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px;
    }
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}

#end-resizable-editor-section {
    display: none;
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

html :where([style*="border-top-color"]) {
    border-top-style: solid;
}

html :where([style*="border-right-color"]) {
    border-right-style: solid;
}

html :where([style*="border-bottom-color"]) {
    border-bottom-style: solid;
}

html :where([style*="border-left-color"]) {
    border-left-style: solid;
}

html :where([style*="border-width"]) {
    border-style: solid;
}

html :where([style*="border-top-width"]) {
    border-top-style: solid;
}

html :where([style*="border-right-width"]) {
    border-right-style: solid;
}

html :where([style*="border-bottom-width"]) {
    border-bottom-style: solid;
}

html :where([style*="border-left-width"]) {
    border-left-style: solid;
}

html :where(img[class*="wp-image-"]) {
    height: auto;
    max-width: 100%;
}
:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, #0693e3 0%, #9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
        135deg,
        #fcb900 0%,
        #ff6900 100%
    );
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, #ff6900 0%, #cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
        135deg,
        #4aeadc 0%,
        #9778d1 20%,
        #cf2aba 40%,
        #ee2c82 60%,
        #fb6962 80%,
        #fef84c 100%
    );
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px #fff, 6px 6px #000;
    --wp--preset--shadow--crisp: 6px 6px 0px #000;
}
.slider-wrapper::before {
    content: "";
    position: absolute;
    top: -46%;
    left: -26.7%;
    width: 155%;
    height: 188%;
    background-image: url("/wp-content/themes/findsingleschat/./images/Lines.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    --lzl-bg-img: "/wp-content/themes/findsingleschat/./images/Lines.png";
}

.slider-wrapper.lzl:not(.lzl-ed)::before,
.slider-wrapper.lzl-ing:not(.lzl-ed)::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA8IAAAGrCAYAAAALjy4WAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAGT0lEQVR42u3BMQEAAADCoPVPbQhfoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4DIVegAByEFqagAAAABJRU5ErkJggg==");
}
#pre-load,
#preloader,
#page_preloader,
#page-preloader,
#loader-wrapper,
#royal_preloader,
#loftloader-wrapper,
#page-loading,
#the7-body > #load,
#loader,
#loaded,
#loader-container,
.rokka-loader,
.page-preloader-cover,
.apus-page-loading,
.medizco-preloder,
e-page-transition,
.loadercontent,
.shadepro-preloader-wrap,
.tslg-screen,
.page-preloader,
.pre-loading,
.preloader-outer,
.page-loader,
.martfury-preloader,
body.theme-dotdigital > .preloader,
.loader-wrap,
.site-loader,
.pix-page-loading-bg,
.pix-loading-circ-path,
.mesh-loader,
.lqd-preloader-wrap,
.rey-sitePreloader,
.et-loader,
.preloader-plus,
.plwao-loader-wrap {
    display: none !important;
}
html,
html.async-hide,
body {
    display: block !important;
    opacity: 1 !important;
    visibility: unset !important;
}
[data-packery-options].row.row-grid > .col:not([style*="position"]),
[data-packery-options].row.row-masonry > .col:not([style*="position"]) {
    float: unset;
    display: inline-block !important;
    vertical-align: top;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Inter, sans-serif;
    color: #303030;
    background: #c9c3c3;
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

.container {
    max-width: 1078px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.funnel-header-wrapper {
    padding: 20px 15px 0;
}

.funnel-header-logo {
    text-align: center;
}

.funnel-header-logo img {
    width: 100%;
    max-width: 180px;
    height: auto;
}

.funnel-body {
    padding: 45px 0 30px;
    flex: 1;
}

.slider-wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 200px;
    max-height: 300px;
    height: clamp(200px, 20vw, 300px);
    contain: layout style paint;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slider-border {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.slider-border::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(102, 126, 234, 0.5), transparent 30%);
    animation: rotate 6s linear infinite;
    z-index: -1;
}

.slider-border::after {
    content: "";
    position: absolute;
    inset: 4px;
    background: #1a1a2e;
    border-radius: 16px;
    z-index: -1;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.slider-block {
    max-width: 600px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    min-height: 200px;
    max-height: 300px;
    height: clamp(200px, 18vw, 300px);
    border-radius: 16px;
    position: relative;
    z-index: 1;
}

.slider-container {
    width: 33.33333%;
    display: flex;
    flex-direction: column;
}

.slider-images {
    width: 100%;
    animation: animateBackgroundPC 15s infinite;
}

.slider-container:nth-child(2) .slider-images {
    animation-delay: 0.2s;
}

.slider-container:nth-child(3) .slider-images {
    animation-delay: 0.4s;
}

.slider-image {
    width: 100%;
    height: 300px;
    height: clamp(200px, 18vw, 300px);
    min-height: 200px;
    max-height: 300px;
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

@keyframes animateBackgroundPC {
    0% {
        transform: translateY(0);
    }

    12.5% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-25%);
    }

    37.5% {
        transform: translateY(-25%);
    }

    50% {
        transform: translateY(-50%);
    }

    62.5% {
        transform: translateY(-50%);
    }

    75% {
        transform: translateY(-75%);
    }

    87.5% {
        transform: translateY(-75%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes animateBackground2 {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-50%);
    }

    75% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.funnel-content {
    text-align: center;
    margin-top: 4%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.funnel-content-title h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 110%;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.funnel-content-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
}

.funnel-progress-container {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 35px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.funnel-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ffc837 0%, #ff9d42 50%, #ed5a51 100%);
    border-radius: 20px;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 10px rgba(255, 157, 66, 0.6);
    position: relative;
}

.funnel-progress-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.funnel-quiz-content {
    text-align: center;
    margin-top: 4%;
}

.funnel-question-number {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.funnel-question-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
}

.funnel-answers {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto;
}

.funnel-answer-button {
    text-decoration: none;
    padding: 18px 30px;
    background: linear-gradient(270deg, #ed5a51, #ff9d42);
    border: none;
    border-radius: 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition:
        transform 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out,
        background 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out,
        background 0.3s ease-in-out;
    text-align: center;
    box-shadow: 0 8px 24px rgba(237, 90, 81, 0.35);
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.funnel-answer-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.funnel-answer-button:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 32px rgba(237, 90, 81, 0.5);
    background: linear-gradient(270deg, #ffad5c, #ff6961);
}

.funnel-answer-button:hover::before {
    left: 100%;
}

.funnel-button a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    width: 100%;
    padding: 20px 60px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(237, 90, 81, 0.4);
    background: linear-gradient(270deg, #ff9d42, #ed5a51);
    column-gap: 15px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    will-change: transform;
}

.funnel-button a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.funnel-button a:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 15px 40px rgba(237, 90, 81, 0.6);
    background: linear-gradient(270deg, #ffad5c, #ff6961);
}

.funnel-button a:hover::before {
    left: 100%;
}

.funnel-button span {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.funnel-button a img {
    height: 20px;
    transition: all 0.3s ease;
}

.funnel-button a:hover img {
    transform: translateX(10px);
}

.hidden {
    display: none !important;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-block {
    background: 0 0;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 30px;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
}

.footer-link {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footert-copy {
    text-align: center;
}

.footer-copy-text {
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
}

@media screen and (max-width: 1024.68px) {
    .funnel-content-title h1 {
        font-size: 36px;
    }

    .funnel-question-title h2 {
        font-size: 30px;
    }

    .funnel-button span {
        font-size: 22px;
    }

    .funnel-button a img {
        height: 17px;
    }

    .funnel-answer-button {
        font-size: 18px;
        padding: 18px 25px;
    }
}

@media screen and (max-width: 768.68px) {
    .slider-wrapper {
        max-width: 460px;
    }
}

@media screen and (max-width: 480.68px) {
    .funnel-progress-bar {
        z-index: 11;
    }

    .funnel-answers {
        padding-left: 16px;
        padding-right: 16px;
    }

    .slider-wrapper {
        max-width: 360px;
    }

    .slider-border {
        box-shadow:
            20px 19px 0 #f0d9c5,
            -25px -21px 0 #f0d9c5;
    }

    .funnel-header-logo img {
        max-width: 180px;
    }

    .funnel-content {
        margin-top: 14%;
    }

    .funnel-content-title h1 {
        font-size: 28px;
    }

    .funnel-question-title h2 {
        font-size: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .funnel-button a img {
        height: 13px;
    }

    .funnel-body {
        padding-top: 15px;
    }

    .funnel-button a {
        max-width: 280px;
        padding: 16px 25px;
    }

    .funnel-answer-button {
        font-size: 16px;
        padding: 16px 20px;
    }

    .footer-nav {
        flex-direction: column;
    }
}
.funnel-answers.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.fade-in {
    -webkit-animation: fadeIn .5s ease-in both;
    animation: fadeIn .5s ease-in both
}