/**
 * @file
 * Zelle blocks CSS.
 */

body {
    margin: 0;
    background: #ffffff;
    color: #000000;
}

* {
    box-sizing: border-box;
}

.block {
    position: relative;
}

.wrapper {
    padding: 2.5rem 1.063rem;
    max-width: 85.375rem;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.var-placeholder {
    overflow-wrap: break-word;
}

.block-txt >  p {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 600px) {
    .wrapper {
        padding: 3.438rem 1.875rem;
    }
    .block-multi-columns .wrapper {
        padding: 3.438rem 1.875rem 4.5rem;
    }
}

@media screen and (min-width: 1000px) {
    .wrapper {
        padding: 4rem 8rem;
    }
    .block-multi-columns .wrapper {
        padding: 4rem 8rem 5rem;
    }
}

@media screen and (min-width: 1680px) {
    .wrapper {
        max-width: 105rem;
        padding: 2.625rem 12rem;
    }
    .block-multi-columns .wrapper {
        padding: 2.625rem 12rem 4rem;
    }
}

@font-face {
    font-family: 'ZelleSans-Regular';
    src: url('woff/ZelleSans.woff2') format('woff2'),
    url('woff/ZelleSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ZelleSans-Bold';
    src: url('woff/ZelleSans-Bold.woff2') format('woff2'),
    url('woff/ZelleSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ZelleSans-Thin';
    src: url('woff/ZelleSansThin.woff2') format('woff2'),
    url('woff/ZelleSansThin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ZelleSans-Medium';
    src: url('woff/ZelleSansMedium.woff2') format('woff2'),
    url('woff/ZelleSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ZelleSansDemi';
    src: url('woff/ZelleSansDemi.woff2') format('woff2'),
    url('woff/ZelleSansDemi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.heading-h1 {
    font-family: 'ZelleSans-Bold', sans-serif;
    font-size: 2rem;
    line-height: 1.25;
    margin: 0;
}

.heading-h2 {
    font-family: 'ZelleSans-Thin', sans-serif;
    font-size: 1.625rem;
    line-height: 1.42;
    font-weight: normal;
    text-align: center;
    margin: 0;
}

.heading-h3 {
    font-family: 'ZelleSans-Medium', sans-serif;
    font-size: 1.125rem;
    line-height: 1.44;
    font-weight: normal;
    margin: 0;
}

.heading-h4 {
    font-family: 'ZelleSansDemi', sans-serif;
    font-size: 1.625rem;
    line-height: 1.42;
    margin: 0;
}

.block-txt {
    font-family: 'ZelleSans-Regular', sans-serif;
    font-size: 1rem;
    line-height: 1.25;
}
.block-hero-intro .block-txt {
    padding-right: 40px;
}
.block-hero.six .block-hero-intro .block-txt {
    padding-right: 50px;
}

.block-txt-bold {
    font-family: 'ZelleSans-Bold', sans-serif;
}

sup.reg {
    display: inline;
    position: relative;
    top: 5px;
    line-height: 1;
}

.svg-icon path {
    fill: var(--color-var-hex);
}

.badges {
    display: flex;
    flex-direction: row;
}

.badge-btn {
    width: auto;
    height: 2.125rem;
}

.badge-btn.apple {
    margin-right: 0.938rem;
}

.badge-btn img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 34px;
    object-fit: contain;
}

.btn-cta {
    display: inline-block;
    font-family: 'ZelleSans-Medium', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    background: var(--color-var-hex);
    border: 0.063rem solid var(--color-var-hex);
    border-radius: 0.25rem;
    padding: 0.562rem 1.25rem;
}

.btn-cta:hover {
    background: white;
    color: var(--color-var-hex);
}

.block-hero {
    overflow: hidden;
}

.block-hero .hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block-hero .wrapper {
    padding-top: 1.438rem;
    margin: 0;
    position: relative;
}

.block-hero.four .wrapper,
.block-hero.five .wrapper {
    padding-bottom: 0;
}

.block-hero.four, .block-hero.five {
    padding-bottom: 1.75rem;
}

.block-hero .logos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-bottom: 1.875rem;
}

.block-hero .logos img {
    display: inline-flex;
    height: auto;
    width: auto;
    object-fit: contain;
    min-width: 0;
}

.block-hero .heading {
    margin-bottom: 1.25rem;
}

.block-hero.two .heading,
.block-hero.three .heading {
    margin-bottom: 1.875rem;
}

.block-hero.six .heading {
    max-width: 65vw;
}

.block-hero.two .cta {
    margin-bottom: 2rem;
}

.block-hero .block-hero-intro {
    display: flex;
    flex-direction: column;
}

.block-hero.five .block-txt,
.block-hero.six .block-txt {
    max-width: 12.5rem;
}

.block-hero.one .badges,
.block-hero.four .badges {
    margin-bottom: 1.25rem;
}

.block-hero.five .badge-btn.apple,
.block-hero.six .badge-btn.apple {
    margin-bottom: 0.688rem;
}

.block-hero .block-hero-image {
    width: 16.438rem;
    height: 7.75rem;
}

.block-hero .block-hero-image.corner-clip {
    clip-path: polygon(12.57% 0%, 87.43% 0%, 100% 0%, 100% 18.05%, 100% 81.89%, 87.54% 100%, 12.55% 100%, 0% 100%, 0% 81.76%, 0% 17.86%);
}

.block-hero .corner-clip img,
.block-hero .corner-radius img {
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-hero .corner-radius img {
    position: relative;
    border-radius: 1.313rem;
    z-index: 5;
}

.block-hero .shape-triangle {
    background: var(--color-var-hex);
    position: absolute;
    margin-top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.block-hero .shape-pattern {
    background-color: var(--color-var-hex);
    -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern.svg?v=1.5) no-repeat right bottom;
    mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern.svg?v=1.5) no-repeat right bottom;
    position: relative;
    /* margin-top: -11.7rem; */
    width: 100%;
    /* height: 14.625rem; */
    position: absolute;
    /* margin-top: 0; */
    height: 100%;
    top: auto;
    bottom: 0;
    z-index: -1;
}

.block-footer {
    background: #EFEFEF;
    color: #000000;
    text-align: center;
}

.block-footer .logos {
    margin-bottom: 1.375rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.block-footer .logos img {
    display: inline-flex;
    height: auto;
    width: auto;
    object-fit: contain;
    min-width: 0;
}

.block-footer .heading-h4 {
    font-size: 1.25rem;
    line-height: 1.813rem;
    margin-bottom: 1.5rem;
}

.block-footer .badges {
    flex-direction: column;
    margin-bottom: 2.375rem;
}

.block-footer .badge-btn {
    width: auto;
    height: 4.554rem;
    align-self: center;
}

.block-footer .badge-btn.apple {
    margin-right: 0;
    margin-bottom: 0.938rem;
}

.block-steps {
    background: #EFEFEF;
    color: #000000;
    text-align: center;
}

.block-steps .step-process {
    display: flex;
    flex-direction: column;
    margin-top: 1.875rem;
    align-items: center;
    justify-content: center;
}

.block-steps .step-process .step {
    max-width: 55vw;
}

.block-steps .icon-arrow-next {
    width: auto;
    height: 3.56rem;
    background-color: var(--color-var-hex);
    -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/arrow.svg) no-repeat center;
    mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/arrow.svg) no-repeat center;
    transform: rotate(90deg);
    margin-bottom: 1.25rem;
    align-self: normal;
}

.block-steps .icon-step svg {
    height: 5rem;
    width: auto;
    margin-bottom: 0.563rem;
}

.block-steps .step {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.block-steps .circle-number {
    background: var(--color-var-hex);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    font-family: 'ZelleSans-Medium', sans-serif;
    font-size: 1.875rem;
    line-height: 1;
    margin: 0 auto 0.938rem;
}

.block-paragraph {
    background: #EFEFEF;
    color: #000000;
    text-align: center;
}

.block-paragraph .heading {
    margin-bottom: 1.25rem;
}

.block-txt ul li, .block-txt ol li {
    text-align: left;
    padding-bottom: 1.25rem;
}

.block-txt ul li:last-child, .block-txt ol li:last-child {
    padding-bottom: 0;
}

.block-download {
    display: flex;
    text-align: center;
    margin: 0 auto;
}
.block-download.two {
    padding-bottom: 0;
}
.block-download.four {
    padding-bottom: 20px;
}

.block-download .badges {
    flex-direction: column;
    justify-content: center;
}

.block-download .badge-btn {
    width: 7.25rem;
    height: auto;
    margin-right: 0;
    align-self: center;
}

.block-download .badge-btn.apple {
    margin-bottom: 0.375rem;
}

.block-download.two, .block-download.four {
    max-width: none;
    background: var(--color-var-hex);
    color: #000000;
    justify-content: center;
}

.block-download.two .wrapper {
    margin: 0.813rem;
    background: #FFFFFF;
    color: #000000;
}

.block-download.five {
    display: block;
}

.block-download.five .wrapper {
    max-width: none;
    border-top: 0.063rem solid var(--color-var-hex);
    border-bottom: 0.063rem solid var(--color-var-hex);
}

.block-download .download-three {
    max-width: 15.25rem;
}

.block-download .heading {
    margin-bottom: 1.25rem;
}

.block-download.three .heading {
    margin-bottom: 0.813rem;
}

.block-download .download-three .heading-h2 {
    font-family: 'ZelleSansDemi', sans-serif;
}

.block-download .content {
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.block-download.three .content {
    max-width: 12.5rem;
    margin: 0 auto;
}

.block-download .grey-border {
    background-color: #707070;
    -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/border-grey.svg) no-repeat center;
    -webkit-mask-repeat: repeat-x;
    mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/border-grey.svg) no-repeat center;
    mask-repeat: repeat-x;
    min-height: 0.063rem;
    width: auto;
    margin: 0 0 0.813rem ;
}

.block-download .content .block-txt {
    margin-bottom: 1.125rem;
}

.block-download .download-three {
    display: flex;
    flex-direction: column;
}

.block-download .download-four .heading-h2 {
    color: #FFFFFF;
    font-family: 'ZelleSans-Medium', sans-serif;
    margin-bottom: 1.125rem;
}

.block-download .download-five .heading-h2 {
    font-family: 'ZelleSansDemi', sans-serif;
}

.block-download .download-four .content {
    background: #FFFFFF;
    color: #000000;
    max-width: 14.625rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    border-radius: 0.625rem;
}

span.keep-words-together {
    text-wrap: nowrap;
}

.block-faq .faqs-tab {
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 1.875rem;
}

.block-faq .faqs-tab a {
    font-size: 0.875rem;
    text-align: center;
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    cursor: pointer;
    padding: 0.938rem;
    transition: 0.3s;
}

.block-faq a.faqs-tab-links {
    border-bottom: 0.125rem solid #D5D5D5;
    border-radius: 0.063rem;
    width: 50%;
    color: #000000;
    background: #ffffff;
    width: auto;
}

.block-faq .faqs-tab-links.active {
    border-bottom: 0.125rem solid var(--color-var-hex);
}

.block-faq .faqs-tab-content {
    display: none;
    animation: fadeEffect 1s;
}

.block-faq.no-tabs .faqs-tab-content {
    display: block;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.block-faq .faq-content {
    padding: 0.938rem 0.688rem;
    border-bottom: 0.063rem solid var(--color-var-hex);
    transition: .6s ease opacity,.6s ease transform;
}

.block-faq .faq-content:first-child {
    border-top: 0.063rem solid var(--color-var-hex);;
}

.block-faq .faq-question .svg-arrow {
    margin-top: 0.6rem;
    margin-right: 1.25rem;
    overflow: visible;
    vertical-align: top;
}

.block-faq .faq-question > .svg-arrow.up {
    transform: rotate(180deg);
}

.block-faq .faq-question .svg-arrow path,
.block-faq .show-btn .svg-arrow path {
    stroke: var(--color-var-hex);
}

.block-faq .faq-question {
    cursor: pointer;
    width: 100%;
    outline: none;
}

.block-faq .faq-answer {
    padding-left: 2.125rem;
    display: none;
    overflow: hidden;
    animation: fadeEffect 1s;
    margin-top: 0.625rem;
}

.block-faq .show-btn {
    display: flex;
    justify-content: center;
}

.block-faq button {
    width: 100%;
    background: none;
    color: #000000;
    border: none;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    padding: 0;
}

button.heading-h3 > span {
    width: calc(100% - 34px);
    display: inline-block;
}

.block-faq .show-btn button {
    font-family: 'ZelleSans-Medium', sans-serif;
    font-size: 1.125rem;
    line-height: 1.44;
    text-align: center;
    color: var(--color-var-hex);
    margin-top: 0.938rem;
    cursor: pointer;
}

.block-faq .show-btn .svg-arrow {
    margin-left: 0.938rem;
    margin-bottom: 0.188rem;
}

.block-faq .show-less .svg-arrow {
    transform: rotate(180deg);
}

.block-media-text.multiple .wrapper {
    padding-top: 0;
}

.block-media-text .heading {
    margin-bottom: .75rem;
}

.block-media-text .media-text {
    display: flex;
    flex-direction: column;
    gap: 1.563rem;
}

.block-media-text .cta {
    display: flex;
    justify-content: center;
}

.block-media-text .media-text-image {
    height: 17.277rem;
    clip-path: polygon(0% 14.05%, 10.92% 0%, 89.08% 0%, 100% 0%, 100% 14.2%, 100% 85.75%, 89.17% 100%, 10.9% 100%, 0% 100%, 0% 85.65%);
}

.block-media-text .media-text-image img {
    display: flex;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-multi-columns {
    text-align: center;
}

.block-multi-columns .heading {
    margin-bottom: 0.75rem;
}

.block-multi-columns.multi-rows.left,
.block-multi-columns.multi-rows.left .heading-h2 {
    text-align: left;
}

.block-multi-columns .block-columns-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-multi-columns.multi-rows.left .block-columns-intro {
    align-items: flex-start;
}

.block-multi-columns.multi-rows.centered .block-columns-intro {
    margin-bottom: 1.875rem;
}

.block-multi-columns .block-columns-intro .heading {
    width: 15.625rem;
}

.block-multi-columns .block-columns-intro .cta {
    max-width: 13.75rem;
}

.block-multi-columns .block-columns-wrapper.first {
    margin-top: 1.875rem;
}

.block-multi-columns .block-columns-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 1.687rem;
}

.block-multi-columns.multi-rows:not(.left) .block-columns-wrapper:not(.first) {
    margin-top: 0;
}

.block-multi-columns.multi-rows.left .block-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-top: 0.063rem solid var(--color-var-hex);
    padding: 0.875rem 0 0;
}

.block-multi-columns.multi-rows.left .block-column .svg-icon {
    margin-right: 0.938rem;
}

.block-multi-columns.multi-rows.left .block-column .block-txt {
    margin-top: 0.563rem;
}

.block-multi-columns.multi-rows.centered .block-column {
    border-top: 0.063rem solid var(--color-var-hex);
    padding: 1.25rem 0 0;
}

.block-multi-columns.multi-rows.centered:not(.no-icons) .block-column:first-child {
    border-top: none;
    padding-top: 0;
}

.block-multi-columns.multi-rows.centered .block-column:last-child, .block-multi-columns.multi-rows.left .block-column:last-child {
    border-bottom: none;
}

.block-multi-columns .block-column svg {
    margin-bottom: 0.812rem;
    height: 3.75rem;
}

.block-multi-columns.multi-rows.left .block-column svg {
    height: 2.5rem;
    width: auto;
    margin-bottom: 0;
}

.block-multi-columns .block-column .heading {
    margin-bottom: .75rem;
}

.block-multi-columns.multi-rows.left .block-column .heading {
    margin-bottom: 0;
    flex: 1;
}

.block-multi-columns.multi-rows.left .block-column .block-txt {
    width: 100%;
    text-align: left;
}

.block-multi-columns .border-column {
    background-color: var(--color-var-hex);
    -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/border-column.svg) no-repeat center;
    -webkit-mask-repeat: repeat-x;
    mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/border-column.svg) no-repeat center;
    mask-repeat: repeat-x;
    min-height: 0.063rem;
    width: auto;
    margin-bottom: 1.25rem;
}

.block-multi-columns .block-columns-wrapper:not(.first) .border-column:last-child {
    display: none;
}

.block-multi-columns.multi-rows.left .border-column:first-child {
    margin-top: 0;
}


@media screen and (max-width: 575px) {
    .block-hero .block-hero-image {
        width: 100%;
        height: auto;
    }
    .block-hero .corner-clip img, .block-hero .corner-radius img {
        object-fit: contain;
    }
    .img-mobile {display: flex !important}
    .block-hero.five .block-txt {
        max-width: none;
    }
    .block-hero.six .block-txt {
        max-width: 70%;
    }
}

/* Fixes: iPhone SE, Samsung S8 */
@media screen and (max-width: 420px) {
    .block-hero.six .block-txt {
        max-width: 75%;
    }
    .badges {
        flex-direction: column;
    }
    .badge-btn.google {
        margin-top: 15px;
    }
    .badge-btn.apple img {
        width: 115px;
        max-height: 38px;
        object-fit: unset;
    }
}

/* Fixes: Galaxy Fold */
@media screen and (max-width: 300px) {
    .block-hero.five .badge-btn {
        width: 6.5rem;
    }
    .block-hero.six {
        background-position: center;
    }
    .block-hero.six .block-txt {
        max-width: 70%;
    }
}

@media screen and (min-width: 576px) {
    .heading-h1 {
        font-size: 2.625rem;
        line-height: 1.19;
    }

    .heading-h2 {
        font-size: 2.25rem;
        line-height: 1.44;
    }

    .heading-h3 {
        font-size: 1.5rem;
        line-height: 1.45;
    }

    .heading-h4 {
        font-size: 2.25rem;
        line-height: 1.44;
    }

    .badges {
        margin-top: 0.375rem;
    }

    .badge-btn.apple {
        margin-right: 2.5rem;
    }

    .block-txt {
        font-size: 1.125rem;
        line-height: 1.4;
    }

    .block-hero .wrapper {
        padding-top: 2.875rem;
    }

    .block-hero.four .wrapper,
    .block-hero.five .wrapper {
        padding-bottom: 0;
    }

    .block-hero .hero {
        flex-direction: row;
    }

    .block-hero .heading {
        margin-bottom: 1.563rem;
    }

    .block-hero.two .heading {
        margin-bottom: 2.5rem;
    }

    .block-hero.three .heading {
        margin-bottom: 0;
    }

    .block-hero.six .heading {
        max-width: none;
    }

    .block-hero.two .cta {
        margin-bottom: 0;
    }

    .block-hero .block-hero-intro {
        max-width: 22rem;
    }

    .block-hero .block-txt,
    .block-hero.five .block-txt,
    .block-hero.six .block-txt {
        max-width: none;
    }

    .block-hero .logos {
        margin-bottom: 3.813rem;
    }

    .block-hero.one .logos {
        margin-bottom: 2.5rem;
    }

    .block-hero.three .logos {
        margin-bottom: 4rem;
    }

    .block-hero .logos img {
        height: 1.875rem;
    }

    .block-hero.five .badges,
    .block-hero.six .badges {
        flex-direction: row;
    }

    .badge-btn,
    .block-hero.five .badge-btn,
    .block-hero.six .badge-btn {
        width: auto;
        height: 2.688rem;
    }

    .block-hero.five .badge-btn.google,
    .block-hero.six .badge-btn.google {
        width: 9.06rem;
        height: 2.688rem;
    }

    .block-hero .hero-one .block-hero-intro,
    .block-hero .hero-two .block-hero-intro {
        max-width: 25rem;
    }

    .block-hero .block-hero-image {
        width: 19.063rem;
        height: 14.688rem;
    }

    .block-hero .block-hero-image.corner-clip {
        margin-top: 1.938rem;
    }

    .block-hero.two .block-hero-image {
        align-self: flex-end;
    }

    .block-hero.four .block-hero-image {
        margin-top: .75rem;
    }

    .img-desktop {display: flex !important}

    .block-hero.four {
        min-height: 27.191rem;
    }

    .block-footer .logos {
        margin-bottom: 2.938rem;
    }

    .block-footer .heading-h4 {
        font-size: 1.5rem;
        line-height: 1.46;
    }

    .block-footer .badges {
        justify-content: center;
        flex-direction: column;
    }

    .block-footer .badge-btns {
        display: flex;
        justify-content: center;
    }

    .block-footer .badge-btn.apple {
        margin-bottom: 0;
        margin-right: 0.563rem;
    }

    .block-footer .badge-btn.google {
        margin-left: 0.563rem;
    }

    .block-steps .step-process {
        flex-direction: row;
        align-items: flex-start;
    }

    .block-steps .step-process .step {
        max-width: 7.813rem;
    }

    .block-steps .step-process.number .step {
        max-width: 10rem;
    }

    .block-steps .circle-number {
        margin-bottom: 1.25rem;
    }

    .block-steps .icon-arrow-next {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/arrow-tablet.svg) no-repeat right center;
        mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/arrow-tablet.svg) no-repeat right center;
        width: 3.313rem;
        height: 5rem;
        transform: none;
        margin-bottom: 0;
    }

    .block-steps .number .icon-arrow-next {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/arrow-desktop.svg) no-repeat right center;
        mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/arrow-desktop.svg) no-repeat right center;
        width: 4.438rem;
        height: 4rem;
    }

    .block-paragraph .wrapper {
        max-width: 43rem;
    }

    .block-download.two .wrapper {
        width: 43rem;
        padding: 2.75rem 5.438rem 3.688rem;
        margin: 2.5rem;
    }

    .block-download .grey-border {
        -webkit-mask-repeat: repeat-y;
        mask-repeat: repeat-y;
        min-width: 0.063rem;
        height: auto;
        margin: 0 1.875rem;
    }

    .block-download .content,
    .block-download .download-four .content {
        max-width: 25.125rem;
    }

    .block-download.three .content {
        max-width: 15.75rem;
    }

    .block-download .badges {
        margin-top: 0;
        flex-direction: row;
    }

    .block-download .badge-btn {
        width: auto;
        height: 2.125rem;
    }

    .block-download .download-one,
    .block-download .download-two,
    .block-download .download-four,
    .block-download .download-five {
        max-width: 32.125rem;
        flex-direction: column;
        margin: 0 auto;
    }

    .block-download .badge-btn.apple {
        margin-bottom: 0;
        margin-right: 0.625rem;
    }

    .block-download .badge-btn.google {
        margin-left: 0.625rem;
    }

    .block-download .download-three {
        flex-direction: row;
        max-width: 40.188rem;
    }

    .block-download .download-three .heading {
        max-width: 20.688rem;
        align-self: center;
    }

    .block-download.three .heading {
        margin-bottom: 0;
    }

    .block-download .download-three .heading-h2 {
        text-align: left;
    }

    .block-download .download-three .content {
        padding-top: 0.813rem;
        padding-bottom: 0.938rem;
    }

    .block-download .download-four .content {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
    }

    .block-download .download-three .badges {
        flex-direction: column;
    }

    .block-download.three .badge-btn {
        width: 7.25rem;
        height: auto;
    }

    .block-download.three .badge-btn.apple {
        margin-right: 0;
        margin-bottom: 0.375rem;
    }

    .block-download.three .badge-btn.google {
        margin-left: 0;
    }

    .block-download.five .wrapper {
        padding-top: 5.938rem;
        padding-bottom: 5.938rem;
    }

    .block-download .download-five .heading-h2 {
        font-family: 'ZelleSans-Thin', sans-serif;
    }

    .block-faq .heading {
        margin-bottom: 1.5rem;
    }

    .block-faq .faqs-tab a {
        font-size: 1rem;
    }

    .block-faq .faqs-tab-links {
        width: auto;
    }

    .block-faq .faq-content {
        padding: 1.875rem 2.125rem;
    }

    .block-faq .faq-question .svg-arrow {
        width: 1.125rem;
        height: 0.625rem;
        margin-top: 0.625rem;
        margin-right: 1.875rem;
    }
    button.heading-h3 > span {
        width: calc(100% - 48px);
        display: inline-block;
    }

    .block-faq .faq-answer {
        margin-top: .75rem;
        padding-left: 3rem;
    }

    .block-faq .show-btn button {
        font-size: 1.5rem;
        line-height: 1.46;
        margin-top: 1.875rem;
    }

    .block-media-text .heading {
        margin-bottom: 1.125rem;
    }

    .block-media-text .cta {
        justify-content: flex-start;
    }

    .block-media-text .block-txt {
        margin-bottom: 0.625rem;
    }

    .block-media-text .media-text {
        flex-direction: row;
        justify-content: center;
    }

    .block-media-text .media-text.right .media-text-image {
        order: 2;
    }

    .block-media-text .media-text-content {
        width: 24.563rem;
    }

    .block-media-text .media-text-content .heading-h2 {
        text-align: left;
    }

    .block-multi-columns.multi-rows .block-column {
        max-width: 12.5rem;
    }

    .block-multi-columns .block-columns-wrapper {
        flex-direction: row;
    }

    .block-multi-columns .block-column {
        max-width: 18.75rem;
        flex: 1;
    }

    .block-multi-columns .three .block-column {
        max-width: 12.5rem;
    }

    .block-multi-columns .heading {
        margin-bottom: 0.5rem;
    }

    .block-multi-columns.multi-rows.left .block-columns-intro {
        align-items: center;
    }

    .block-multi-columns .block-columns-intro .heading {
        width: auto;
    }

    .block-multi-columns .block-columns-intro .cta {
        max-width: none;
    }

    .block-multi-columns .block-column svg {
        margin-top: 0.375rem;
    }

    .block-multi-columns.multi-rows.left .block-column svg {
        height: 3.75rem;
        margin-top: 0;
    }

    .block-multi-columns.multi-rows .block-columns-wrapper {
        border-top: 0.063rem solid var(--color-var-hex);
        padding-top: 1.875rem;
    }

    .block-multi-columns.multi-rows.left .block-columns-wrapper,
    .block-multi-columns.multi-rows.centered .block-columns-wrapper {
        flex-direction: column;
        border-top: none;
        padding-top: 0;
    }

    .block-multi-columns .block-columns-wrapper.first {
        border-top: none;
        padding-top: 0;
        padding-bottom: 1.875rem;
    }

    .block-multi-columns .border-column {
        background-color: var(--color-var-hex);
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/border-column.svg) no-repeat center;
        -webkit-mask-repeat: repeat-y;
        mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/border-column.svg) no-repeat center;
        mask-repeat: repeat-y;
        height: auto;
        min-width: .063rem;
        margin: 0 2.25rem;
    }

    .block-multi-columns .three .border-column {
        margin: 0 1.25rem;
    }

    .block-multi-columns .block-columns-wrapper .border-column:last-child {
        display: none;
    }

    .block-multi-columns.multi-rows.left .block-column,
    .block-multi-columns.multi-rows.centered .block-column {
        max-width: none;
        padding: 0.875rem 1.625rem 2.125rem;
    }

    .block-multi-columns.multi-rows.centered .block-column {
        padding-top: 2.063rem;
        padding-bottom: 0.688rem;
    }

    .block-multi-columns.multi-rows.left .block-column {
        padding-top: 2.125rem;
        padding-bottom: 0.625rem;
    }

    .block-multi-columns.multi-rows.left.icons .block-column {
        padding-top: 2rem;
        padding-bottom: 0.625rem;
    }

    .block-multi-columns.multi-rows.left .block-column .svg-icon {
        margin-right: 1.25rem;
    }

    .block-multi-columns.multi-rows.left .block-column .block-txt {
        margin-top: .939rem;
    }

    .block-multi-columns.multi-rows.centered .block-column:first-child {
        border-top: 0.063rem solid var(--color-var-hex);
        padding-top: 2.125rem;
    }
}

