.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.clicks_bg {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 9999;
    width: 100%;
    height: 50px;
    background-color: #005aaa;
}

.date-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-link-tab-3 {
    border: 1px none #e4e4e4;
    background-color: #fff;
}

.read-article-text {
    margin-top: 3px;
    font-weight: 500;
}

.heading-9 {
    font-family: 'Roboto', sans-serif;
    color: #363636;
    font-weight: 600;
}

.author-name {
    color: #a7a7a7;
    font-size: 11px;
    line-height: 17px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
}

.blog-post-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    text-transform: none;
}

.spacer {
    width: 50px;
    height: 50px;
}

.spacer.s20 {
    width: 20px;
    height: 20px;
}

.read-icon {
    width: 35px;
}

.tabs-menu {
    border-bottom: 1px solid #e4e4e4;
}

.feature-article-copy {
    padding-right: 40px;
    padding-left: 40px;
}

.blog-post-image {
    position: relative;
    overflow: hidden;
    max-height: 150px;
    max-width: 150px;
    min-height: 120px;
    min-width: 120px;
    margin-right: 25px;
    border-radius: 2px;
    background-image: url('../images/flu-vaccine-image.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 26px -10px rgba(0, 0, 0, 0.51);
}

.blog-post-details-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.blog-post-date {
    margin-top: 1px;
    font-family: 'Roboto', sans-serif;
    color: #108aac;
    font-size: 9px;
    line-height: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.landing-header-left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 60vw;
    height: auto;
    min-height: 80vh;
    padding-top: 5px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.tab-link-tab-1 {
    border: 1px solid #000;
}

.tab-link-tab-1.w--current {
    border-style: none none solid;
    border-color: #e4e4e4 #e4e4e4 #c90b0b;
    background-color: #fff;
}

.header-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80vh;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
}

.paragraph-2 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #858585;
    font-size: 16px;
}

.read-post-highlighter {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    color: #fff;
}

.author-image {
    width: 25px;
    height: 25px;
    margin-right: 7px;
    border-radius: 50%;
    background-image: url('../images/ayo-ogunseinde-93181-unsplash_compressed.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 3px 11px -4px #000;
}

.blog-post-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 400px;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #363636;
    text-decoration: none;
}

.tabs {
    margin-left: 20px;
}

.tab-link-tab-2 {
    border: 1px none #e4e4e4;
    background-color: #fff;
}

.feature-article-image {
    width: 100%;
    height: auto;
    min-height: 500px;
    min-width: 750px;
    border-bottom: 5px none #000;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-image: url('../images/Livemag-temp-image-–-4.jpg');
    background-position: 0px 0px;
    background-size: contain;
    box-shadow: 0 2px 0 0 #c90b0b;
}

.wrap {
    display: block;
    width: auto;
    max-width: 1200px;
    min-height: 70vh;
    margin-right: auto;
    margin-left: auto;
}

.wrap.w50 {
    min-height: 90vh;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrap.w50.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: auto;
    height: auto;
    max-width: 1200px;
    margin-top: 5vh;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.featured-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0vh 0px 101px 0%;
    padding: 10px 10px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 2px;
    background-color: #108aac;
    text-decoration: none;
}

.advert-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    height: 48px;
    min-height: 120px;
    min-width: 120px;
    margin-right: -1px;
    margin-bottom: -1px;
    padding-right: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    text-decoration: none;
}

.author-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-article {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 99999;
    min-width: 200px;
    margin-bottom: 15px;
    margin-left: 15px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.11);
}

.product-title-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    min-width: auto;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-title {
    margin-bottom: 0px;
    color: #c90b0b;
    font-size: 17px;
    font-weight: 500;
}

.exit-t {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 7px 7px;
    cursor: pointer;
}

.flowbase-clone-button {
    margin-right: 25px;
    padding-right: 28px;
    padding-left: 28px;
    border-radius: 2px;
    background-color: #c90b0b;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}

.bottom-banner-long {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 48px;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e4e4e4;
    background-color: #108aac;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    text-decoration: none;
}

.bottom-banner-long:hover {
    background-color: #0d75bc;
}

.blog-bar-text {
    color: #fff;
    font-size: 15px;
    line-height: auto;
    text-align: left;
}

.nav-links-container {
    height: 65%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.nav-contact-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 2px;
    box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.3);
}

