div.field > div.iti { width: 100%; }
body {
    overflow: auto;
}
footer {
    position: unset !important;
}

#momoney {
    font-family: Roboto, Arial;
    font-weight: 700;
    padding: 5px 6px 7px;
    box-sizing: border-box;
    width: 100%;
    max-width: 312px; 
    margin: 32px auto;
    border-radius: 1.5rem;
    background-color: rgba(247, 247, 247, 1);
}
#momoney h1 {
    font-family: Epilogue, Roboto, Arial;
    font-size: 28.25px;
    line-height: 32px !important;
    margin: 21.75px 16px !important;
}
#momoney a {
    text-decoration: underline;
    font-size: 12.8px;
    line-height: 24px;
    display: block;
    width: fit-content;
    margin: 10px auto;
    color: rgba(0, 223, 129, 1);
}
#momoney .banner {
    aspect-ratio: 300 / 200;
    content: "";
    background-image:url(https://c.airg.ca/product-static-files/static/CMS/IMAGES/BOOST/airG-Boost_MoSweeps.png);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* arrow */
#momoney.show-arrow {
    position: relative;
    margin-bottom: 66px;
}
#momoney.show-arrow:after {
    position: absolute;
    content: "";
    bottom: -10px; left: 50%;
    width: 0; height: 0;
    border-width: 24px 20.5px 0;
    border-color: rgb(74, 96, 178) transparent transparent;
    border-style: solid;
    transform: translate(-50%, 100%);
}

/* mini-me theme */
#momoney.mm {
    background-color: white;
    color: rgb(31, 130, 141);
}
#momoney.mm h1 {
    font-family: Arial Rounded MT Bold, Arial;
    font-weight: 400;
    font-size: 30px;
    line-height: 26px;
}
#momoney.mm a {
    color: rgb(31, 130, 141);
}
#momoney.mm.show-arrow:after {
    border-color: rgb(47, 206, 223) transparent transparent;
}