body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    cursor: default;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    color: #000;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

/**
 * App
 */
.app {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    background: #ffffff;
    padding: 0 10px;
}

.app > .container {
    width: 100%;
    padding: 40px 0;
}

.app > .header {
    display: flex;
    width: 100%;
    padding: 32px 20px 16px 20px;
    align-items: center;
    gap: 0;
    flex-direction: row;
    background: var(--align-background-blue, #06618A);
}

.app > .header > .container {
    width: 100%;
    display: flex;
    gap: 0;
    flex-direction: row;
    align-items: center;
}

.app > .header > .container > * {
    display: flex;
    flex-direction: row;
    width: 49.5%;
}

.app > .header > .container > .left {
    justify-content: start;
}

.app > .header > .container > .center {
    width: 1%;
    position: relative;
    height: 100%;
    justify-content: center;
}

.app > .header > .container > .right {
    justify-content: end;
}

.app > .header .line {
    width: 1px;
    background: transparent;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -24.5px;
    bottom: 0;
    height: 49px;
}

.app > .header .header-logo {
    width: 130px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
}

.app > .header .header-logo .logo {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.app > .header .header-logo .slogan {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.app > .header .cta-btn {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--align-background-green-cta, #00AA48);
    padding: 9px 12px;
    width: 156px;
}

.app > .header .cta-btn > .icon {
    width: 100%;
    max-width: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
}

.app > .header .cta-btn > .icon > img {
    width: 100%;
    height: auto;
}

.app > .header .cta-btn > .text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: start;
    flex: 1 0 0%;
}

.app > .header .cta-btn > .text > * {
    text-align: left;
    width: 100%;
}

.app > .header .cta-btn > .text > .format-phone {
    color: var(--align-white, #FFF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.app > .header .cta-btn > .text > .information {
    color: #FFF;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.app > .section > .title {
    color: var(--align-blue, #06618A);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
    width: 100%;
}

.app > .section > .title .green {
    color: var(--align-green-cta, #00AA48);
}

.app > .section > .subtitle {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    width: 100%;
    max-width: 335px;
}

.app > .section .list {
    width: 314px;
    border-radius: 4px;
    border: 2px solid var(--align-light-blue, #CAEEFF);
    background: #FFF;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.app > .section .list > .item {
    width: 100%;
    padding-left: 38px;
    color: var(--align-blue, #06618A);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    position: relative;
    min-height: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
}

.app > .section .list > .item::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><g clip-path="url(%23clip0_11_3)"><path d="M11.2489 17.8303C10.9174 17.8303 10.586 17.7034 10.3321 17.4511L6.14109 13.26C5.63494 12.7539 5.63494 11.9327 6.14109 11.4265C6.64724 10.9204 7.46843 10.9204 7.97458 11.4265L11.2489 14.7008L17.5452 8.40305C18.0513 7.8969 18.8725 7.8969 19.3787 8.40305C19.8848 8.9092 19.8848 9.73039 19.3787 10.2365L12.1656 17.4496C11.9118 17.7019 11.5803 17.8288 11.2489 17.8288V17.8303Z" fill="%2300AA48"/><path d="M12.5 0C5.60798 0 0 5.60798 0 12.5C0 19.392 5.60798 25 12.5 25C19.392 25 25 19.392 25 12.5C25 5.60798 19.392 0 12.5 0ZM12.5 23.5189C6.41424 23.5189 1.48113 18.5858 1.48113 12.5C1.48113 6.41424 6.41424 1.48113 12.5 1.48113C18.5858 1.48113 23.5189 6.41424 23.5189 12.5C23.5189 18.5858 18.5858 23.5189 12.5 23.5189Z" fill="%2300AA48"/></g><defs><clipPath id="clip0_11_3"><rect width="25" height="25" fill="white"/></clipPath></defs></svg>');
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.app > .banner {
    display: flex;
    width: 100%;
    padding: 0;
    align-items: center;
    gap: 0;
    flex-direction: column;
    background: var(--align-background, #EAF8FF);
}

.app > .banner .tap-now {
    width: 100%;
    text-align: center;
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.app > .banner .tap-now,
.app > .banner .tap-now * {
    color: var(--align-blue, #06618A);
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.app > .banner .tap-now .green {
    color: var(--align-green-cta, #00AA48);
}

.app > .banner .tap-below {
    width: 100%;
    text-align: center;
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--align-blue, #06618A);
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 100% */
}

.app > .banner .cta-btn-container {
    width: 300px;
    border-radius: 12px;
    background: var(--align-background-white, #FFF);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-top:40px;
}

.app > .banner .cta-btn-container > .cta-btn {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--align-background-green-cta, #00AA48);
    padding: 14px 20px;
    width: max-content;
}

.app > .banner .cta-btn-container > .cta-btn > .icon {
    width: 100%;
    max-width: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
}

.app > .banner .cta-btn-container > .cta-btn > .icon > img {
    width: 100%;
    height: auto;
}

.app > .banner .cta-btn-container > .cta-btn > .format-phone {
    text-align: left;
    color: var(--align-white, #FFF);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}

.app > .banner .cta-btn-container > .information {
    width: 100%;
    color: var(--align-blue, #06618A);
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 123.077% */
}

.app > .banner > .cta-btn {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--align-background-green-cta, #00AA48);
    padding: 16px 28px;
    width: max-content;
    margin-top: 40px;
}

.app > .banner > .cta-btn > .icon {
    width: 100%;
    max-width: 48px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
}

.app > .banner > .cta-btn > .icon > img {
    width: 100%;
    height: auto;
}

.app > .banner > .cta-btn > .text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: start;
    flex: 1 0 0%;
}

.app > .banner > .cta-btn > .text > * {
    text-align: left;
    width: 100%;
}

.app > .banner > .cta-btn > .text > .format-phone {
    color: var(--align-white, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.app > .banner > .cta-btn > .text > .information {
    color: var(--align-white, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.app > .banner .seniors {
    width: 100%;
    max-width: 324.5px;
    height: 268px;
    overflow: hidden;
    margin-top: 20px;
}

.app > .banner .seniors > img {
    width: 100%;
    height: auto;
}

.app > .questions-section {
    display: flex;
    width: 100%;
    padding: 20px 0 40px 0;
    align-items: center;
    gap: 0;
    flex-direction: column;
    background: var(--align-background-white, #FFF);
}

.app > .questions-section > .title {
    margin-top: 0;
}

.app > .questions-section > .list {
    margin-top: 20px;
}

.app > .coverage-section {
    display: flex;
    width: 100%;
    padding: 0;
    align-items: center;
    gap: 0;
    flex-direction: column;
    background: var(--align-background, #EAF8FF);
}

.app > .coverage-section > .title {
    margin-top: 32px;
}

.app > .coverage-section > .subtitle {
    margin-top: 12px;
}

.app > .coverage-section > .cta-btn {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--align-background-green-cta, #00AA48);
    padding: 16px 28px;
    width: max-content;
    margin-top: 28px;
}

.app > .coverage-section > .cta-btn > .icon {
    width: 100%;
    max-width: 48px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
}

.app > .coverage-section > .cta-btn > .icon > img {
    width: 100%;
    height: auto;
}

.app > .coverage-section > .cta-btn > .text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: start;
    flex: 1 0 0%;
}

.app > .coverage-section > .cta-btn > .text > * {
    text-align: left;
    width: 100%;
}

.app > .coverage-section > .cta-btn > .text > .format-phone {
    color: var(--align-white, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.app > .coverage-section > .cta-btn > .text > .information {
    color: var(--align-white, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.app > .coverage-section > .call-agent {
    width: 100%;
    max-width: 285.5px;
    height: 334px;
    overflow: hidden;
    margin-top: 40px;
}

.app > .coverage-section > .call-agent > img {
    width: 100%;
    height: auto;
}

.app > .eligible-section {
    display: flex;
    width: 100%;
    padding: 35px 0 40px 0;
    align-items: center;
    gap: 0;
    flex-direction: column;
    background: var(--align-background-white, #FFF);
}

.app > .eligible-section > .title {
    margin-top: 0;
}

.app > .eligible-section > .subtitle {
    margin-top: 12px;
}

.app > .eligible-section > .list {
    margin-top: 20px;
}

.app > .footer {
    padding: 32px 20px 52px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    width: 100%;
    background: var(--align-background, #EAF8FF);
}

.app > .footer > .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    width: 100%;
}

.app > .footer .logo {
    max-width: 180px;
}

.app > .footer .logo img {
    width: 100%;
    height: auto;
}

.app > .footer .disclaimer,
.app > .footer .information,
.app > .footer .menu,
.app > .footer .copyright {
    width: 100%;
    text-align: left;
    color: #000;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 160% */
}

.app > .footer .disclaimer {
    margin-top: 20px;
}

.app > .footer .information {
    text-align: center;
    margin-top: 4px;
}

.app > .footer .menu {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.app > .footer .menu > span {
    padding-left: 4px;
    padding-right: 4px;
}

.app > .footer .copyright {
    text-align: center;
    margin-top: 2px;
}

/**
 * Responsive
 */

/* Mobile */
@media only screen and (max-width:395px) {
    .app > .header .line {
        background: #fff;
	    display: none;
    }
}

/* Desktop */
@media only screen and (min-width:768px) {
    .app {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .app > .container,
    .app > .header > .container,
    .app > .footer > .container {
        max-width: 1200px;  
        margin: 0 auto;
    }
}

.top-phone {
    border: 1px solid #2d7a9d;
    float: right;
    margin: 0 0 0 0;
    text-align: left;
    position: relative;
    padding: 10px 10px 5px 66px;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}

.top-phone:hover {
    background: #007db5;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.1);
}

.top-phone .icon {
    position: absolute;
    top: 8px;
    left: 15px;
    max-width: 100%;
	height: auto;
}

.top-phone p {
	margin: 0;
}

.top-phone .phone-text {
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.3px;
    color: #fff;
    padding-bottom: 8px;
}

.top-phone .phone-text2 {
    font-size: 21px;
    line-height: 20px;
    color: #00e360;
    font-weight: 700;
}

@media only screen and (max-width:400px){
	.app > .header > .container > .left {
		width: 40.5%;
	}

	.app > .header > .container > .right {
		width: 58.5%;
	}
}

@media only screen and (max-width:767px){
    .top-phone { padding: 4px 5px 3px 42px; }
    .top-phone .phone-text { font-size: 9px;line-height: 15px;padding-bottom: 0px; letter-spacing:0.3px; }
    .top-phone .phone-text2 { font-size: 14px;line-height: 18px;letter-spacing:0.3px; }
    .top-phone .icon { top: 7px;left: 7px;width: 28px; }
}

/**
 * Theme for Mobile 575px
 */
@media (min-width: 576px) {
    .mobile-xs {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .hide-mobile-xs {
        display: none !important;
    }

    .app {
        padding: 0;
    }

    .app > .header {
        background: #fff;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
        position: relative;
        z-index: 999;
    }

    .app > .header .header-logo {
        padding-top: 9px;
        justify-content: flex-start;
    }

    .app > .header .header-logo .logo {
        max-width: 89px;
    }

    .app > .header .header-logo .slogan {
        color: #00F;
        text-align: center;
        font-family: Inter;
        font-size: 7px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .top-phone,
    .top-phone:hover {
        border-radius: 4px;
        background: #00F;
        padding: 8px 8px 8px 48px;
        border: none;
    }

    .top-phone .icon {
        width: 24px;
        height: 24px;
        left: 12px;
        top: 50%;
        margin-top: -12px;
    }

    .top-phone a {
        display: flex;
        flex-direction: column;
    }
    
    .top-phone .phone-text2,
    .top-phone .phone-text {
        display: block;
        color: #fff;
        font-family: Inter;
        font-style: normal;
        line-height: normal;
    }

    .top-phone .phone-text2 {
        font-size: 12px;
        font-weight: 700;
    }

    .top-phone .phone-text {
        font-size: 10px;
        font-weight: 600;
    }

    .app > .banner {
        padding: 0 20px;
        background: #fff;
    }

    .app > .banner .tap-now {
        display: block;
        margin-top: 12px;
    }

    .app > .banner .tap-now,
    .app > .banner .tap-now * {
        color: #090909;
        text-align: center;
        font-family: Poppins;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 114.286% */
    }

    .app > .banner .tap-now .blue {
        color: #00F !important;
    }

    .app > .banner .tap-below {
        color: #090909;
        text-align: center;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
        margin-top: 8px;
    }

    .app > .banner > .cta-btn {
        padding: 14px 13px 14px 17px;
        background: #00F;
        margin-top: 8px;
    }

    .app > .banner > .cta-btn > .icon {
        width: 40px;
        height: 40px;
    }

    .app > .banner > .cta-btn > .text > .format-phone {
        color: var(--align-white, #FFF);
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 120% */
    }

    .app > .banner > .cta-btn-information {
        color: #090909;
        text-align: center;
        font-family: Poppins;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 123.077% */
        margin-top: 8px;
    }

    .app > .section .list {
        margin-top: 0;
        padding: 15px 20px;
        gap: 0;
    }

    .app > .section .list > .title {
        color: #090909;
        text-align: center;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px; /* 200% */
        margin-bottom: 8px;
    }

    .app > .section .list > .item {
        margin-bottom: 16px;
        color: #090909;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 125% */
    }

    .app > .section .list > *:last-child {
        margin-bottom: 0 !important;
    }

    .app > .questions-section {
        padding: 0 20px;
        margin-top: 8px;
    }

    .app > .questions-section > .list {
        margin-top: 0;
    }

    .app > .questions-section .list > .item::before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><g clip-path="url(%23clip0_225_164)"><path d="M11.2489 17.8303C10.9174 17.8303 10.586 17.7034 10.3321 17.4511L6.14109 13.26C5.63494 12.7539 5.63494 11.9327 6.14109 11.4265C6.64724 10.9204 7.46843 10.9204 7.97458 11.4265L11.2489 14.7008L17.5452 8.40305C18.0513 7.8969 18.8725 7.8969 19.3787 8.40305C19.8848 8.9092 19.8848 9.73039 19.3787 10.2365L12.1656 17.4496C11.9118 17.7019 11.5803 17.8288 11.2489 17.8288V17.8303Z" fill="%230000FF"/><path d="M12.5 0C5.60798 0 0 5.60798 0 12.5C0 19.392 5.60798 25 12.5 25C19.392 25 25 19.392 25 12.5C25 5.60798 19.392 0 12.5 0ZM12.5 23.5189C6.41424 23.5189 1.48113 18.5858 1.48113 12.5C1.48113 6.41424 6.41424 1.48113 12.5 1.48113C18.5858 1.48113 23.5189 6.41424 23.5189 12.5C23.5189 18.5858 18.5858 23.5189 12.5 23.5189Z" fill="%230000FF"/></g><defs><clipPath id="clip0_225_164"><rect width="25" height="25" fill="white"/></clipPath></defs></svg>');
    }

    .app > .questions-section-2 {
        margin-top: 20px;
    }

    .app > .questions-section-2 .seniors {
        height: 218px;
        overflow: hidden;
    }

    .app > .questions-section-2 .list > .item::before {
        content: url('data:image/svg+xml,<svg width="25" height="26" viewBox="0 0 25 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_225_125)"><path d="M12.5 0.53064C5.60798 0.53064 0 6.12788 0 13.0067C0 19.8855 5.60798 25.4827 12.5 25.4827C19.392 25.4827 25 19.8855 25 13.0067C25 6.12788 19.392 0.53064 12.5 0.53064ZM12.5 24.0045C6.41424 24.0045 1.48113 19.0808 1.48113 13.0067C1.48113 6.93259 6.41424 2.00893 12.5 2.00893C18.5858 2.00893 23.5189 6.93259 23.5189 13.0067C23.5189 19.0808 18.5858 24.0045 12.5 24.0045Z" fill="%230000FF"/><path d="M9.42419 9.39085V6.84686H13.8562V18.5269H11.0082V9.39085H9.42419Z" fill="%230000FF"/><path d="M9.42419 9.39085V6.84686H13.8562V18.5269H11.0082V9.39085H9.42419Z" fill="%230000FF"/></g><defs><clipPath id="clip0_225_125"><rect width="25" height="24.9521" fill="white" transform="translate(0 0.53064)"/></clipPath></defs></svg>');
    }

    .app > .coverage-section {
        padding: 0 20px;
        background: #fff;
        margin-top: 16px;
        border-bottom: 4px solid #00F;
    }

    .app > .coverage-section > .subtitle {
        margin-top: 0;
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }

    .app > .coverage-section > .cta-btn {
        padding: 22px 27px 22px 16px;
        background: #00F;
    }

    .app > .eligible-section {
        padding: 0 20px;
        margin-top: 35px;
    }

    .app > .eligible-section > .title,
    .app > .eligible-section > .title * {
        text-align: center;
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
    }

    .app > .eligible-section > .title {
        color: #090909;
    }

    .app > .eligible-section > .title .blue {
        color: #00F !important;
    }

    .app > .eligible-section > .subtitle {
        margin-top: 12px;
        color: #000;
        text-align: center;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }

    .app > .eligible-section .list {
        margin-top: 20px;
    }

    .app > .eligible-section .list > .item::before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><g clip-path="url(%23clip0_225_164)"><path d="M11.2489 17.8303C10.9174 17.8303 10.586 17.7034 10.3321 17.4511L6.14109 13.26C5.63494 12.7539 5.63494 11.9327 6.14109 11.4265C6.64724 10.9204 7.46843 10.9204 7.97458 11.4265L11.2489 14.7008L17.5452 8.40305C18.0513 7.8969 18.8725 7.8969 19.3787 8.40305C19.8848 8.9092 19.8848 9.73039 19.3787 10.2365L12.1656 17.4496C11.9118 17.7019 11.5803 17.8288 11.2489 17.8288V17.8303Z" fill="%230000FF"/><path d="M12.5 0C5.60798 0 0 5.60798 0 12.5C0 19.392 5.60798 25 12.5 25C19.392 25 25 19.392 25 12.5C25 5.60798 19.392 0 12.5 0ZM12.5 23.5189C6.41424 23.5189 1.48113 18.5858 1.48113 12.5C1.48113 6.41424 6.41424 1.48113 12.5 1.48113C18.5858 1.48113 23.5189 6.41424 23.5189 12.5C23.5189 18.5858 18.5858 23.5189 12.5 23.5189Z" fill="%230000FF"/></g><defs><clipPath id="clip0_225_164"><rect width="25" height="25" fill="white"/></clipPath></defs></svg>');
    }

    .app > .footer {
        background: #fff;
        margin-top: 20px;
    }

    .app > .footer .logo {
        max-width: 173px;
    }

    .app > .footer .logo img {
        width: 100%;
        height: auto;
    }

    .app > .footer .information {
        margin-top: 8px;
    }

    .app > .footer .disclaimer, 
    .app > .footer .information, 
    .app > .footer .menu, .app > .footer .copyright{
        color: #000;
        font-family: Poppins;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; /* 160% */
    }

    .app > .footer .menu a {
        text-decoration: underline;
    }

    .app .mobile-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