@media screen and (min-width: 650px) {
    .heading-h1 {
        font-size: 2.55rem;
        line-height: 1.22;
    }
}


@media screen and (min-width: 700px) {
    .heading-h1 {
        font-size: 2.55rem;
        line-height: 1.22;
    }
    .block-hero .block-hero-intro {
        max-width: 25rem;
    }
}

@media screen and (min-width: 768px) {
    .block-hero .block-hero-intro {
        max-width: 30rem;
    }
    .block-footer .logos-badges {
        display: flex;
        justify-content: space-between;
    }
    .block-footer .block-txt {
        text-align: left;
    }
}

@media screen and (min-width: 1000px) {
    .heading-h1 {
        font-size: 3rem;
        line-height: 1.25;
    }

    .heading-h2 {
        font-size: 2.75rem;
        margin-bottom: 0;
    }

    .heading-h3 {
        font-size: 1.75rem;
        line-height: 1.43;
    }

    .heading-h4 {
        font-size: 1.5rem;
    }

    .block-txt {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .block-hero.four {
        min-height: 33.875rem;
    }

    .block-hero .wrapper {
        margin: 0 auto;
        padding-top: 3.813rem;
    }

    .block-hero.four .wrapper {
        padding-top: 2.625rem;
    }

    .block-hero.five .wrapper {
        height: 33.875rem;
        padding-top: 4.938rem;
    }

    .block-hero.one .logos,
    .block-hero .logos {
        margin-bottom: 3.25rem;
    }

    .block-hero.three .logos {
        margin-bottom: 4.188rem;
    }

    .block-hero .block-hero-intro {
        max-width: 32.5rem;
        padding: 0;
        margin-top: 1.813rem;
    }

    .block-hero.four .block-hero-intro {
        margin-top: 2.688rem;
    }

    .block-hero.five .block-hero-intro {
        margin-top: 0;
    }

    .block-hero .heading {
        margin-bottom: 1.875rem;
    }

    .block-hero.two .heading {
        margin-bottom: 3.5rem;
    }

    .block-hero-image.corner-clip, .block-hero-image.corner-radius {
        width: 32.5rem;
        height: 25rem;
        margin-top: 0;
    }

    .block-footer .logos-badges {
        display: flex;
        justify-content: space-between;
    }

    .block-footer.one .logos-badges .logos {
        padding-top: 2.563rem;
    }

    .block-footer .badges {
        flex-direction: column;
    }

    .block-footer .block-txt {
        text-align: left;
    }

    .block-steps .step-process .step {
        max-width: 14.063rem;
    }

    .block-steps .step-process.number .step {
        max-width: 14.063rem;
    }

    .block-steps .icon-step svg {
        height: 6.25rem;
        margin-bottom: 1.75rem;
    }

    .block-steps .icon-arrow-next {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/arrow-desktop.svg) no-repeat right center;
        mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/arrow-desktop.svg) no-repeat right center;
        width: 5.313rem;
        height: 6.25rem;
        margin-left: -1.125rem;
        margin-right: -1.125rem;
    }

    .block-steps .number .icon-arrow-next {
        width: 5.328rem;
        margin-left: 0;
        margin-right: 0;
    }

    .block-paragraph .wrapper {
        max-width: 56.25rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .block-paragraph .heading {
        margin-bottom: 1.5rem;
    }

    .block-download .heading {
        margin-bottom: 2.75rem;
    }

    .block-download .content,
    .block-download .download-four .content {
        max-width: 53.125rem;
    }

    .block-download .badge-btn {
        height: 4.563rem;
        width: auto;
    }

    .block-download.three .badge-btn,
    .block-download.four .badge-btn {
        width: 13.625rem;
        height: auto;
    }

    .block-download.three .badge-btn.apple {
        margin-bottom: 0.813rem;
    }

    .block-download.four .content .block-txt {
        margin-bottom: 0;
    }

    .block-download.two .wrapper {
        width: 66.813rem;
        margin: 4.063rem;
        padding: 5rem 6.813rem 6.125rem;
    }

    .block-download .download-one,
    .block-download .download-two {
        max-width: 53.125rem;
        margin: 0 auto;
    }

    .block-download .download-three {
        max-width: 59.25rem;
    }

    .block-download .download-four {
        max-width: 42.75rem;
    }

    .block-download .download-four .content {
        padding-top: 2.188rem;
        padding-bottom: 2.188rem;
    }

    .block-download .download-five {
        max-width: 38.625rem;
    }

    .block-download .download-one .heading {
        max-width: 38.625rem;
    }

    .block-download .download-two .heading {
        max-width: 38.625rem;
        display: inline-block;
    }

    .block-download .download-three .heading {
        max-width: 33.125rem;
    }

    .block-download .grey-border {
        margin: 0 4.375rem;
    }

    .block-download.three .content {
        max-width: 17.375rem;
    }

    .block-download .content .block-txt {
        text-align: center;
        margin-bottom: 1.75rem;
    }

    .block-faq .faq-question .svg-arrow {
        width: 1.375rem;
        height: 0.813rem;
    }

    button.heading-h3 > span {
        width: calc(100% - 52px);
        display: inline-block;
    }

    .block-faq .faq-answer {
        padding-left: 3.4rem;
    }

    .block-faq .show-btn button {
        font-size: 1.75rem;
    }

    .block-media-text .heading {
        margin-bottom: 1.375rem;
    }

    .block-media-text .media-text {
        gap: 2.813rem;
    }

    .block-media-text .media-text-image {
        width: 29.313rem;
        height: 25rem;
    }

    .block-media-text .media-text-content {
        width: 37.625rem;
        padding-top: 3.125rem;
    }

    .block-media-text .image-right .media-text-content {
        padding-top: 0;
    }

    .block-multi-columns.multi-rows .block-column {
        max-width: 18.75rem;
    }

    .block-multi-columns.multi-rows.left .block-columns-wrapper,
    .block-multi-columns.multi-rows.centered .block-columns-wrapper {
        border-top: 0.063rem solid var(--color-var-hex);
    }

    .block-multi-columns.multi-rows.left .block-column,
    .block-multi-columns.multi-rows.centered .block-column {
        max-width: none;
        margin: 3.313rem 5.313rem 0;
        border-top: 0;
        border-bottom: 0.063rem solid var(--color-var-hex);
        padding: 0 0 2.187rem 0;
    }

    .block-multi-columns.multi-rows.left.icons .block-column {
        margin-top: 2.625rem;
        padding-top: 0;
        padding-bottom: 1.625rem;
    }

    .block-multi-columns.multi-rows.left .block-column .svg-icon {
        margin-right: 1.563rem;
    }

    .block-multi-columns.multi-rows.left .block-column .block-txt {
        margin-top: 1.188rem;
    }

    .block-multi-columns.multi-rows.centered .block-column {
        margin: 3.375rem 5.313rem 0;
    }

    .block-multi-columns.multi-rows.centered .block-column:first-child {
        border-top: none;
        padding-top: 0;
    }

    .block-multi-columns .block-columns-intro {
        flex-direction: row;
        justify-content: space-between;
    }

    .block-multi-columns .block-columns-wrapper {
        margin-top: 2.562rem;
    }

    .block-multi-columns .block-columns-wrapper.first {
        margin-top: 3.25rem;
    }

    .block-multi-columns .block-column {
        max-width: 25rem;
    }

    .block-multi-columns .three .block-column {
        max-width: 18.75rem;
    }

    .block-multi-columns .block-column .heading {
        margin-bottom: 1.125rem;
    }

    .block-multi-columns .three .border-column {
        margin: 0 1.875rem;
    }

    .block-multi-columns.multi-rows.left .heading-3 {
        margin-bottom: 0;
    }

    .block-multi-columns .block-column svg {
        margin-bottom: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .block-footer .logos {
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {
    .block-hero .shape-triangle {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-triangle.svg?v=1.4) no-repeat right top / cover;
        mask-image: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-triangle.svg?v=1.4) no-repeat right top / cover;
        min-height: 18.125rem;
        width: 100%;
    }
    .block-hero .shape-pattern {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern.svg?v=1.4) no-repeat right bottom -165px / contain;
        mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern.svg?v=1.4) no-repeat right bottom -165px / contain;
        /* min-height: 5.125rem; */
        width: 100%;
    }
    .block-hero .logos {
        max-width: 70%;
    }
}