.button-steth {
    width: 25px;
    margin-top: 2px;
    margin-right: 20px;
    color: #fff;
    font-weight: 800;
}

.menu-line-1 {
    position: absolute;
    left: 0px;
    top: 10px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 20px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #7a7a7a;
}

.menu-line-1.v2 {
    top: 12px;
    width: 20px;
    background-color: #777;
}

.nabi-text {
    margin-right: 60%;
    margin-left: 60%;
    padding-left: 25px;
}

.dropdown-items {
    height: auto;
}

.nav-flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.with-love {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url('../images/From-south-africa-with-love.svg');
    background-position: 50% 50%;
    background-size: auto 80%;
    background-repeat: no-repeat;
}

.line-2 {
    position: absolute;
    left: 0px;
    top: 20px;
    right: 0px;
    z-index: 1;
    display: block;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #7a7a7a;
}

.line-2.v2 {
    top: 18px;
    width: 20px;
    background-color: #777;
}

.memo-menu-logo {
    width: 250px;
    margin-right: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.flipper-nav-button {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 22px;
    height: 22px;
    margin-top: 5px;
    padding: 20px;
    background-color: transparent;
}

.flipper-nav-button.w--open {
    border: 2px solid #0d75bc;
    border-radius: 2px;
    background-color: #fff;
}

.nav-bar-3 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 10px;
    padding-right: 35px;
    padding-left: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.nav-bar-3.nav-bar-3-is-50 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.nav-dropdown-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    -webkit-transition: background-color 100ms ease, color 100ms ease;
    transition: background-color 100ms ease, color 100ms ease;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

.nav-dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
}

.nav-dropdown-link.w--current {
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-weight: 700;
}

.nav-dropdown-link.w--current:hover {
    color: #fff;
}

.nav-dropdown-link.w--current:focus {
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
}

.logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.button-text-smaller {
    position: relative;
    z-index: 1;
    margin-right: 10px;
    margin-left: 20px;
    color: #0d75bc;
    font-size: 15px;
    font-weight: 600;
}

.nav-contact-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    background-image: url('../images/icon-whatsapp-dark.svg');
    background-position: 10px 50%;
    background-size: 31px 31px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 100ms ease, color 100ms ease, opacity 200ms ease;
    transition: background-color 100ms ease, color 100ms ease, opacity 200ms ease;
    color: #111;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

.nav-contact-link:hover {
    background-color: #108aac;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #fff;
}

.nav-contact-link.w--current {
    color: #111;
    font-weight: 700;
}

.nav-contact-link.w--current:hover {
    color: #fff;
}

.nav-contact-link.ncl-call {
    background-image: url('../images/icon-phone-dark.svg');
    background-size: 31px 31px;
}

.nav-contact-link.ncl-call:hover {
    background-image: url('../images/icon-phone.svg');
    background-size: 31px;
}

.nav-contact-link.ncl-whatsapp:hover {
    background-image: url('../images/icon-whatsapp.svg');
    background-size: 31px 31px;
}

.button-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #ff003d;
    font-weight: 700;
    text-decoration: none;
}

.nav-email-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    background-image: url('../images/icon-whatsapp-dark.svg');
    background-position: 10px 50%;
    background-size: 31px 31px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 100ms ease, color 100ms ease, opacity 200ms ease;
    transition: background-color 100ms ease, color 100ms ease, opacity 200ms ease;
    color: #111;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}

.nav-email-link:hover {
    background-color: #108aac;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #fff;
}

.nav-email-link.w--current {
    color: #111;
    font-weight: 700;
}

.nav-email-link.w--current:hover {
    color: #fff;
}

.nav-email-link.ncl-email {
    background-image: url('../images/icon-email-dark.svg');
    background-size: 31px 31px;
}

.nav-email-link.ncl-email:hover {
    background-image: url('../images/icon-email.svg');
    background-size: 31px;
}

.nab-link-text {
    margin-right: 10px;
    margin-left: 45px;
}

.image-10 {
    color: #fff;
}

