.editable__container iframe {
    max-width: 100%;
}
.cstm-header a.piwik_ignore {
    background-color: #8ec700;
    padding: 5px;
    border-radius: 5px;
}
.banner-a .banner__text-wrapper {
    top: 63%;
}
.section--dark .banner-a .banner__subtitle {
    color: #ffffff;
}

#flyerPopup {
    display: none !important;
}

@media (max-width: 800px){
    .ple-column-padding{
        overflow-x: hidden !important;
    }

    .alias-fb1_fairbans, .featuredblocks-grid-a .featuredblocks{
        padding: 20px 0px;
    }

    #id_faf4e2dc-0d4c-5741-8279-3a6787d70965 .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

body {
    overflow-x: hidden !important;
}
@media (max-width: 767px){
    .section-base-container {
        overflow: hidden;
    }
}

div#newflyerPopup {
    position: unset !important;
}

.flyer {
  max-width: 700px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
}
.note, .reminder {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 14px;
}
.benefits li {
  margin-bottom: 6px;
}
.flexing {
    display: flex;
    justify-content: space-evenly;
}