@media screen and (max-width: 480px) {
    .block-hero .shape-pattern {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern.svg?v=1.4) no-repeat right bottom -140px / contain;
        mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern.svg?v=1.4) no-repeat right bottom -140px / contain;
        /* min-height: 5.125rem; */
        width: 100%;
    }
}
@media screen and (max-width: 440px) {
    .block-hero .shape-pattern {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern.svg?v=1.4) no-repeat right bottom -130px / contain;
        mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern.svg?v=1.4) no-repeat right bottom -130px / contain;
        /* min-height: 5.125rem; */
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    .block-hero .shape-pattern {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern.svg?v=1.4) no-repeat right bottom -100px / contain;
        mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern.svg?v=1.4) no-repeat right bottom -100px / contain;
        /* min-height: 5.125rem; */
        width: 100%;
    }
    .block-hero .logos {
        max-width: 100%;
    }
}
@media screen and (max-width: 340px) {
    .block-hero .shape-pattern {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern.svg?v=1.4) no-repeat right bottom -90px / contain;
        mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern.svg?v=1.4) no-repeat right bottom -90px / contain;
        /* min-height: 5.125rem; */
        width: 100%;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    .block-hero .shape-triangle {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-triangle-tablet.svg?v=1.4) no-repeat right -100px center / contain;
        mask-image: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-triangle-tablet.svg?v=1.4) no-repeat right -100px center / contain;
        width: 100%;
        height: 100%;
    }
    .block-hero .shape-pattern {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern-tablet.svg?v=1.5) no-repeat right -100px bottom / contain;
        mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern-tablet.svg?v=1.5) no-repeat right -100px bottom / contain;
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 1260px) and (min-width: 768px) {
    .block-hero .shape-triangle {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-triangle-tablet.svg?v=1.4) no-repeat right center / contain;
        mask-image: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-triangle-tablet.svg?v=1.4) no-repeat right center / contain;
        width: 100%;
        height: 100%;
    }
    .block-hero .shape-pattern {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern-tablet.svg?v=1.5) no-repeat right center / contain;
        mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern-tablet.svg?v=1.5) no-repeat right center / contain;
        height: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 1260px) {
    .block-hero .shape-triangle {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-triangle-desktop.svg?v=1.4) no-repeat right center / contain;
        mask-image: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-triangle-desktop.svg?v=1.4) no-repeat right center / contain;
        width: 100%;
        height: 100%;
    }
    .block-hero .shape-pattern {
        -webkit-mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern-desktop.svg?v=1.5) no-repeat right center / contain;
        mask: url(https://files.marcomcentral.app.pti.com/earlywarning/marcom/products/html/landings/803/images/shape-pattern-desktop.svg?v=1.5) no-repeat right center / contain;
        height: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 1680px) {
    .block-hero.three .logos {
        margin-bottom: 6.375rem;
    }

    .block-paragraph .wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .block-media-text .media-text-image {
        width: 35vw;
    }

    .block-media-text .media-text-content {
        width: 65vw;
    }
}