.dropdown-wrapper {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 55%;
    height: 80vh;
    margin-top: 20px;
    margin-right: 0px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #0d75bc;
    background-image: url('../images/Memo-faded-logo-side-menu.svg');
    background-position: 100% 100%;
    background-size: 300px;
    background-repeat: no-repeat;
}

.dropdown-wrapper.dropdown-wrapper-small-menu {
    width: auto;
    height: auto;
    margin-right: 35px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.button-background {
    position: absolute;
    width: 50px;
    height: 44px;
    border: 2px solid #0d75bc;
    border-radius: 5px;
    color: #0d75bc;
}

.line-3 {
    position: absolute;
    left: 0px;
    top: 30px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #7a7a7a;
}

.line-3.v2 {
    top: 24px;
    width: 20px;
    background-color: #777;
}

.header-text {
    margin-left: 0px;
    color: #0d75bc;
    font-size: 35px;
    line-height: 45px;
}

.blue-text {
    color: rgba(36, 105, 152, 0.96);
}

.hero-split-text {
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-right: 30px;
    color: #777;
    font-size: 18px;
    line-height: 25px;
}

.logomark {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
}

.reactorbot {
    overflow: visible;
    width: 100%;
    height: auto;
    min-height: 50vh;
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.html-embed {
    height: 100%;
    min-height: 80vh;
    margin: -5px;
}

.text-block-13 {
    font-size: 15px;
    line-height: 15px;
}

.empty-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 30px;
    min-width: 30px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: rgba(55, 55, 55, 0);
    color: rgba(80, 80, 80, 0);
}

.section {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.section.footer {
    width: auto;
    height: auto;
}

.spacer-2 {
    min-height: 1vw;
    min-width: 1vw;
}

.spacer-2.is-10 {
    min-height: 10px;
    min-width: 10px;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
}

.div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    margin-bottom: 2px;
    text-decoration: none;
}

.social-icon-2 {
    margin-top: 0px;
    color: #fff;
}

.container-2 {
    padding-bottom: 49px;
}

.div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 30px;
    min-width: 30px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: #373737;
}

.link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #adadad;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    cursor: pointer;
}

.grid {
    margin-top: 80px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.body {
    padding-top: 0vh;
}

.heading-10 {
    font-family: 'Roboto', sans-serif;
    color: #108aac;
    line-height: 60px;
    font-weight: 400;
}

.image-11 {
    border-radius: 4px;
}

.button-spark-six {
    position: absolute;
    right: -10px;
    bottom: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}

.button-spark-five {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.button-spark-one {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.button-spark-three {
    position: absolute;
    left: -10px;
    bottom: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.button-spark-eight {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
}

.button-spark-seven {
    position: absolute;
    top: 0px;
    right: -10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.button-spark-four {
    position: absolute;
    left: -10px;
    bottom: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
}

.button-wrapper-2 {
    position: relative;
    min-width: 50px;
    padding: 16px 30px 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 9px 17px -5px rgba(0, 0, 0, 0.33);
    -webkit-transition: box-shadow 320ms ease, -webkit-transform 320ms ease;
    transition: box-shadow 320ms ease, -webkit-transform 320ms ease;
    transition: transform 320ms ease, box-shadow 320ms ease;
    transition: transform 320ms ease, box-shadow 320ms ease, -webkit-transform 320ms ease;
    color: #3f4fc5;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
}

.button-wrapper-2:hover {
    box-shadow: 0 11px 19px -5px rgba(0, 0, 0, 0.24);
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
}

.button-wrapper-2:active {
    box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.24);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.button-spark-two {
    position: absolute;
    left: -10px;
    top: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}

.div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-block-14 {
    font-family: 'Roboto', sans-serif;
    color: #0d75bc;
    font-weight: 600;
}

.feature3-subitem-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

._7-col {
    display: inline-block;
    width: 540px;
    margin-right: 20px;
}

._7-col._7-col-last {
    display: inline-block;
    margin-right: 0px;
}

._5-col {
    display: inline-block;
    width: 380px;
    margin-right: 20px;
}

.text-16 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

.text-16.text-16-60 {
    opacity: 0.6;
}

.feature3-subitem-text-wrap {
    margin-top: -8px;
    margin-bottom: 0px;
}

.wrap-2 {
    display: block;
    width: auto;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.wrap-2.w50-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-2._w-custom.nav2-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-2._w-custom.hero3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature3-icon {
    margin-right: 25px;
    margin-left: -10px;
}

.section-2.tab-section {
    background-color: #108aac;
}

.feature3-text-wrapper {
    padding-left: 60px;
}

.feature4-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

._6-col {
    display: inline-block;
    width: 460px;
    margin-right: 20px;
}

._6-col._6-col-last {
    margin-right: 0px;
}

.link-16-blue {
    font-size: 16px;
    line-height: 28px;
}

.feature4-text-wrap {
    padding-right: 80px;
}

.nav2-menu-wrapper-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav2-logo-wrapper {
    display: inline-block;
    margin-bottom: -5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.nav2 {
    width: 100%;
    background-color: transparent;
}

.btn {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 11px 25px;
    float: none;
    border-radius: 2px;
    background-color: #005aaa;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}

.btn:hover {
    border-color: #0c6eb8;
    background-color: #1386dd;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
}

.btn:active {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0px, -1px);
    -ms-transform: translate(0px, -1px);
    transform: translate(0px, -1px);
}

.btn.btn-outline-light {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(17, 18, 18, 0.05);
    background-color: transparent;
    color: #111212;
}

.btn.btn-outline-light:hover {
    border-color: rgba(17, 18, 18, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.btn.btn-outline-light:active {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.landing3-logo {
    margin-right: 16px;
}

.landing3-logo.landing3-logo-mob {
    margin-top: -5px;
}

.navigation2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero3-firstbutton-wrap {
    display: inline-block;
    margin-right: 10px;
}

.hero3-headline-wrap {
    margin-bottom: 20px;
    padding-top: 10px;
}

.tagline {
    opacity: 0.6;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero3-text-wrapper {
    padding-right: 50px;
}

.text-20 {
    opacity: 1;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.text-20.text-20-60 {
    opacity: 0.6;
}

.wrap-nav {
    display: block;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.wrap-nav.w50-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-nav._w-custom.nav2-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 1200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-nav._w-custom.hero3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-template-areas: ". .";
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.colour-block-sml-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background-color: #e2fbfb;
}

.tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 320px;
    margin-right: 35px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.image-sml {
    width: 15px;
}

.colour-block-sml-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background-color: #fceceb;
}

.feature-heading {
    margin-top: 13px;
    margin-bottom: 4px;
    color: #fff;
    font-size: 16px;
}

.tab-on {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 90px;
    min-width: 200px;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: transparent;
}

.tab-on.w--current {
    min-height: 90px;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0.14);
}

.tabs-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paragraph-2-w {
    max-width: 410px;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
}

.image-12 {
    width: 550px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
}

.d-70-paragraph {
    margin-bottom: 10px;
    color: #8f8f8f;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.d-70-read-more-btn-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    text-decoration: none;
}

.d-70-arrow {
    width: 15px;
    margin-left: 10px;
}

.d-70-h3-heading {
    margin-top: -6px;
    color: #333;
}

.d-70-card-wrapper {
    position: relative;
    display: block;
    width: 400px;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
    padding: 0px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.d-70-read-more-text {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    text-indent: 0px;
    text-transform: uppercase;
}

.d-70-read-more-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 10px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #108aac;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.d-70-top-image {
    position: relative;
    top: -25px;
    height: 320px;
    margin-left: -40px;
    border-radius: 3px;
    background-image: url('../images/alexandra-marcu-1318901-unsplash.jpg');
    background-position: 50% 35%;
    background-size: cover;
}

.d-70-top-image.second {
    background-image: url('../images/memo-question.png');
    background-position: 50% 50%;
    background-size: contain;
}

.d-70-top-image.first {
    background-image: url('../images/memo-skipping-image.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.d-70-top-image.third {
    background-image: url('../images/Story-graphic-–-3.jpg');
    background-position: 50% 50%;
    background-size: contain;
}

.blog-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-block-15 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.notification_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_grid {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 5px;
    -ms-grid-columns: 8.25fr 1fr 1fr 0.75fr 1.25fr 0.75fr;
    grid-template-columns: 8.25fr 1fr 1fr 0.75fr 1.25fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer_element_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.footer_element_wrap._1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer_text {
    color: #fff;
}

html.w-mod-js *[data-ix="nav-bar"] {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
}

@media screen and (max-width: 1336px) {
    .clicks_bg.footer {
        height: auto;
    }
    .landing-header-left-block {
        width: 100vw;
        min-height: 70vh;
    }
    .header-2 {
        min-height: 70vh;
    }
    .wrap {
        width: 645px;
    }
    .wrap.w50.flex {
        width: auto;
        height: auto;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .featured-article {
        width: 100vw;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .blog-article {
        display: block;
        width: 96%;
        max-width: 610px;
        min-width: auto;
        margin-right: 15px;
    }
    .blog-bar-text {
        font-size: 16px;
        line-height: 20px;
    }
    .button-steth {
        font-size: 20px;
    }
    .nabi-text {
        padding-left: 17px;
    }
    .nav-bar-3 {
        padding-right: 10px;
        padding-left: 20px;
    }
    .nav-dropdown-link {
        padding-left: 32px;
        background-color: transparent;
    }
    .nav-dropdown-link:hover {
        background-color: rgba(0, 0, 0, 0.45);
        color: #fff;
    }
    .logo-link {
        height: 64px;
        padding-top: 13px;
        padding-bottom: 11px;
    }
    .button-text-smaller {
        font-size: 12px;
    }
    .nav-contact-link {
        padding-left: 32px;
        background-color: #f8f8f8;
    }
    .nav-contact-link:hover {
        background-color: #108aac;
        color: #fff;
    }
    .nav-email-link {
        padding-left: 32px;
        background-color: #f8f8f8;
    }
    .nav-email-link:hover {
        background-color: #108aac;
        color: #fff;
    }
    .dropdown-wrapper {
        display: block;
        overflow: hidden;
        width: auto;
        max-height: 100vh;
        margin-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #ddd;
    }
    .dropdown-wrapper.dropdown-wrapper-small-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        max-height: auto;
        margin-right: 0px;
    }
    .header-text {
        font-size: 25px;
        line-height: 30px;
    }
    .hero-split-text {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 20px;
    }
    .section {
        height: auto;
    }
    .feature3-subitem-wrapper {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    ._7-col {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    ._5-col {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .text-16.text-16-60 {
        width: 100%;
    }
    .wrap-2 {
        width: 645px;
    }
    .wrap-2.w50-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
    }
    .wrap-2._w-custom.nav2-dark {
        display: block;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .wrap-2._w-custom.hero3 {
        padding-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .feature3-icon {
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
    }
    .feature3-text-wrapper {
        padding-left: 0px;
    }
    .feature4-image {
        display: block;
        margin: -20px auto;
    }
    .feature4-wrapper {
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    ._6-col {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    ._6-col._6-col-last {
        width: 100%;
    }
    .feature4-text-wrap {
        margin-bottom: 30px;
        padding-right: 0px;
        text-align: center;
    }
    .nav2-menu-wrapper-dark {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav2-logo-wrapper {
        display: inline-block;
        margin-left: 30px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .nav1-menuicon {
        margin-bottom: 3px;
    }
    .navigation2 {
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .structure-cards2-menu-btn {
        margin-right: 30px;
        padding: 0px;
        background-color: transparent;
    }
    .structure-cards2-menu-btn:active {
        background-color: transparent;
    }
    .structure-cards2-menu-btn.w--open {
        margin-right: 30px;
        background-color: transparent;
    }
    .hero3-image {
        display: block;
        margin-right: auto;
        margin-bottom: -20px;
        margin-left: auto;
    }
    .hero3-text-wrapper {
        margin-bottom: 30px;
        padding-right: 0px;
        text-align: center;
    }
    .wrap-nav {
        width: 645px;
    }
    .wrap-nav.w50-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
    }
    .wrap-nav._w-custom.nav2-dark {
        display: block;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .wrap-nav._w-custom.hero3 {
        padding-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tabs-menu-2 {
        margin-right: 0px;
    }
    .tab-on {
        width: 100%;
        min-height: 90px;
        margin-bottom: 15px;
    }
    .tab-on.w--current {
        width: 100%;
        margin-bottom: 15px;
    }
    .tabs-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .image-12 {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .d-70-card-wrapper {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .d-70-top-image.second {
        background-repeat: no-repeat;
    }
    .d-70-top-image.third {
        background-repeat: no-repeat;
    }
    .footer_grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
}

@media screen and (max-width: 767px) {
    .blog-post-title {
        font-size: 30px;
        line-height: 40px;
    }
    .blog-post-image {
        min-width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .landing-header-left-block {
        width: 100%;
        min-height: 30vh;
    }
    .header-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog-post-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrap {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .blog-article {
        min-width: auto;
    }
    .flowbase-clone-button {
        margin-right: 15px;
    }
    .bottom-banner-long {
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .blog-bar-text {
        text-align: center;
    }
    .nabi-text {
        padding-left: 0px;
    }
    .memo-menu-logo {
        margin-left: 0px;
    }
    .logo-link {
        margin-left: -16px;
        padding-top: 12px;
        padding-bottom: 16px;
    }
    .logo-link.w--current {
        padding-top: 14px;
        padding-bottom: 15px;
    }
    .button-text-smaller {
        line-height: 15px;
    }
    .dropdown-wrapper.dropdown-wrapper-small-menu {
        width: 100%;
    }
    .header-text {
        text-align: left;
    }
    .hero-split-text {
        text-align: left;
    }
    .logomark {
        font-size: 30px;
        line-height: 40px;
    }
    .grid {
        width: 80vw;
        justify-items: stretch;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }
    .wrap-2 {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    ._6-col {
        margin-right: 0px;
    }
    .nav2-logo-wrapper {
        display: inline-block;
    }
    .nav2 {
        z-index: 10;
    }
    .structure-cards2-menu-btn {
        margin-top: -4px;
        padding: 0px;
    }
    .structure-cards2-menu-btn.w--open {
        margin-top: -4px;
    }
    .hero3-image {
        margin-top: -20px;
    }
    .wrap-nav {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .tabs-menu-2 {
        margin-right: 0px;
    }
}

@media screen and (max-width: 479px) {
    .date-row {
        margin-bottom: 5px;
    }
    .blog-post-title {
        margin-bottom: 10px;
    }
    .header-2 {
        min-height: 67vh;
    }
    .author-details {
        margin-top: 5px;
    }
    .blog-article {
        min-width: auto;
        margin-right: 5px;
        margin-left: 5px;
    }
    .product-title-wrap {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .flowbase-clone-button {
        display: block;
        margin-top: 19px;
    }
    .nav-links-container {
        height: 50%;
    }
    .nav-contact-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .with-love {
        margin-top: 50px;
    }
    .nav-bar-3 {
        width: auto;
        margin-top: 2px;
    }
    .nav-bar-3.nav-bar-3-is-50 {
        width: 100%;
    }
    .nav-dropdown-link.w--current:hover {
        color: #111;
    }
    .nav-contact-link.w--current:hover {
        color: #111;
    }
    .button-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .nav-email-link.w--current:hover {
        color: #111;
    }
    .dropdown-wrapper.dropdown-wrapper-small-menu {
        width: 100%;
    }
    .header-text {
        margin-top: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        text-align: center;
    }
    .hero-split-text {
        text-align: center;
    }
    .logomark {
        margin-bottom: 10px;
    }
    .spacer-2 {
        min-height: 2vh;
    }
    .nav2-menu-wrapper-dark {
        margin-right: 0px;
    }
    .nav2-logo-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px;
        margin-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .btn {
        display: block;
        font-size: 12px;
        text-align: center;
    }
    .landing3-logo.landing3-logo-mob {
        display: none;
    }
    .navigation2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .hero3-firstbutton-wrap {
        display: block;
        margin-right: 0px;
    }
    .tabs-menu-2 {
        margin-right: 0px;
    }
    .d-70-card-wrapper {
        width: 320px;
    }
    .d-70-top-image {
        margin-left: 0px;
    }
}

#w-node-74eac28ad98b-36d3f1ed {
    -ms-grid-column-align: start;
    justify-self: start;
}

@media screen and (max-width: 1336px) {
    #w-node-74eac28ad98b-36d3f1ed {
        -ms-grid-column-align: center;
        justify-self: center;
    }
}

body {
    padding-left: 0;
}