:root {
    --primary: #37ca37;
    --secondary: #188bf6;
    --white: #ffffff;
    --gray: #cbd5e0;
    --black: #000000;
    --red: #e93d3d;
    --orange: #f6ad55;
    --yellow: #faf089;
    --green: #9ae6b4;
    --teal: #81e6d9;
    --malibu: #63b3ed;
    --indigo: #757BBD;
    --purple: #d6bcfa;
    --pink: #fbb6ce;
    --transparent: transparent;
    --overlay: rgba(0, 0, 0, 0.5);
    --color-mbhub1oi: #0D831E;
    --color-mbhuhtk1: #8B0000;
    --color-mbhuzuyg: #FFD7D7;
    --color-mbhv0dkw: #D0D0D0;
    --color-mbhy2lve: #810000;
    --color-mbi86x9b: #DB0000;
    --color-mbi8i7jh: #F0E600;
    --color-mbi8midd: #FC0808;
    --color-mbi9ccp0: #17BAC9;
    --color-mbi9euhf: #1F5FFC;
    --color-mbi9lr3u: #0DE42C;
    --color-mbiabw16: #A9A9A9;
    --color-mbiacr69: #0F0F0F;
    --cobalt: #155eef;
    --smoke: #f5f5f5;
    --inter: 'Inter';
    --arial: 'Arial';
    --lato: 'Lato';
    --open-sans: 'Open Sans';
    --montserrat: 'Montserrat';
    --roboto: 'Roboto';
    --poppins: 'Poppins';
    --oswald: 'Oswald';
    --headlinefont: 'Montserrat';
    --contentfont: 'Lato';
    --text-color: #000000;
    --link-color: #188bf6;
    --bg-main-color: #051c3a;
    --border-main-color: #167CFF;
    --footer-main-color: #031122;
}

.bg-fixed {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    overflow: auto;
    background-color: var(--white)
}

.drop-zone-draggable .hl_main_popup {
    box-shadow: none;
    padding: 20px;
    margin-top: 0;
    border-color: var(--gray);
    border-width: 10px;
    border-style: solid;
    background-color: var(--white);
    width: 720px
}

#hl_main_popup.popup-body {
    position: absolute !important;
    left: 50% !important;
    bottom: auto !important;
    transform: translate(-50%, 0) !important;
    right: auto !important;
    box-shadow: none;
    padding: 20px;
    margin-top: 0;
    border-color: var(--gray);
    border-width: 10px;
    border-style: solid;
    background-color: var(--white);
    width: 720px
}

.--mobile #hl_main_popup.popup-body {
    width: 380px !important
}

@media screen and (min-width:0px) and (max-width:480px) {
    #hl_main_popup.popup-body {
        width: 380px !important
    }
}

.drop-zone-draggable .hl_main_popup-TF8135PGkt {
    box-shadow: none;
    padding: 20px;
    margin-top: 0;
    border-color: var(--gray);
    border-width: 10px;
    border-style: solid;
    background-color: var(--white);
    width: 720px
}

#hl_main_popup-TF8135PGkt.popup-body {
    position: absolute !important;
    left: 50% !important;
    bottom: auto !important;
    transform: translate(-50%, 0) !important;
    right: auto !important;
    box-shadow: none;
    padding: 20px;
    margin-top: 0;
    border-color: var(--gray);
    border-width: 10px;
    border-style: solid;
    background-color: var(--white);
    width: 720px
}

.--mobile #hl_main_popup-TF8135PGkt.popup-body {
    width: 380px !important
}

@media screen and (min-width:0px) and (max-width:480px) {
    #hl_main_popup-TF8135PGkt.popup-body {
        width: 380px !important
    }
}

html {
    scroll-behavior: smooth !important;
}

/* Fullscreen overlay */

#scroll-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Spinner */
#scroll-overlay .loader {
    width: 64px;
    height: 64px;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* End of Fullscreen Overlay */

.highlight-bold b,
.highlight-bold strong {
    background-color: #ffff80 !important;
    color: #000000 !important;
}

#image-iMmwQy2MbU {
    position: relative;
    z-index: 1;
}

#image-EAxBLmfkKx {
    position: relative;
    z-index: 1;
}

#image-C_t_tgkbnW {
    position: relative;
    z-index: 1;
}

/* Target GHL button by class or global styling */

button,
.elButton {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#sub-heading-Xw9zBaIMnY del,
#sub-heading-Xw9zBaIMnY s {
    color: red !important;
    /* kulay ng text */
    text-decoration-color: red !important;
    /* kulay ng strikethrough line */
}

/* ---- Section styles ----- */

:root {
    --secondary: #188bf6;
    --white: #ffffff;
    --black: #000000;
    --malibu: #63b3ed;
    --transparent: transparent
}

.hl_page-preview--content .section-y2eoUmkYXR {
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
    background-color: var(--black);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .section-y2eoUmkYXR {
        padding-bottom: 0
    }
}

.hl_page-preview--content .row-pINC1RM8kM {
    margin: 0 auto;
    box-shadow: none;
    padding: 0 0 15px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-pINC1RM8kM {
        padding-bottom: 0
    }
}

.hl_page-preview--content .col--8kjOhmese {
    box-shadow: none;
    padding: 10px 5px;
    background-color: var(--transparent);
    width: 100%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin: 0
}

.hl_page-preview--content #sub-heading-0eMcuacFfF,
.hl_page-preview--content #sub-heading-TOR7rCT62r {
    margin: 0
}

.hl_page-preview--content .csub-heading-TOR7rCT62r {
    inline-colors: var(--malibu), var(--secondary)
}

.hl_page-preview--content .csub-heading-0eMcuacFfF,
.hl_page-preview--content .csub-heading-HIc_nmzznX,
.hl_page-preview--content .csub-heading-TOR7rCT62r {
    font-family: var(--poppins);
    background-color: var(--transparent);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content #sub-heading-HIc_nmzznX {
    margin: 20px 0 0
}

.hl_page-preview--content .custom-code-HiCUMsci1F {
    margin: 0;
    width: auto;
    height: auto
}

.hl_page-preview--content #heading-KNtAibAP5t,
.hl_page-preview--content #sub-heading-aZTM6PFTWC {
    margin: 0
}

.hl_page-preview--content .cheading-KNtAibAP5t,
.hl_page-preview--content .csub-heading-aZTM6PFTWC {
    font-family: var(--poppins);
    background-color: var(--transparent);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0 40px;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content .cheading-KNtAibAP5t {
    padding: 0;
    line-height: 1em;
    text-transform: none
}

#section-y2eoUmkYXR>.inner {
    max-width: 1170px
}

#col--8kjOhmese>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap
}

.sub-heading-TOR7rCT62r {
    font-weight: 400
}

.heading-KNtAibAP5t a,
.heading-KNtAibAP5t a *,
.sub-heading-0eMcuacFfF a,
.sub-heading-0eMcuacFfF a *,
.sub-heading-HIc_nmzznX a,
.sub-heading-HIc_nmzznX a *,
.sub-heading-TOR7rCT62r a,
.sub-heading-TOR7rCT62r a *,
.sub-heading-aZTM6PFTWC a,
.sub-heading-aZTM6PFTWC a * {
    color: var(--link-color);
    text-decoration: none
}

.heading-KNtAibAP5t a u,
.heading-KNtAibAP5t a:hover,
.sub-heading-0eMcuacFfF a u,
.sub-heading-0eMcuacFfF a:hover,
.sub-heading-HIc_nmzznX a u,
.sub-heading-HIc_nmzznX a:hover,
.sub-heading-TOR7rCT62r a u,
.sub-heading-TOR7rCT62r a:hover,
.sub-heading-aZTM6PFTWC a u,
.sub-heading-aZTM6PFTWC a:hover {
    text-decoration: underline
}

.heading-KNtAibAP5t a s,
.sub-heading-0eMcuacFfF a s,
.sub-heading-HIc_nmzznX a s,
.sub-heading-TOR7rCT62r a s,
.sub-heading-aZTM6PFTWC a s {
    text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-TOR7rCT62r h1,
    .sub-heading-TOR7rCT62r h2,
    .sub-heading-TOR7rCT62r h3,
    .sub-heading-TOR7rCT62r h4,
    .sub-heading-TOR7rCT62r h5,
    .sub-heading-TOR7rCT62r h6,
    .sub-heading-TOR7rCT62r ul li,
    .sub-heading-TOR7rCT62r.text-output {
        font-size: 13px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-TOR7rCT62r h1,
    .sub-heading-TOR7rCT62r h2,
    .sub-heading-TOR7rCT62r h3,
    .sub-heading-TOR7rCT62r h4,
    .sub-heading-TOR7rCT62r h5,
    .sub-heading-TOR7rCT62r h6,
    .sub-heading-TOR7rCT62r ul li,
    .sub-heading-TOR7rCT62r.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

.heading-KNtAibAP5t.text-output h1:first-child:before,
.heading-KNtAibAP5t.text-output h2:first-child:before,
.heading-KNtAibAP5t.text-output h3:first-child:before,
.heading-KNtAibAP5t.text-output h4:first-child:before,
.heading-KNtAibAP5t.text-output h5:first-child:before,
.heading-KNtAibAP5t.text-output h6:first-child:before,
.heading-KNtAibAP5t.text-output p:first-child:before,
.sub-heading-0eMcuacFfF.text-output h1:first-child:before,
.sub-heading-0eMcuacFfF.text-output h2:first-child:before,
.sub-heading-0eMcuacFfF.text-output h3:first-child:before,
.sub-heading-0eMcuacFfF.text-output h4:first-child:before,
.sub-heading-0eMcuacFfF.text-output h5:first-child:before,
.sub-heading-0eMcuacFfF.text-output h6:first-child:before,
.sub-heading-0eMcuacFfF.text-output p:first-child:before,
.sub-heading-HIc_nmzznX.text-output h1:first-child:before,
.sub-heading-HIc_nmzznX.text-output h2:first-child:before,
.sub-heading-HIc_nmzznX.text-output h3:first-child:before,
.sub-heading-HIc_nmzznX.text-output h4:first-child:before,
.sub-heading-HIc_nmzznX.text-output h5:first-child:before,
.sub-heading-HIc_nmzznX.text-output h6:first-child:before,
.sub-heading-HIc_nmzznX.text-output p:first-child:before,
.sub-heading-TOR7rCT62r.text-output h1:first-child:before,
.sub-heading-TOR7rCT62r.text-output h2:first-child:before,
.sub-heading-TOR7rCT62r.text-output h3:first-child:before,
.sub-heading-TOR7rCT62r.text-output h4:first-child:before,
.sub-heading-TOR7rCT62r.text-output h5:first-child:before,
.sub-heading-TOR7rCT62r.text-output h6:first-child:before,
.sub-heading-TOR7rCT62r.text-output p:first-child:before,
.sub-heading-aZTM6PFTWC.text-output h1:first-child:before,
.sub-heading-aZTM6PFTWC.text-output h2:first-child:before,
.sub-heading-aZTM6PFTWC.text-output h3:first-child:before,
.sub-heading-aZTM6PFTWC.text-output h4:first-child:before,
.sub-heading-aZTM6PFTWC.text-output h5:first-child:before,
.sub-heading-aZTM6PFTWC.text-output h6:first-child:before,
.sub-heading-aZTM6PFTWC.text-output p:first-child:before {
    color: var(--text-color);
    content: "";
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

.sub-heading-0eMcuacFfF {
    font-weight: 600
}

.sub-heading-0eMcuacFfF em,
.sub-heading-0eMcuacFfF strong,
.sub-heading-0eMcuacFfF u,
.sub-heading-HIc_nmzznX em,
.sub-heading-HIc_nmzznX u {
    color: var(--text-color)
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-0eMcuacFfF h1,
    .sub-heading-0eMcuacFfF h2,
    .sub-heading-0eMcuacFfF h3,
    .sub-heading-0eMcuacFfF h4,
    .sub-heading-0eMcuacFfF h5,
    .sub-heading-0eMcuacFfF h6,
    .sub-heading-0eMcuacFfF ul li,
    .sub-heading-0eMcuacFfF.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-0eMcuacFfF h1,
    .sub-heading-0eMcuacFfF h2,
    .sub-heading-0eMcuacFfF h3,
    .sub-heading-0eMcuacFfF h4,
    .sub-heading-0eMcuacFfF h5,
    .sub-heading-0eMcuacFfF h6,
    .sub-heading-0eMcuacFfF ul li,
    .sub-heading-0eMcuacFfF.text-output {
        font-size: 20px !important;
        font-weight: 600
    }
}

.sub-heading-HIc_nmzznX,
.sub-heading-aZTM6PFTWC {
    font-weight: 700
}

.sub-heading-HIc_nmzznX strong {
    color: var(--secondary)
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-HIc_nmzznX h1,
    .sub-heading-HIc_nmzznX h2,
    .sub-heading-HIc_nmzznX h3,
    .sub-heading-HIc_nmzznX h4,
    .sub-heading-HIc_nmzznX h5,
    .sub-heading-HIc_nmzznX h6,
    .sub-heading-HIc_nmzznX ul li,
    .sub-heading-HIc_nmzznX.text-output {
        font-size: 20px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-HIc_nmzznX h1,
    .sub-heading-HIc_nmzznX h2,
    .sub-heading-HIc_nmzznX h3,
    .sub-heading-HIc_nmzznX h4,
    .sub-heading-HIc_nmzznX h5,
    .sub-heading-HIc_nmzznX h6,
    .sub-heading-HIc_nmzznX ul li,
    .sub-heading-HIc_nmzznX.text-output {
        font-size: 30px !important;
        font-weight: 700
    }
}

.heading-KNtAibAP5t em,
.heading-KNtAibAP5t strong,
.heading-KNtAibAP5t u,
.sub-heading-aZTM6PFTWC em,
.sub-heading-aZTM6PFTWC strong,
.sub-heading-aZTM6PFTWC u {
    color: var(--text-color)
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-aZTM6PFTWC h1,
    .sub-heading-aZTM6PFTWC h2,
    .sub-heading-aZTM6PFTWC h3,
    .sub-heading-aZTM6PFTWC h4,
    .sub-heading-aZTM6PFTWC h5,
    .sub-heading-aZTM6PFTWC h6,
    .sub-heading-aZTM6PFTWC ul li,
    .sub-heading-aZTM6PFTWC.text-output {
        font-size: 16px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-aZTM6PFTWC h1,
    .sub-heading-aZTM6PFTWC h2,
    .sub-heading-aZTM6PFTWC h3,
    .sub-heading-aZTM6PFTWC h4,
    .sub-heading-aZTM6PFTWC h5,
    .sub-heading-aZTM6PFTWC h6,
    .sub-heading-aZTM6PFTWC ul li,
    .sub-heading-aZTM6PFTWC.text-output {
        font-size: 30px !important;
        font-weight: 600
    }
}

.heading-KNtAibAP5t {
    font-weight: 800
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-KNtAibAP5t h1,
    .heading-KNtAibAP5t h2,
    .heading-KNtAibAP5t h3,
    .heading-KNtAibAP5t h4,
    .heading-KNtAibAP5t h5,
    .heading-KNtAibAP5t h6,
    .heading-KNtAibAP5t ul li,
    .heading-KNtAibAP5t.text-output {
        font-size: 22px !important;
        font-weight: 800
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-KNtAibAP5t h1,
    .heading-KNtAibAP5t h2,
    .heading-KNtAibAP5t h3,
    .heading-KNtAibAP5t h4,
    .heading-KNtAibAP5t h5,
    .heading-KNtAibAP5t h6,
    .heading-KNtAibAP5t ul li,
    .heading-KNtAibAP5t.text-output {
        font-size: 80px !important;
        font-weight: 800
    }
}

/* ---- Section styles ----- */

:root {
    --white: #ffffff;
    --black: #000000;
    --green: #9ae6b4;
    --transparent: transparent;
    --color-mbhub1oi: #0D831E;
    --color-mbhv0dkw: #D0D0D0
}

.hl_page-preview--content .section-VYMZvnDKRs {
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
    background-color: var(--bg-main-color);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .section-VYMZvnDKRs {
        padding-top: 0;
        padding-bottom: 0
    }
}

.hl_page-preview--content .col-K8wFkDwZ29,
.hl_page-preview--content .row-UgQeUd9GrS {
    margin: 0 auto;
    box-shadow: none;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-K8wFkDwZ29 {
    padding: 10px 5px;
    margin: 0
}

.hl_page-preview--content .custom-code-Sa-HkHSjfw,
.hl_page-preview--content .image-hT-ioBhajc {
    margin: 0
}

.hl_page-preview--content .image-hT-ioBhajc .image-container img {
    box-shadow: none;
    /* width: 800px */
}

.hl_page-preview--content .cimage-hT-ioBhajc,
.hl_page-preview--content .csub-heading-NR9nT2whJn {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content #sub-heading-NR9nT2whJn {
    margin: 20px 0 0
}

.hl_page-preview--content .csub-heading-NR9nT2whJn {
    font-family: var(--poppins);
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0
}

.hl_page-preview--content .button-wsSncKfG6V {
    margin: 0;
    text-align: center
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .button-wsSncKfG6V {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: -12px
    }
}

.hl_page-preview--content .cbutton-wsSncKfG6V {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .cbutton-wsSncKfG6V {
        padding: 0 15px
    }
}

.hl_page-preview--content .button-fPJJBLLeUO {
    margin: 0;
    text-align: center
}

.hl_page-preview--content .cbutton-fPJJBLLeUO {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .cbutton-fPJJBLLeUO {
        padding: 0 40px
    }
}

#section-VYMZvnDKRs>.inner {
    max-width: 1170px
}

#col-K8wFkDwZ29>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap
}

.sub-heading-NR9nT2whJn {
    font-weight: 400
}

.sub-heading-NR9nT2whJn em,
.sub-heading-NR9nT2whJn strong,
.sub-heading-NR9nT2whJn u {
    color: var(--text-color)
}

.sub-heading-NR9nT2whJn a,
.sub-heading-NR9nT2whJn a * {
    color: var(--link-color);
    text-decoration: none
}

.sub-heading-NR9nT2whJn a u,
.sub-heading-NR9nT2whJn a:hover {
    text-decoration: underline
}

.sub-heading-NR9nT2whJn a s {
    text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-NR9nT2whJn h1,
    .sub-heading-NR9nT2whJn h2,
    .sub-heading-NR9nT2whJn h3,
    .sub-heading-NR9nT2whJn h4,
    .sub-heading-NR9nT2whJn h5,
    .sub-heading-NR9nT2whJn h6,
    .sub-heading-NR9nT2whJn ul li,
    .sub-heading-NR9nT2whJn.text-output {
        font-size: 12px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-NR9nT2whJn h1,
    .sub-heading-NR9nT2whJn h2,
    .sub-heading-NR9nT2whJn h3,
    .sub-heading-NR9nT2whJn h4,
    .sub-heading-NR9nT2whJn h5,
    .sub-heading-NR9nT2whJn h6,
    .sub-heading-NR9nT2whJn ul li,
    .sub-heading-NR9nT2whJn.text-output {
        font-size: 12px !important;
        font-weight: 400
    }
}

.sub-heading-NR9nT2whJn.text-output h1:first-child:before,
.sub-heading-NR9nT2whJn.text-output h2:first-child:before,
.sub-heading-NR9nT2whJn.text-output h3:first-child:before,
.sub-heading-NR9nT2whJn.text-output h4:first-child:before,
.sub-heading-NR9nT2whJn.text-output h5:first-child:before,
.sub-heading-NR9nT2whJn.text-output h6:first-child:before,
.sub-heading-NR9nT2whJn.text-output p:first-child:before {
    color: var(--text-color);
    content: '';
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-wsSncKfG6V .button-icon-end,
    .button-wsSncKfG6V .button-icon-start,
    .button-wsSncKfG6V .main-heading-button {
        font-size: 45px;
        font-weight: 400
    }
    .button-wsSncKfG6V .button-icon-start {
        margin-right: 5px
    }
    .button-wsSncKfG6V .button-icon-end {
        margin-left: 5px
    }
    .button-wsSncKfG6V .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-wsSncKfG6V .button-icon-end,
    .button-wsSncKfG6V .button-icon-start,
    .button-wsSncKfG6V .main-heading-button {
        font-size: 20px;
        font-weight: 400
    }
    .button-wsSncKfG6V .button-icon-start {
        margin-right: 5px
    }
    .button-wsSncKfG6V .button-icon-end {
        margin-left: 5px
    }
    .button-wsSncKfG6V .sub-heading-button {
        font-size: 13px;
        color: var(--white);
        font-weight: 500
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-fPJJBLLeUO .button-icon-end,
    .button-fPJJBLLeUO .button-icon-start,
    .button-fPJJBLLeUO .main-heading-button {
        font-size: 45px;
        font-weight: 400
    }
    .button-fPJJBLLeUO .button-icon-start {
        margin-right: 5px
    }
    .button-fPJJBLLeUO .button-icon-end {
        margin-left: 5px
    }
    .button-fPJJBLLeUO .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-fPJJBLLeUO .button-icon-end,
    .button-fPJJBLLeUO .button-icon-start,
    .button-fPJJBLLeUO .main-heading-button {
        font-size: 20px;
        font-weight: 400
    }
    .button-fPJJBLLeUO .button-icon-start {
        margin-right: 5px
    }
    .button-fPJJBLLeUO .button-icon-end {
        margin-left: 5px
    }
    .button-fPJJBLLeUO .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

/* ---- Section styles ----- */
:root {
    --white: #ffffff;
    --black: #000000;
    --green: #9ae6b4;
    --transparent: transparent;
    --color-mbhub1oi: #0D831E;
    --color-mbhuhtk1: #8B0000;
    --color-mbhy2lve: #810000
}

.hl_page-preview--content .section-AHBm4VbqYK {
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
    background-color: var(--black);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .section-AHBm4VbqYK {
        padding-top: 0;
        padding-bottom: 0
    }
}

.hl_page-preview--content .row-plMqUd884v {
    margin: 0 auto
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-plMqUd884v {
        margin-top: -10px
    }
}

.hl_page-preview--content .row-plMqUd884v {
    box-shadow: none;
    padding: 15px 0 30px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 2px;
    border-style: solid;
    width: 90%
}

.hl_page-preview--content .col-BlmwJVMEM4,
.hl_page-preview--content .csub-heading-N8t8jgnxos {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-BlmwJVMEM4 {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content #sub-heading-N8t8jgnxos {
    margin: 10px 120px 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #sub-heading-N8t8jgnxos {
        margin-left: 20px;
        margin-right: 20px
    }
}

.hl_page-preview--content .csub-heading-N8t8jgnxos {
    font-family: var(--poppins);
    color: var(--text-color);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .col-FV3bAS9OU9,
.hl_page-preview--content .row-QFKRvC-j6w {
    margin: 0 auto;
    box-shadow: none;
    padding: 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-FV3bAS9OU9 {
    margin: 0
}

.hl_page-preview--content .image-C_t_tgkbnW {
    margin: -15px 0 0
}

.hl_page-preview--content .image-C_t_tgkbnW .image-container img,
.hl_page-preview--content .image-EAxBLmfkKx .image-container img {
    box-shadow: none;
    border-radius: 1rem;
}

.hl_page-preview--content .cimage-C_t_tgkbnW {
    padding: 0;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .row-TzkzsyipeG {
    margin: 0 auto
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-TzkzsyipeG {
        margin-top: -15px
    }
}

.hl_page-preview--content .col-EmUmLnNWBZ,
.hl_page-preview--content .row-TzkzsyipeG {
    box-shadow: none;
    padding: 15px 0 30px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 2px;
    border-style: solid;
    width: 90%
}

.hl_page-preview--content .col-EmUmLnNWBZ {
    padding: 10px 5px;
    background-color: var(--transparent);
    width: 100%;
    border-color: var(--black);
    margin: 0
}

.hl_page-preview--content #sub-heading-MVDeYN9IOF {
    margin: 10px 120px 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #sub-heading-MVDeYN9IOF {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px
    }
}

.hl_page-preview--content .csub-heading-MVDeYN9IOF,
.hl_page-preview--content .row-JIJvYI0QiS {
    box-shadow: none;
    padding: 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .csub-heading-MVDeYN9IOF {
    font-family: var(--poppins);
    color: var(--text-color);
    icon-color: var(--text-color);
    font-weight: 400;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .row-JIJvYI0QiS {
    margin: 0 auto;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-JIJvYI0QiS {
        padding-left: 10px !important
    }
}

.hl_page-preview--content .col--K7aphQJtU {
    box-shadow: none;
    padding: 0;
    background-color: var(--transparent);
    width: 100%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin: 0
}

/* .hl_page-preview--content .image-EAxBLmfkKx {
    margin: -15px 0 0
} */

.hl_page-preview--content .cimage-EAxBLmfkKx {
    padding: 0;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .row-P7YN51BflD {
    margin: 0 auto;
    box-shadow: none;
    padding: 15px 0 30px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 2px;
    border-style: solid;
    width: 90%
}

.hl_page-preview--content .col-qXdcq_H5yj,
.hl_page-preview--content .csub-heading-c1IWUasplG {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-qXdcq_H5yj {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content #sub-heading-c1IWUasplG {
    margin: 10px 120px 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #sub-heading-c1IWUasplG {
        margin-left: 20px;
        margin-right: 20px
    }
}

.hl_page-preview--content .csub-heading-c1IWUasplG {
    font-family: var(--poppins);
    color: var(--text-color);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .row-EPQaa4p9qm {
    margin: -25px auto 0;
    box-shadow: none;
    padding: 15px 0 30px;
    background-color: var(--black);
    border-color: var(--transparent);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-EPQaa4p9qm {
        padding-bottom: 10px;
        padding-top: 0
    }
}

.hl_page-preview--content .col-pFRC6H-H9e {
    box-shadow: none;
    padding: 10px 5px;
    background-color: var(--transparent);
    width: 100%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin: 0
}

.hl_page-preview--content .button-ocn1fOOCQm {
    margin: 20px 0 0;
    text-align: center
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .button-ocn1fOOCQm {
        margin-top: 10px
    }
}

.hl_page-preview--content .cbutton-ocn1fOOCQm {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content #sub-heading-07WVDBh2_R,
.hl_page-preview--content .image-rZx6pSk1IG {
    margin: 0
}

.hl_page-preview--content .image-rZx6pSk1IG .image-container img {
    box-shadow: none;
    width: 500px
}

.hl_page-preview--content .cimage-rZx6pSk1IG {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .divider-yWRp1LWZkD {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.hl_page-preview--content .cdivider-yWRp1LWZkD {
    padding-top: 5px;
    padding-bottom: 5px
}

.hl_page-preview--content .csub-heading-07WVDBh2_R {
    font-family: var(--poppins);
    background-color: var(--transparent);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content .divider-_R7DUA4AGa {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.hl_page-preview--content .cdivider-_R7DUA4AGa {
    padding-top: 5px;
    padding-bottom: 5px
}

.hl_page-preview--content .row-nUIOqgHT3f {
    margin: -7px auto 0;
    box-shadow: none;
    padding: 15px 0 40px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 2px;
    border-style: solid;
    width: 90%
}

.hl_page-preview--content .col-AtGOKlOeYJ,
.hl_page-preview--content .csub-heading-sQp3q-LlgN {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-AtGOKlOeYJ {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content #sub-heading-sQp3q-LlgN {
    margin: 10px 120px 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #sub-heading-sQp3q-LlgN {
        margin-left: 20px;
        margin-right: 20px
    }
}

.hl_page-preview--content .csub-heading-sQp3q-LlgN {
    font-family: var(--poppins);
    color: var(--text-color);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .col-ETQgQj5bYd,
.hl_page-preview--content .row-H58MXiuQYx {
    margin: 0 auto;
    box-shadow: none;
    padding: 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-ETQgQj5bYd {
    margin: 0
}

.hl_page-preview--content .image-iMmwQy2MbU {
    margin: -20px 0 0
}

.hl_page-preview--content .image-iMmwQy2MbU .image-container img {
    box-shadow: none;
    border-radius: 1rem;
}

.hl_page-preview--content .cimage-iMmwQy2MbU {
    padding: 0;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .row-ol7Y9aXBBm {
    margin: 250px auto 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-ol7Y9aXBBm {
        margin-top: 180px
    }
}

.hl_page-preview--content .row-ol7Y9aXBBm {
    box-shadow: none;
    padding: 15px 0 40px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 2px;
    border-style: solid;
    width: 90%
}

.hl_page-preview--content .col-HQrO-eQc9j,
.hl_page-preview--content .csub-heading-qfuPsXovba {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-HQrO-eQc9j {
    padding: 0 5px 10px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content #sub-heading-qfuPsXovba {
    margin: 10px 120px 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #sub-heading-qfuPsXovba {
        margin-left: 20px;
        margin-right: 20px
    }
}

.hl_page-preview--content .csub-heading-qfuPsXovba {
    font-family: var(--poppins);
    color: var(--text-color);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .image-T4WvQoYR_O {
    margin: -420px 0 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .image-T4WvQoYR_O {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.hl_page-preview--content .image-T4WvQoYR_O .image-container img {
    box-shadow: none;
    width: 280px;
    border-radius: 5px;
}

.hl_page-preview--content .cimage-T4WvQoYR_O {
    padding: 10px 120px 10px 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: right
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .image-T4WvQoYR_O .image-container img {
        box-shadow: undefined;
        width: 250px
    }
    .hl_page-preview--content .cimage-T4WvQoYR_O {
        text-align: center;
        padding-right: 20px;
        padding-left: 20px
    }
}

.hl_page-preview--content #sub-heading-blM8EK8byf {
    margin: 40px 120px 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #sub-heading-blM8EK8byf {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px
    }
}

.hl_page-preview--content .csub-heading-blM8EK8byf,
.hl_page-preview--content .csub-heading-e5wPDSzbrL {
    text-transform: none
}

.hl_page-preview--content #sub-heading-e5wPDSzbrL {
    margin: 60px 120px 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #sub-heading-e5wPDSzbrL {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px
    }
}

.hl_page-preview--content #sub-heading-acUtuA_f7_ {
    margin: 0 150px 0 120px
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #sub-heading-acUtuA_f7_ {
        margin-left: 20px;
        margin-right: 20px
    }
}

.hl_page-preview--content .csub-heading-acUtuA_f7_,
.hl_page-preview--content .csub-heading-blM8EK8byf,
.hl_page-preview--content .csub-heading-e5wPDSzbrL,
.hl_page-preview--content .csub-heading-insJcs3hy7 {
    font-family: var(--poppins);
    background-color: var(--transparent);
    color: var(--text-color);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content #sub-heading-insJcs3hy7 {
    margin: 10px 120px 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #sub-heading-insJcs3hy7 {
        margin-left: 20px;
        margin-right: 20px
    }
}

.hl_page-preview--content .csub-heading-insJcs3hy7 {
    text-transform: none
}

.hl_page-preview--content .image-i4StQutBja {
    margin: -250px 0 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .image-i4StQutBja {
        margin-top: -200px
    }
}

.hl_page-preview--content .image-i4StQutBja .image-container img {
    box-shadow: none;
    width: 700px;
}

.hl_page-preview--content .cimage-i4StQutBja {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .col-dFwJyaUwWV,
.hl_page-preview--content .row-OzLxJpOeNC {
    margin: 0 auto;
    box-shadow: none;
    padding: 0 0 15px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-dFwJyaUwWV {
    padding: 10px 5px;
    margin: 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-dFwJyaUwWV {
        padding-top: 0;
        padding-bottom: 0
    }
}

.hl_page-preview--content .image-10C5Oof_L- {
    margin: 0
}

.hl_page-preview--content .image-10C5Oof_L- .image-container img {
    box-shadow: none
}

.hl_page-preview--content .cimage-10C5Oof_L- {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .image-10C5Oof_L- .image-container img {
        box-shadow: undefined;
        width: 300px
    }
    .hl_page-preview--content .cimage-10C5Oof_L- {
        padding-top: 0;
        padding-bottom: 0
    }
}

.hl_page-preview--content .col-F2fPmkF5Sm {
    box-shadow: none;
    padding: 10px 5px;
    background-color: var(--transparent);
    width: 100%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin: 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-F2fPmkF5Sm {
        padding-top: 0;
        padding-bottom: 0
    }
}

.hl_page-preview--content .image-aydqftnQXW {
    margin: 0
}

.hl_page-preview--content .image-aydqftnQXW .image-container img {
    box-shadow: none
}

.hl_page-preview--content .cimage-aydqftnQXW {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .image-aydqftnQXW .image-container img {
        box-shadow: undefined;
        width: 300px
    }
    .hl_page-preview--content .cimage-aydqftnQXW {
        padding-bottom: 0;
        padding-top: 0
    }
}

.hl_page-preview--content .col-YN9CQNIlAZ {
    box-shadow: none;
    padding: 10px 5px;
    background-color: var(--transparent);
    width: 100%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin: 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-YN9CQNIlAZ {
        padding-bottom: 0;
        padding-top: 0
    }
}

.hl_page-preview--content .image-IdJpwledxK {
    margin: 0
}

.hl_page-preview--content .image-IdJpwledxK .image-container img {
    box-shadow: none
}

.hl_page-preview--content .cimage-IdJpwledxK {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .image-IdJpwledxK .image-container img {
        box-shadow: undefined;
        width: 300px
    }
    .hl_page-preview--content .cimage-IdJpwledxK {
        padding-bottom: 0;
        padding-top: 0
    }
}

#section-AHBm4VbqYK>.inner {
    max-width: 1170px
}

#col--K7aphQJtU>.inner,
#col-AtGOKlOeYJ>.inner,
#col-BlmwJVMEM4>.inner,
#col-ETQgQj5bYd>.inner,
#col-EmUmLnNWBZ>.inner,
#col-F2fPmkF5Sm>.inner,
#col-FV3bAS9OU9>.inner,
#col-HQrO-eQc9j>.inner,
#col-YN9CQNIlAZ>.inner,
#col-dFwJyaUwWV>.inner,
#col-pFRC6H-H9e>.inner,
#col-qXdcq_H5yj>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap
}

.sub-heading-MVDeYN9IOF,
.sub-heading-N8t8jgnxos,
.sub-heading-c1IWUasplG {
    font-weight: 400
}

.sub-heading-07WVDBh2_R em,
.sub-heading-07WVDBh2_R strong,
.sub-heading-07WVDBh2_R u,
.sub-heading-MVDeYN9IOF em,
.sub-heading-MVDeYN9IOF strong,
.sub-heading-MVDeYN9IOF u,
.sub-heading-N8t8jgnxos em,
.sub-heading-N8t8jgnxos strong,
.sub-heading-N8t8jgnxos u,
.sub-heading-acUtuA_f7_ em,
.sub-heading-acUtuA_f7_ strong,
.sub-heading-acUtuA_f7_ u,
.sub-heading-blM8EK8byf em,
.sub-heading-blM8EK8byf strong,
.sub-heading-blM8EK8byf u,
.sub-heading-c1IWUasplG em,
.sub-heading-c1IWUasplG strong,
.sub-heading-c1IWUasplG u,
.sub-heading-e5wPDSzbrL em,
.sub-heading-e5wPDSzbrL strong,
.sub-heading-e5wPDSzbrL u,
.sub-heading-insJcs3hy7 em,
.sub-heading-insJcs3hy7 strong,
.sub-heading-insJcs3hy7 u,
.sub-heading-qfuPsXovba em,
.sub-heading-qfuPsXovba strong,
.sub-heading-qfuPsXovba u,
.sub-heading-sQp3q-LlgN em,
.sub-heading-sQp3q-LlgN strong,
.sub-heading-sQp3q-LlgN u {
    color: var(--text-color)
}

.sub-heading-07WVDBh2_R a,
.sub-heading-07WVDBh2_R a *,
.sub-heading-MVDeYN9IOF a,
.sub-heading-MVDeYN9IOF a *,
.sub-heading-N8t8jgnxos a,
.sub-heading-N8t8jgnxos a *,
.sub-heading-acUtuA_f7_ a,
.sub-heading-acUtuA_f7_ a *,
.sub-heading-blM8EK8byf a,
.sub-heading-blM8EK8byf a *,
.sub-heading-c1IWUasplG a,
.sub-heading-c1IWUasplG a *,
.sub-heading-e5wPDSzbrL a,
.sub-heading-e5wPDSzbrL a *,
.sub-heading-insJcs3hy7 a,
.sub-heading-insJcs3hy7 a *,
.sub-heading-qfuPsXovba a,
.sub-heading-qfuPsXovba a *,
.sub-heading-sQp3q-LlgN a,
.sub-heading-sQp3q-LlgN a * {
    color: var(--link-color);
    text-decoration: none
}

.sub-heading-07WVDBh2_R a u,
.sub-heading-07WVDBh2_R a:hover,
.sub-heading-MVDeYN9IOF a u,
.sub-heading-MVDeYN9IOF a:hover,
.sub-heading-N8t8jgnxos a u,
.sub-heading-N8t8jgnxos a:hover,
.sub-heading-acUtuA_f7_ a u,
.sub-heading-acUtuA_f7_ a:hover,
.sub-heading-blM8EK8byf a u,
.sub-heading-blM8EK8byf a:hover,
.sub-heading-c1IWUasplG a u,
.sub-heading-c1IWUasplG a:hover,
.sub-heading-e5wPDSzbrL a u,
.sub-heading-e5wPDSzbrL a:hover,
.sub-heading-insJcs3hy7 a u,
.sub-heading-insJcs3hy7 a:hover,
.sub-heading-qfuPsXovba a u,
.sub-heading-qfuPsXovba a:hover,
.sub-heading-sQp3q-LlgN a u,
.sub-heading-sQp3q-LlgN a:hover {
    text-decoration: underline
}

.sub-heading-07WVDBh2_R a s,
.sub-heading-MVDeYN9IOF a s,
.sub-heading-N8t8jgnxos a s,
.sub-heading-acUtuA_f7_ a s,
.sub-heading-blM8EK8byf a s,
.sub-heading-c1IWUasplG a s,
.sub-heading-e5wPDSzbrL a s,
.sub-heading-insJcs3hy7 a s,
.sub-heading-qfuPsXovba a s,
.sub-heading-sQp3q-LlgN a s {
    text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-N8t8jgnxos h1,
    .sub-heading-N8t8jgnxos h2,
    .sub-heading-N8t8jgnxos h3,
    .sub-heading-N8t8jgnxos h4,
    .sub-heading-N8t8jgnxos h5,
    .sub-heading-N8t8jgnxos h6,
    .sub-heading-N8t8jgnxos ul li,
    .sub-heading-N8t8jgnxos.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-N8t8jgnxos h1,
    .sub-heading-N8t8jgnxos h2,
    .sub-heading-N8t8jgnxos h3,
    .sub-heading-N8t8jgnxos h4,
    .sub-heading-N8t8jgnxos h5,
    .sub-heading-N8t8jgnxos h6,
    .sub-heading-N8t8jgnxos ul li,
    .sub-heading-N8t8jgnxos.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.sub-heading-07WVDBh2_R.text-output h1:first-child:before,
.sub-heading-07WVDBh2_R.text-output h2:first-child:before,
.sub-heading-07WVDBh2_R.text-output h3:first-child:before,
.sub-heading-07WVDBh2_R.text-output h4:first-child:before,
.sub-heading-07WVDBh2_R.text-output h5:first-child:before,
.sub-heading-07WVDBh2_R.text-output h6:first-child:before,
.sub-heading-07WVDBh2_R.text-output p:first-child:before,
.sub-heading-MVDeYN9IOF.text-output h1:first-child:before,
.sub-heading-MVDeYN9IOF.text-output h2:first-child:before,
.sub-heading-MVDeYN9IOF.text-output h3:first-child:before,
.sub-heading-MVDeYN9IOF.text-output h4:first-child:before,
.sub-heading-MVDeYN9IOF.text-output h5:first-child:before,
.sub-heading-MVDeYN9IOF.text-output h6:first-child:before,
.sub-heading-MVDeYN9IOF.text-output p:first-child:before,
.sub-heading-N8t8jgnxos.text-output h1:first-child:before,
.sub-heading-N8t8jgnxos.text-output h2:first-child:before,
.sub-heading-N8t8jgnxos.text-output h3:first-child:before,
.sub-heading-N8t8jgnxos.text-output h4:first-child:before,
.sub-heading-N8t8jgnxos.text-output h5:first-child:before,
.sub-heading-N8t8jgnxos.text-output h6:first-child:before,
.sub-heading-N8t8jgnxos.text-output p:first-child:before,
.sub-heading-acUtuA_f7_.text-output h1:first-child:before,
.sub-heading-acUtuA_f7_.text-output h2:first-child:before,
.sub-heading-acUtuA_f7_.text-output h3:first-child:before,
.sub-heading-acUtuA_f7_.text-output h4:first-child:before,
.sub-heading-acUtuA_f7_.text-output h5:first-child:before,
.sub-heading-acUtuA_f7_.text-output h6:first-child:before,
.sub-heading-acUtuA_f7_.text-output p:first-child:before,
.sub-heading-blM8EK8byf.text-output h1:first-child:before,
.sub-heading-blM8EK8byf.text-output h2:first-child:before,
.sub-heading-blM8EK8byf.text-output h3:first-child:before,
.sub-heading-blM8EK8byf.text-output h4:first-child:before,
.sub-heading-blM8EK8byf.text-output h5:first-child:before,
.sub-heading-blM8EK8byf.text-output h6:first-child:before,
.sub-heading-blM8EK8byf.text-output p:first-child:before,
.sub-heading-c1IWUasplG.text-output h1:first-child:before,
.sub-heading-c1IWUasplG.text-output h2:first-child:before,
.sub-heading-c1IWUasplG.text-output h3:first-child:before,
.sub-heading-c1IWUasplG.text-output h4:first-child:before,
.sub-heading-c1IWUasplG.text-output h5:first-child:before,
.sub-heading-c1IWUasplG.text-output h6:first-child:before,
.sub-heading-c1IWUasplG.text-output p:first-child:before,
.sub-heading-e5wPDSzbrL.text-output h1:first-child:before,
.sub-heading-e5wPDSzbrL.text-output h2:first-child:before,
.sub-heading-e5wPDSzbrL.text-output h3:first-child:before,
.sub-heading-e5wPDSzbrL.text-output h4:first-child:before,
.sub-heading-e5wPDSzbrL.text-output h5:first-child:before,
.sub-heading-e5wPDSzbrL.text-output h6:first-child:before,
.sub-heading-e5wPDSzbrL.text-output p:first-child:before,
.sub-heading-insJcs3hy7.text-output h1:first-child:before,
.sub-heading-insJcs3hy7.text-output h2:first-child:before,
.sub-heading-insJcs3hy7.text-output h3:first-child:before,
.sub-heading-insJcs3hy7.text-output h4:first-child:before,
.sub-heading-insJcs3hy7.text-output h5:first-child:before,
.sub-heading-insJcs3hy7.text-output h6:first-child:before,
.sub-heading-insJcs3hy7.text-output p:first-child:before,
.sub-heading-qfuPsXovba.text-output h1:first-child:before,
.sub-heading-qfuPsXovba.text-output h2:first-child:before,
.sub-heading-qfuPsXovba.text-output h3:first-child:before,
.sub-heading-qfuPsXovba.text-output h4:first-child:before,
.sub-heading-qfuPsXovba.text-output h5:first-child:before,
.sub-heading-qfuPsXovba.text-output h6:first-child:before,
.sub-heading-qfuPsXovba.text-output p:first-child:before,
.sub-heading-sQp3q-LlgN.text-output h1:first-child:before,
.sub-heading-sQp3q-LlgN.text-output h2:first-child:before,
.sub-heading-sQp3q-LlgN.text-output h3:first-child:before,
.sub-heading-sQp3q-LlgN.text-output h4:first-child:before,
.sub-heading-sQp3q-LlgN.text-output h5:first-child:before,
.sub-heading-sQp3q-LlgN.text-output h6:first-child:before,
.sub-heading-sQp3q-LlgN.text-output p:first-child:before {
    color: var(--text-color);
    content: '';
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-MVDeYN9IOF h1,
    .sub-heading-MVDeYN9IOF h2,
    .sub-heading-MVDeYN9IOF h3,
    .sub-heading-MVDeYN9IOF h4,
    .sub-heading-MVDeYN9IOF h5,
    .sub-heading-MVDeYN9IOF h6,
    .sub-heading-MVDeYN9IOF ul li,
    .sub-heading-MVDeYN9IOF.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-MVDeYN9IOF h1,
    .sub-heading-MVDeYN9IOF h2,
    .sub-heading-MVDeYN9IOF h3,
    .sub-heading-MVDeYN9IOF h4,
    .sub-heading-MVDeYN9IOF h5,
    .sub-heading-MVDeYN9IOF h6,
    .sub-heading-MVDeYN9IOF ul li,
    .sub-heading-MVDeYN9IOF.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-c1IWUasplG h1,
    .sub-heading-c1IWUasplG h2,
    .sub-heading-c1IWUasplG h3,
    .sub-heading-c1IWUasplG h4,
    .sub-heading-c1IWUasplG h5,
    .sub-heading-c1IWUasplG h6,
    .sub-heading-c1IWUasplG ul li,
    .sub-heading-c1IWUasplG.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-c1IWUasplG h1,
    .sub-heading-c1IWUasplG h2,
    .sub-heading-c1IWUasplG h3,
    .sub-heading-c1IWUasplG h4,
    .sub-heading-c1IWUasplG h5,
    .sub-heading-c1IWUasplG h6,
    .sub-heading-c1IWUasplG ul li,
    .sub-heading-c1IWUasplG.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-ocn1fOOCQm .button-icon-end,
    .button-ocn1fOOCQm .button-icon-start,
    .button-ocn1fOOCQm .main-heading-button {
        font-size: 45px;
        font-weight: 400
    }
    .button-ocn1fOOCQm .button-icon-start {
        margin-right: 5px
    }
    .button-ocn1fOOCQm .button-icon-end {
        margin-left: 5px
    }
    .button-ocn1fOOCQm .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-ocn1fOOCQm .button-icon-end,
    .button-ocn1fOOCQm .button-icon-start,
    .button-ocn1fOOCQm .main-heading-button {
        font-size: 18px;
        font-weight: 400
    }
    .button-ocn1fOOCQm .button-icon-start {
        margin-right: 5px
    }
    .button-ocn1fOOCQm .button-icon-end {
        margin-left: 5px
    }
    .button-ocn1fOOCQm .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.divider-yWRp1LWZkD .divider-element {
    width: 90%;
    border-top: 3px solid var(--border-main-color);
    margin: 0 auto
}

.sub-heading-07WVDBh2_R {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-07WVDBh2_R h1,
    .sub-heading-07WVDBh2_R h2,
    .sub-heading-07WVDBh2_R h3,
    .sub-heading-07WVDBh2_R h4,
    .sub-heading-07WVDBh2_R h5,
    .sub-heading-07WVDBh2_R h6,
    .sub-heading-07WVDBh2_R ul li,
    .sub-heading-07WVDBh2_R.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-07WVDBh2_R h1,
    .sub-heading-07WVDBh2_R h2,
    .sub-heading-07WVDBh2_R h3,
    .sub-heading-07WVDBh2_R h4,
    .sub-heading-07WVDBh2_R h5,
    .sub-heading-07WVDBh2_R h6,
    .sub-heading-07WVDBh2_R ul li,
    .sub-heading-07WVDBh2_R.text-output {
        font-size: 50px !important;
        font-weight: 700
    }
}

.divider-_R7DUA4AGa .divider-element {
    width: 90%;
    border-top: 3px solid var(--border-main-color);
    margin: 0 auto
}

.sub-heading-acUtuA_f7_,
.sub-heading-blM8EK8byf,
.sub-heading-e5wPDSzbrL,
.sub-heading-insJcs3hy7,
.sub-heading-qfuPsXovba,
.sub-heading-sQp3q-LlgN {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-sQp3q-LlgN h1,
    .sub-heading-sQp3q-LlgN h2,
    .sub-heading-sQp3q-LlgN h3,
    .sub-heading-sQp3q-LlgN h4,
    .sub-heading-sQp3q-LlgN h5,
    .sub-heading-sQp3q-LlgN h6,
    .sub-heading-sQp3q-LlgN ul li,
    .sub-heading-sQp3q-LlgN.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-sQp3q-LlgN h1,
    .sub-heading-sQp3q-LlgN h2,
    .sub-heading-sQp3q-LlgN h3,
    .sub-heading-sQp3q-LlgN h4,
    .sub-heading-sQp3q-LlgN h5,
    .sub-heading-sQp3q-LlgN h6,
    .sub-heading-sQp3q-LlgN ul li,
    .sub-heading-sQp3q-LlgN.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-qfuPsXovba h1,
    .sub-heading-qfuPsXovba h2,
    .sub-heading-qfuPsXovba h3,
    .sub-heading-qfuPsXovba h4,
    .sub-heading-qfuPsXovba h5,
    .sub-heading-qfuPsXovba h6,
    .sub-heading-qfuPsXovba ul li,
    .sub-heading-qfuPsXovba.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-qfuPsXovba h1,
    .sub-heading-qfuPsXovba h2,
    .sub-heading-qfuPsXovba h3,
    .sub-heading-qfuPsXovba h4,
    .sub-heading-qfuPsXovba h5,
    .sub-heading-qfuPsXovba h6,
    .sub-heading-qfuPsXovba ul li,
    .sub-heading-qfuPsXovba.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-blM8EK8byf h1,
    .sub-heading-blM8EK8byf h2,
    .sub-heading-blM8EK8byf h3,
    .sub-heading-blM8EK8byf h4,
    .sub-heading-blM8EK8byf h5,
    .sub-heading-blM8EK8byf h6,
    .sub-heading-blM8EK8byf ul li,
    .sub-heading-blM8EK8byf.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-blM8EK8byf h1,
    .sub-heading-blM8EK8byf h2,
    .sub-heading-blM8EK8byf h3,
    .sub-heading-blM8EK8byf h4,
    .sub-heading-blM8EK8byf h5,
    .sub-heading-blM8EK8byf h6,
    .sub-heading-blM8EK8byf ul li,
    .sub-heading-blM8EK8byf.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-e5wPDSzbrL h1,
    .sub-heading-e5wPDSzbrL h2,
    .sub-heading-e5wPDSzbrL h3,
    .sub-heading-e5wPDSzbrL h4,
    .sub-heading-e5wPDSzbrL h5,
    .sub-heading-e5wPDSzbrL h6,
    .sub-heading-e5wPDSzbrL ul li,
    .sub-heading-e5wPDSzbrL.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-e5wPDSzbrL h1,
    .sub-heading-e5wPDSzbrL h2,
    .sub-heading-e5wPDSzbrL h3,
    .sub-heading-e5wPDSzbrL h4,
    .sub-heading-e5wPDSzbrL h5,
    .sub-heading-e5wPDSzbrL h6,
    .sub-heading-e5wPDSzbrL ul li,
    .sub-heading-e5wPDSzbrL.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-acUtuA_f7_ h1,
    .sub-heading-acUtuA_f7_ h2,
    .sub-heading-acUtuA_f7_ h3,
    .sub-heading-acUtuA_f7_ h4,
    .sub-heading-acUtuA_f7_ h5,
    .sub-heading-acUtuA_f7_ h6,
    .sub-heading-acUtuA_f7_ ul li,
    .sub-heading-acUtuA_f7_.text-output {
        font-size: 16px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-acUtuA_f7_ h1,
    .sub-heading-acUtuA_f7_ h2,
    .sub-heading-acUtuA_f7_ h3,
    .sub-heading-acUtuA_f7_ h4,
    .sub-heading-acUtuA_f7_ h5,
    .sub-heading-acUtuA_f7_ h6,
    .sub-heading-acUtuA_f7_ ul li,
    .sub-heading-acUtuA_f7_.text-output {
        font-size: 20px !important;
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-insJcs3hy7 h1,
    .sub-heading-insJcs3hy7 h2,
    .sub-heading-insJcs3hy7 h3,
    .sub-heading-insJcs3hy7 h4,
    .sub-heading-insJcs3hy7 h5,
    .sub-heading-insJcs3hy7 h6,
    .sub-heading-insJcs3hy7 ul li,
    .sub-heading-insJcs3hy7.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-insJcs3hy7 h1,
    .sub-heading-insJcs3hy7 h2,
    .sub-heading-insJcs3hy7 h3,
    .sub-heading-insJcs3hy7 h4,
    .sub-heading-insJcs3hy7 h5,
    .sub-heading-insJcs3hy7 h6,
    .sub-heading-insJcs3hy7 ul li,
    .sub-heading-insJcs3hy7.text-output {
        font-size: 25px !important;
        font-weight: 400
    }
}

/* ---- Section styles ----- */

:root {
    --white: #ffffff;
    --black: #000000;
    --green: #9ae6b4;
    --transparent: transparent;
    --color-mbhub1oi: #0D831E
}

.hl_page-preview--content .section-jDfxeOWlJ6 {
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .section-jDfxeOWlJ6 {
        padding-top: 0;
        padding-bottom: 0
    }
}

.hl_page-preview--content .row-Mw_NrvyT0U {
    margin: 60px auto 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-Mw_NrvyT0U {
        margin-top: 0
    }
}

.hl_page-preview--content .row-Mw_NrvyT0U {
    box-shadow: none;
    padding: 0 0 15px;
    background-color: var(--white);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 80%
}

.hl_page-preview--content .col-G4oI8Y3gPb,
.hl_page-preview--content .csub-heading-Up9g9pv_KX {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-G4oI8Y3gPb {
    padding: 20px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content #sub-heading-Up9g9pv_KX {
    margin: 10px 120px 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #sub-heading-Up9g9pv_KX {
        margin-left: 20px;
        margin-right: 20px
    }
}

.hl_page-preview--content .csub-heading-Up9g9pv_KX {
    font-family: var(--poppins);
    color: var(--text-color);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .image-TpmwM9-1Bw {
    margin: 0
}

.hl_page-preview--content .image-0NEGNfmwKN .image-container img,
.hl_page-preview--content .image-7rC8hbUL0C .image-container img,
.hl_page-preview--content .image-A7dk3cc8p- .image-container img,
.hl_page-preview--content .image-B84mvoGcQg .image-container img,
.hl_page-preview--content .image-NjOvJkkkDp .image-container img,
.hl_page-preview--content .image-RgLYGcgnJp .image-container img,
.hl_page-preview--content .image-TpmwM9-1Bw .image-container img,
.hl_page-preview--content .image-dXdCRUI5NO .image-container img,
.hl_page-preview--content .image-qXUUy13p2- .image-container img,
.hl_page-preview--content .image-uccQ92yQg_ .image-container img {
    box-shadow: none;
    border-radius: 0.5rem;
}

.hl_page-preview--content .cimage-TpmwM9-1Bw {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .row-xu6GE3dJk_ {
    margin: 0 auto;
    box-shadow: none;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 50%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-xu6GE3dJk_ {
        padding-top: 0
    }
}

.hl_page-preview--content .col-i6wfsowc0T {
    box-shadow: none;
    padding: 10px 5px;
    background-color: var(--transparent);
    width: 100%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin: 0
}

.hl_page-preview--content .button-uJQ4BU-J7P {
    margin: 0;
    text-align: center
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .button-uJQ4BU-J7P {
        margin-top: 20px
    }
}

.hl_page-preview--content .cbutton-uJQ4BU-J7P {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .cbutton-uJQ4BU-J7P {
        padding-left: 20px;
        padding-right: 20px
    }
}

.hl_page-preview--content .image-0NEGNfmwKN {
    margin: 0
}

.hl_page-preview--content .cimage-0NEGNfmwKN {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .row-ycZ_RBtb5A {
    margin: 0 auto;
    box-shadow: none;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-ycZ_RBtb5A {
        padding-top: 0;
        padding-bottom: 0
    }
}

.hl_page-preview--content .col-2tdujnDcZG {
    box-shadow: none;
    padding: 10px 5px;
    background-color: var(--transparent);
    width: 100%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin: 0
}

.hl_page-preview--content .button-rc_gML6dnC {
    margin: 0;
    text-align: center
}

.hl_page-preview--content .cbutton-rc_gML6dnC {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .cbutton-rc_gML6dnC {
        padding-left: 20px;
        padding-right: 20px
    }
}

.hl_page-preview--content .button-7uxt5_IxrM {
    margin: 0;
    text-align: center
}

.hl_page-preview--content .cbutton-7uxt5_IxrM {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .cbutton-7uxt5_IxrM {
        padding-left: 20px;
        padding-right: 20px
    }
}

.hl_page-preview--content .row-j8eQi_LvPL {
    margin: 0 auto;
    box-shadow: none;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 80%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-j8eQi_LvPL {
        padding-top: 0;
        padding-bottom: 0
    }
}

.hl_page-preview--content .col-pS02Wgf2Jk {
    box-shadow: none;
    padding: 10px 5px;
    background-color: var(--transparent);
    width: 100%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin: 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-pS02Wgf2Jk {
        padding-top: 0
    }
}

.hl_page-preview--content .image-dXdCRUI5NO {
    margin: 0
}

.hl_page-preview--content .cimage-dXdCRUI5NO {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .image-NjOvJkkkDp {
    margin: 0
}

.hl_page-preview--content .cimage-NjOvJkkkDp {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .image-RgLYGcgnJp {
    margin: 0
}

.hl_page-preview--content .cimage-RgLYGcgnJp {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .image-A7dk3cc8p- {
    margin: 0
}

.hl_page-preview--content .cimage-A7dk3cc8p- {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .col-CC7vqyyVFf {
    box-shadow: none;
    padding: 10px 5px;
    background-color: var(--transparent);
    width: 100%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin: 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-CC7vqyyVFf {
        padding-bottom: 0
    }
}

.hl_page-preview--content .image-uccQ92yQg_ {
    margin: 0
}

.hl_page-preview--content .cimage-uccQ92yQg_ {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .image-B84mvoGcQg {
    margin: 0
}

.hl_page-preview--content .cimage-B84mvoGcQg {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .image-7rC8hbUL0C {
    margin: 0
}

.hl_page-preview--content .cimage-7rC8hbUL0C {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content #sub-heading-VWDg_aV02Z,
.hl_page-preview--content .image-qXUUy13p2- {
    margin: 0
}

.hl_page-preview--content .cimage-qXUUy13p2- {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .row-HdSP8ODFV8 {
    margin: 0 auto;
    box-shadow: none;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-HdSP8ODFV8 {
        padding-top: 0;
        padding-bottom: 0
    }
}

.hl_page-preview--content .col-QaRvgehta6 {
    box-shadow: none;
    padding: 10px 5px 0;
    background-color: var(--transparent);
    width: 100%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin: 0
}

.hl_page-preview--content .divider-SNhDy3QKVy {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.hl_page-preview--content .cdivider-SNhDy3QKVy {
    padding-top: 0;
    padding-bottom: 5px
}

.hl_page-preview--content .csub-heading-VWDg_aV02Z {
    font-family: var(--poppins);
    background-color: var(--transparent);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content .divider-o1cEeOBvcE {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.hl_page-preview--content .cdivider-o1cEeOBvcE {
    padding-top: 5px;
    padding-bottom: 0
}

#section-jDfxeOWlJ6>.inner {
    max-width: 1170px
}

#col-2tdujnDcZG>.inner,
#col-G4oI8Y3gPb>.inner,
#col-i6wfsowc0T>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap
}

.sub-heading-Up9g9pv_KX {
    font-weight: 400
}

.sub-heading-Up9g9pv_KX em,
.sub-heading-Up9g9pv_KX strong,
.sub-heading-Up9g9pv_KX u,
.sub-heading-VWDg_aV02Z em,
.sub-heading-VWDg_aV02Z strong,
.sub-heading-VWDg_aV02Z u {
    color: var(--text-color)
}

.sub-heading-Up9g9pv_KX a,
.sub-heading-Up9g9pv_KX a *,
.sub-heading-VWDg_aV02Z a,
.sub-heading-VWDg_aV02Z a * {
    color: var(--link-color);
    text-decoration: none
}

.sub-heading-Up9g9pv_KX a u,
.sub-heading-Up9g9pv_KX a:hover,
.sub-heading-VWDg_aV02Z a u,
.sub-heading-VWDg_aV02Z a:hover {
    text-decoration: underline
}

.sub-heading-Up9g9pv_KX a s,
.sub-heading-VWDg_aV02Z a s {
    text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-Up9g9pv_KX h1,
    .sub-heading-Up9g9pv_KX h2,
    .sub-heading-Up9g9pv_KX h3,
    .sub-heading-Up9g9pv_KX h4,
    .sub-heading-Up9g9pv_KX h5,
    .sub-heading-Up9g9pv_KX h6,
    .sub-heading-Up9g9pv_KX ul li,
    .sub-heading-Up9g9pv_KX.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-Up9g9pv_KX h1,
    .sub-heading-Up9g9pv_KX h2,
    .sub-heading-Up9g9pv_KX h3,
    .sub-heading-Up9g9pv_KX h4,
    .sub-heading-Up9g9pv_KX h5,
    .sub-heading-Up9g9pv_KX h6,
    .sub-heading-Up9g9pv_KX ul li,
    .sub-heading-Up9g9pv_KX.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.sub-heading-Up9g9pv_KX.text-output h1:first-child:before,
.sub-heading-Up9g9pv_KX.text-output h2:first-child:before,
.sub-heading-Up9g9pv_KX.text-output h3:first-child:before,
.sub-heading-Up9g9pv_KX.text-output h4:first-child:before,
.sub-heading-Up9g9pv_KX.text-output h5:first-child:before,
.sub-heading-Up9g9pv_KX.text-output h6:first-child:before,
.sub-heading-Up9g9pv_KX.text-output p:first-child:before,
.sub-heading-VWDg_aV02Z.text-output h1:first-child:before,
.sub-heading-VWDg_aV02Z.text-output h2:first-child:before,
.sub-heading-VWDg_aV02Z.text-output h3:first-child:before,
.sub-heading-VWDg_aV02Z.text-output h4:first-child:before,
.sub-heading-VWDg_aV02Z.text-output h5:first-child:before,
.sub-heading-VWDg_aV02Z.text-output h6:first-child:before,
.sub-heading-VWDg_aV02Z.text-output p:first-child:before {
    color: var(--text-color);
    content: '';
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-uJQ4BU-J7P .button-icon-end,
    .button-uJQ4BU-J7P .button-icon-start,
    .button-uJQ4BU-J7P .main-heading-button {
        font-size: 40px;
        font-weight: 400
    }
    .button-uJQ4BU-J7P .button-icon-start {
        margin-right: 5px
    }
    .button-uJQ4BU-J7P .button-icon-end {
        margin-left: 5px
    }
    .button-uJQ4BU-J7P .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-uJQ4BU-J7P .button-icon-end,
    .button-uJQ4BU-J7P .button-icon-start,
    .button-uJQ4BU-J7P .main-heading-button {
        font-size: 18px;
        font-weight: 400
    }
    .button-uJQ4BU-J7P .button-icon-start {
        margin-right: 5px
    }
    .button-uJQ4BU-J7P .button-icon-end {
        margin-left: 5px
    }
    .button-uJQ4BU-J7P .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-rc_gML6dnC .button-icon-end,
    .button-rc_gML6dnC .button-icon-start,
    .button-rc_gML6dnC .main-heading-button {
        font-size: 40px;
        font-weight: 400
    }
    .button-rc_gML6dnC .button-icon-start {
        margin-right: 5px
    }
    .button-rc_gML6dnC .button-icon-end {
        margin-left: 5px
    }
    .button-rc_gML6dnC .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-rc_gML6dnC .button-icon-end,
    .button-rc_gML6dnC .button-icon-start,
    .button-rc_gML6dnC .main-heading-button {
        font-size: 18px;
        font-weight: 400
    }
    .button-rc_gML6dnC .button-icon-start {
        margin-right: 5px
    }
    .button-rc_gML6dnC .button-icon-end {
        margin-left: 5px
    }
    .button-rc_gML6dnC .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-7uxt5_IxrM .button-icon-end,
    .button-7uxt5_IxrM .button-icon-start,
    .button-7uxt5_IxrM .main-heading-button {
        font-size: 40px;
        font-weight: 400
    }
    .button-7uxt5_IxrM .button-icon-start {
        margin-right: 5px
    }
    .button-7uxt5_IxrM .button-icon-end {
        margin-left: 5px
    }
    .button-7uxt5_IxrM .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-7uxt5_IxrM .button-icon-end,
    .button-7uxt5_IxrM .button-icon-start,
    .button-7uxt5_IxrM .main-heading-button {
        font-size: 18px;
        font-weight: 400
    }
    .button-7uxt5_IxrM .button-icon-start {
        margin-right: 5px
    }
    .button-7uxt5_IxrM .button-icon-end {
        margin-left: 5px
    }
    .button-7uxt5_IxrM .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

#col-CC7vqyyVFf>.inner,
#col-QaRvgehta6>.inner,
#col-pS02Wgf2Jk>.inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: inherit;
    flex-wrap: nowrap
}

#col-QaRvgehta6>.inner {
    justify-content: center
}

.divider-SNhDy3QKVy .divider-element {
    width: 90%;
    border-top: 3px solid var(--border-main-color);
    margin: 0 auto
}

.sub-heading-VWDg_aV02Z {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-VWDg_aV02Z h1,
    .sub-heading-VWDg_aV02Z h2,
    .sub-heading-VWDg_aV02Z h3,
    .sub-heading-VWDg_aV02Z h4,
    .sub-heading-VWDg_aV02Z h5,
    .sub-heading-VWDg_aV02Z h6,
    .sub-heading-VWDg_aV02Z ul li,
    .sub-heading-VWDg_aV02Z.text-output {
        font-size: 35px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-VWDg_aV02Z h1,
    .sub-heading-VWDg_aV02Z h2,
    .sub-heading-VWDg_aV02Z h3,
    .sub-heading-VWDg_aV02Z h4,
    .sub-heading-VWDg_aV02Z h5,
    .sub-heading-VWDg_aV02Z h6,
    .sub-heading-VWDg_aV02Z ul li,
    .sub-heading-VWDg_aV02Z.text-output {
        font-size: 70px !important;
        font-weight: 700
    }
}

.divider-o1cEeOBvcE .divider-element {
    width: 90%;
    border-top: 3px solid var(--border-main-color);
    margin: 0 auto
}

/* ---- Section styles ----- */

:root {
    --white: #ffffff;
    --black: #000000;
    --green: #9ae6b4;
    --transparent: transparent;
    --color-mbhub1oi: #0D831E;
    --color-mbhy2lve: #810000
}

.hl_page-preview--content .section-KSlNPIg6JV {
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-cIVvWIXlDX,
.hl_page-preview--content .row-RiayLl6IMp {
    margin: 0 auto;
    box-shadow: none;
    padding: 0 0 15px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-cIVvWIXlDX {
    padding: 0 5px 10px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    margin: 0
}

.hl_page-preview--content .button-Q2vdgEWDJX {
    margin: 0;
    text-align: center
}

.hl_page-preview--content .cbutton-Q2vdgEWDJX {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content .cheading-FHOrEgSvm1,
.hl_page-preview--content .col--P2oQSP4hM {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col--P2oQSP4hM {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content #heading-56nn5cCNUw,
.hl_page-preview--content #heading-AQ2uUBDrCm,
.hl_page-preview--content #heading-FHOrEgSvm1,
.hl_page-preview--content #heading-GkTxp__9vF,
.hl_page-preview--content #heading-SilUymlu_F,
.hl_page-preview--content #heading-X04-teEBLS,
.hl_page-preview--content #heading-a6lwIJzsu- {
    margin: 0
}

.hl_page-preview--content .cheading-FHOrEgSvm1 {
    font-family: var(--poppins);
    color: var(--black);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .cheading-FHOrEgSvm1 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.hl_page-preview--content .image-gYqLHtZD8g {
    margin: -40px 0 0
}

.hl_page-preview--content .image-CF9XiXbz06 .image-container img,
.hl_page-preview--content .image-UUnhsmaxGC .image-container img,
.hl_page-preview--content .image-gYqLHtZD8g .image-container img,
.hl_page-preview--content .image-qm5umEWQSf .image-container img {
    box-shadow: none;
    width: 450px;
    border-radius: 5px;
}

.hl_page-preview--content .cimage-gYqLHtZD8g {
    padding: 0 10px 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .row-ypTE-15LRk {
    margin: 40px auto 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-ypTE-15LRk {
        margin-top: 20px
    }
}

.hl_page-preview--content .row-ypTE-15LRk {
    box-shadow: none;
    padding: 25px 0;
    background-color: var(--transparent);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-ypTE-15LRk {
        padding-top: 10px
    }
}

.hl_page-preview--content .cheading-SilUymlu_F,
.hl_page-preview--content .col-vGQZjK2LmL {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-vGQZjK2LmL {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content .cheading-SilUymlu_F {
    font-family: var(--poppins);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .col-zHL3hjSbSH,
.hl_page-preview--content .row-JS_Jlwpb5z {
    margin: 0 auto;
    box-shadow: none;
    padding: 0 0 15px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-zHL3hjSbSH {
    padding: 0 5px 10px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    margin: 0
}

.hl_page-preview--content .button-Iq4LRoM7Ji {
    margin: 0;
    text-align: center
}

.hl_page-preview--content .cbutton-Iq4LRoM7Ji {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content .cheading-GkTxp__9vF,
.hl_page-preview--content .col-Q4WKbkoi1g {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-Q4WKbkoi1g {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content .cheading-GkTxp__9vF {
    font-family: var(--poppins);
    color: var(--black);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .cheading-GkTxp__9vF {
        padding-left: 20px;
        padding-right: 20px
    }
}

.hl_page-preview--content .image-CF9XiXbz06 {
    margin: -40px 0 0
}

.hl_page-preview--content .cimage-CF9XiXbz06 {
    padding: 0 10px 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .row-Eq8tbYWyn3 {
    margin: 40px auto 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-Eq8tbYWyn3 {
        margin-top: 20px
    }
}

.hl_page-preview--content .row-Eq8tbYWyn3 {
    box-shadow: none;
    padding: 25px 0;
    background-color: var(--transparent);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-Eq8tbYWyn3 {
        padding-top: 10px
    }
}

.hl_page-preview--content .cheading-X04-teEBLS,
.hl_page-preview--content .col-P-V95FoPSm {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-P-V95FoPSm {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content .cheading-X04-teEBLS {
    font-family: var(--poppins);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .col-1GOvTt6CQy,
.hl_page-preview--content .row-PWUwr6ifgw {
    margin: 0 auto;
    box-shadow: none;
    padding: 0 0 15px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-1GOvTt6CQy {
    padding: 0 5px 10px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    margin: 0
}

.hl_page-preview--content .button-BYpn2iGtqn {
    margin: 0;
    text-align: center
}

.hl_page-preview--content .cbutton-BYpn2iGtqn {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content .cheading-56nn5cCNUw,
.hl_page-preview--content .col-iqM4iFwMx1 {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-iqM4iFwMx1 {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content .cheading-56nn5cCNUw {
    font-family: var(--poppins);
    color: var(--black);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .cheading-56nn5cCNUw {
        padding-left: 20px;
        padding-right: 20px
    }
}

.hl_page-preview--content .image-UUnhsmaxGC {
    margin: -40px 0 0
}

.hl_page-preview--content .cimage-UUnhsmaxGC {
    padding: 0 10px 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .row-SZU0qag8l6 {
    margin: 40px auto 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-SZU0qag8l6 {
        margin-top: 20px
    }
}

.hl_page-preview--content .row-SZU0qag8l6 {
    box-shadow: none;
    padding: 25px 0;
    background-color: var(--transparent);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-SZU0qag8l6 {
        padding-top: 10px
    }
}

.hl_page-preview--content .cheading-AQ2uUBDrCm,
.hl_page-preview--content .col-K0By5yDq68 {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-K0By5yDq68 {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content .cheading-AQ2uUBDrCm {
    font-family: var(--poppins);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .col-xsXqiS6QoA,
.hl_page-preview--content .row-lancUqahE1 {
    margin: 0 auto;
    box-shadow: none;
    padding: 0 0 15px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-xsXqiS6QoA {
    padding: 0 5px 10px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    margin: 0
}

.hl_page-preview--content .button-va-q0rkb4F {
    margin: 0;
    text-align: center
}

.hl_page-preview--content .cbutton-va-q0rkb4F {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content .col-ffTjKxjlP4 {
    box-shadow: none;
    padding: 10px 5px;
    background-color: var(--transparent);
    width: 100%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin: 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-ffTjKxjlP4 {
        padding-top: 0
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content #heading-a6lwIJzsu- {
        margin-top: 10px
    }
}

.hl_page-preview--content .cheading-a6lwIJzsu- {
    font-family: var(--poppins);
    background-color: var(--transparent);
    color: var(--black);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .cheading-a6lwIJzsu- {
        padding-left: 20px;
        padding-right: 20px
    }
}

.hl_page-preview--content .image-qm5umEWQSf {
    margin: -50px 0 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .image-qm5umEWQSf {
        margin-top: -60px
    }
}

.hl_page-preview--content .cimage-qm5umEWQSf {
    padding: 0 10px 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .row-66PGhVZSWS {
    margin: 40px auto 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-66PGhVZSWS {
        margin-top: 20px
    }
}

.hl_page-preview--content .row-66PGhVZSWS {
    box-shadow: none;
    padding: 25px 0;
    background-color: var(--transparent);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-66PGhVZSWS {
        padding-bottom: 60px;
        padding-top: 10px
    }
}

.hl_page-preview--content .cheading-t92VvWqFbX,
.hl_page-preview--content .col-nm0vabsYCG {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-nm0vabsYCG {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content #heading-slRklbG7iu,
.hl_page-preview--content #heading-t92VvWqFbX,
.hl_page-preview--content #sub-heading-JaSUh9uqeM {
    margin: 0
}

.hl_page-preview--content .cheading-t92VvWqFbX {
    font-family: var(--poppins);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .row-7knvN7OYYG {
    margin: 40px auto 0
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .row-7knvN7OYYG {
        margin-top: 0
    }
}

.hl_page-preview--content .col-EJ9xpog8_h,
.hl_page-preview--content .row-7knvN7OYYG {
    box-shadow: none;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-EJ9xpog8_h {
    padding: 10px 5px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    margin: 0
}

.hl_page-preview--content .cheading-slRklbG7iu,
.hl_page-preview--content .csub-heading-JaSUh9uqeM {
    font-family: var(--headlinefont);
    background-color: var(--transparent);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content .cheading-slRklbG7iu {
    font-family: var(--poppins);
    text-transform: uppercase
}

#section-KSlNPIg6JV>.inner {
    max-width: 1170px
}

#col--P2oQSP4hM>.inner,
#col-1GOvTt6CQy>.inner,
#col-EJ9xpog8_h>.inner,
#col-K0By5yDq68>.inner,
#col-P-V95FoPSm>.inner,
#col-Q4WKbkoi1g>.inner,
#col-cIVvWIXlDX>.inner,
#col-ffTjKxjlP4>.inner,
#col-iqM4iFwMx1>.inner,
#col-nm0vabsYCG>.inner,
#col-vGQZjK2LmL>.inner,
#col-xsXqiS6QoA>.inner,
#col-zHL3hjSbSH>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-Q2vdgEWDJX .button-icon-end,
    .button-Q2vdgEWDJX .button-icon-start,
    .button-Q2vdgEWDJX .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-Q2vdgEWDJX .button-icon-start {
        margin-right: 5px
    }
    .button-Q2vdgEWDJX .button-icon-end {
        margin-left: 5px
    }
    .button-Q2vdgEWDJX .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-Q2vdgEWDJX .button-icon-end,
    .button-Q2vdgEWDJX .button-icon-start,
    .button-Q2vdgEWDJX .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-Q2vdgEWDJX .button-icon-start {
        margin-right: 5px
    }
    .button-Q2vdgEWDJX .button-icon-end {
        margin-left: 5px
    }
    .button-Q2vdgEWDJX .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.heading-FHOrEgSvm1 {
    font-weight: 400
}

.heading-56nn5cCNUw em,
.heading-56nn5cCNUw strong,
.heading-56nn5cCNUw u,
.heading-AQ2uUBDrCm em,
.heading-AQ2uUBDrCm strong,
.heading-AQ2uUBDrCm u,
.heading-FHOrEgSvm1 em,
.heading-FHOrEgSvm1 strong,
.heading-FHOrEgSvm1 u,
.heading-GkTxp__9vF em,
.heading-GkTxp__9vF strong,
.heading-GkTxp__9vF u,
.heading-SilUymlu_F em,
.heading-SilUymlu_F strong,
.heading-SilUymlu_F u,
.heading-X04-teEBLS em,
.heading-X04-teEBLS strong,
.heading-X04-teEBLS u,
.heading-a6lwIJzsu- em,
.heading-a6lwIJzsu- strong,
.heading-a6lwIJzsu- u,
.heading-slRklbG7iu em,
.heading-slRklbG7iu u,
.heading-t92VvWqFbX em,
.heading-t92VvWqFbX strong,
.heading-t92VvWqFbX u,
.sub-heading-JaSUh9uqeM em,
.sub-heading-JaSUh9uqeM strong,
.sub-heading-JaSUh9uqeM u {
    color: var(--text-color)
}

.heading-56nn5cCNUw a,
.heading-56nn5cCNUw a *,
.heading-AQ2uUBDrCm a,
.heading-AQ2uUBDrCm a *,
.heading-FHOrEgSvm1 a,
.heading-FHOrEgSvm1 a *,
.heading-GkTxp__9vF a,
.heading-GkTxp__9vF a *,
.heading-SilUymlu_F a,
.heading-SilUymlu_F a *,
.heading-X04-teEBLS a,
.heading-X04-teEBLS a *,
.heading-a6lwIJzsu- a,
.heading-a6lwIJzsu- a *,
.heading-slRklbG7iu a,
.heading-slRklbG7iu a *,
.heading-t92VvWqFbX a,
.heading-t92VvWqFbX a *,
.sub-heading-JaSUh9uqeM a,
.sub-heading-JaSUh9uqeM a * {
    color: var(--link-color);
    text-decoration: none
}

.heading-56nn5cCNUw a u,
.heading-56nn5cCNUw a:hover,
.heading-AQ2uUBDrCm a u,
.heading-AQ2uUBDrCm a:hover,
.heading-FHOrEgSvm1 a u,
.heading-FHOrEgSvm1 a:hover,
.heading-GkTxp__9vF a u,
.heading-GkTxp__9vF a:hover,
.heading-SilUymlu_F a u,
.heading-SilUymlu_F a:hover,
.heading-X04-teEBLS a u,
.heading-X04-teEBLS a:hover,
.heading-a6lwIJzsu- a u,
.heading-a6lwIJzsu- a:hover,
.heading-slRklbG7iu a u,
.heading-slRklbG7iu a:hover,
.heading-t92VvWqFbX a u,
.heading-t92VvWqFbX a:hover,
.sub-heading-JaSUh9uqeM a u,
.sub-heading-JaSUh9uqeM a:hover {
    text-decoration: underline
}

.heading-56nn5cCNUw a s,
.heading-AQ2uUBDrCm a s,
.heading-FHOrEgSvm1 a s,
.heading-GkTxp__9vF a s,
.heading-SilUymlu_F a s,
.heading-X04-teEBLS a s,
.heading-a6lwIJzsu- a s,
.heading-slRklbG7iu a s,
.heading-t92VvWqFbX a s,
.sub-heading-JaSUh9uqeM a s {
    text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-FHOrEgSvm1 h1,
    .heading-FHOrEgSvm1 h2,
    .heading-FHOrEgSvm1 h3,
    .heading-FHOrEgSvm1 h4,
    .heading-FHOrEgSvm1 h5,
    .heading-FHOrEgSvm1 h6,
    .heading-FHOrEgSvm1 ul li,
    .heading-FHOrEgSvm1.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-FHOrEgSvm1 h1,
    .heading-FHOrEgSvm1 h2,
    .heading-FHOrEgSvm1 h3,
    .heading-FHOrEgSvm1 h4,
    .heading-FHOrEgSvm1 h5,
    .heading-FHOrEgSvm1 h6,
    .heading-FHOrEgSvm1 ul li,
    .heading-FHOrEgSvm1.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-56nn5cCNUw.text-output h1:first-child:before,
.heading-56nn5cCNUw.text-output h2:first-child:before,
.heading-56nn5cCNUw.text-output h3:first-child:before,
.heading-56nn5cCNUw.text-output h4:first-child:before,
.heading-56nn5cCNUw.text-output h5:first-child:before,
.heading-56nn5cCNUw.text-output h6:first-child:before,
.heading-56nn5cCNUw.text-output p:first-child:before,
.heading-AQ2uUBDrCm.text-output h1:first-child:before,
.heading-AQ2uUBDrCm.text-output h2:first-child:before,
.heading-AQ2uUBDrCm.text-output h3:first-child:before,
.heading-AQ2uUBDrCm.text-output h4:first-child:before,
.heading-AQ2uUBDrCm.text-output h5:first-child:before,
.heading-AQ2uUBDrCm.text-output h6:first-child:before,
.heading-AQ2uUBDrCm.text-output p:first-child:before,
.heading-FHOrEgSvm1.text-output h1:first-child:before,
.heading-FHOrEgSvm1.text-output h2:first-child:before,
.heading-FHOrEgSvm1.text-output h3:first-child:before,
.heading-FHOrEgSvm1.text-output h4:first-child:before,
.heading-FHOrEgSvm1.text-output h5:first-child:before,
.heading-FHOrEgSvm1.text-output h6:first-child:before,
.heading-FHOrEgSvm1.text-output p:first-child:before,
.heading-GkTxp__9vF.text-output h1:first-child:before,
.heading-GkTxp__9vF.text-output h2:first-child:before,
.heading-GkTxp__9vF.text-output h3:first-child:before,
.heading-GkTxp__9vF.text-output h4:first-child:before,
.heading-GkTxp__9vF.text-output h5:first-child:before,
.heading-GkTxp__9vF.text-output h6:first-child:before,
.heading-GkTxp__9vF.text-output p:first-child:before,
.heading-SilUymlu_F.text-output h1:first-child:before,
.heading-SilUymlu_F.text-output h2:first-child:before,
.heading-SilUymlu_F.text-output h3:first-child:before,
.heading-SilUymlu_F.text-output h4:first-child:before,
.heading-SilUymlu_F.text-output h5:first-child:before,
.heading-SilUymlu_F.text-output h6:first-child:before,
.heading-SilUymlu_F.text-output p:first-child:before,
.heading-X04-teEBLS.text-output h1:first-child:before,
.heading-X04-teEBLS.text-output h2:first-child:before,
.heading-X04-teEBLS.text-output h3:first-child:before,
.heading-X04-teEBLS.text-output h4:first-child:before,
.heading-X04-teEBLS.text-output h5:first-child:before,
.heading-X04-teEBLS.text-output h6:first-child:before,
.heading-X04-teEBLS.text-output p:first-child:before,
.heading-a6lwIJzsu-.text-output h1:first-child:before,
.heading-a6lwIJzsu-.text-output h2:first-child:before,
.heading-a6lwIJzsu-.text-output h3:first-child:before,
.heading-a6lwIJzsu-.text-output h4:first-child:before,
.heading-a6lwIJzsu-.text-output h5:first-child:before,
.heading-a6lwIJzsu-.text-output h6:first-child:before,
.heading-a6lwIJzsu-.text-output p:first-child:before,
.heading-slRklbG7iu.text-output h1:first-child:before,
.heading-slRklbG7iu.text-output h2:first-child:before,
.heading-slRklbG7iu.text-output h3:first-child:before,
.heading-slRklbG7iu.text-output h4:first-child:before,
.heading-slRklbG7iu.text-output h5:first-child:before,
.heading-slRklbG7iu.text-output h6:first-child:before,
.heading-slRklbG7iu.text-output p:first-child:before,
.heading-t92VvWqFbX.text-output h1:first-child:before,
.heading-t92VvWqFbX.text-output h2:first-child:before,
.heading-t92VvWqFbX.text-output h3:first-child:before,
.heading-t92VvWqFbX.text-output h4:first-child:before,
.heading-t92VvWqFbX.text-output h5:first-child:before,
.heading-t92VvWqFbX.text-output h6:first-child:before,
.heading-t92VvWqFbX.text-output p:first-child:before,
.sub-heading-JaSUh9uqeM.text-output h1:first-child:before,
.sub-heading-JaSUh9uqeM.text-output h2:first-child:before,
.sub-heading-JaSUh9uqeM.text-output h3:first-child:before,
.sub-heading-JaSUh9uqeM.text-output h4:first-child:before,
.sub-heading-JaSUh9uqeM.text-output h5:first-child:before,
.sub-heading-JaSUh9uqeM.text-output h6:first-child:before,
.sub-heading-JaSUh9uqeM.text-output p:first-child:before {
    color: var(--text-color);
    content: '';
    font-family: '';
    margin-right: 15px;
    font-weight: 700;
}

.heading-SilUymlu_F {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-SilUymlu_F h1,
    .heading-SilUymlu_F h2,
    .heading-SilUymlu_F h3,
    .heading-SilUymlu_F h4,
    .heading-SilUymlu_F h5,
    .heading-SilUymlu_F h6,
    .heading-SilUymlu_F ul li,
    .heading-SilUymlu_F.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-SilUymlu_F h1,
    .heading-SilUymlu_F h2,
    .heading-SilUymlu_F h3,
    .heading-SilUymlu_F h4,
    .heading-SilUymlu_F h5,
    .heading-SilUymlu_F h6,
    .heading-SilUymlu_F ul li,
    .heading-SilUymlu_F.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-Iq4LRoM7Ji .button-icon-end,
    .button-Iq4LRoM7Ji .button-icon-start,
    .button-Iq4LRoM7Ji .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-Iq4LRoM7Ji .button-icon-start {
        margin-right: 5px
    }
    .button-Iq4LRoM7Ji .button-icon-end {
        margin-left: 5px
    }
    .button-Iq4LRoM7Ji .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-Iq4LRoM7Ji .button-icon-end,
    .button-Iq4LRoM7Ji .button-icon-start,
    .button-Iq4LRoM7Ji .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-Iq4LRoM7Ji .button-icon-start {
        margin-right: 5px
    }
    .button-Iq4LRoM7Ji .button-icon-end {
        margin-left: 5px
    }
    .button-Iq4LRoM7Ji .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.heading-GkTxp__9vF {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-GkTxp__9vF h1,
    .heading-GkTxp__9vF h2,
    .heading-GkTxp__9vF h3,
    .heading-GkTxp__9vF h4,
    .heading-GkTxp__9vF h5,
    .heading-GkTxp__9vF h6,
    .heading-GkTxp__9vF ul li,
    .heading-GkTxp__9vF.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-GkTxp__9vF h1,
    .heading-GkTxp__9vF h2,
    .heading-GkTxp__9vF h3,
    .heading-GkTxp__9vF h4,
    .heading-GkTxp__9vF h5,
    .heading-GkTxp__9vF h6,
    .heading-GkTxp__9vF ul li,
    .heading-GkTxp__9vF.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-X04-teEBLS {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-X04-teEBLS h1,
    .heading-X04-teEBLS h2,
    .heading-X04-teEBLS h3,
    .heading-X04-teEBLS h4,
    .heading-X04-teEBLS h5,
    .heading-X04-teEBLS h6,
    .heading-X04-teEBLS ul li,
    .heading-X04-teEBLS.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-X04-teEBLS h1,
    .heading-X04-teEBLS h2,
    .heading-X04-teEBLS h3,
    .heading-X04-teEBLS h4,
    .heading-X04-teEBLS h5,
    .heading-X04-teEBLS h6,
    .heading-X04-teEBLS ul li,
    .heading-X04-teEBLS.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-BYpn2iGtqn .button-icon-end,
    .button-BYpn2iGtqn .button-icon-start,
    .button-BYpn2iGtqn .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-BYpn2iGtqn .button-icon-start {
        margin-right: 5px
    }
    .button-BYpn2iGtqn .button-icon-end {
        margin-left: 5px
    }
    .button-BYpn2iGtqn .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-BYpn2iGtqn .button-icon-end,
    .button-BYpn2iGtqn .button-icon-start,
    .button-BYpn2iGtqn .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-BYpn2iGtqn .button-icon-start {
        margin-right: 5px
    }
    .button-BYpn2iGtqn .button-icon-end {
        margin-left: 5px
    }
    .button-BYpn2iGtqn .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.heading-56nn5cCNUw {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-56nn5cCNUw h1,
    .heading-56nn5cCNUw h2,
    .heading-56nn5cCNUw h3,
    .heading-56nn5cCNUw h4,
    .heading-56nn5cCNUw h5,
    .heading-56nn5cCNUw h6,
    .heading-56nn5cCNUw ul li,
    .heading-56nn5cCNUw.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-56nn5cCNUw h1,
    .heading-56nn5cCNUw h2,
    .heading-56nn5cCNUw h3,
    .heading-56nn5cCNUw h4,
    .heading-56nn5cCNUw h5,
    .heading-56nn5cCNUw h6,
    .heading-56nn5cCNUw ul li,
    .heading-56nn5cCNUw.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-AQ2uUBDrCm {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-AQ2uUBDrCm h1,
    .heading-AQ2uUBDrCm h2,
    .heading-AQ2uUBDrCm h3,
    .heading-AQ2uUBDrCm h4,
    .heading-AQ2uUBDrCm h5,
    .heading-AQ2uUBDrCm h6,
    .heading-AQ2uUBDrCm ul li,
    .heading-AQ2uUBDrCm.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-AQ2uUBDrCm h1,
    .heading-AQ2uUBDrCm h2,
    .heading-AQ2uUBDrCm h3,
    .heading-AQ2uUBDrCm h4,
    .heading-AQ2uUBDrCm h5,
    .heading-AQ2uUBDrCm h6,
    .heading-AQ2uUBDrCm ul li,
    .heading-AQ2uUBDrCm.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-va-q0rkb4F .button-icon-end,
    .button-va-q0rkb4F .button-icon-start,
    .button-va-q0rkb4F .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-va-q0rkb4F .button-icon-start {
        margin-right: 5px
    }
    .button-va-q0rkb4F .button-icon-end {
        margin-left: 5px
    }
    .button-va-q0rkb4F .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-va-q0rkb4F .button-icon-end,
    .button-va-q0rkb4F .button-icon-start,
    .button-va-q0rkb4F .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-va-q0rkb4F .button-icon-start {
        margin-right: 5px
    }
    .button-va-q0rkb4F .button-icon-end {
        margin-left: 5px
    }
    .button-va-q0rkb4F .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.heading-a6lwIJzsu- {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-a6lwIJzsu- h1,
    .heading-a6lwIJzsu- h2,
    .heading-a6lwIJzsu- h3,
    .heading-a6lwIJzsu- h4,
    .heading-a6lwIJzsu- h5,
    .heading-a6lwIJzsu- h6,
    .heading-a6lwIJzsu- ul li,
    .heading-a6lwIJzsu-.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-a6lwIJzsu- h1,
    .heading-a6lwIJzsu- h2,
    .heading-a6lwIJzsu- h3,
    .heading-a6lwIJzsu- h4,
    .heading-a6lwIJzsu- h5,
    .heading-a6lwIJzsu- h6,
    .heading-a6lwIJzsu- ul li,
    .heading-a6lwIJzsu-.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-t92VvWqFbX {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-t92VvWqFbX h1,
    .heading-t92VvWqFbX h2,
    .heading-t92VvWqFbX h3,
    .heading-t92VvWqFbX h4,
    .heading-t92VvWqFbX h5,
    .heading-t92VvWqFbX h6,
    .heading-t92VvWqFbX ul li,
    .heading-t92VvWqFbX.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-t92VvWqFbX h1,
    .heading-t92VvWqFbX h2,
    .heading-t92VvWqFbX h3,
    .heading-t92VvWqFbX h4,
    .heading-t92VvWqFbX h5,
    .heading-t92VvWqFbX h6,
    .heading-t92VvWqFbX ul li,
    .heading-t92VvWqFbX.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

.sub-heading-JaSUh9uqeM {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-JaSUh9uqeM h1,
    .sub-heading-JaSUh9uqeM h2,
    .sub-heading-JaSUh9uqeM h3,
    .sub-heading-JaSUh9uqeM h4,
    .sub-heading-JaSUh9uqeM h5,
    .sub-heading-JaSUh9uqeM h6,
    .sub-heading-JaSUh9uqeM ul li,
    .sub-heading-JaSUh9uqeM.text-output {
        font-size: 20px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-JaSUh9uqeM h1,
    .sub-heading-JaSUh9uqeM h2,
    .sub-heading-JaSUh9uqeM h3,
    .sub-heading-JaSUh9uqeM h4,
    .sub-heading-JaSUh9uqeM h5,
    .sub-heading-JaSUh9uqeM h6,
    .sub-heading-JaSUh9uqeM ul li,
    .sub-heading-JaSUh9uqeM.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-slRklbG7iu {
    font-weight: 700
}

.heading-slRklbG7iu strong {
    color: var(--white)
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-slRklbG7iu h1,
    .heading-slRklbG7iu h2,
    .heading-slRklbG7iu h3,
    .heading-slRklbG7iu h4,
    .heading-slRklbG7iu h5,
    .heading-slRklbG7iu h6,
    .heading-slRklbG7iu ul li,
    .heading-slRklbG7iu.text-output {
        font-size: 35px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-slRklbG7iu h1,
    .heading-slRklbG7iu h2,
    .heading-slRklbG7iu h3,
    .heading-slRklbG7iu h4,
    .heading-slRklbG7iu h5,
    .heading-slRklbG7iu h6,
    .heading-slRklbG7iu ul li,
    .heading-slRklbG7iu.text-output {
        font-size: 70px !important;
        font-weight: 700
    }
}

/* ---- Section styles ----- */

:root {
    --white: #ffffff;
    --black: #000000;
    --green: #9ae6b4;
    --transparent: transparent;
    --color-mbhub1oi: #0D831E;
    --color-mbhy2lve: #810000
}

.hl_page-preview--content .section-2pNm3e_qQu {
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-LSKIV1ZG60,
.hl_page-preview--content .row-6OlWtcw9f2 {
    margin: 0 auto;
    box-shadow: none;
    padding: 0 0 15px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-LSKIV1ZG60 {
    padding: 0 5px 10px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    margin: 0
}

.hl_page-preview--content .button-6TqdQl4Ueo {
    margin: 0;
    text-align: center
}

.hl_page-preview--content .cbutton-6TqdQl4Ueo {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content .image-5SkSaIxyMk {
    margin: -40px 0 0
}

.hl_page-preview--content .image-5SkSaIxyMk .image-container img,
.hl_page-preview--content .image-DfvLt7P0ID .image-container img,
.hl_page-preview--content .image-Imh9sRrWbW .image-container img,
.hl_page-preview--content .image-jT-CGcrAab .image-container img {
    box-shadow: none;
    width: 450px;
    border-radius: 5px;
}

.hl_page-preview--content .cimage-5SkSaIxyMk {
    padding: 0 10px 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .cheading-GAUDB5jdKl,
.hl_page-preview--content .col-XR69hvVP8r {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-XR69hvVP8r {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content #heading-4vLdTPRYUf,
.hl_page-preview--content #heading-FL2FNj-mNb,
.hl_page-preview--content #heading-GAUDB5jdKl,
.hl_page-preview--content #heading-P0I7YhlR89,
.hl_page-preview--content #heading-UAH_4whfYB,
.hl_page-preview--content #heading-aWmQ_pERVT,
.hl_page-preview--content #heading-bVKNfhj6Bj,
.hl_page-preview--content #heading-iO_FwOJoDE,
.hl_page-preview--content #heading-pQjLAepAeE,
.hl_page-preview--content #sub-heading-nCnzgCEvb_ {
    margin: 0
}

.hl_page-preview--content .cheading-GAUDB5jdKl {
    font-family: var(--poppins);
    color: var(--black);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .row-owwNDA7WTY {
    margin: 40px auto 0;
    box-shadow: none;
    padding: 25px 0;
    background-color: var(--transparent);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .cheading-bVKNfhj6Bj,
.hl_page-preview--content .col-IZ_XeWQgGK {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-IZ_XeWQgGK {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content .cheading-bVKNfhj6Bj {
    font-family: var(--poppins);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .col-Y-hCZhg7f6,
.hl_page-preview--content .row-1dtpSAASSr {
    margin: 0 auto;
    box-shadow: none;
    padding: 0 0 15px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-Y-hCZhg7f6 {
    padding: 0 5px 10px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    margin: 0
}

.hl_page-preview--content .button-stjpb1iW58 {
    margin: 0;
    text-align: center
}

.hl_page-preview--content .cbutton-stjpb1iW58 {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content .image-Imh9sRrWbW {
    margin: -40px 0 0
}

.hl_page-preview--content .cimage-Imh9sRrWbW {
    padding: 0 10px 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .cheading-aWmQ_pERVT,
.hl_page-preview--content .col-E1U0DcH9Ui {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-E1U0DcH9Ui {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content .cheading-aWmQ_pERVT {
    font-family: var(--poppins);
    color: var(--black);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .row-gOiwTi9YvB {
    margin: 40px auto 0;
    box-shadow: none;
    padding: 25px 0;
    background-color: var(--transparent);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .cheading-UAH_4whfYB,
.hl_page-preview--content .col--QyNi4LQng {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col--QyNi4LQng {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content .cheading-UAH_4whfYB {
    font-family: var(--poppins);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .col-FpJMPXfVZB,
.hl_page-preview--content .row-8g7A73GIft {
    margin: 0 auto;
    box-shadow: none;
    padding: 0 0 15px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-FpJMPXfVZB {
    padding: 0 5px 10px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    margin: 0
}

.hl_page-preview--content .button-8btn9Rbv1y {
    margin: 0;
    text-align: center
}

.hl_page-preview--content .cbutton-8btn9Rbv1y {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content .image-DfvLt7P0ID {
    margin: -40px 0 0
}

.hl_page-preview--content .cimage-DfvLt7P0ID {
    padding: 0 10px 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .cheading-pQjLAepAeE,
.hl_page-preview--content .col-ScKj0tw1Ik {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-ScKj0tw1Ik {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content .cheading-pQjLAepAeE {
    font-family: var(--poppins);
    color: var(--black);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .row-lqjpSE8fXT {
    margin: 40px auto 0;
    box-shadow: none;
    padding: 25px 0;
    background-color: var(--transparent);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .cheading-4vLdTPRYUf,
.hl_page-preview--content .col-6yE5iWOfmY {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-6yE5iWOfmY {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content .cheading-4vLdTPRYUf {
    font-family: var(--poppins);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .col-jTfaRJM2zr,
.hl_page-preview--content .row-HNe56YhuNA {
    margin: 0 auto;
    box-shadow: none;
    padding: 0 0 15px;
    background-color: var(--white);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-jTfaRJM2zr {
    padding: 0 5px 10px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    margin: 0
}

.hl_page-preview--content .button-JxMpu5GMwO {
    margin: 0;
    text-align: center
}

.hl_page-preview--content .cbutton-JxMpu5GMwO {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content .image-jT-CGcrAab {
    margin: -50px 0 0
}

.hl_page-preview--content .cimage-jT-CGcrAab {
    padding: 0 10px 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .cheading-P0I7YhlR89,
.hl_page-preview--content .col-cM_DSq5uNb {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-cM_DSq5uNb {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content .cheading-P0I7YhlR89 {
    font-family: var(--poppins);
    color: var(--black);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .row-Ikd_N7EPot {
    margin: 40px auto 0;
    box-shadow: none;
    padding: 25px 0;
    background-color: var(--transparent);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .cheading-iO_FwOJoDE,
.hl_page-preview--content .col--bJXOTNED6 {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col--bJXOTNED6 {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content .cheading-iO_FwOJoDE {
    font-family: var(--poppins);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 0 40px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .col-8EAUdKtE5z,
.hl_page-preview--content .row-qy5RO8pb0a {
    margin: 40px auto 0;
    box-shadow: none;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-8EAUdKtE5z {
    padding: 10px 5px;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    margin: 0
}

.hl_page-preview--content .cheading-FL2FNj-mNb,
.hl_page-preview--content .csub-heading-nCnzgCEvb_ {
    font-family: var(--headlinefont);
    background-color: var(--transparent);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content .cheading-FL2FNj-mNb {
    font-family: var(--poppins);
    text-transform: uppercase
}

#section-2pNm3e_qQu>.inner {
    max-width: 1170px
}

#col--QyNi4LQng>.inner,
#col--bJXOTNED6>.inner,
#col-6yE5iWOfmY>.inner,
#col-8EAUdKtE5z>.inner,
#col-E1U0DcH9Ui>.inner,
#col-FpJMPXfVZB>.inner,
#col-IZ_XeWQgGK>.inner,
#col-LSKIV1ZG60>.inner,
#col-ScKj0tw1Ik>.inner,
#col-XR69hvVP8r>.inner,
#col-Y-hCZhg7f6>.inner,
#col-cM_DSq5uNb>.inner,
#col-jTfaRJM2zr>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-6TqdQl4Ueo .button-icon-end,
    .button-6TqdQl4Ueo .button-icon-start,
    .button-6TqdQl4Ueo .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-6TqdQl4Ueo .button-icon-start {
        margin-right: 5px
    }
    .button-6TqdQl4Ueo .button-icon-end {
        margin-left: 5px
    }
    .button-6TqdQl4Ueo .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-6TqdQl4Ueo .button-icon-end,
    .button-6TqdQl4Ueo .button-icon-start,
    .button-6TqdQl4Ueo .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-6TqdQl4Ueo .button-icon-start {
        margin-right: 5px
    }
    .button-6TqdQl4Ueo .button-icon-end {
        margin-left: 5px
    }
    .button-6TqdQl4Ueo .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.heading-GAUDB5jdKl {
    font-weight: 400
}

.heading-4vLdTPRYUf em,
.heading-4vLdTPRYUf strong,
.heading-4vLdTPRYUf u,
.heading-FL2FNj-mNb em,
.heading-FL2FNj-mNb u,
.heading-GAUDB5jdKl em,
.heading-GAUDB5jdKl strong,
.heading-GAUDB5jdKl u,
.heading-P0I7YhlR89 em,
.heading-P0I7YhlR89 strong,
.heading-P0I7YhlR89 u,
.heading-UAH_4whfYB em,
.heading-UAH_4whfYB strong,
.heading-UAH_4whfYB u,
.heading-aWmQ_pERVT em,
.heading-aWmQ_pERVT strong,
.heading-aWmQ_pERVT u,
.heading-bVKNfhj6Bj em,
.heading-bVKNfhj6Bj strong,
.heading-bVKNfhj6Bj u,
.heading-iO_FwOJoDE em,
.heading-iO_FwOJoDE strong,
.heading-iO_FwOJoDE u,
.heading-pQjLAepAeE em,
.heading-pQjLAepAeE strong,
.heading-pQjLAepAeE u,
.sub-heading-nCnzgCEvb_ em,
.sub-heading-nCnzgCEvb_ strong,
.sub-heading-nCnzgCEvb_ u {
    color: var(--text-color)
}

.heading-4vLdTPRYUf a,
.heading-4vLdTPRYUf a *,
.heading-FL2FNj-mNb a,
.heading-FL2FNj-mNb a *,
.heading-GAUDB5jdKl a,
.heading-GAUDB5jdKl a *,
.heading-P0I7YhlR89 a,
.heading-P0I7YhlR89 a *,
.heading-UAH_4whfYB a,
.heading-UAH_4whfYB a *,
.heading-aWmQ_pERVT a,
.heading-aWmQ_pERVT a *,
.heading-bVKNfhj6Bj a,
.heading-bVKNfhj6Bj a *,
.heading-iO_FwOJoDE a,
.heading-iO_FwOJoDE a *,
.heading-pQjLAepAeE a,
.heading-pQjLAepAeE a *,
.sub-heading-nCnzgCEvb_ a,
.sub-heading-nCnzgCEvb_ a * {
    color: var(--link-color);
    text-decoration: none
}

.heading-4vLdTPRYUf a u,
.heading-4vLdTPRYUf a:hover,
.heading-FL2FNj-mNb a u,
.heading-FL2FNj-mNb a:hover,
.heading-GAUDB5jdKl a u,
.heading-GAUDB5jdKl a:hover,
.heading-P0I7YhlR89 a u,
.heading-P0I7YhlR89 a:hover,
.heading-UAH_4whfYB a u,
.heading-UAH_4whfYB a:hover,
.heading-aWmQ_pERVT a u,
.heading-aWmQ_pERVT a:hover,
.heading-bVKNfhj6Bj a u,
.heading-bVKNfhj6Bj a:hover,
.heading-iO_FwOJoDE a u,
.heading-iO_FwOJoDE a:hover,
.heading-pQjLAepAeE a u,
.heading-pQjLAepAeE a:hover,
.sub-heading-nCnzgCEvb_ a u,
.sub-heading-nCnzgCEvb_ a:hover {
    text-decoration: underline
}

.heading-4vLdTPRYUf a s,
.heading-FL2FNj-mNb a s,
.heading-GAUDB5jdKl a s,
.heading-P0I7YhlR89 a s,
.heading-UAH_4whfYB a s,
.heading-aWmQ_pERVT a s,
.heading-bVKNfhj6Bj a s,
.heading-iO_FwOJoDE a s,
.heading-pQjLAepAeE a s,
.sub-heading-nCnzgCEvb_ a s {
    text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-GAUDB5jdKl h1,
    .heading-GAUDB5jdKl h2,
    .heading-GAUDB5jdKl h3,
    .heading-GAUDB5jdKl h4,
    .heading-GAUDB5jdKl h5,
    .heading-GAUDB5jdKl h6,
    .heading-GAUDB5jdKl ul li,
    .heading-GAUDB5jdKl.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-GAUDB5jdKl h1,
    .heading-GAUDB5jdKl h2,
    .heading-GAUDB5jdKl h3,
    .heading-GAUDB5jdKl h4,
    .heading-GAUDB5jdKl h5,
    .heading-GAUDB5jdKl h6,
    .heading-GAUDB5jdKl ul li,
    .heading-GAUDB5jdKl.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-4vLdTPRYUf.text-output h1:first-child:before,
.heading-4vLdTPRYUf.text-output h2:first-child:before,
.heading-4vLdTPRYUf.text-output h3:first-child:before,
.heading-4vLdTPRYUf.text-output h4:first-child:before,
.heading-4vLdTPRYUf.text-output h5:first-child:before,
.heading-4vLdTPRYUf.text-output h6:first-child:before,
.heading-4vLdTPRYUf.text-output p:first-child:before,
.heading-FL2FNj-mNb.text-output h1:first-child:before,
.heading-FL2FNj-mNb.text-output h2:first-child:before,
.heading-FL2FNj-mNb.text-output h3:first-child:before,
.heading-FL2FNj-mNb.text-output h4:first-child:before,
.heading-FL2FNj-mNb.text-output h5:first-child:before,
.heading-FL2FNj-mNb.text-output h6:first-child:before,
.heading-FL2FNj-mNb.text-output p:first-child:before,
.heading-GAUDB5jdKl.text-output h1:first-child:before,
.heading-GAUDB5jdKl.text-output h2:first-child:before,
.heading-GAUDB5jdKl.text-output h3:first-child:before,
.heading-GAUDB5jdKl.text-output h4:first-child:before,
.heading-GAUDB5jdKl.text-output h5:first-child:before,
.heading-GAUDB5jdKl.text-output h6:first-child:before,
.heading-GAUDB5jdKl.text-output p:first-child:before,
.heading-P0I7YhlR89.text-output h1:first-child:before,
.heading-P0I7YhlR89.text-output h2:first-child:before,
.heading-P0I7YhlR89.text-output h3:first-child:before,
.heading-P0I7YhlR89.text-output h4:first-child:before,
.heading-P0I7YhlR89.text-output h5:first-child:before,
.heading-P0I7YhlR89.text-output h6:first-child:before,
.heading-P0I7YhlR89.text-output p:first-child:before,
.heading-UAH_4whfYB.text-output h1:first-child:before,
.heading-UAH_4whfYB.text-output h2:first-child:before,
.heading-UAH_4whfYB.text-output h3:first-child:before,
.heading-UAH_4whfYB.text-output h4:first-child:before,
.heading-UAH_4whfYB.text-output h5:first-child:before,
.heading-UAH_4whfYB.text-output h6:first-child:before,
.heading-UAH_4whfYB.text-output p:first-child:before,
.heading-aWmQ_pERVT.text-output h1:first-child:before,
.heading-aWmQ_pERVT.text-output h2:first-child:before,
.heading-aWmQ_pERVT.text-output h3:first-child:before,
.heading-aWmQ_pERVT.text-output h4:first-child:before,
.heading-aWmQ_pERVT.text-output h5:first-child:before,
.heading-aWmQ_pERVT.text-output h6:first-child:before,
.heading-aWmQ_pERVT.text-output p:first-child:before,
.heading-bVKNfhj6Bj.text-output h1:first-child:before,
.heading-bVKNfhj6Bj.text-output h2:first-child:before,
.heading-bVKNfhj6Bj.text-output h3:first-child:before,
.heading-bVKNfhj6Bj.text-output h4:first-child:before,
.heading-bVKNfhj6Bj.text-output h5:first-child:before,
.heading-bVKNfhj6Bj.text-output h6:first-child:before,
.heading-bVKNfhj6Bj.text-output p:first-child:before,
.heading-iO_FwOJoDE.text-output h1:first-child:before,
.heading-iO_FwOJoDE.text-output h2:first-child:before,
.heading-iO_FwOJoDE.text-output h3:first-child:before,
.heading-iO_FwOJoDE.text-output h4:first-child:before,
.heading-iO_FwOJoDE.text-output h5:first-child:before,
.heading-iO_FwOJoDE.text-output h6:first-child:before,
.heading-iO_FwOJoDE.text-output p:first-child:before,
.heading-pQjLAepAeE.text-output h1:first-child:before,
.heading-pQjLAepAeE.text-output h2:first-child:before,
.heading-pQjLAepAeE.text-output h3:first-child:before,
.heading-pQjLAepAeE.text-output h4:first-child:before,
.heading-pQjLAepAeE.text-output h5:first-child:before,
.heading-pQjLAepAeE.text-output h6:first-child:before,
.heading-pQjLAepAeE.text-output p:first-child:before,
.sub-heading-nCnzgCEvb_.text-output h1:first-child:before,
.sub-heading-nCnzgCEvb_.text-output h2:first-child:before,
.sub-heading-nCnzgCEvb_.text-output h3:first-child:before,
.sub-heading-nCnzgCEvb_.text-output h4:first-child:before,
.sub-heading-nCnzgCEvb_.text-output h5:first-child:before,
.sub-heading-nCnzgCEvb_.text-output h6:first-child:before,
.sub-heading-nCnzgCEvb_.text-output p:first-child:before {
    color: var(--text-color);
    content: '';
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

.heading-bVKNfhj6Bj {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-bVKNfhj6Bj h1,
    .heading-bVKNfhj6Bj h2,
    .heading-bVKNfhj6Bj h3,
    .heading-bVKNfhj6Bj h4,
    .heading-bVKNfhj6Bj h5,
    .heading-bVKNfhj6Bj h6,
    .heading-bVKNfhj6Bj ul li,
    .heading-bVKNfhj6Bj.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-bVKNfhj6Bj h1,
    .heading-bVKNfhj6Bj h2,
    .heading-bVKNfhj6Bj h3,
    .heading-bVKNfhj6Bj h4,
    .heading-bVKNfhj6Bj h5,
    .heading-bVKNfhj6Bj h6,
    .heading-bVKNfhj6Bj ul li,
    .heading-bVKNfhj6Bj.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-stjpb1iW58 .button-icon-end,
    .button-stjpb1iW58 .button-icon-start,
    .button-stjpb1iW58 .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-stjpb1iW58 .button-icon-start {
        margin-right: 5px
    }
    .button-stjpb1iW58 .button-icon-end {
        margin-left: 5px
    }
    .button-stjpb1iW58 .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-stjpb1iW58 .button-icon-end,
    .button-stjpb1iW58 .button-icon-start,
    .button-stjpb1iW58 .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-stjpb1iW58 .button-icon-start {
        margin-right: 5px
    }
    .button-stjpb1iW58 .button-icon-end {
        margin-left: 5px
    }
    .button-stjpb1iW58 .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.heading-aWmQ_pERVT {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-aWmQ_pERVT h1,
    .heading-aWmQ_pERVT h2,
    .heading-aWmQ_pERVT h3,
    .heading-aWmQ_pERVT h4,
    .heading-aWmQ_pERVT h5,
    .heading-aWmQ_pERVT h6,
    .heading-aWmQ_pERVT ul li,
    .heading-aWmQ_pERVT.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-aWmQ_pERVT h1,
    .heading-aWmQ_pERVT h2,
    .heading-aWmQ_pERVT h3,
    .heading-aWmQ_pERVT h4,
    .heading-aWmQ_pERVT h5,
    .heading-aWmQ_pERVT h6,
    .heading-aWmQ_pERVT ul li,
    .heading-aWmQ_pERVT.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-UAH_4whfYB {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-UAH_4whfYB h1,
    .heading-UAH_4whfYB h2,
    .heading-UAH_4whfYB h3,
    .heading-UAH_4whfYB h4,
    .heading-UAH_4whfYB h5,
    .heading-UAH_4whfYB h6,
    .heading-UAH_4whfYB ul li,
    .heading-UAH_4whfYB.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-UAH_4whfYB h1,
    .heading-UAH_4whfYB h2,
    .heading-UAH_4whfYB h3,
    .heading-UAH_4whfYB h4,
    .heading-UAH_4whfYB h5,
    .heading-UAH_4whfYB h6,
    .heading-UAH_4whfYB ul li,
    .heading-UAH_4whfYB.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-8btn9Rbv1y .button-icon-end,
    .button-8btn9Rbv1y .button-icon-start,
    .button-8btn9Rbv1y .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-8btn9Rbv1y .button-icon-start {
        margin-right: 5px
    }
    .button-8btn9Rbv1y .button-icon-end {
        margin-left: 5px
    }
    .button-8btn9Rbv1y .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-8btn9Rbv1y .button-icon-end,
    .button-8btn9Rbv1y .button-icon-start,
    .button-8btn9Rbv1y .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-8btn9Rbv1y .button-icon-start {
        margin-right: 5px
    }
    .button-8btn9Rbv1y .button-icon-end {
        margin-left: 5px
    }
    .button-8btn9Rbv1y .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.heading-pQjLAepAeE {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-pQjLAepAeE h1,
    .heading-pQjLAepAeE h2,
    .heading-pQjLAepAeE h3,
    .heading-pQjLAepAeE h4,
    .heading-pQjLAepAeE h5,
    .heading-pQjLAepAeE h6,
    .heading-pQjLAepAeE ul li,
    .heading-pQjLAepAeE.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-pQjLAepAeE h1,
    .heading-pQjLAepAeE h2,
    .heading-pQjLAepAeE h3,
    .heading-pQjLAepAeE h4,
    .heading-pQjLAepAeE h5,
    .heading-pQjLAepAeE h6,
    .heading-pQjLAepAeE ul li,
    .heading-pQjLAepAeE.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-4vLdTPRYUf {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-4vLdTPRYUf h1,
    .heading-4vLdTPRYUf h2,
    .heading-4vLdTPRYUf h3,
    .heading-4vLdTPRYUf h4,
    .heading-4vLdTPRYUf h5,
    .heading-4vLdTPRYUf h6,
    .heading-4vLdTPRYUf ul li,
    .heading-4vLdTPRYUf.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-4vLdTPRYUf h1,
    .heading-4vLdTPRYUf h2,
    .heading-4vLdTPRYUf h3,
    .heading-4vLdTPRYUf h4,
    .heading-4vLdTPRYUf h5,
    .heading-4vLdTPRYUf h6,
    .heading-4vLdTPRYUf ul li,
    .heading-4vLdTPRYUf.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-JxMpu5GMwO .button-icon-end,
    .button-JxMpu5GMwO .button-icon-start,
    .button-JxMpu5GMwO .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-JxMpu5GMwO .button-icon-start {
        margin-right: 5px
    }
    .button-JxMpu5GMwO .button-icon-end {
        margin-left: 5px
    }
    .button-JxMpu5GMwO .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-JxMpu5GMwO .button-icon-end,
    .button-JxMpu5GMwO .button-icon-start,
    .button-JxMpu5GMwO .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-JxMpu5GMwO .button-icon-start {
        margin-right: 5px
    }
    .button-JxMpu5GMwO .button-icon-end {
        margin-left: 5px
    }
    .button-JxMpu5GMwO .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.heading-P0I7YhlR89 {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-P0I7YhlR89 h1,
    .heading-P0I7YhlR89 h2,
    .heading-P0I7YhlR89 h3,
    .heading-P0I7YhlR89 h4,
    .heading-P0I7YhlR89 h5,
    .heading-P0I7YhlR89 h6,
    .heading-P0I7YhlR89 ul li,
    .heading-P0I7YhlR89.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-P0I7YhlR89 h1,
    .heading-P0I7YhlR89 h2,
    .heading-P0I7YhlR89 h3,
    .heading-P0I7YhlR89 h4,
    .heading-P0I7YhlR89 h5,
    .heading-P0I7YhlR89 h6,
    .heading-P0I7YhlR89 ul li,
    .heading-P0I7YhlR89.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-iO_FwOJoDE {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-iO_FwOJoDE h1,
    .heading-iO_FwOJoDE h2,
    .heading-iO_FwOJoDE h3,
    .heading-iO_FwOJoDE h4,
    .heading-iO_FwOJoDE h5,
    .heading-iO_FwOJoDE h6,
    .heading-iO_FwOJoDE ul li,
    .heading-iO_FwOJoDE.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-iO_FwOJoDE h1,
    .heading-iO_FwOJoDE h2,
    .heading-iO_FwOJoDE h3,
    .heading-iO_FwOJoDE h4,
    .heading-iO_FwOJoDE h5,
    .heading-iO_FwOJoDE h6,
    .heading-iO_FwOJoDE ul li,
    .heading-iO_FwOJoDE.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

.sub-heading-nCnzgCEvb_ {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-nCnzgCEvb_ h1,
    .sub-heading-nCnzgCEvb_ h2,
    .sub-heading-nCnzgCEvb_ h3,
    .sub-heading-nCnzgCEvb_ h4,
    .sub-heading-nCnzgCEvb_ h5,
    .sub-heading-nCnzgCEvb_ h6,
    .sub-heading-nCnzgCEvb_ ul li,
    .sub-heading-nCnzgCEvb_.text-output {
        font-size: 20px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-nCnzgCEvb_ h1,
    .sub-heading-nCnzgCEvb_ h2,
    .sub-heading-nCnzgCEvb_ h3,
    .sub-heading-nCnzgCEvb_ h4,
    .sub-heading-nCnzgCEvb_ h5,
    .sub-heading-nCnzgCEvb_ h6,
    .sub-heading-nCnzgCEvb_ ul li,
    .sub-heading-nCnzgCEvb_.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-FL2FNj-mNb {
    font-weight: 700
}

.heading-FL2FNj-mNb strong {
    color: var(--white)
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-FL2FNj-mNb h1,
    .heading-FL2FNj-mNb h2,
    .heading-FL2FNj-mNb h3,
    .heading-FL2FNj-mNb h4,
    .heading-FL2FNj-mNb h5,
    .heading-FL2FNj-mNb h6,
    .heading-FL2FNj-mNb ul li,
    .heading-FL2FNj-mNb.text-output {
        font-size: 35px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-FL2FNj-mNb h1,
    .heading-FL2FNj-mNb h2,
    .heading-FL2FNj-mNb h3,
    .heading-FL2FNj-mNb h4,
    .heading-FL2FNj-mNb h5,
    .heading-FL2FNj-mNb h6,
    .heading-FL2FNj-mNb ul li,
    .heading-FL2FNj-mNb.text-output {
        font-size: 70px !important;
        font-weight: 700
    }
}

/* ---- Ticket Container styles ----- */

:root {
    --primary: #37ca37;
    --white: #ffffff;
    --black: #000000;
    --red: #e93d3d;
    --yellow: #faf089;
    --green: #9ae6b4;
    --transparent: transparent;
    --color-mbhub1oi: #0D831E;
    --color-mbhv0dkw: #D0D0D0;
    --color-mbi86x9b: #DB0000;
    --color-mbi8i7jh: #F0E600;
    --color-mbi8midd: #FC0808;
    --color-mbi9ccp0: #17BAC9;
    --color-mbi9euhf: #1F5FFC
}

.hl_page-preview--content .section-M7do6D3MAK {
    box-shadow: none;
    padding: 40px 0;
    margin: 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .section-M7do6D3MAK {
        padding-top: 0
    }
}

.hl_page-preview--content .col-Tp8SNrsnoG,
.hl_page-preview--content .row-hi1nBqmLUa {
    margin: 0 auto;
    box-shadow: none;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-Tp8SNrsnoG {
    padding: 0 0 20px;
    background-color: var(--black);
    border-color: var(--color-mbi9ccp0);
    border-width: 3px;
    margin: 0 10px auto
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-Tp8SNrsnoG {
        margin-top: 40px
    }
}

.hl_page-preview--content .button-2MgMpqGmDU {
    margin: 20px 0 0;
    text-align: center
}

.hl_page-preview--content .cbutton-2MgMpqGmDU {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 20px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content #heading-dJpscsLyBi {
    margin: 0
}

.hl_page-preview--content .cheading-dJpscsLyBi,
.hl_page-preview--content .csub-heading-G9Gt5RYKm6,
.hl_page-preview--content .csub-heading-TcSJ4NX8Qx {
    font-family: var(--arial);
    background-color: var(--transparent);
    color: var(--color-mbi9ccp0);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content #sub-heading-TcSJ4NX8Qx {
    margin: 20px 0 0
}

.hl_page-preview--content .csub-heading-G9Gt5RYKm6,
.hl_page-preview--content .csub-heading-TcSJ4NX8Qx {
    font-family: var(--headlinefont);
    color: var(--color-mbhv0dkw);
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content #bulletList-0YRTLXuwBI,
.hl_page-preview--content #bulletList-EeD7azlNjk,
.hl_page-preview--content #bulletList-WyJMQJR29Z,
.hl_page-preview--content #bulletList-qpBwHmkmne,
.hl_page-preview--content #sub-heading-22Q3JRsfqw,
.hl_page-preview--content #sub-heading-G9Gt5RYKm6,
.hl_page-preview--content #sub-heading-VMcsz-JGOM,
.hl_page-preview--content #sub-heading-kocQpKzzO1,
.hl_page-preview--content #sub-heading-vfd9_lFfXD {
    margin: 0
}

.hl_page-preview--content .csub-heading-G9Gt5RYKm6 {
    font-family: var(--poppins);
    text-align: left
}

.hl_page-preview--content .cbulletList-EeD7azlNjk {
    color: var(--white);
    icon-color: var(--color-mbi9ccp0);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .cbulletList-0YRTLXuwBI,
.hl_page-preview--content .cbulletList-EeD7azlNjk,
.hl_page-preview--content .csub-heading-kocQpKzzO1,
.hl_page-preview--content .csub-heading-vfd9_lFfXD {
    font-family: var(--poppins);
    background-color: var(--transparent);
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .csub-heading-kocQpKzzO1 {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-0YRTLXuwBI,
.hl_page-preview--content .csub-heading-vfd9_lFfXD {
    color: var(--white);
    icon-color: var(--color-mbi9ccp0);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .csub-heading-vfd9_lFfXD {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-WyJMQJR29Z {
    color: var(--white);
    icon-color: var(--color-mbi9ccp0);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .cbulletList-WyJMQJR29Z,
.hl_page-preview--content .cbulletList-qpBwHmkmne,
.hl_page-preview--content .cheading-2u095yFXKL,
.hl_page-preview--content .csub-heading-22Q3JRsfqw,
.hl_page-preview--content .csub-heading-VMcsz-JGOM {
    font-family: var(--poppins);
    background-color: var(--transparent);
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .csub-heading-22Q3JRsfqw {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-qpBwHmkmne,
.hl_page-preview--content .cheading-2u095yFXKL,
.hl_page-preview--content .csub-heading-VMcsz-JGOM {
    color: var(--white);
    icon-color: var(--color-mbi9ccp0);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .cheading-2u095yFXKL,
.hl_page-preview--content .csub-heading-VMcsz-JGOM {
    font-family: var(--headlinefont);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0;
    line-height: 1.3em;
    text-align: center
}

.hl_page-preview--content #heading-2u095yFXKL {
    margin: 10px 0 0
}

.hl_page-preview--content .cheading-2u095yFXKL {
    font-family: var(--poppins);
    color: var(--color-mbi9ccp0)
}

.hl_page-preview--content #heading-UGiFrsGdeZ,
.hl_page-preview--content .image-7NGN4VJBaL {
    margin: 0
}

.hl_page-preview--content .image-7NGN4VJBaL .image-container img,
.hl_page-preview--content .image-Plc4OBVL82 .image-container img,
.hl_page-preview--content .image-ibR1j6gInS .image-container img,
.hl_page-preview--content .image-z8DheH_IEV .image-container img {
    box-shadow: none
}

.hl_page-preview--content .cimage-7NGN4VJBaL {
    padding: 0;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .col-srlWGgp8PX {
    box-shadow: none;
    padding: 0 0 20px;
    background-color: var(--black);
    width: 100%;
    border-color: var(--color-mbi9euhf);
    border-width: 3px;
    border-style: solid;
    margin: 0 10px auto
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-srlWGgp8PX {
        margin-top: 40px
    }
}

.hl_page-preview--content .button-5-NyoX3-sn {
    margin: 20px 0 0;
    text-align: center
}

.hl_page-preview--content .cbutton-5-NyoX3-sn {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 20px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content .cheading-UGiFrsGdeZ,
.hl_page-preview--content .csub-heading-GmDoYujN0s,
.hl_page-preview--content .csub-heading-R6XcEkjMfe {
    font-family: var(--arial);
    background-color: var(--transparent);
    color: var(--color-mbi9euhf);
    icon-color: var(--color-mbi9euhf);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content #sub-heading-R6XcEkjMfe {
    margin: 20px 0 0
}

.hl_page-preview--content .csub-heading-GmDoYujN0s,
.hl_page-preview--content .csub-heading-R6XcEkjMfe {
    font-family: var(--headlinefont);
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content #bulletList-4PCJMELAAJ,
.hl_page-preview--content #bulletList-o1Y3Jf9Kvd,
.hl_page-preview--content #sub-heading-GmDoYujN0s,
.hl_page-preview--content #sub-heading-N0hfND0kIV {
    margin: 0
}

.hl_page-preview--content .csub-heading-GmDoYujN0s {
    font-family: var(--poppins);
    text-align: left
}

.hl_page-preview--content .cbulletList-4PCJMELAAJ,
.hl_page-preview--content .cbulletList-o1Y3Jf9Kvd,
.hl_page-preview--content .cheading-pA0GOWwD4p,
.hl_page-preview--content .csub-heading-N0hfND0kIV {
    font-family: var(--poppins);
    background-color: var(--transparent);
    color: var(--white);
    icon-color: var(--color-mbi9euhf);
    box-shadow: none;
    padding: 20px 20px 10px 10px;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .cheading-pA0GOWwD4p,
.hl_page-preview--content .csub-heading-N0hfND0kIV {
    font-family: var(--headlinefont);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0;
    line-height: 1.3em;
    text-align: center
}

.hl_page-preview--content #heading-pA0GOWwD4p {
    margin: 10px 0 0
}

.hl_page-preview--content .cheading-pA0GOWwD4p {
    font-family: var(--poppins);
    color: var(--color-mbi9euhf)
}

.hl_page-preview--content #heading-fO-aoicw5G,
.hl_page-preview--content .image-Plc4OBVL82 {
    margin: 0
}

.hl_page-preview--content .cimage-Plc4OBVL82 {
    padding: 0;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .col-1Hh1BSwegi {
    box-shadow: none;
    padding: 0 0 20px;
    background-color: var(--black);
    width: 100%;
    border-color: var(--color-mbi86x9b);
    border-width: 3px;
    border-style: solid;
    margin: 0 10px
}

.hl_page-preview--content .button-Va_iUT8DQX {
    margin: 20px 0 0;
    text-align: center
}

.hl_page-preview--content .cbutton-Va_iUT8DQX {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 20px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content .cheading-fO-aoicw5G,
.hl_page-preview--content .csub-heading-Jf4IJiQiia,
.hl_page-preview--content .csub-heading-rHwYN5_OTA {
    font-family: var(--arial);
    background-color: var(--transparent);
    color: var(--color-mbi8midd);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content #sub-heading-Jf4IJiQiia {
    margin: 20px 0 0
}

.hl_page-preview--content .csub-heading-Jf4IJiQiia,
.hl_page-preview--content .csub-heading-rHwYN5_OTA {
    font-family: var(--headlinefont);
    color: var(--color-mbhv0dkw);
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content #bulletList-gsb5OXpDS6,
.hl_page-preview--content #bulletList-iN-xtl176D,
.hl_page-preview--content #bulletList-kaOOSzZLs4,
.hl_page-preview--content #bulletList-v6wAcyzC_S,
.hl_page-preview--content #sub-heading-6k2vaQ_B8L,
.hl_page-preview--content #sub-heading-TRah4sHksz,
.hl_page-preview--content #sub-heading-rHwYN5_OTA,
.hl_page-preview--content #sub-heading-zaBDhYvI3M {
    margin: 0
}

.hl_page-preview--content .csub-heading-rHwYN5_OTA {
    font-family: var(--poppins);
    text-align: left
}

.hl_page-preview--content .cbulletList-v6wAcyzC_S {
    color: var(--white);
    icon-color: var(--color-mbi8i7jh);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .cbulletList-gsb5OXpDS6,
.hl_page-preview--content .cbulletList-v6wAcyzC_S,
.hl_page-preview--content .csub-heading-TRah4sHksz,
.hl_page-preview--content .csub-heading-zaBDhYvI3M {
    font-family: var(--poppins);
    background-color: var(--transparent);
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .csub-heading-TRah4sHksz {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-gsb5OXpDS6,
.hl_page-preview--content .csub-heading-zaBDhYvI3M {
    color: var(--white);
    icon-color: var(--color-mbi8i7jh);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .csub-heading-zaBDhYvI3M {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-iN-xtl176D {
    color: var(--white);
    icon-color: var(--color-mbi8i7jh);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .cbulletList-iN-xtl176D,
.hl_page-preview--content .cbulletList-kaOOSzZLs4,
.hl_page-preview--content .csub-heading-6k2vaQ_B8L {
    font-family: var(--poppins);
    background-color: var(--transparent);
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .csub-heading-6k2vaQ_B8L {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-kaOOSzZLs4 {
    color: var(--white);
    icon-color: var(--yellow);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content #heading-NjLXgdkCHO {
    margin: 20px 0 0 20px
}

.hl_page-preview--content .cheading-NjLXgdkCHO {
    color: var(--color-mbi8i7jh);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0;
    line-height: 1.3em
}

.hl_page-preview--content #bulletList-EkIN9y1PIZ,
.hl_page-preview--content #bulletList-Jcg2eDy4JB,
.hl_page-preview--content #bulletList-STwllUGMTb,
.hl_page-preview--content #bulletList-SdLjxoADSn,
.hl_page-preview--content #bulletList-ZBolA2kAZF,
.hl_page-preview--content #bulletList-flag1BYt9i,
.hl_page-preview--content #bulletList-opz81ci-L1,
.hl_page-preview--content #sub-heading-Atvs5b-teg,
.hl_page-preview--content #sub-heading-B3NXx1_Pwe,
.hl_page-preview--content #sub-heading-IA6DsIuZIa,
.hl_page-preview--content #sub-heading-Me6gciI8n9,
.hl_page-preview--content #sub-heading-RTbgzWQ8Fj,
.hl_page-preview--content #sub-heading-emPzgjhGAl,
.hl_page-preview--content #sub-heading-m7JEJqgk1X,
.hl_page-preview--content #sub-heading-maQbNAYyWj {
    margin: 0
}

.hl_page-preview--content .cbulletList-opz81ci-L1,
.hl_page-preview--content .cheading-NjLXgdkCHO,
.hl_page-preview--content .csub-heading-RTbgzWQ8Fj,
.hl_page-preview--content .csub-heading-m7JEJqgk1X {
    font-family: var(--poppins);
    background-color: var(--transparent);
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .csub-heading-m7JEJqgk1X {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-opz81ci-L1,
.hl_page-preview--content .csub-heading-RTbgzWQ8Fj {
    color: var(--primary);
    icon-color: var(--color-mbi86x9b);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .csub-heading-RTbgzWQ8Fj {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-Jcg2eDy4JB {
    color: var(--white);
    icon-color: var(--color-mbi86x9b);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .cbulletList-Jcg2eDy4JB,
.hl_page-preview--content .cbulletList-SdLjxoADSn,
.hl_page-preview--content .csub-heading-Me6gciI8n9,
.hl_page-preview--content .csub-heading-maQbNAYyWj {
    font-family: var(--poppins);
    background-color: var(--transparent);
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .csub-heading-Me6gciI8n9 {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-SdLjxoADSn,
.hl_page-preview--content .csub-heading-maQbNAYyWj {
    color: var(--white);
    icon-color: var(--color-mbi86x9b);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .csub-heading-maQbNAYyWj {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-ZBolA2kAZF {
    color: var(--white);
    icon-color: var(--color-mbi86x9b);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .cbulletList-STwllUGMTb,
.hl_page-preview--content .cbulletList-ZBolA2kAZF,
.hl_page-preview--content .csub-heading-B3NXx1_Pwe,
.hl_page-preview--content .csub-heading-emPzgjhGAl {
    font-family: var(--poppins);
    background-color: var(--transparent);
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .csub-heading-B3NXx1_Pwe {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-STwllUGMTb,
.hl_page-preview--content .csub-heading-emPzgjhGAl {
    color: var(--white);
    icon-color: var(--red);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .csub-heading-emPzgjhGAl {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-flag1BYt9i {
    color: var(--white);
    icon-color: var(--color-mbi86x9b);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .cbulletList-EkIN9y1PIZ,
.hl_page-preview--content .cbulletList-flag1BYt9i,
.hl_page-preview--content .cheading-S7I4XbO_3f,
.hl_page-preview--content .csub-heading-Atvs5b-teg,
.hl_page-preview--content .csub-heading-IA6DsIuZIa {
    font-family: var(--poppins);
    background-color: var(--transparent);
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .csub-heading-Atvs5b-teg {
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content .cbulletList-EkIN9y1PIZ,
.hl_page-preview--content .cheading-S7I4XbO_3f,
.hl_page-preview--content .csub-heading-IA6DsIuZIa {
    color: var(--white);
    icon-color: var(--color-mbi86x9b);
    padding: 20px 20px 10px 10px;
    line-height: 1em
}

.hl_page-preview--content .cheading-S7I4XbO_3f,
.hl_page-preview--content .csub-heading-IA6DsIuZIa {
    font-family: var(--headlinefont);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0;
    line-height: 1.3em;
    text-align: center
}

.hl_page-preview--content #heading-S7I4XbO_3f {
    margin: 10px 0 0
}

.hl_page-preview--content .cheading-S7I4XbO_3f {
    font-family: var(--poppins);
    color: var(--color-mbi86x9b)
}

.hl_page-preview--content #heading-ddhdmTz0vx,
.hl_page-preview--content .image-ibR1j6gInS {
    margin: 0
}

.hl_page-preview--content .cimage-ibR1j6gInS {
    padding: 0;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .row--3ito0_6rT {
    margin: 0 auto;
    box-shadow: none;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 35%
}

.hl_page-preview--content .col-PnZWVzfoYJ {
    box-shadow: none;
    padding: 0 0 20px;
    background-color: var(--black);
    width: 100%;
    border-color: var(--color-mbi9euhf);
    border-width: 3px;
    border-style: solid;
    margin: 0 10px auto
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .col-PnZWVzfoYJ {
        margin-top: 40px
    }
}

.hl_page-preview--content .button-id7pqWvNpz {
    margin: 20px 0 0;
    text-align: center
}

.hl_page-preview--content .cbutton-id7pqWvNpz {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 20px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

.hl_page-preview--content .cheading-ddhdmTz0vx,
.hl_page-preview--content .csub-heading-_nDIK8hAUv,
.hl_page-preview--content .csub-heading-k8Ba2YqX-C {
    font-family: var(--arial);
    background-color: var(--transparent);
    color: var(--color-mbi9euhf);
    icon-color: var(--color-mbi9euhf);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content #sub-heading-_nDIK8hAUv {
    margin: 20px 0 0
}

.hl_page-preview--content .csub-heading-_nDIK8hAUv,
.hl_page-preview--content .csub-heading-k8Ba2YqX-C {
    font-family: var(--headlinefont);
    color: var(--color-mbhv0dkw);
    icon-color: var(--text-color);
    padding: 0 30px 0 45px;
    line-height: 1.1em;
    text-transform: none
}

.hl_page-preview--content #bulletList-7cRcRSpZrc,
.hl_page-preview--content #bulletList-WC6jRoXlR7,
.hl_page-preview--content #sub-heading-j6zXzHBV2H,
.hl_page-preview--content #sub-heading-k8Ba2YqX-C {
    margin: 0
}

.hl_page-preview--content .csub-heading-k8Ba2YqX-C {
    font-family: var(--poppins);
    text-align: left
}

.hl_page-preview--content .cbulletList-7cRcRSpZrc,
.hl_page-preview--content .cbulletList-WC6jRoXlR7,
.hl_page-preview--content .cheading-G1FiE5loiv,
.hl_page-preview--content .csub-heading-j6zXzHBV2H {
    font-family: var(--poppins);
    background-color: var(--transparent);
    color: var(--white);
    icon-color: var(--color-mbi9euhf);
    box-shadow: none;
    padding: 20px 20px 10px 10px;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .cheading-G1FiE5loiv,
.hl_page-preview--content .csub-heading-j6zXzHBV2H {
    font-family: var(--headlinefont);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0;
    line-height: 1.3em;
    text-align: center
}

.hl_page-preview--content #heading-G1FiE5loiv {
    margin: 10px 0 0
}

.hl_page-preview--content .cheading-G1FiE5loiv {
    font-family: var(--poppins);
    color: var(--color-mbi9euhf)
}

.hl_page-preview--content .image-z8DheH_IEV {
    margin: 0
}

.hl_page-preview--content .cimage-z8DheH_IEV {
    padding: 0;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

#section-M7do6D3MAK>.inner {
    max-width: 1170px
}

#col-Tp8SNrsnoG>.inner,
#col-srlWGgp8PX>.inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: inherit;
    flex-wrap: nowrap
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-2MgMpqGmDU .button-icon-end,
    .button-2MgMpqGmDU .button-icon-start,
    .button-2MgMpqGmDU .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-2MgMpqGmDU .button-icon-start {
        margin-right: 5px
    }
    .button-2MgMpqGmDU .button-icon-end {
        margin-left: 5px
    }
    .button-2MgMpqGmDU .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-2MgMpqGmDU .button-icon-end,
    .button-2MgMpqGmDU .button-icon-start,
    .button-2MgMpqGmDU .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-2MgMpqGmDU .button-icon-start {
        margin-right: 5px
    }
    .button-2MgMpqGmDU .button-icon-end {
        margin-left: 5px
    }
    .button-2MgMpqGmDU .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.heading-dJpscsLyBi {
    font-weight: 700
}

.bulletList-0YRTLXuwBI em,
.bulletList-0YRTLXuwBI strong,
.bulletList-0YRTLXuwBI u,
.bulletList-4PCJMELAAJ em,
.bulletList-4PCJMELAAJ strong,
.bulletList-4PCJMELAAJ u,
.bulletList-7cRcRSpZrc em,
.bulletList-7cRcRSpZrc strong,
.bulletList-7cRcRSpZrc u,
.bulletList-EeD7azlNjk em,
.bulletList-EeD7azlNjk strong,
.bulletList-EeD7azlNjk u,
.bulletList-EkIN9y1PIZ em,
.bulletList-EkIN9y1PIZ strong,
.bulletList-EkIN9y1PIZ u,
.bulletList-Jcg2eDy4JB em,
.bulletList-Jcg2eDy4JB strong,
.bulletList-Jcg2eDy4JB u,
.bulletList-STwllUGMTb em,
.bulletList-STwllUGMTb strong,
.bulletList-STwllUGMTb u,
.bulletList-SdLjxoADSn em,
.bulletList-SdLjxoADSn strong,
.bulletList-SdLjxoADSn u,
.bulletList-WC6jRoXlR7 em,
.bulletList-WC6jRoXlR7 strong,
.bulletList-WC6jRoXlR7 u,
.bulletList-WyJMQJR29Z em,
.bulletList-WyJMQJR29Z strong,
.bulletList-WyJMQJR29Z u,
.bulletList-ZBolA2kAZF em,
.bulletList-ZBolA2kAZF strong,
.bulletList-ZBolA2kAZF u,
.bulletList-flag1BYt9i em,
.bulletList-flag1BYt9i strong,
.bulletList-flag1BYt9i u,
.bulletList-gsb5OXpDS6 em,
.bulletList-gsb5OXpDS6 strong,
.bulletList-gsb5OXpDS6 u,
.bulletList-iN-xtl176D em,
.bulletList-iN-xtl176D strong,
.bulletList-iN-xtl176D u,
.bulletList-kaOOSzZLs4 em,
.bulletList-kaOOSzZLs4 strong,
.bulletList-kaOOSzZLs4 u,
.bulletList-o1Y3Jf9Kvd em,
.bulletList-o1Y3Jf9Kvd strong,
.bulletList-o1Y3Jf9Kvd u,
.bulletList-opz81ci-L1 em,
.bulletList-opz81ci-L1 strong,
.bulletList-opz81ci-L1 u,
.bulletList-qpBwHmkmne em,
.bulletList-qpBwHmkmne strong,
.bulletList-qpBwHmkmne u,
.bulletList-v6wAcyzC_S em,
.bulletList-v6wAcyzC_S strong,
.bulletList-v6wAcyzC_S u,
.heading-2u095yFXKL em,
.heading-2u095yFXKL strong,
.heading-2u095yFXKL u,
.heading-G1FiE5loiv em,
.heading-G1FiE5loiv strong,
.heading-G1FiE5loiv u,
.heading-NjLXgdkCHO em,
.heading-NjLXgdkCHO strong,
.heading-NjLXgdkCHO u,
.heading-S7I4XbO_3f em,
.heading-S7I4XbO_3f strong,
.heading-S7I4XbO_3f u,
.heading-UGiFrsGdeZ em,
.heading-UGiFrsGdeZ strong,
.heading-UGiFrsGdeZ u,
.heading-dJpscsLyBi em,
.heading-dJpscsLyBi strong,
.heading-dJpscsLyBi u,
.heading-ddhdmTz0vx em,
.heading-ddhdmTz0vx strong,
.heading-ddhdmTz0vx u,
.heading-fO-aoicw5G em,
.heading-fO-aoicw5G strong,
.heading-fO-aoicw5G u,
.heading-pA0GOWwD4p em,
.heading-pA0GOWwD4p strong,
.heading-pA0GOWwD4p u,
.sub-heading-22Q3JRsfqw em,
.sub-heading-22Q3JRsfqw strong,
.sub-heading-22Q3JRsfqw u,
.sub-heading-6k2vaQ_B8L em,
.sub-heading-6k2vaQ_B8L strong,
.sub-heading-6k2vaQ_B8L u,
.sub-heading-Atvs5b-teg em,
.sub-heading-Atvs5b-teg strong,
.sub-heading-Atvs5b-teg u,
.sub-heading-B3NXx1_Pwe em,
.sub-heading-B3NXx1_Pwe strong,
.sub-heading-B3NXx1_Pwe u,
.sub-heading-G9Gt5RYKm6 em,
.sub-heading-G9Gt5RYKm6 strong,
.sub-heading-G9Gt5RYKm6 u,
.sub-heading-GmDoYujN0s em,
.sub-heading-GmDoYujN0s strong,
.sub-heading-GmDoYujN0s u,
.sub-heading-IA6DsIuZIa em,
.sub-heading-IA6DsIuZIa strong,
.sub-heading-IA6DsIuZIa u,
.sub-heading-Jf4IJiQiia em,
.sub-heading-Jf4IJiQiia strong,
.sub-heading-Jf4IJiQiia u,
.sub-heading-Me6gciI8n9 em,
.sub-heading-Me6gciI8n9 strong,
.sub-heading-Me6gciI8n9 u,
.sub-heading-N0hfND0kIV em,
.sub-heading-N0hfND0kIV strong,
.sub-heading-N0hfND0kIV u,
.sub-heading-R6XcEkjMfe em,
.sub-heading-R6XcEkjMfe strong,
.sub-heading-R6XcEkjMfe u,
.sub-heading-RTbgzWQ8Fj em,
.sub-heading-RTbgzWQ8Fj strong,
.sub-heading-RTbgzWQ8Fj u,
.sub-heading-TRah4sHksz em,
.sub-heading-TRah4sHksz strong,
.sub-heading-TRah4sHksz u,
.sub-heading-TcSJ4NX8Qx em,
.sub-heading-TcSJ4NX8Qx strong,
.sub-heading-TcSJ4NX8Qx u,
.sub-heading-VMcsz-JGOM em,
.sub-heading-VMcsz-JGOM strong,
.sub-heading-VMcsz-JGOM u,
.sub-heading-_nDIK8hAUv em,
.sub-heading-_nDIK8hAUv strong,
.sub-heading-_nDIK8hAUv u,
.sub-heading-emPzgjhGAl em,
.sub-heading-emPzgjhGAl strong,
.sub-heading-emPzgjhGAl u,
.sub-heading-j6zXzHBV2H em,
.sub-heading-j6zXzHBV2H strong,
.sub-heading-j6zXzHBV2H u,
.sub-heading-k8Ba2YqX-C em,
.sub-heading-k8Ba2YqX-C strong,
.sub-heading-k8Ba2YqX-C u,
.sub-heading-kocQpKzzO1 em,
.sub-heading-kocQpKzzO1 strong,
.sub-heading-kocQpKzzO1 u,
.sub-heading-m7JEJqgk1X em,
.sub-heading-m7JEJqgk1X strong,
.sub-heading-m7JEJqgk1X u,
.sub-heading-maQbNAYyWj em,
.sub-heading-maQbNAYyWj strong,
.sub-heading-maQbNAYyWj u,
.sub-heading-rHwYN5_OTA em,
.sub-heading-rHwYN5_OTA strong,
.sub-heading-rHwYN5_OTA u,
.sub-heading-vfd9_lFfXD em,
.sub-heading-vfd9_lFfXD strong,
.sub-heading-vfd9_lFfXD u,
.sub-heading-zaBDhYvI3M em,
.sub-heading-zaBDhYvI3M strong,
.sub-heading-zaBDhYvI3M u {
    color: var(--text-color)
}

.bulletList-0YRTLXuwBI a,
.bulletList-0YRTLXuwBI a *,
.bulletList-4PCJMELAAJ a,
.bulletList-4PCJMELAAJ a *,
.bulletList-EeD7azlNjk a,
.bulletList-EeD7azlNjk a *,
.bulletList-Jcg2eDy4JB a,
.bulletList-Jcg2eDy4JB a *,
.bulletList-SdLjxoADSn a,
.bulletList-SdLjxoADSn a *,
.bulletList-WyJMQJR29Z a,
.bulletList-WyJMQJR29Z a *,
.bulletList-ZBolA2kAZF a,
.bulletList-ZBolA2kAZF a *,
.bulletList-gsb5OXpDS6 a,
.bulletList-gsb5OXpDS6 a *,
.bulletList-iN-xtl176D a,
.bulletList-iN-xtl176D a *,
.bulletList-kaOOSzZLs4 a,
.bulletList-kaOOSzZLs4 a *,
.bulletList-o1Y3Jf9Kvd a,
.bulletList-o1Y3Jf9Kvd a *,
.bulletList-opz81ci-L1 a,
.bulletList-opz81ci-L1 a *,
.bulletList-qpBwHmkmne a,
.bulletList-qpBwHmkmne a *,
.bulletList-v6wAcyzC_S a,
.bulletList-v6wAcyzC_S a *,
.heading-2u095yFXKL a,
.heading-2u095yFXKL a *,
.heading-NjLXgdkCHO a,
.heading-NjLXgdkCHO a *,
.heading-UGiFrsGdeZ a,
.heading-UGiFrsGdeZ a *,
.heading-dJpscsLyBi a,
.heading-dJpscsLyBi a *,
.heading-fO-aoicw5G a,
.heading-fO-aoicw5G a *,
.heading-pA0GOWwD4p a,
.heading-pA0GOWwD4p a *,
.sub-heading-22Q3JRsfqw a,
.sub-heading-22Q3JRsfqw a *,
.sub-heading-6k2vaQ_B8L a,
.sub-heading-6k2vaQ_B8L a *,
.sub-heading-B3NXx1_Pwe a,
.sub-heading-B3NXx1_Pwe a *,
.sub-heading-G9Gt5RYKm6 a,
.sub-heading-G9Gt5RYKm6 a *,
.sub-heading-GmDoYujN0s a,
.sub-heading-GmDoYujN0s a *,
.sub-heading-Jf4IJiQiia a,
.sub-heading-Jf4IJiQiia a *,
.sub-heading-Me6gciI8n9 a,
.sub-heading-Me6gciI8n9 a *,
.sub-heading-N0hfND0kIV a,
.sub-heading-N0hfND0kIV a *,
.sub-heading-R6XcEkjMfe a,
.sub-heading-R6XcEkjMfe a *,
.sub-heading-RTbgzWQ8Fj a,
.sub-heading-RTbgzWQ8Fj a *,
.sub-heading-TRah4sHksz a,
.sub-heading-TRah4sHksz a *,
.sub-heading-TcSJ4NX8Qx a,
.sub-heading-TcSJ4NX8Qx a *,
.sub-heading-VMcsz-JGOM a,
.sub-heading-VMcsz-JGOM a *,
.sub-heading-kocQpKzzO1 a,
.sub-heading-kocQpKzzO1 a *,
.sub-heading-m7JEJqgk1X a,
.sub-heading-m7JEJqgk1X a *,
.sub-heading-maQbNAYyWj a,
.sub-heading-maQbNAYyWj a *,
.sub-heading-rHwYN5_OTA a,
.sub-heading-rHwYN5_OTA a *,
.sub-heading-vfd9_lFfXD a,
.sub-heading-vfd9_lFfXD a *,
.sub-heading-zaBDhYvI3M a,
.sub-heading-zaBDhYvI3M a * {
    color: var(--link-color);
    text-decoration: none
}

.bulletList-0YRTLXuwBI a u,
.bulletList-0YRTLXuwBI a:hover,
.bulletList-4PCJMELAAJ a u,
.bulletList-4PCJMELAAJ a:hover,
.bulletList-7cRcRSpZrc a u,
.bulletList-7cRcRSpZrc a:hover,
.bulletList-EeD7azlNjk a u,
.bulletList-EeD7azlNjk a:hover,
.bulletList-EkIN9y1PIZ a u,
.bulletList-EkIN9y1PIZ a:hover,
.bulletList-Jcg2eDy4JB a u,
.bulletList-Jcg2eDy4JB a:hover,
.bulletList-STwllUGMTb a u,
.bulletList-STwllUGMTb a:hover,
.bulletList-SdLjxoADSn a u,
.bulletList-SdLjxoADSn a:hover,
.bulletList-WC6jRoXlR7 a u,
.bulletList-WC6jRoXlR7 a:hover,
.bulletList-WyJMQJR29Z a u,
.bulletList-WyJMQJR29Z a:hover,
.bulletList-ZBolA2kAZF a u,
.bulletList-ZBolA2kAZF a:hover,
.bulletList-flag1BYt9i a u,
.bulletList-flag1BYt9i a:hover,
.bulletList-gsb5OXpDS6 a u,
.bulletList-gsb5OXpDS6 a:hover,
.bulletList-iN-xtl176D a u,
.bulletList-iN-xtl176D a:hover,
.bulletList-kaOOSzZLs4 a u,
.bulletList-kaOOSzZLs4 a:hover,
.bulletList-o1Y3Jf9Kvd a u,
.bulletList-o1Y3Jf9Kvd a:hover,
.bulletList-opz81ci-L1 a u,
.bulletList-opz81ci-L1 a:hover,
.bulletList-qpBwHmkmne a u,
.bulletList-qpBwHmkmne a:hover,
.bulletList-v6wAcyzC_S a u,
.bulletList-v6wAcyzC_S a:hover,
.heading-2u095yFXKL a u,
.heading-2u095yFXKL a:hover,
.heading-G1FiE5loiv a u,
.heading-G1FiE5loiv a:hover,
.heading-NjLXgdkCHO a u,
.heading-NjLXgdkCHO a:hover,
.heading-S7I4XbO_3f a u,
.heading-S7I4XbO_3f a:hover,
.heading-UGiFrsGdeZ a u,
.heading-UGiFrsGdeZ a:hover,
.heading-dJpscsLyBi a u,
.heading-dJpscsLyBi a:hover,
.heading-ddhdmTz0vx a u,
.heading-ddhdmTz0vx a:hover,
.heading-fO-aoicw5G a u,
.heading-fO-aoicw5G a:hover,
.heading-pA0GOWwD4p a u,
.heading-pA0GOWwD4p a:hover,
.sub-heading-22Q3JRsfqw a u,
.sub-heading-22Q3JRsfqw a:hover,
.sub-heading-6k2vaQ_B8L a u,
.sub-heading-6k2vaQ_B8L a:hover,
.sub-heading-Atvs5b-teg a u,
.sub-heading-Atvs5b-teg a:hover,
.sub-heading-B3NXx1_Pwe a u,
.sub-heading-B3NXx1_Pwe a:hover,
.sub-heading-G9Gt5RYKm6 a u,
.sub-heading-G9Gt5RYKm6 a:hover,
.sub-heading-GmDoYujN0s a u,
.sub-heading-GmDoYujN0s a:hover,
.sub-heading-IA6DsIuZIa a u,
.sub-heading-IA6DsIuZIa a:hover,
.sub-heading-Jf4IJiQiia a u,
.sub-heading-Jf4IJiQiia a:hover,
.sub-heading-Me6gciI8n9 a u,
.sub-heading-Me6gciI8n9 a:hover,
.sub-heading-N0hfND0kIV a u,
.sub-heading-N0hfND0kIV a:hover,
.sub-heading-R6XcEkjMfe a u,
.sub-heading-R6XcEkjMfe a:hover,
.sub-heading-RTbgzWQ8Fj a u,
.sub-heading-RTbgzWQ8Fj a:hover,
.sub-heading-TRah4sHksz a u,
.sub-heading-TRah4sHksz a:hover,
.sub-heading-TcSJ4NX8Qx a u,
.sub-heading-TcSJ4NX8Qx a:hover,
.sub-heading-VMcsz-JGOM a u,
.sub-heading-VMcsz-JGOM a:hover,
.sub-heading-_nDIK8hAUv a u,
.sub-heading-_nDIK8hAUv a:hover,
.sub-heading-emPzgjhGAl a u,
.sub-heading-emPzgjhGAl a:hover,
.sub-heading-j6zXzHBV2H a u,
.sub-heading-j6zXzHBV2H a:hover,
.sub-heading-k8Ba2YqX-C a u,
.sub-heading-k8Ba2YqX-C a:hover,
.sub-heading-kocQpKzzO1 a u,
.sub-heading-kocQpKzzO1 a:hover,
.sub-heading-m7JEJqgk1X a u,
.sub-heading-m7JEJqgk1X a:hover,
.sub-heading-maQbNAYyWj a u,
.sub-heading-maQbNAYyWj a:hover,
.sub-heading-rHwYN5_OTA a u,
.sub-heading-rHwYN5_OTA a:hover,
.sub-heading-vfd9_lFfXD a u,
.sub-heading-vfd9_lFfXD a:hover,
.sub-heading-zaBDhYvI3M a u,
.sub-heading-zaBDhYvI3M a:hover {
    text-decoration: underline
}

.bulletList-0YRTLXuwBI a s,
.bulletList-4PCJMELAAJ a s,
.bulletList-7cRcRSpZrc a s,
.bulletList-EeD7azlNjk a s,
.bulletList-EkIN9y1PIZ a s,
.bulletList-Jcg2eDy4JB a s,
.bulletList-STwllUGMTb a s,
.bulletList-SdLjxoADSn a s,
.bulletList-WC6jRoXlR7 a s,
.bulletList-WyJMQJR29Z a s,
.bulletList-ZBolA2kAZF a s,
.bulletList-flag1BYt9i a s,
.bulletList-gsb5OXpDS6 a s,
.bulletList-iN-xtl176D a s,
.bulletList-kaOOSzZLs4 a s,
.bulletList-o1Y3Jf9Kvd a s,
.bulletList-opz81ci-L1 a s,
.bulletList-qpBwHmkmne a s,
.bulletList-v6wAcyzC_S a s,
.heading-2u095yFXKL a s,
.heading-G1FiE5loiv a s,
.heading-NjLXgdkCHO a s,
.heading-S7I4XbO_3f a s,
.heading-UGiFrsGdeZ a s,
.heading-dJpscsLyBi a s,
.heading-ddhdmTz0vx a s,
.heading-fO-aoicw5G a s,
.heading-pA0GOWwD4p a s,
.sub-heading-22Q3JRsfqw a s,
.sub-heading-6k2vaQ_B8L a s,
.sub-heading-Atvs5b-teg a s,
.sub-heading-B3NXx1_Pwe a s,
.sub-heading-G9Gt5RYKm6 a s,
.sub-heading-GmDoYujN0s a s,
.sub-heading-IA6DsIuZIa a s,
.sub-heading-Jf4IJiQiia a s,
.sub-heading-Me6gciI8n9 a s,
.sub-heading-N0hfND0kIV a s,
.sub-heading-R6XcEkjMfe a s,
.sub-heading-RTbgzWQ8Fj a s,
.sub-heading-TRah4sHksz a s,
.sub-heading-TcSJ4NX8Qx a s,
.sub-heading-VMcsz-JGOM a s,
.sub-heading-_nDIK8hAUv a s,
.sub-heading-emPzgjhGAl a s,
.sub-heading-j6zXzHBV2H a s,
.sub-heading-k8Ba2YqX-C a s,
.sub-heading-kocQpKzzO1 a s,
.sub-heading-m7JEJqgk1X a s,
.sub-heading-maQbNAYyWj a s,
.sub-heading-rHwYN5_OTA a s,
.sub-heading-vfd9_lFfXD a s,
.sub-heading-zaBDhYvI3M a s {
    text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-dJpscsLyBi h1,
    .heading-dJpscsLyBi h2,
    .heading-dJpscsLyBi h3,
    .heading-dJpscsLyBi h4,
    .heading-dJpscsLyBi h5,
    .heading-dJpscsLyBi h6,
    .heading-dJpscsLyBi ul li,
    .heading-dJpscsLyBi.text-output {
        font-size: 40px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-dJpscsLyBi h1,
    .heading-dJpscsLyBi h2,
    .heading-dJpscsLyBi h3,
    .heading-dJpscsLyBi h4,
    .heading-dJpscsLyBi h5,
    .heading-dJpscsLyBi h6,
    .heading-dJpscsLyBi ul li,
    .heading-dJpscsLyBi.text-output {
        font-size: 40px !important;
        font-weight: 700
    }
}

.heading-2u095yFXKL.text-output h1:first-child:before,
.heading-2u095yFXKL.text-output h2:first-child:before,
.heading-2u095yFXKL.text-output h3:first-child:before,
.heading-2u095yFXKL.text-output h4:first-child:before,
.heading-2u095yFXKL.text-output h5:first-child:before,
.heading-2u095yFXKL.text-output h6:first-child:before,
.heading-2u095yFXKL.text-output p:first-child:before,
.heading-dJpscsLyBi.text-output h1:first-child:before,
.heading-dJpscsLyBi.text-output h2:first-child:before,
.heading-dJpscsLyBi.text-output h3:first-child:before,
.heading-dJpscsLyBi.text-output h4:first-child:before,
.heading-dJpscsLyBi.text-output h5:first-child:before,
.heading-dJpscsLyBi.text-output h6:first-child:before,
.heading-dJpscsLyBi.text-output p:first-child:before,
.sub-heading-22Q3JRsfqw.text-output h1:first-child:before,
.sub-heading-22Q3JRsfqw.text-output h2:first-child:before,
.sub-heading-22Q3JRsfqw.text-output h3:first-child:before,
.sub-heading-22Q3JRsfqw.text-output h4:first-child:before,
.sub-heading-22Q3JRsfqw.text-output h5:first-child:before,
.sub-heading-22Q3JRsfqw.text-output h6:first-child:before,
.sub-heading-22Q3JRsfqw.text-output p:first-child:before,
.sub-heading-G9Gt5RYKm6.text-output h1:first-child:before,
.sub-heading-G9Gt5RYKm6.text-output h2:first-child:before,
.sub-heading-G9Gt5RYKm6.text-output h3:first-child:before,
.sub-heading-G9Gt5RYKm6.text-output h4:first-child:before,
.sub-heading-G9Gt5RYKm6.text-output h5:first-child:before,
.sub-heading-G9Gt5RYKm6.text-output h6:first-child:before,
.sub-heading-G9Gt5RYKm6.text-output p:first-child:before,
.sub-heading-TcSJ4NX8Qx.text-output h1:first-child:before,
.sub-heading-TcSJ4NX8Qx.text-output h2:first-child:before,
.sub-heading-TcSJ4NX8Qx.text-output h3:first-child:before,
.sub-heading-TcSJ4NX8Qx.text-output h4:first-child:before,
.sub-heading-TcSJ4NX8Qx.text-output h5:first-child:before,
.sub-heading-TcSJ4NX8Qx.text-output h6:first-child:before,
.sub-heading-TcSJ4NX8Qx.text-output p:first-child:before,
.sub-heading-VMcsz-JGOM.text-output h1:first-child:before,
.sub-heading-VMcsz-JGOM.text-output h2:first-child:before,
.sub-heading-VMcsz-JGOM.text-output h3:first-child:before,
.sub-heading-VMcsz-JGOM.text-output h4:first-child:before,
.sub-heading-VMcsz-JGOM.text-output h5:first-child:before,
.sub-heading-VMcsz-JGOM.text-output h6:first-child:before,
.sub-heading-VMcsz-JGOM.text-output p:first-child:before,
.sub-heading-kocQpKzzO1.text-output h1:first-child:before,
.sub-heading-kocQpKzzO1.text-output h2:first-child:before,
.sub-heading-kocQpKzzO1.text-output h3:first-child:before,
.sub-heading-kocQpKzzO1.text-output h4:first-child:before,
.sub-heading-kocQpKzzO1.text-output h5:first-child:before,
.sub-heading-kocQpKzzO1.text-output h6:first-child:before,
.sub-heading-kocQpKzzO1.text-output p:first-child:before,
.sub-heading-vfd9_lFfXD.text-output h1:first-child:before,
.sub-heading-vfd9_lFfXD.text-output h2:first-child:before,
.sub-heading-vfd9_lFfXD.text-output h3:first-child:before,
.sub-heading-vfd9_lFfXD.text-output h4:first-child:before,
.sub-heading-vfd9_lFfXD.text-output h5:first-child:before,
.sub-heading-vfd9_lFfXD.text-output h6:first-child:before,
.sub-heading-vfd9_lFfXD.text-output p:first-child:before {
    color: var(--text-color);
    content: '';
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

.sub-heading-G9Gt5RYKm6,
.sub-heading-TcSJ4NX8Qx {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-TcSJ4NX8Qx h1,
    .sub-heading-TcSJ4NX8Qx h2,
    .sub-heading-TcSJ4NX8Qx h3,
    .sub-heading-TcSJ4NX8Qx h4,
    .sub-heading-TcSJ4NX8Qx h5,
    .sub-heading-TcSJ4NX8Qx h6,
    .sub-heading-TcSJ4NX8Qx ul li,
    .sub-heading-TcSJ4NX8Qx.text-output {
        font-size: 13px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-TcSJ4NX8Qx h1,
    .sub-heading-TcSJ4NX8Qx h2,
    .sub-heading-TcSJ4NX8Qx h3,
    .sub-heading-TcSJ4NX8Qx h4,
    .sub-heading-TcSJ4NX8Qx h5,
    .sub-heading-TcSJ4NX8Qx h6,
    .sub-heading-TcSJ4NX8Qx ul li,
    .sub-heading-TcSJ4NX8Qx.text-output {
        font-size: 13px !important;
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-G9Gt5RYKm6 h1,
    .sub-heading-G9Gt5RYKm6 h2,
    .sub-heading-G9Gt5RYKm6 h3,
    .sub-heading-G9Gt5RYKm6 h4,
    .sub-heading-G9Gt5RYKm6 h5,
    .sub-heading-G9Gt5RYKm6 h6,
    .sub-heading-G9Gt5RYKm6 ul li,
    .sub-heading-G9Gt5RYKm6.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-G9Gt5RYKm6 h1,
    .sub-heading-G9Gt5RYKm6 h2,
    .sub-heading-G9Gt5RYKm6 h3,
    .sub-heading-G9Gt5RYKm6 h4,
    .sub-heading-G9Gt5RYKm6 h5,
    .sub-heading-G9Gt5RYKm6 h6,
    .sub-heading-G9Gt5RYKm6 ul li,
    .sub-heading-G9Gt5RYKm6.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-EeD7azlNjk {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-EeD7azlNjk h1,
    .bulletList-EeD7azlNjk h2,
    .bulletList-EeD7azlNjk h3,
    .bulletList-EeD7azlNjk h4,
    .bulletList-EeD7azlNjk h5,
    .bulletList-EeD7azlNjk h6,
    .bulletList-EeD7azlNjk ul li,
    .bulletList-EeD7azlNjk.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-EeD7azlNjk h1,
    .bulletList-EeD7azlNjk h2,
    .bulletList-EeD7azlNjk h3,
    .bulletList-EeD7azlNjk h4,
    .bulletList-EeD7azlNjk h5,
    .bulletList-EeD7azlNjk h6,
    .bulletList-EeD7azlNjk ul li,
    .bulletList-EeD7azlNjk.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-0YRTLXuwBI.text-output ul,
.bulletList-4PCJMELAAJ.text-output ul,
.bulletList-7cRcRSpZrc.text-output ul,
.bulletList-EeD7azlNjk.text-output ul,
.bulletList-EkIN9y1PIZ.text-output ul,
.bulletList-Jcg2eDy4JB.text-output ul,
.bulletList-STwllUGMTb.text-output ul,
.bulletList-SdLjxoADSn.text-output ul,
.bulletList-WC6jRoXlR7.text-output ul,
.bulletList-WyJMQJR29Z.text-output ul,
.bulletList-ZBolA2kAZF.text-output ul,
.bulletList-flag1BYt9i.text-output ul,
.bulletList-gsb5OXpDS6.text-output ul,
.bulletList-iN-xtl176D.text-output ul,
.bulletList-kaOOSzZLs4.text-output ul,
.bulletList-o1Y3Jf9Kvd.text-output ul,
.bulletList-opz81ci-L1.text-output ul,
.bulletList-qpBwHmkmne.text-output ul,
.bulletList-v6wAcyzC_S.text-output ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 1.5em
}

.bulletList-0YRTLXuwBI.text-output ol,
.bulletList-4PCJMELAAJ.text-output ol,
.bulletList-7cRcRSpZrc.text-output ol,
.bulletList-EeD7azlNjk.text-output ol,
.bulletList-EkIN9y1PIZ.text-output ol,
.bulletList-Jcg2eDy4JB.text-output ol,
.bulletList-STwllUGMTb.text-output ol,
.bulletList-SdLjxoADSn.text-output ol,
.bulletList-WC6jRoXlR7.text-output ol,
.bulletList-WyJMQJR29Z.text-output ol,
.bulletList-ZBolA2kAZF.text-output ol,
.bulletList-flag1BYt9i.text-output ol,
.bulletList-gsb5OXpDS6.text-output ol,
.bulletList-iN-xtl176D.text-output ol,
.bulletList-kaOOSzZLs4.text-output ol,
.bulletList-o1Y3Jf9Kvd.text-output ol,
.bulletList-opz81ci-L1.text-output ol,
.bulletList-qpBwHmkmne.text-output ol,
.bulletList-v6wAcyzC_S.text-output ol {
    padding-left: 1.5em
}

.bulletList-EeD7azlNjk.text-output ol li,
.bulletList-EeD7azlNjk.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-0YRTLXuwBI.text-output li,
.bulletList-4PCJMELAAJ.text-output li,
.bulletList-7cRcRSpZrc.text-output li,
.bulletList-EeD7azlNjk.text-output li,
.bulletList-EkIN9y1PIZ.text-output li,
.bulletList-Jcg2eDy4JB.text-output li,
.bulletList-STwllUGMTb.text-output li,
.bulletList-SdLjxoADSn.text-output li,
.bulletList-WC6jRoXlR7.text-output li,
.bulletList-WyJMQJR29Z.text-output li,
.bulletList-ZBolA2kAZF.text-output li,
.bulletList-flag1BYt9i.text-output li,
.bulletList-gsb5OXpDS6.text-output li,
.bulletList-iN-xtl176D.text-output li,
.bulletList-kaOOSzZLs4.text-output li,
.bulletList-o1Y3Jf9Kvd.text-output li,
.bulletList-opz81ci-L1.text-output li,
.bulletList-qpBwHmkmne.text-output li,
.bulletList-v6wAcyzC_S.text-output li {
    list-style-type: "\"

}

.bulletList-EeD7azlNjk.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi9ccp0);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-kocQpKzzO1 {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-kocQpKzzO1 h1,
    .sub-heading-kocQpKzzO1 h2,
    .sub-heading-kocQpKzzO1 h3,
    .sub-heading-kocQpKzzO1 h4,
    .sub-heading-kocQpKzzO1 h5,
    .sub-heading-kocQpKzzO1 h6,
    .sub-heading-kocQpKzzO1 ul li,
    .sub-heading-kocQpKzzO1.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-kocQpKzzO1 h1,
    .sub-heading-kocQpKzzO1 h2,
    .sub-heading-kocQpKzzO1 h3,
    .sub-heading-kocQpKzzO1 h4,
    .sub-heading-kocQpKzzO1 h5,
    .sub-heading-kocQpKzzO1 h6,
    .sub-heading-kocQpKzzO1 ul li,
    .sub-heading-kocQpKzzO1.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-0YRTLXuwBI {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-0YRTLXuwBI h1,
    .bulletList-0YRTLXuwBI h2,
    .bulletList-0YRTLXuwBI h3,
    .bulletList-0YRTLXuwBI h4,
    .bulletList-0YRTLXuwBI h5,
    .bulletList-0YRTLXuwBI h6,
    .bulletList-0YRTLXuwBI ul li,
    .bulletList-0YRTLXuwBI.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-0YRTLXuwBI h1,
    .bulletList-0YRTLXuwBI h2,
    .bulletList-0YRTLXuwBI h3,
    .bulletList-0YRTLXuwBI h4,
    .bulletList-0YRTLXuwBI h5,
    .bulletList-0YRTLXuwBI h6,
    .bulletList-0YRTLXuwBI ul li,
    .bulletList-0YRTLXuwBI.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-0YRTLXuwBI.text-output ol li,
.bulletList-0YRTLXuwBI.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-0YRTLXuwBI.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi9ccp0);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-vfd9_lFfXD {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-vfd9_lFfXD h1,
    .sub-heading-vfd9_lFfXD h2,
    .sub-heading-vfd9_lFfXD h3,
    .sub-heading-vfd9_lFfXD h4,
    .sub-heading-vfd9_lFfXD h5,
    .sub-heading-vfd9_lFfXD h6,
    .sub-heading-vfd9_lFfXD ul li,
    .sub-heading-vfd9_lFfXD.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-vfd9_lFfXD h1,
    .sub-heading-vfd9_lFfXD h2,
    .sub-heading-vfd9_lFfXD h3,
    .sub-heading-vfd9_lFfXD h4,
    .sub-heading-vfd9_lFfXD h5,
    .sub-heading-vfd9_lFfXD h6,
    .sub-heading-vfd9_lFfXD ul li,
    .sub-heading-vfd9_lFfXD.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-WyJMQJR29Z {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-WyJMQJR29Z h1,
    .bulletList-WyJMQJR29Z h2,
    .bulletList-WyJMQJR29Z h3,
    .bulletList-WyJMQJR29Z h4,
    .bulletList-WyJMQJR29Z h5,
    .bulletList-WyJMQJR29Z h6,
    .bulletList-WyJMQJR29Z ul li,
    .bulletList-WyJMQJR29Z.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-WyJMQJR29Z h1,
    .bulletList-WyJMQJR29Z h2,
    .bulletList-WyJMQJR29Z h3,
    .bulletList-WyJMQJR29Z h4,
    .bulletList-WyJMQJR29Z h5,
    .bulletList-WyJMQJR29Z h6,
    .bulletList-WyJMQJR29Z ul li,
    .bulletList-WyJMQJR29Z.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-WyJMQJR29Z.text-output ol li,
.bulletList-WyJMQJR29Z.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-WyJMQJR29Z.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi9ccp0);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-22Q3JRsfqw {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-22Q3JRsfqw h1,
    .sub-heading-22Q3JRsfqw h2,
    .sub-heading-22Q3JRsfqw h3,
    .sub-heading-22Q3JRsfqw h4,
    .sub-heading-22Q3JRsfqw h5,
    .sub-heading-22Q3JRsfqw h6,
    .sub-heading-22Q3JRsfqw ul li,
    .sub-heading-22Q3JRsfqw.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-22Q3JRsfqw h1,
    .sub-heading-22Q3JRsfqw h2,
    .sub-heading-22Q3JRsfqw h3,
    .sub-heading-22Q3JRsfqw h4,
    .sub-heading-22Q3JRsfqw h5,
    .sub-heading-22Q3JRsfqw h6,
    .sub-heading-22Q3JRsfqw ul li,
    .sub-heading-22Q3JRsfqw.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-qpBwHmkmne {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-qpBwHmkmne h1,
    .bulletList-qpBwHmkmne h2,
    .bulletList-qpBwHmkmne h3,
    .bulletList-qpBwHmkmne h4,
    .bulletList-qpBwHmkmne h5,
    .bulletList-qpBwHmkmne h6,
    .bulletList-qpBwHmkmne ul li,
    .bulletList-qpBwHmkmne.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-qpBwHmkmne h1,
    .bulletList-qpBwHmkmne h2,
    .bulletList-qpBwHmkmne h3,
    .bulletList-qpBwHmkmne h4,
    .bulletList-qpBwHmkmne h5,
    .bulletList-qpBwHmkmne h6,
    .bulletList-qpBwHmkmne ul li,
    .bulletList-qpBwHmkmne.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-qpBwHmkmne.text-output ol li,
.bulletList-qpBwHmkmne.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-qpBwHmkmne.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi9ccp0);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-VMcsz-JGOM {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-VMcsz-JGOM h1,
    .sub-heading-VMcsz-JGOM h2,
    .sub-heading-VMcsz-JGOM h3,
    .sub-heading-VMcsz-JGOM h4,
    .sub-heading-VMcsz-JGOM h5,
    .sub-heading-VMcsz-JGOM h6,
    .sub-heading-VMcsz-JGOM ul li,
    .sub-heading-VMcsz-JGOM.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-VMcsz-JGOM h1,
    .sub-heading-VMcsz-JGOM h2,
    .sub-heading-VMcsz-JGOM h3,
    .sub-heading-VMcsz-JGOM h4,
    .sub-heading-VMcsz-JGOM h5,
    .sub-heading-VMcsz-JGOM h6,
    .sub-heading-VMcsz-JGOM ul li,
    .sub-heading-VMcsz-JGOM.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-2u095yFXKL {
    font-weight: 900
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-2u095yFXKL h1,
    .heading-2u095yFXKL h2,
    .heading-2u095yFXKL h3,
    .heading-2u095yFXKL h4,
    .heading-2u095yFXKL h5,
    .heading-2u095yFXKL h6,
    .heading-2u095yFXKL ul li,
    .heading-2u095yFXKL.text-output {
        font-size: 45px !important;
        font-weight: 900
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-2u095yFXKL h1,
    .heading-2u095yFXKL h2,
    .heading-2u095yFXKL h3,
    .heading-2u095yFXKL h4,
    .heading-2u095yFXKL h5,
    .heading-2u095yFXKL h6,
    .heading-2u095yFXKL ul li,
    .heading-2u095yFXKL.text-output {
        font-size: 45px !important;
        font-weight: 900
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-5-NyoX3-sn .button-icon-end,
    .button-5-NyoX3-sn .button-icon-start,
    .button-5-NyoX3-sn .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-5-NyoX3-sn .button-icon-start {
        margin-right: 5px
    }
    .button-5-NyoX3-sn .button-icon-end {
        margin-left: 5px
    }
    .button-5-NyoX3-sn .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-5-NyoX3-sn .button-icon-end,
    .button-5-NyoX3-sn .button-icon-start,
    .button-5-NyoX3-sn .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-5-NyoX3-sn .button-icon-start {
        margin-right: 5px
    }
    .button-5-NyoX3-sn .button-icon-end {
        margin-left: 5px
    }
    .button-5-NyoX3-sn .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.heading-UGiFrsGdeZ {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-UGiFrsGdeZ h1,
    .heading-UGiFrsGdeZ h2,
    .heading-UGiFrsGdeZ h3,
    .heading-UGiFrsGdeZ h4,
    .heading-UGiFrsGdeZ h5,
    .heading-UGiFrsGdeZ h6,
    .heading-UGiFrsGdeZ ul li,
    .heading-UGiFrsGdeZ.text-output {
        font-size: 40px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-UGiFrsGdeZ h1,
    .heading-UGiFrsGdeZ h2,
    .heading-UGiFrsGdeZ h3,
    .heading-UGiFrsGdeZ h4,
    .heading-UGiFrsGdeZ h5,
    .heading-UGiFrsGdeZ h6,
    .heading-UGiFrsGdeZ ul li,
    .heading-UGiFrsGdeZ.text-output {
        font-size: 40px !important;
        font-weight: 700
    }
}

.heading-UGiFrsGdeZ.text-output h1:first-child:before,
.heading-UGiFrsGdeZ.text-output h2:first-child:before,
.heading-UGiFrsGdeZ.text-output h3:first-child:before,
.heading-UGiFrsGdeZ.text-output h4:first-child:before,
.heading-UGiFrsGdeZ.text-output h5:first-child:before,
.heading-UGiFrsGdeZ.text-output h6:first-child:before,
.heading-UGiFrsGdeZ.text-output p:first-child:before {
    color: var(--color-mbi9euhf);
    content: '';
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

.sub-heading-GmDoYujN0s,
.sub-heading-R6XcEkjMfe {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-R6XcEkjMfe h1,
    .sub-heading-R6XcEkjMfe h2,
    .sub-heading-R6XcEkjMfe h3,
    .sub-heading-R6XcEkjMfe h4,
    .sub-heading-R6XcEkjMfe h5,
    .sub-heading-R6XcEkjMfe h6,
    .sub-heading-R6XcEkjMfe ul li,
    .sub-heading-R6XcEkjMfe.text-output {
        font-size: 13px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-R6XcEkjMfe h1,
    .sub-heading-R6XcEkjMfe h2,
    .sub-heading-R6XcEkjMfe h3,
    .sub-heading-R6XcEkjMfe h4,
    .sub-heading-R6XcEkjMfe h5,
    .sub-heading-R6XcEkjMfe h6,
    .sub-heading-R6XcEkjMfe ul li,
    .sub-heading-R6XcEkjMfe.text-output {
        font-size: 13px !important;
        font-weight: 400
    }
}

.heading-NjLXgdkCHO.text-output h1:first-child:before,
.heading-NjLXgdkCHO.text-output h2:first-child:before,
.heading-NjLXgdkCHO.text-output h3:first-child:before,
.heading-NjLXgdkCHO.text-output h4:first-child:before,
.heading-NjLXgdkCHO.text-output h5:first-child:before,
.heading-NjLXgdkCHO.text-output h6:first-child:before,
.heading-NjLXgdkCHO.text-output p:first-child:before,
.heading-S7I4XbO_3f.text-output h1:first-child:before,
.heading-S7I4XbO_3f.text-output h2:first-child:before,
.heading-S7I4XbO_3f.text-output h3:first-child:before,
.heading-S7I4XbO_3f.text-output h4:first-child:before,
.heading-S7I4XbO_3f.text-output h5:first-child:before,
.heading-S7I4XbO_3f.text-output h6:first-child:before,
.heading-S7I4XbO_3f.text-output p:first-child:before,
.heading-fO-aoicw5G.text-output h1:first-child:before,
.heading-fO-aoicw5G.text-output h2:first-child:before,
.heading-fO-aoicw5G.text-output h3:first-child:before,
.heading-fO-aoicw5G.text-output h4:first-child:before,
.heading-fO-aoicw5G.text-output h5:first-child:before,
.heading-fO-aoicw5G.text-output h6:first-child:before,
.heading-fO-aoicw5G.text-output p:first-child:before,
.heading-pA0GOWwD4p.text-output h1:first-child:before,
.heading-pA0GOWwD4p.text-output h2:first-child:before,
.heading-pA0GOWwD4p.text-output h3:first-child:before,
.heading-pA0GOWwD4p.text-output h4:first-child:before,
.heading-pA0GOWwD4p.text-output h5:first-child:before,
.heading-pA0GOWwD4p.text-output h6:first-child:before,
.heading-pA0GOWwD4p.text-output p:first-child:before,
.sub-heading-6k2vaQ_B8L.text-output h1:first-child:before,
.sub-heading-6k2vaQ_B8L.text-output h2:first-child:before,
.sub-heading-6k2vaQ_B8L.text-output h3:first-child:before,
.sub-heading-6k2vaQ_B8L.text-output h4:first-child:before,
.sub-heading-6k2vaQ_B8L.text-output h5:first-child:before,
.sub-heading-6k2vaQ_B8L.text-output h6:first-child:before,
.sub-heading-6k2vaQ_B8L.text-output p:first-child:before,
.sub-heading-Atvs5b-teg.text-output h1:first-child:before,
.sub-heading-Atvs5b-teg.text-output h2:first-child:before,
.sub-heading-Atvs5b-teg.text-output h3:first-child:before,
.sub-heading-Atvs5b-teg.text-output h4:first-child:before,
.sub-heading-Atvs5b-teg.text-output h5:first-child:before,
.sub-heading-Atvs5b-teg.text-output h6:first-child:before,
.sub-heading-Atvs5b-teg.text-output p:first-child:before,
.sub-heading-B3NXx1_Pwe.text-output h1:first-child:before,
.sub-heading-B3NXx1_Pwe.text-output h2:first-child:before,
.sub-heading-B3NXx1_Pwe.text-output h3:first-child:before,
.sub-heading-B3NXx1_Pwe.text-output h4:first-child:before,
.sub-heading-B3NXx1_Pwe.text-output h5:first-child:before,
.sub-heading-B3NXx1_Pwe.text-output h6:first-child:before,
.sub-heading-B3NXx1_Pwe.text-output p:first-child:before,
.sub-heading-GmDoYujN0s.text-output h1:first-child:before,
.sub-heading-GmDoYujN0s.text-output h2:first-child:before,
.sub-heading-GmDoYujN0s.text-output h3:first-child:before,
.sub-heading-GmDoYujN0s.text-output h4:first-child:before,
.sub-heading-GmDoYujN0s.text-output h5:first-child:before,
.sub-heading-GmDoYujN0s.text-output h6:first-child:before,
.sub-heading-GmDoYujN0s.text-output p:first-child:before,
.sub-heading-IA6DsIuZIa.text-output h1:first-child:before,
.sub-heading-IA6DsIuZIa.text-output h2:first-child:before,
.sub-heading-IA6DsIuZIa.text-output h3:first-child:before,
.sub-heading-IA6DsIuZIa.text-output h4:first-child:before,
.sub-heading-IA6DsIuZIa.text-output h5:first-child:before,
.sub-heading-IA6DsIuZIa.text-output h6:first-child:before,
.sub-heading-IA6DsIuZIa.text-output p:first-child:before,
.sub-heading-Jf4IJiQiia.text-output h1:first-child:before,
.sub-heading-Jf4IJiQiia.text-output h2:first-child:before,
.sub-heading-Jf4IJiQiia.text-output h3:first-child:before,
.sub-heading-Jf4IJiQiia.text-output h4:first-child:before,
.sub-heading-Jf4IJiQiia.text-output h5:first-child:before,
.sub-heading-Jf4IJiQiia.text-output h6:first-child:before,
.sub-heading-Jf4IJiQiia.text-output p:first-child:before,
.sub-heading-Me6gciI8n9.text-output h1:first-child:before,
.sub-heading-Me6gciI8n9.text-output h2:first-child:before,
.sub-heading-Me6gciI8n9.text-output h3:first-child:before,
.sub-heading-Me6gciI8n9.text-output h4:first-child:before,
.sub-heading-Me6gciI8n9.text-output h5:first-child:before,
.sub-heading-Me6gciI8n9.text-output h6:first-child:before,
.sub-heading-Me6gciI8n9.text-output p:first-child:before,
.sub-heading-N0hfND0kIV.text-output h1:first-child:before,
.sub-heading-N0hfND0kIV.text-output h2:first-child:before,
.sub-heading-N0hfND0kIV.text-output h3:first-child:before,
.sub-heading-N0hfND0kIV.text-output h4:first-child:before,
.sub-heading-N0hfND0kIV.text-output h5:first-child:before,
.sub-heading-N0hfND0kIV.text-output h6:first-child:before,
.sub-heading-N0hfND0kIV.text-output p:first-child:before,
.sub-heading-R6XcEkjMfe.text-output h1:first-child:before,
.sub-heading-R6XcEkjMfe.text-output h2:first-child:before,
.sub-heading-R6XcEkjMfe.text-output h3:first-child:before,
.sub-heading-R6XcEkjMfe.text-output h4:first-child:before,
.sub-heading-R6XcEkjMfe.text-output h5:first-child:before,
.sub-heading-R6XcEkjMfe.text-output h6:first-child:before,
.sub-heading-R6XcEkjMfe.text-output p:first-child:before,
.sub-heading-RTbgzWQ8Fj.text-output h1:first-child:before,
.sub-heading-RTbgzWQ8Fj.text-output h2:first-child:before,
.sub-heading-RTbgzWQ8Fj.text-output h3:first-child:before,
.sub-heading-RTbgzWQ8Fj.text-output h4:first-child:before,
.sub-heading-RTbgzWQ8Fj.text-output h5:first-child:before,
.sub-heading-RTbgzWQ8Fj.text-output h6:first-child:before,
.sub-heading-RTbgzWQ8Fj.text-output p:first-child:before,
.sub-heading-TRah4sHksz.text-output h1:first-child:before,
.sub-heading-TRah4sHksz.text-output h2:first-child:before,
.sub-heading-TRah4sHksz.text-output h3:first-child:before,
.sub-heading-TRah4sHksz.text-output h4:first-child:before,
.sub-heading-TRah4sHksz.text-output h5:first-child:before,
.sub-heading-TRah4sHksz.text-output h6:first-child:before,
.sub-heading-TRah4sHksz.text-output p:first-child:before,
.sub-heading-emPzgjhGAl.text-output h1:first-child:before,
.sub-heading-emPzgjhGAl.text-output h2:first-child:before,
.sub-heading-emPzgjhGAl.text-output h3:first-child:before,
.sub-heading-emPzgjhGAl.text-output h4:first-child:before,
.sub-heading-emPzgjhGAl.text-output h5:first-child:before,
.sub-heading-emPzgjhGAl.text-output h6:first-child:before,
.sub-heading-emPzgjhGAl.text-output p:first-child:before,
.sub-heading-m7JEJqgk1X.text-output h1:first-child:before,
.sub-heading-m7JEJqgk1X.text-output h2:first-child:before,
.sub-heading-m7JEJqgk1X.text-output h3:first-child:before,
.sub-heading-m7JEJqgk1X.text-output h4:first-child:before,
.sub-heading-m7JEJqgk1X.text-output h5:first-child:before,
.sub-heading-m7JEJqgk1X.text-output h6:first-child:before,
.sub-heading-m7JEJqgk1X.text-output p:first-child:before,
.sub-heading-maQbNAYyWj.text-output h1:first-child:before,
.sub-heading-maQbNAYyWj.text-output h2:first-child:before,
.sub-heading-maQbNAYyWj.text-output h3:first-child:before,
.sub-heading-maQbNAYyWj.text-output h4:first-child:before,
.sub-heading-maQbNAYyWj.text-output h5:first-child:before,
.sub-heading-maQbNAYyWj.text-output h6:first-child:before,
.sub-heading-maQbNAYyWj.text-output p:first-child:before,
.sub-heading-rHwYN5_OTA.text-output h1:first-child:before,
.sub-heading-rHwYN5_OTA.text-output h2:first-child:before,
.sub-heading-rHwYN5_OTA.text-output h3:first-child:before,
.sub-heading-rHwYN5_OTA.text-output h4:first-child:before,
.sub-heading-rHwYN5_OTA.text-output h5:first-child:before,
.sub-heading-rHwYN5_OTA.text-output h6:first-child:before,
.sub-heading-rHwYN5_OTA.text-output p:first-child:before,
.sub-heading-zaBDhYvI3M.text-output h1:first-child:before,
.sub-heading-zaBDhYvI3M.text-output h2:first-child:before,
.sub-heading-zaBDhYvI3M.text-output h3:first-child:before,
.sub-heading-zaBDhYvI3M.text-output h4:first-child:before,
.sub-heading-zaBDhYvI3M.text-output h5:first-child:before,
.sub-heading-zaBDhYvI3M.text-output h6:first-child:before,
.sub-heading-zaBDhYvI3M.text-output p:first-child:before {
    color: var(--text-color);
    content: '';
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-GmDoYujN0s h1,
    .sub-heading-GmDoYujN0s h2,
    .sub-heading-GmDoYujN0s h3,
    .sub-heading-GmDoYujN0s h4,
    .sub-heading-GmDoYujN0s h5,
    .sub-heading-GmDoYujN0s h6,
    .sub-heading-GmDoYujN0s ul li,
    .sub-heading-GmDoYujN0s.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-GmDoYujN0s h1,
    .sub-heading-GmDoYujN0s h2,
    .sub-heading-GmDoYujN0s h3,
    .sub-heading-GmDoYujN0s h4,
    .sub-heading-GmDoYujN0s h5,
    .sub-heading-GmDoYujN0s h6,
    .sub-heading-GmDoYujN0s ul li,
    .sub-heading-GmDoYujN0s.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-4PCJMELAAJ,
.bulletList-o1Y3Jf9Kvd {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-4PCJMELAAJ h1,
    .bulletList-4PCJMELAAJ h2,
    .bulletList-4PCJMELAAJ h3,
    .bulletList-4PCJMELAAJ h4,
    .bulletList-4PCJMELAAJ h5,
    .bulletList-4PCJMELAAJ h6,
    .bulletList-4PCJMELAAJ ul li,
    .bulletList-4PCJMELAAJ.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-4PCJMELAAJ h1,
    .bulletList-4PCJMELAAJ h2,
    .bulletList-4PCJMELAAJ h3,
    .bulletList-4PCJMELAAJ h4,
    .bulletList-4PCJMELAAJ h5,
    .bulletList-4PCJMELAAJ h6,
    .bulletList-4PCJMELAAJ ul li,
    .bulletList-4PCJMELAAJ.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-4PCJMELAAJ.text-output ol li,
.bulletList-4PCJMELAAJ.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-4PCJMELAAJ.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi9euhf);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-o1Y3Jf9Kvd h1,
    .bulletList-o1Y3Jf9Kvd h2,
    .bulletList-o1Y3Jf9Kvd h3,
    .bulletList-o1Y3Jf9Kvd h4,
    .bulletList-o1Y3Jf9Kvd h5,
    .bulletList-o1Y3Jf9Kvd h6,
    .bulletList-o1Y3Jf9Kvd ul li,
    .bulletList-o1Y3Jf9Kvd.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-o1Y3Jf9Kvd h1,
    .bulletList-o1Y3Jf9Kvd h2,
    .bulletList-o1Y3Jf9Kvd h3,
    .bulletList-o1Y3Jf9Kvd h4,
    .bulletList-o1Y3Jf9Kvd h5,
    .bulletList-o1Y3Jf9Kvd h6,
    .bulletList-o1Y3Jf9Kvd ul li,
    .bulletList-o1Y3Jf9Kvd.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-o1Y3Jf9Kvd.text-output ol li,
.bulletList-o1Y3Jf9Kvd.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-o1Y3Jf9Kvd.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi9euhf);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-N0hfND0kIV {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-N0hfND0kIV h1,
    .sub-heading-N0hfND0kIV h2,
    .sub-heading-N0hfND0kIV h3,
    .sub-heading-N0hfND0kIV h4,
    .sub-heading-N0hfND0kIV h5,
    .sub-heading-N0hfND0kIV h6,
    .sub-heading-N0hfND0kIV ul li,
    .sub-heading-N0hfND0kIV.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-N0hfND0kIV h1,
    .sub-heading-N0hfND0kIV h2,
    .sub-heading-N0hfND0kIV h3,
    .sub-heading-N0hfND0kIV h4,
    .sub-heading-N0hfND0kIV h5,
    .sub-heading-N0hfND0kIV h6,
    .sub-heading-N0hfND0kIV ul li,
    .sub-heading-N0hfND0kIV.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-pA0GOWwD4p {
    font-weight: 900
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-pA0GOWwD4p h1,
    .heading-pA0GOWwD4p h2,
    .heading-pA0GOWwD4p h3,
    .heading-pA0GOWwD4p h4,
    .heading-pA0GOWwD4p h5,
    .heading-pA0GOWwD4p h6,
    .heading-pA0GOWwD4p ul li,
    .heading-pA0GOWwD4p.text-output {
        font-size: 45px !important;
        font-weight: 900
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-pA0GOWwD4p h1,
    .heading-pA0GOWwD4p h2,
    .heading-pA0GOWwD4p h3,
    .heading-pA0GOWwD4p h4,
    .heading-pA0GOWwD4p h5,
    .heading-pA0GOWwD4p h6,
    .heading-pA0GOWwD4p ul li,
    .heading-pA0GOWwD4p.text-output {
        font-size: 45px !important;
        font-weight: 900
    }
}

#col-1Hh1BSwegi>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-Va_iUT8DQX .button-icon-end,
    .button-Va_iUT8DQX .button-icon-start,
    .button-Va_iUT8DQX .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-Va_iUT8DQX .button-icon-start {
        margin-right: 5px
    }
    .button-Va_iUT8DQX .button-icon-end {
        margin-left: 5px
    }
    .button-Va_iUT8DQX .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-Va_iUT8DQX .button-icon-end,
    .button-Va_iUT8DQX .button-icon-start,
    .button-Va_iUT8DQX .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-Va_iUT8DQX .button-icon-start {
        margin-right: 5px
    }
    .button-Va_iUT8DQX .button-icon-end {
        margin-left: 5px
    }
    .button-Va_iUT8DQX .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.heading-fO-aoicw5G {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-fO-aoicw5G h1,
    .heading-fO-aoicw5G h2,
    .heading-fO-aoicw5G h3,
    .heading-fO-aoicw5G h4,
    .heading-fO-aoicw5G h5,
    .heading-fO-aoicw5G h6,
    .heading-fO-aoicw5G ul li,
    .heading-fO-aoicw5G.text-output {
        font-size: 40px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-fO-aoicw5G h1,
    .heading-fO-aoicw5G h2,
    .heading-fO-aoicw5G h3,
    .heading-fO-aoicw5G h4,
    .heading-fO-aoicw5G h5,
    .heading-fO-aoicw5G h6,
    .heading-fO-aoicw5G ul li,
    .heading-fO-aoicw5G.text-output {
        font-size: 40px !important;
        font-weight: 700
    }
}

.sub-heading-Jf4IJiQiia,
.sub-heading-rHwYN5_OTA {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-Jf4IJiQiia h1,
    .sub-heading-Jf4IJiQiia h2,
    .sub-heading-Jf4IJiQiia h3,
    .sub-heading-Jf4IJiQiia h4,
    .sub-heading-Jf4IJiQiia h5,
    .sub-heading-Jf4IJiQiia h6,
    .sub-heading-Jf4IJiQiia ul li,
    .sub-heading-Jf4IJiQiia.text-output {
        font-size: 13px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-Jf4IJiQiia h1,
    .sub-heading-Jf4IJiQiia h2,
    .sub-heading-Jf4IJiQiia h3,
    .sub-heading-Jf4IJiQiia h4,
    .sub-heading-Jf4IJiQiia h5,
    .sub-heading-Jf4IJiQiia h6,
    .sub-heading-Jf4IJiQiia ul li,
    .sub-heading-Jf4IJiQiia.text-output {
        font-size: 13px !important;
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-rHwYN5_OTA h1,
    .sub-heading-rHwYN5_OTA h2,
    .sub-heading-rHwYN5_OTA h3,
    .sub-heading-rHwYN5_OTA h4,
    .sub-heading-rHwYN5_OTA h5,
    .sub-heading-rHwYN5_OTA h6,
    .sub-heading-rHwYN5_OTA ul li,
    .sub-heading-rHwYN5_OTA.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-rHwYN5_OTA h1,
    .sub-heading-rHwYN5_OTA h2,
    .sub-heading-rHwYN5_OTA h3,
    .sub-heading-rHwYN5_OTA h4,
    .sub-heading-rHwYN5_OTA h5,
    .sub-heading-rHwYN5_OTA h6,
    .sub-heading-rHwYN5_OTA ul li,
    .sub-heading-rHwYN5_OTA.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-v6wAcyzC_S {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-v6wAcyzC_S h1,
    .bulletList-v6wAcyzC_S h2,
    .bulletList-v6wAcyzC_S h3,
    .bulletList-v6wAcyzC_S h4,
    .bulletList-v6wAcyzC_S h5,
    .bulletList-v6wAcyzC_S h6,
    .bulletList-v6wAcyzC_S ul li,
    .bulletList-v6wAcyzC_S.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-v6wAcyzC_S h1,
    .bulletList-v6wAcyzC_S h2,
    .bulletList-v6wAcyzC_S h3,
    .bulletList-v6wAcyzC_S h4,
    .bulletList-v6wAcyzC_S h5,
    .bulletList-v6wAcyzC_S h6,
    .bulletList-v6wAcyzC_S ul li,
    .bulletList-v6wAcyzC_S.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-v6wAcyzC_S.text-output ol li,
.bulletList-v6wAcyzC_S.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-v6wAcyzC_S.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi8i7jh);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-TRah4sHksz {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-TRah4sHksz h1,
    .sub-heading-TRah4sHksz h2,
    .sub-heading-TRah4sHksz h3,
    .sub-heading-TRah4sHksz h4,
    .sub-heading-TRah4sHksz h5,
    .sub-heading-TRah4sHksz h6,
    .sub-heading-TRah4sHksz ul li,
    .sub-heading-TRah4sHksz.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-TRah4sHksz h1,
    .sub-heading-TRah4sHksz h2,
    .sub-heading-TRah4sHksz h3,
    .sub-heading-TRah4sHksz h4,
    .sub-heading-TRah4sHksz h5,
    .sub-heading-TRah4sHksz h6,
    .sub-heading-TRah4sHksz ul li,
    .sub-heading-TRah4sHksz.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-gsb5OXpDS6 {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-gsb5OXpDS6 h1,
    .bulletList-gsb5OXpDS6 h2,
    .bulletList-gsb5OXpDS6 h3,
    .bulletList-gsb5OXpDS6 h4,
    .bulletList-gsb5OXpDS6 h5,
    .bulletList-gsb5OXpDS6 h6,
    .bulletList-gsb5OXpDS6 ul li,
    .bulletList-gsb5OXpDS6.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-gsb5OXpDS6 h1,
    .bulletList-gsb5OXpDS6 h2,
    .bulletList-gsb5OXpDS6 h3,
    .bulletList-gsb5OXpDS6 h4,
    .bulletList-gsb5OXpDS6 h5,
    .bulletList-gsb5OXpDS6 h6,
    .bulletList-gsb5OXpDS6 ul li,
    .bulletList-gsb5OXpDS6.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-gsb5OXpDS6.text-output ol li,
.bulletList-gsb5OXpDS6.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-gsb5OXpDS6.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi8i7jh);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-zaBDhYvI3M {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-zaBDhYvI3M h1,
    .sub-heading-zaBDhYvI3M h2,
    .sub-heading-zaBDhYvI3M h3,
    .sub-heading-zaBDhYvI3M h4,
    .sub-heading-zaBDhYvI3M h5,
    .sub-heading-zaBDhYvI3M h6,
    .sub-heading-zaBDhYvI3M ul li,
    .sub-heading-zaBDhYvI3M.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-zaBDhYvI3M h1,
    .sub-heading-zaBDhYvI3M h2,
    .sub-heading-zaBDhYvI3M h3,
    .sub-heading-zaBDhYvI3M h4,
    .sub-heading-zaBDhYvI3M h5,
    .sub-heading-zaBDhYvI3M h6,
    .sub-heading-zaBDhYvI3M ul li,
    .sub-heading-zaBDhYvI3M.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-iN-xtl176D {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-iN-xtl176D h1,
    .bulletList-iN-xtl176D h2,
    .bulletList-iN-xtl176D h3,
    .bulletList-iN-xtl176D h4,
    .bulletList-iN-xtl176D h5,
    .bulletList-iN-xtl176D h6,
    .bulletList-iN-xtl176D ul li,
    .bulletList-iN-xtl176D.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-iN-xtl176D h1,
    .bulletList-iN-xtl176D h2,
    .bulletList-iN-xtl176D h3,
    .bulletList-iN-xtl176D h4,
    .bulletList-iN-xtl176D h5,
    .bulletList-iN-xtl176D h6,
    .bulletList-iN-xtl176D ul li,
    .bulletList-iN-xtl176D.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-iN-xtl176D.text-output ol li,
.bulletList-iN-xtl176D.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-iN-xtl176D.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi8i7jh);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-6k2vaQ_B8L {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-6k2vaQ_B8L h1,
    .sub-heading-6k2vaQ_B8L h2,
    .sub-heading-6k2vaQ_B8L h3,
    .sub-heading-6k2vaQ_B8L h4,
    .sub-heading-6k2vaQ_B8L h5,
    .sub-heading-6k2vaQ_B8L h6,
    .sub-heading-6k2vaQ_B8L ul li,
    .sub-heading-6k2vaQ_B8L.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-6k2vaQ_B8L h1,
    .sub-heading-6k2vaQ_B8L h2,
    .sub-heading-6k2vaQ_B8L h3,
    .sub-heading-6k2vaQ_B8L h4,
    .sub-heading-6k2vaQ_B8L h5,
    .sub-heading-6k2vaQ_B8L h6,
    .sub-heading-6k2vaQ_B8L ul li,
    .sub-heading-6k2vaQ_B8L.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-kaOOSzZLs4 {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-kaOOSzZLs4 h1,
    .bulletList-kaOOSzZLs4 h2,
    .bulletList-kaOOSzZLs4 h3,
    .bulletList-kaOOSzZLs4 h4,
    .bulletList-kaOOSzZLs4 h5,
    .bulletList-kaOOSzZLs4 h6,
    .bulletList-kaOOSzZLs4 ul li,
    .bulletList-kaOOSzZLs4.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-kaOOSzZLs4 h1,
    .bulletList-kaOOSzZLs4 h2,
    .bulletList-kaOOSzZLs4 h3,
    .bulletList-kaOOSzZLs4 h4,
    .bulletList-kaOOSzZLs4 h5,
    .bulletList-kaOOSzZLs4 h6,
    .bulletList-kaOOSzZLs4 ul li,
    .bulletList-kaOOSzZLs4.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-kaOOSzZLs4.text-output ol li,
.bulletList-kaOOSzZLs4.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-kaOOSzZLs4.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--yellow);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.heading-NjLXgdkCHO {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-NjLXgdkCHO h1,
    .heading-NjLXgdkCHO h2,
    .heading-NjLXgdkCHO h3,
    .heading-NjLXgdkCHO h4,
    .heading-NjLXgdkCHO h5,
    .heading-NjLXgdkCHO h6,
    .heading-NjLXgdkCHO ul li,
    .heading-NjLXgdkCHO.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-NjLXgdkCHO h1,
    .heading-NjLXgdkCHO h2,
    .heading-NjLXgdkCHO h3,
    .heading-NjLXgdkCHO h4,
    .heading-NjLXgdkCHO h5,
    .heading-NjLXgdkCHO h6,
    .heading-NjLXgdkCHO ul li,
    .heading-NjLXgdkCHO.text-output {
        font-size: 25px !important;
        font-weight: 700
    }
}

.sub-heading-m7JEJqgk1X {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-m7JEJqgk1X h1,
    .sub-heading-m7JEJqgk1X h2,
    .sub-heading-m7JEJqgk1X h3,
    .sub-heading-m7JEJqgk1X h4,
    .sub-heading-m7JEJqgk1X h5,
    .sub-heading-m7JEJqgk1X h6,
    .sub-heading-m7JEJqgk1X ul li,
    .sub-heading-m7JEJqgk1X.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-m7JEJqgk1X h1,
    .sub-heading-m7JEJqgk1X h2,
    .sub-heading-m7JEJqgk1X h3,
    .sub-heading-m7JEJqgk1X h4,
    .sub-heading-m7JEJqgk1X h5,
    .sub-heading-m7JEJqgk1X h6,
    .sub-heading-m7JEJqgk1X ul li,
    .sub-heading-m7JEJqgk1X.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-opz81ci-L1 {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-opz81ci-L1 h1,
    .bulletList-opz81ci-L1 h2,
    .bulletList-opz81ci-L1 h3,
    .bulletList-opz81ci-L1 h4,
    .bulletList-opz81ci-L1 h5,
    .bulletList-opz81ci-L1 h6,
    .bulletList-opz81ci-L1 ul li,
    .bulletList-opz81ci-L1.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-opz81ci-L1 h1,
    .bulletList-opz81ci-L1 h2,
    .bulletList-opz81ci-L1 h3,
    .bulletList-opz81ci-L1 h4,
    .bulletList-opz81ci-L1 h5,
    .bulletList-opz81ci-L1 h6,
    .bulletList-opz81ci-L1 ul li,
    .bulletList-opz81ci-L1.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-opz81ci-L1.text-output ol li,
.bulletList-opz81ci-L1.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-opz81ci-L1.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi86x9b);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-RTbgzWQ8Fj {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-RTbgzWQ8Fj h1,
    .sub-heading-RTbgzWQ8Fj h2,
    .sub-heading-RTbgzWQ8Fj h3,
    .sub-heading-RTbgzWQ8Fj h4,
    .sub-heading-RTbgzWQ8Fj h5,
    .sub-heading-RTbgzWQ8Fj h6,
    .sub-heading-RTbgzWQ8Fj ul li,
    .sub-heading-RTbgzWQ8Fj.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-RTbgzWQ8Fj h1,
    .sub-heading-RTbgzWQ8Fj h2,
    .sub-heading-RTbgzWQ8Fj h3,
    .sub-heading-RTbgzWQ8Fj h4,
    .sub-heading-RTbgzWQ8Fj h5,
    .sub-heading-RTbgzWQ8Fj h6,
    .sub-heading-RTbgzWQ8Fj ul li,
    .sub-heading-RTbgzWQ8Fj.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-Jcg2eDy4JB {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-Jcg2eDy4JB h1,
    .bulletList-Jcg2eDy4JB h2,
    .bulletList-Jcg2eDy4JB h3,
    .bulletList-Jcg2eDy4JB h4,
    .bulletList-Jcg2eDy4JB h5,
    .bulletList-Jcg2eDy4JB h6,
    .bulletList-Jcg2eDy4JB ul li,
    .bulletList-Jcg2eDy4JB.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-Jcg2eDy4JB h1,
    .bulletList-Jcg2eDy4JB h2,
    .bulletList-Jcg2eDy4JB h3,
    .bulletList-Jcg2eDy4JB h4,
    .bulletList-Jcg2eDy4JB h5,
    .bulletList-Jcg2eDy4JB h6,
    .bulletList-Jcg2eDy4JB ul li,
    .bulletList-Jcg2eDy4JB.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-Jcg2eDy4JB.text-output ol li,
.bulletList-Jcg2eDy4JB.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-Jcg2eDy4JB.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi86x9b);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-Me6gciI8n9 {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-Me6gciI8n9 h1,
    .sub-heading-Me6gciI8n9 h2,
    .sub-heading-Me6gciI8n9 h3,
    .sub-heading-Me6gciI8n9 h4,
    .sub-heading-Me6gciI8n9 h5,
    .sub-heading-Me6gciI8n9 h6,
    .sub-heading-Me6gciI8n9 ul li,
    .sub-heading-Me6gciI8n9.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-Me6gciI8n9 h1,
    .sub-heading-Me6gciI8n9 h2,
    .sub-heading-Me6gciI8n9 h3,
    .sub-heading-Me6gciI8n9 h4,
    .sub-heading-Me6gciI8n9 h5,
    .sub-heading-Me6gciI8n9 h6,
    .sub-heading-Me6gciI8n9 ul li,
    .sub-heading-Me6gciI8n9.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-SdLjxoADSn {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-SdLjxoADSn h1,
    .bulletList-SdLjxoADSn h2,
    .bulletList-SdLjxoADSn h3,
    .bulletList-SdLjxoADSn h4,
    .bulletList-SdLjxoADSn h5,
    .bulletList-SdLjxoADSn h6,
    .bulletList-SdLjxoADSn ul li,
    .bulletList-SdLjxoADSn.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-SdLjxoADSn h1,
    .bulletList-SdLjxoADSn h2,
    .bulletList-SdLjxoADSn h3,
    .bulletList-SdLjxoADSn h4,
    .bulletList-SdLjxoADSn h5,
    .bulletList-SdLjxoADSn h6,
    .bulletList-SdLjxoADSn ul li,
    .bulletList-SdLjxoADSn.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-SdLjxoADSn.text-output ol li,
.bulletList-SdLjxoADSn.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-SdLjxoADSn.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi86x9b);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-maQbNAYyWj {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-maQbNAYyWj h1,
    .sub-heading-maQbNAYyWj h2,
    .sub-heading-maQbNAYyWj h3,
    .sub-heading-maQbNAYyWj h4,
    .sub-heading-maQbNAYyWj h5,
    .sub-heading-maQbNAYyWj h6,
    .sub-heading-maQbNAYyWj ul li,
    .sub-heading-maQbNAYyWj.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-maQbNAYyWj h1,
    .sub-heading-maQbNAYyWj h2,
    .sub-heading-maQbNAYyWj h3,
    .sub-heading-maQbNAYyWj h4,
    .sub-heading-maQbNAYyWj h5,
    .sub-heading-maQbNAYyWj h6,
    .sub-heading-maQbNAYyWj ul li,
    .sub-heading-maQbNAYyWj.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-ZBolA2kAZF {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-ZBolA2kAZF h1,
    .bulletList-ZBolA2kAZF h2,
    .bulletList-ZBolA2kAZF h3,
    .bulletList-ZBolA2kAZF h4,
    .bulletList-ZBolA2kAZF h5,
    .bulletList-ZBolA2kAZF h6,
    .bulletList-ZBolA2kAZF ul li,
    .bulletList-ZBolA2kAZF.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-ZBolA2kAZF h1,
    .bulletList-ZBolA2kAZF h2,
    .bulletList-ZBolA2kAZF h3,
    .bulletList-ZBolA2kAZF h4,
    .bulletList-ZBolA2kAZF h5,
    .bulletList-ZBolA2kAZF h6,
    .bulletList-ZBolA2kAZF ul li,
    .bulletList-ZBolA2kAZF.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-ZBolA2kAZF.text-output ol li,
.bulletList-ZBolA2kAZF.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-ZBolA2kAZF.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi86x9b);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-B3NXx1_Pwe {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-B3NXx1_Pwe h1,
    .sub-heading-B3NXx1_Pwe h2,
    .sub-heading-B3NXx1_Pwe h3,
    .sub-heading-B3NXx1_Pwe h4,
    .sub-heading-B3NXx1_Pwe h5,
    .sub-heading-B3NXx1_Pwe h6,
    .sub-heading-B3NXx1_Pwe ul li,
    .sub-heading-B3NXx1_Pwe.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-B3NXx1_Pwe h1,
    .sub-heading-B3NXx1_Pwe h2,
    .sub-heading-B3NXx1_Pwe h3,
    .sub-heading-B3NXx1_Pwe h4,
    .sub-heading-B3NXx1_Pwe h5,
    .sub-heading-B3NXx1_Pwe h6,
    .sub-heading-B3NXx1_Pwe ul li,
    .sub-heading-B3NXx1_Pwe.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-STwllUGMTb {
    font-weight: 600
}

.bulletList-STwllUGMTb a,
.bulletList-STwllUGMTb a * {
    color: var(--red);
    text-decoration: none
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-STwllUGMTb h1,
    .bulletList-STwllUGMTb h2,
    .bulletList-STwllUGMTb h3,
    .bulletList-STwllUGMTb h4,
    .bulletList-STwllUGMTb h5,
    .bulletList-STwllUGMTb h6,
    .bulletList-STwllUGMTb ul li,
    .bulletList-STwllUGMTb.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-STwllUGMTb h1,
    .bulletList-STwllUGMTb h2,
    .bulletList-STwllUGMTb h3,
    .bulletList-STwllUGMTb h4,
    .bulletList-STwllUGMTb h5,
    .bulletList-STwllUGMTb h6,
    .bulletList-STwllUGMTb ul li,
    .bulletList-STwllUGMTb.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-STwllUGMTb.text-output ol li,
.bulletList-STwllUGMTb.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-STwllUGMTb.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--red);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-emPzgjhGAl {
    font-weight: 400
}

.bulletList-7cRcRSpZrc a,
.bulletList-7cRcRSpZrc a *,
.bulletList-EkIN9y1PIZ a,
.bulletList-EkIN9y1PIZ a *,
.bulletList-WC6jRoXlR7 a,
.bulletList-WC6jRoXlR7 a *,
.bulletList-flag1BYt9i a,
.bulletList-flag1BYt9i a *,
.heading-G1FiE5loiv a,
.heading-G1FiE5loiv a *,
.heading-S7I4XbO_3f a,
.heading-S7I4XbO_3f a *,
.heading-ddhdmTz0vx a,
.heading-ddhdmTz0vx a *,
.sub-heading-Atvs5b-teg a,
.sub-heading-Atvs5b-teg a *,
.sub-heading-IA6DsIuZIa a,
.sub-heading-IA6DsIuZIa a *,
.sub-heading-_nDIK8hAUv a,
.sub-heading-_nDIK8hAUv a *,
.sub-heading-emPzgjhGAl a,
.sub-heading-emPzgjhGAl a *,
.sub-heading-j6zXzHBV2H a,
.sub-heading-j6zXzHBV2H a *,
.sub-heading-k8Ba2YqX-C a,
.sub-heading-k8Ba2YqX-C a * {
    color: var(--link-color);
    text-decoration: none
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-emPzgjhGAl h1,
    .sub-heading-emPzgjhGAl h2,
    .sub-heading-emPzgjhGAl h3,
    .sub-heading-emPzgjhGAl h4,
    .sub-heading-emPzgjhGAl h5,
    .sub-heading-emPzgjhGAl h6,
    .sub-heading-emPzgjhGAl ul li,
    .sub-heading-emPzgjhGAl.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-emPzgjhGAl h1,
    .sub-heading-emPzgjhGAl h2,
    .sub-heading-emPzgjhGAl h3,
    .sub-heading-emPzgjhGAl h4,
    .sub-heading-emPzgjhGAl h5,
    .sub-heading-emPzgjhGAl h6,
    .sub-heading-emPzgjhGAl ul li,
    .sub-heading-emPzgjhGAl.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-flag1BYt9i {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-flag1BYt9i h1,
    .bulletList-flag1BYt9i h2,
    .bulletList-flag1BYt9i h3,
    .bulletList-flag1BYt9i h4,
    .bulletList-flag1BYt9i h5,
    .bulletList-flag1BYt9i h6,
    .bulletList-flag1BYt9i ul li,
    .bulletList-flag1BYt9i.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-flag1BYt9i h1,
    .bulletList-flag1BYt9i h2,
    .bulletList-flag1BYt9i h3,
    .bulletList-flag1BYt9i h4,
    .bulletList-flag1BYt9i h5,
    .bulletList-flag1BYt9i h6,
    .bulletList-flag1BYt9i ul li,
    .bulletList-flag1BYt9i.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-flag1BYt9i.text-output ol li,
.bulletList-flag1BYt9i.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-flag1BYt9i.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi86x9b);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-Atvs5b-teg {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-Atvs5b-teg h1,
    .sub-heading-Atvs5b-teg h2,
    .sub-heading-Atvs5b-teg h3,
    .sub-heading-Atvs5b-teg h4,
    .sub-heading-Atvs5b-teg h5,
    .sub-heading-Atvs5b-teg h6,
    .sub-heading-Atvs5b-teg ul li,
    .sub-heading-Atvs5b-teg.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-Atvs5b-teg h1,
    .sub-heading-Atvs5b-teg h2,
    .sub-heading-Atvs5b-teg h3,
    .sub-heading-Atvs5b-teg h4,
    .sub-heading-Atvs5b-teg h5,
    .sub-heading-Atvs5b-teg h6,
    .sub-heading-Atvs5b-teg ul li,
    .sub-heading-Atvs5b-teg.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-EkIN9y1PIZ {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-EkIN9y1PIZ h1,
    .bulletList-EkIN9y1PIZ h2,
    .bulletList-EkIN9y1PIZ h3,
    .bulletList-EkIN9y1PIZ h4,
    .bulletList-EkIN9y1PIZ h5,
    .bulletList-EkIN9y1PIZ h6,
    .bulletList-EkIN9y1PIZ ul li,
    .bulletList-EkIN9y1PIZ.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-EkIN9y1PIZ h1,
    .bulletList-EkIN9y1PIZ h2,
    .bulletList-EkIN9y1PIZ h3,
    .bulletList-EkIN9y1PIZ h4,
    .bulletList-EkIN9y1PIZ h5,
    .bulletList-EkIN9y1PIZ h6,
    .bulletList-EkIN9y1PIZ ul li,
    .bulletList-EkIN9y1PIZ.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-EkIN9y1PIZ.text-output ol li,
.bulletList-EkIN9y1PIZ.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-EkIN9y1PIZ.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi86x9b);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-IA6DsIuZIa {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-IA6DsIuZIa h1,
    .sub-heading-IA6DsIuZIa h2,
    .sub-heading-IA6DsIuZIa h3,
    .sub-heading-IA6DsIuZIa h4,
    .sub-heading-IA6DsIuZIa h5,
    .sub-heading-IA6DsIuZIa h6,
    .sub-heading-IA6DsIuZIa ul li,
    .sub-heading-IA6DsIuZIa.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-IA6DsIuZIa h1,
    .sub-heading-IA6DsIuZIa h2,
    .sub-heading-IA6DsIuZIa h3,
    .sub-heading-IA6DsIuZIa h4,
    .sub-heading-IA6DsIuZIa h5,
    .sub-heading-IA6DsIuZIa h6,
    .sub-heading-IA6DsIuZIa ul li,
    .sub-heading-IA6DsIuZIa.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-S7I4XbO_3f {
    font-weight: 900
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-S7I4XbO_3f h1,
    .heading-S7I4XbO_3f h2,
    .heading-S7I4XbO_3f h3,
    .heading-S7I4XbO_3f h4,
    .heading-S7I4XbO_3f h5,
    .heading-S7I4XbO_3f h6,
    .heading-S7I4XbO_3f ul li,
    .heading-S7I4XbO_3f.text-output {
        font-size: 45px !important;
        font-weight: 900
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-S7I4XbO_3f h1,
    .heading-S7I4XbO_3f h2,
    .heading-S7I4XbO_3f h3,
    .heading-S7I4XbO_3f h4,
    .heading-S7I4XbO_3f h5,
    .heading-S7I4XbO_3f h6,
    .heading-S7I4XbO_3f ul li,
    .heading-S7I4XbO_3f.text-output {
        font-size: 45px !important;
        font-weight: 900
    }
}

#col-PnZWVzfoYJ>.inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: inherit;
    flex-wrap: nowrap
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-id7pqWvNpz .button-icon-end,
    .button-id7pqWvNpz .button-icon-start,
    .button-id7pqWvNpz .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-id7pqWvNpz .button-icon-start {
        margin-right: 5px
    }
    .button-id7pqWvNpz .button-icon-end {
        margin-left: 5px
    }
    .button-id7pqWvNpz .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-id7pqWvNpz .button-icon-end,
    .button-id7pqWvNpz .button-icon-start,
    .button-id7pqWvNpz .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-id7pqWvNpz .button-icon-start {
        margin-right: 5px
    }
    .button-id7pqWvNpz .button-icon-end {
        margin-left: 5px
    }
    .button-id7pqWvNpz .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.heading-ddhdmTz0vx {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-ddhdmTz0vx h1,
    .heading-ddhdmTz0vx h2,
    .heading-ddhdmTz0vx h3,
    .heading-ddhdmTz0vx h4,
    .heading-ddhdmTz0vx h5,
    .heading-ddhdmTz0vx h6,
    .heading-ddhdmTz0vx ul li,
    .heading-ddhdmTz0vx.text-output {
        font-size: 40px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-ddhdmTz0vx h1,
    .heading-ddhdmTz0vx h2,
    .heading-ddhdmTz0vx h3,
    .heading-ddhdmTz0vx h4,
    .heading-ddhdmTz0vx h5,
    .heading-ddhdmTz0vx h6,
    .heading-ddhdmTz0vx ul li,
    .heading-ddhdmTz0vx.text-output {
        font-size: 40px !important;
        font-weight: 700
    }
}

.heading-ddhdmTz0vx.text-output h1:first-child:before,
.heading-ddhdmTz0vx.text-output h2:first-child:before,
.heading-ddhdmTz0vx.text-output h3:first-child:before,
.heading-ddhdmTz0vx.text-output h4:first-child:before,
.heading-ddhdmTz0vx.text-output h5:first-child:before,
.heading-ddhdmTz0vx.text-output h6:first-child:before,
.heading-ddhdmTz0vx.text-output p:first-child:before {
    color: var(--color-mbi9euhf);
    content: '';
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

.sub-heading-_nDIK8hAUv,
.sub-heading-k8Ba2YqX-C {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-_nDIK8hAUv h1,
    .sub-heading-_nDIK8hAUv h2,
    .sub-heading-_nDIK8hAUv h3,
    .sub-heading-_nDIK8hAUv h4,
    .sub-heading-_nDIK8hAUv h5,
    .sub-heading-_nDIK8hAUv h6,
    .sub-heading-_nDIK8hAUv ul li,
    .sub-heading-_nDIK8hAUv.text-output {
        font-size: 13px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-_nDIK8hAUv h1,
    .sub-heading-_nDIK8hAUv h2,
    .sub-heading-_nDIK8hAUv h3,
    .sub-heading-_nDIK8hAUv h4,
    .sub-heading-_nDIK8hAUv h5,
    .sub-heading-_nDIK8hAUv h6,
    .sub-heading-_nDIK8hAUv ul li,
    .sub-heading-_nDIK8hAUv.text-output {
        font-size: 13px !important;
        font-weight: 400
    }
}

.heading-G1FiE5loiv.text-output h1:first-child:before,
.heading-G1FiE5loiv.text-output h2:first-child:before,
.heading-G1FiE5loiv.text-output h3:first-child:before,
.heading-G1FiE5loiv.text-output h4:first-child:before,
.heading-G1FiE5loiv.text-output h5:first-child:before,
.heading-G1FiE5loiv.text-output h6:first-child:before,
.heading-G1FiE5loiv.text-output p:first-child:before,
.sub-heading-_nDIK8hAUv.text-output h1:first-child:before,
.sub-heading-_nDIK8hAUv.text-output h2:first-child:before,
.sub-heading-_nDIK8hAUv.text-output h3:first-child:before,
.sub-heading-_nDIK8hAUv.text-output h4:first-child:before,
.sub-heading-_nDIK8hAUv.text-output h5:first-child:before,
.sub-heading-_nDIK8hAUv.text-output h6:first-child:before,
.sub-heading-_nDIK8hAUv.text-output p:first-child:before,
.sub-heading-j6zXzHBV2H.text-output h1:first-child:before,
.sub-heading-j6zXzHBV2H.text-output h2:first-child:before,
.sub-heading-j6zXzHBV2H.text-output h3:first-child:before,
.sub-heading-j6zXzHBV2H.text-output h4:first-child:before,
.sub-heading-j6zXzHBV2H.text-output h5:first-child:before,
.sub-heading-j6zXzHBV2H.text-output h6:first-child:before,
.sub-heading-j6zXzHBV2H.text-output p:first-child:before,
.sub-heading-k8Ba2YqX-C.text-output h1:first-child:before,
.sub-heading-k8Ba2YqX-C.text-output h2:first-child:before,
.sub-heading-k8Ba2YqX-C.text-output h3:first-child:before,
.sub-heading-k8Ba2YqX-C.text-output h4:first-child:before,
.sub-heading-k8Ba2YqX-C.text-output h5:first-child:before,
.sub-heading-k8Ba2YqX-C.text-output h6:first-child:before,
.sub-heading-k8Ba2YqX-C.text-output p:first-child:before {
    color: var(--text-color);
    content: '';
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-k8Ba2YqX-C h1,
    .sub-heading-k8Ba2YqX-C h2,
    .sub-heading-k8Ba2YqX-C h3,
    .sub-heading-k8Ba2YqX-C h4,
    .sub-heading-k8Ba2YqX-C h5,
    .sub-heading-k8Ba2YqX-C h6,
    .sub-heading-k8Ba2YqX-C ul li,
    .sub-heading-k8Ba2YqX-C.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-k8Ba2YqX-C h1,
    .sub-heading-k8Ba2YqX-C h2,
    .sub-heading-k8Ba2YqX-C h3,
    .sub-heading-k8Ba2YqX-C h4,
    .sub-heading-k8Ba2YqX-C h5,
    .sub-heading-k8Ba2YqX-C h6,
    .sub-heading-k8Ba2YqX-C ul li,
    .sub-heading-k8Ba2YqX-C.text-output {
        font-size: 15px !important;
        font-weight: 400
    }
}

.bulletList-7cRcRSpZrc,
.bulletList-WC6jRoXlR7 {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-7cRcRSpZrc h1,
    .bulletList-7cRcRSpZrc h2,
    .bulletList-7cRcRSpZrc h3,
    .bulletList-7cRcRSpZrc h4,
    .bulletList-7cRcRSpZrc h5,
    .bulletList-7cRcRSpZrc h6,
    .bulletList-7cRcRSpZrc ul li,
    .bulletList-7cRcRSpZrc.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-7cRcRSpZrc h1,
    .bulletList-7cRcRSpZrc h2,
    .bulletList-7cRcRSpZrc h3,
    .bulletList-7cRcRSpZrc h4,
    .bulletList-7cRcRSpZrc h5,
    .bulletList-7cRcRSpZrc h6,
    .bulletList-7cRcRSpZrc ul li,
    .bulletList-7cRcRSpZrc.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-7cRcRSpZrc.text-output ol li,
.bulletList-7cRcRSpZrc.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-7cRcRSpZrc.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi9euhf);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

@media screen and (min-width:0px) and (max-width:480px) {
    .bulletList-WC6jRoXlR7 h1,
    .bulletList-WC6jRoXlR7 h2,
    .bulletList-WC6jRoXlR7 h3,
    .bulletList-WC6jRoXlR7 h4,
    .bulletList-WC6jRoXlR7 h5,
    .bulletList-WC6jRoXlR7 h6,
    .bulletList-WC6jRoXlR7 ul li,
    .bulletList-WC6jRoXlR7.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .bulletList-WC6jRoXlR7 h1,
    .bulletList-WC6jRoXlR7 h2,
    .bulletList-WC6jRoXlR7 h3,
    .bulletList-WC6jRoXlR7 h4,
    .bulletList-WC6jRoXlR7 h5,
    .bulletList-WC6jRoXlR7 h6,
    .bulletList-WC6jRoXlR7 ul li,
    .bulletList-WC6jRoXlR7.text-output {
        font-size: 18px !important;
        font-weight: 600
    }
}

.bulletList-WC6jRoXlR7.text-output ol li,
.bulletList-WC6jRoXlR7.text-output ul li {
    padding-inline-start: .5em
}

.bulletList-WC6jRoXlR7.text-output li::marker {
    font-family: inherit;
    font-weight: unset;
    color: var(--color-mbi9euhf);
    margin-right: .3em;
    margin-left: -1.5em;
    text-align: right
}

.sub-heading-j6zXzHBV2H {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-j6zXzHBV2H h1,
    .sub-heading-j6zXzHBV2H h2,
    .sub-heading-j6zXzHBV2H h3,
    .sub-heading-j6zXzHBV2H h4,
    .sub-heading-j6zXzHBV2H h5,
    .sub-heading-j6zXzHBV2H h6,
    .sub-heading-j6zXzHBV2H ul li,
    .sub-heading-j6zXzHBV2H.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-j6zXzHBV2H h1,
    .sub-heading-j6zXzHBV2H h2,
    .sub-heading-j6zXzHBV2H h3,
    .sub-heading-j6zXzHBV2H h4,
    .sub-heading-j6zXzHBV2H h5,
    .sub-heading-j6zXzHBV2H h6,
    .sub-heading-j6zXzHBV2H ul li,
    .sub-heading-j6zXzHBV2H.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-G1FiE5loiv {
    font-weight: 900
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-G1FiE5loiv h1,
    .heading-G1FiE5loiv h2,
    .heading-G1FiE5loiv h3,
    .heading-G1FiE5loiv h4,
    .heading-G1FiE5loiv h5,
    .heading-G1FiE5loiv h6,
    .heading-G1FiE5loiv ul li,
    .heading-G1FiE5loiv.text-output {
        font-size: 45px !important;
        font-weight: 900
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-G1FiE5loiv h1,
    .heading-G1FiE5loiv h2,
    .heading-G1FiE5loiv h3,
    .heading-G1FiE5loiv h4,
    .heading-G1FiE5loiv h5,
    .heading-G1FiE5loiv h6,
    .heading-G1FiE5loiv ul li,
    .heading-G1FiE5loiv.text-output {
        font-size: 45px !important;
        font-weight: 900
    }
}

/* ---- Section styles ----- */

:root {
    --white: #ffffff;
    --black: #000000;
    --green: #9ae6b4;
    --transparent: transparent;
    --color-mbhub1oi: #0D831E;
    --color-mbi86x9b: #DB0000;
    --color-mbi8midd: #FC0808;
    --color-mbi9lr3u: #0DE42C
}

.hl_page-preview--content .section-vC_z4Zv2qY {
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
    background-color: var(--bg-main-color);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-7lpaVY3ixW,
.hl_page-preview--content .row-Bigq1jDQNH {
    margin: 80px auto 0;
    box-shadow: none;
    padding: 0 0 15px;
    background-color: var(--transparent);
    border-color: var(--border-main-color);
    border-width: 3px;
    border-style: dashed;
    width: 75%
}

.hl_page-preview--content .col-7lpaVY3ixW {
    padding: 0 20px 10px;
    width: 100%;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    margin: 0
}

.hl_page-preview--content #sub-heading-by74jPbB9j {
    margin: 20px 0 0
}

.hl_page-preview--content .cheading-QpxdHPQ8lC,
.hl_page-preview--content .csub-heading-by74jPbB9j {
    font-family: var(--headlinefont);
    background-color: var(--transparent);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content #heading-4bij4i6c9_,
.hl_page-preview--content #heading-O2gtPvZPKN,
.hl_page-preview--content #heading-QpxdHPQ8lC,
.hl_page-preview--content #sub-heading-9B9gKoDE9d {
    margin: 0
}

.hl_page-preview--content .cheading-QpxdHPQ8lC {
    font-family: var(--poppins)
}

.hl_page-preview--content .image-J3jdJzUI-w {
    margin: -50px 0 0
}

.hl_page-preview--content .image-J3jdJzUI-w .image-container img {
    box-shadow: none;
    width: 120px
}

.hl_page-preview--content .cimage-J3jdJzUI-w {
    padding: 0 10px 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

.hl_page-preview--content .col--R0ixirGo3,
.hl_page-preview--content .row-YLDYhPYItn {
    margin: 0 auto;
    box-shadow: none;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col--R0ixirGo3 {
    padding: 10px 5px;
    margin: 0
}

.hl_page-preview--content .button-CKP7u5VnuK {
    margin: 20px 0 0;
    text-align: center
}

.hl_page-preview--content .cbutton-CKP7u5VnuK {
    font-family: var(--oswald);
    background-color: var(--color-mbhub1oi);
    color: var(--white);
    secondary-color: var(--white);
    text-decoration: none;
    padding: 15px 40px;
    border-color: var(--green);
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    text-transform: none;
    width: auto;
    box-shadow: none;
    text-shadow: none
}

@media screen and (min-width:0px) and (max-width:480px) {
    .hl_page-preview--content .cbutton-CKP7u5VnuK {
        padding-left: 20px;
        padding-right: 20px
    }
}

.hl_page-preview--content .cheading-4bij4i6c9_,
.hl_page-preview--content .cheading-O2gtPvZPKN,
.hl_page-preview--content .csub-heading-9B9gKoDE9d {
    font-family: var(--poppins);
    background-color: var(--transparent);
    color: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content .cheading-4bij4i6c9_,
.hl_page-preview--content .cheading-O2gtPvZPKN {
    font-family: var(--arial);
    color: var(--color-mbi9lr3u)
}

.hl_page-preview--content .cheading-4bij4i6c9_ {
    color: var(--color-mbi8midd)
}

#section-vC_z4Zv2qY>.inner {
    max-width: 1170px
}

#col--R0ixirGo3>.inner,
#col-7lpaVY3ixW>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap
}

.sub-heading-by74jPbB9j {
    font-weight: 400
}

.heading-4bij4i6c9_ em,
.heading-4bij4i6c9_ u,
.heading-O2gtPvZPKN em,
.heading-O2gtPvZPKN u,
.heading-QpxdHPQ8lC em,
.heading-QpxdHPQ8lC strong,
.heading-QpxdHPQ8lC u,
.sub-heading-9B9gKoDE9d em,
.sub-heading-9B9gKoDE9d strong,
.sub-heading-9B9gKoDE9d u,
.sub-heading-by74jPbB9j em,
.sub-heading-by74jPbB9j strong,
.sub-heading-by74jPbB9j u {
    color: var(--text-color)
}

.heading-4bij4i6c9_ a,
.heading-4bij4i6c9_ a *,
.heading-O2gtPvZPKN a,
.heading-O2gtPvZPKN a *,
.heading-QpxdHPQ8lC a,
.heading-QpxdHPQ8lC a *,
.sub-heading-9B9gKoDE9d a,
.sub-heading-9B9gKoDE9d a *,
.sub-heading-by74jPbB9j a,
.sub-heading-by74jPbB9j a * {
    color: var(--link-color);
    text-decoration: none
}

.heading-4bij4i6c9_ a u,
.heading-4bij4i6c9_ a:hover,
.heading-O2gtPvZPKN a u,
.heading-O2gtPvZPKN a:hover,
.heading-QpxdHPQ8lC a u,
.heading-QpxdHPQ8lC a:hover,
.sub-heading-9B9gKoDE9d a u,
.sub-heading-9B9gKoDE9d a:hover,
.sub-heading-by74jPbB9j a u,
.sub-heading-by74jPbB9j a:hover {
    text-decoration: underline
}

.heading-4bij4i6c9_ a s,
.heading-O2gtPvZPKN a s,
.heading-QpxdHPQ8lC a s,
.sub-heading-9B9gKoDE9d a s,
.sub-heading-by74jPbB9j a s {
    text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-by74jPbB9j h1,
    .sub-heading-by74jPbB9j h2,
    .sub-heading-by74jPbB9j h3,
    .sub-heading-by74jPbB9j h4,
    .sub-heading-by74jPbB9j h5,
    .sub-heading-by74jPbB9j h6,
    .sub-heading-by74jPbB9j ul li,
    .sub-heading-by74jPbB9j.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-by74jPbB9j h1,
    .sub-heading-by74jPbB9j h2,
    .sub-heading-by74jPbB9j h3,
    .sub-heading-by74jPbB9j h4,
    .sub-heading-by74jPbB9j h5,
    .sub-heading-by74jPbB9j h6,
    .sub-heading-by74jPbB9j ul li,
    .sub-heading-by74jPbB9j.text-output {
        font-size: 23px !important;
        font-weight: 400
    }
}

.heading-4bij4i6c9_.text-output h1:first-child:before,
.heading-4bij4i6c9_.text-output h2:first-child:before,
.heading-4bij4i6c9_.text-output h3:first-child:before,
.heading-4bij4i6c9_.text-output h4:first-child:before,
.heading-4bij4i6c9_.text-output h5:first-child:before,
.heading-4bij4i6c9_.text-output h6:first-child:before,
.heading-4bij4i6c9_.text-output p:first-child:before,
.heading-O2gtPvZPKN.text-output h1:first-child:before,
.heading-O2gtPvZPKN.text-output h2:first-child:before,
.heading-O2gtPvZPKN.text-output h3:first-child:before,
.heading-O2gtPvZPKN.text-output h4:first-child:before,
.heading-O2gtPvZPKN.text-output h5:first-child:before,
.heading-O2gtPvZPKN.text-output h6:first-child:before,
.heading-O2gtPvZPKN.text-output p:first-child:before,
.heading-QpxdHPQ8lC.text-output h1:first-child:before,
.heading-QpxdHPQ8lC.text-output h2:first-child:before,
.heading-QpxdHPQ8lC.text-output h3:first-child:before,
.heading-QpxdHPQ8lC.text-output h4:first-child:before,
.heading-QpxdHPQ8lC.text-output h5:first-child:before,
.heading-QpxdHPQ8lC.text-output h6:first-child:before,
.heading-QpxdHPQ8lC.text-output p:first-child:before,
.sub-heading-9B9gKoDE9d.text-output h1:first-child:before,
.sub-heading-9B9gKoDE9d.text-output h2:first-child:before,
.sub-heading-9B9gKoDE9d.text-output h3:first-child:before,
.sub-heading-9B9gKoDE9d.text-output h4:first-child:before,
.sub-heading-9B9gKoDE9d.text-output h5:first-child:before,
.sub-heading-9B9gKoDE9d.text-output h6:first-child:before,
.sub-heading-9B9gKoDE9d.text-output p:first-child:before,
.sub-heading-by74jPbB9j.text-output h1:first-child:before,
.sub-heading-by74jPbB9j.text-output h2:first-child:before,
.sub-heading-by74jPbB9j.text-output h3:first-child:before,
.sub-heading-by74jPbB9j.text-output h4:first-child:before,
.sub-heading-by74jPbB9j.text-output h5:first-child:before,
.sub-heading-by74jPbB9j.text-output h6:first-child:before,
.sub-heading-by74jPbB9j.text-output p:first-child:before {
    color: var(--text-color);
    content: '';
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

.heading-QpxdHPQ8lC {
    font-weight: 600
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-QpxdHPQ8lC h1,
    .heading-QpxdHPQ8lC h2,
    .heading-QpxdHPQ8lC h3,
    .heading-QpxdHPQ8lC h4,
    .heading-QpxdHPQ8lC h5,
    .heading-QpxdHPQ8lC h6,
    .heading-QpxdHPQ8lC ul li,
    .heading-QpxdHPQ8lC.text-output {
        font-size: 25px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-QpxdHPQ8lC h1,
    .heading-QpxdHPQ8lC h2,
    .heading-QpxdHPQ8lC h3,
    .heading-QpxdHPQ8lC h4,
    .heading-QpxdHPQ8lC h5,
    .heading-QpxdHPQ8lC h6,
    .heading-QpxdHPQ8lC ul li,
    .heading-QpxdHPQ8lC.text-output {
        font-size: 39px !important;
        font-weight: 600
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .button-CKP7u5VnuK .button-icon-end,
    .button-CKP7u5VnuK .button-icon-start,
    .button-CKP7u5VnuK .main-heading-button {
        font-size: 45px;
        font-weight: 400
    }
    .button-CKP7u5VnuK .button-icon-start {
        margin-right: 5px
    }
    .button-CKP7u5VnuK .button-icon-end {
        margin-left: 5px
    }
    .button-CKP7u5VnuK .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: 400
    }
}

@media screen and (min-width:0px) and (max-width:480px) {
    .button-CKP7u5VnuK .button-icon-end,
    .button-CKP7u5VnuK .button-icon-start,
    .button-CKP7u5VnuK .main-heading-button {
        font-size: 25px;
        font-weight: 400
    }
    .button-CKP7u5VnuK .button-icon-start {
        margin-right: 5px
    }
    .button-CKP7u5VnuK .button-icon-end {
        margin-left: 5px
    }
    .button-CKP7u5VnuK .sub-heading-button {
        font-size: 15px;
        color: var(--white);
        font-weight: undefined
    }
}

.sub-heading-9B9gKoDE9d {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-9B9gKoDE9d h1,
    .sub-heading-9B9gKoDE9d h2,
    .sub-heading-9B9gKoDE9d h3,
    .sub-heading-9B9gKoDE9d h4,
    .sub-heading-9B9gKoDE9d h5,
    .sub-heading-9B9gKoDE9d h6,
    .sub-heading-9B9gKoDE9d ul li,
    .sub-heading-9B9gKoDE9d.text-output {
        font-size: 19px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-9B9gKoDE9d h1,
    .sub-heading-9B9gKoDE9d h2,
    .sub-heading-9B9gKoDE9d h3,
    .sub-heading-9B9gKoDE9d h4,
    .sub-heading-9B9gKoDE9d h5,
    .sub-heading-9B9gKoDE9d h6,
    .sub-heading-9B9gKoDE9d ul li,
    .sub-heading-9B9gKoDE9d.text-output {
        font-size: 19px !important;
        font-weight: 400
    }
}

.heading-O2gtPvZPKN {
    font-weight: 800
}

.heading-4bij4i6c9_ strong,
.heading-O2gtPvZPKN strong {
    color: var(--color-mbi8midd)
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-O2gtPvZPKN h1,
    .heading-O2gtPvZPKN h2,
    .heading-O2gtPvZPKN h3,
    .heading-O2gtPvZPKN h4,
    .heading-O2gtPvZPKN h5,
    .heading-O2gtPvZPKN h6,
    .heading-O2gtPvZPKN ul li,
    .heading-O2gtPvZPKN.text-output {
        font-size: 30px !important;
        font-weight: 800
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-O2gtPvZPKN h1,
    .heading-O2gtPvZPKN h2,
    .heading-O2gtPvZPKN h3,
    .heading-O2gtPvZPKN h4,
    .heading-O2gtPvZPKN h5,
    .heading-O2gtPvZPKN h6,
    .heading-O2gtPvZPKN ul li,
    .heading-O2gtPvZPKN.text-output {
        font-size: 59px !important;
        font-weight: 800
    }
}

.heading-4bij4i6c9_ {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-4bij4i6c9_ h1,
    .heading-4bij4i6c9_ h2,
    .heading-4bij4i6c9_ h3,
    .heading-4bij4i6c9_ h4,
    .heading-4bij4i6c9_ h5,
    .heading-4bij4i6c9_ h6,
    .heading-4bij4i6c9_ ul li,
    .heading-4bij4i6c9_.text-output {
        font-size: 45px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-4bij4i6c9_ h1,
    .heading-4bij4i6c9_ h2,
    .heading-4bij4i6c9_ h3,
    .heading-4bij4i6c9_ h4,
    .heading-4bij4i6c9_ h5,
    .heading-4bij4i6c9_ h6,
    .heading-4bij4i6c9_ ul li,
    .heading-4bij4i6c9_.text-output {
        font-size: 59px !important;
        font-weight: 700
    }
}

/* ---- Section styles ----- */

:root {
    --white: #ffffff;
    --black: #000000;
    --transparent: transparent;
    --color-mbhub1oi: #0D831E;
    --color-mbhy2lve: #810000;
    --color-mbiabw16: #A9A9A9
}

.hl_page-preview--content .section-awQXex-OJs {
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
    background-color: var(--bg-main-color);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .row-8yqQMFJbPA {
    margin: 40px auto 0;
    box-shadow: none;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--border-main-color);
    border-width: 2px;
    border-style: dashed;
    width: 75%
}

.hl_page-preview--content .col-Krfjc088_L,
.hl_page-preview--content .cparagraph-B_g2g2OLQ_ {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-Krfjc088_L {
    padding: 20px 40px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content #paragraph-B_g2g2OLQ_ {
    margin: 0
}

.hl_page-preview--content .cparagraph-B_g2g2OLQ_ {
    font-family: var(--contentfont);
    color: var(--color-mbiabw16);
    icon-color: var(--text-color);
    font-weight: medium;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: left
}

.hl_page-preview--content .col-bczn200zPw,
.hl_page-preview--content .row-QoM-sXild5 {
    margin: 0 auto;
    box-shadow: none;
    padding: 15px 0;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    width: 100%
}

.hl_page-preview--content .col-bczn200zPw {
    padding: 10px 5px;
    margin: 0
}

.hl_page-preview--content .custom-code-5mf2Pc3GGE,
.hl_page-preview--content .custom-code-XmUl_7J2Y7,
.hl_page-preview--content .custom-code-iYUYv4oBhQ,
.hl_page-preview--content .custom-code-xLZ9bp5xqs {
    margin: 0
}

.hl_page-preview--content .ctwo-setp-order-qtAzB6OsiR {
    font-family: var(--headlinefont);
    text-align: left;
    button-color: var(--color-mbhub1oi);
    button-text-color: var(--white);
    button-size: 1.4rem;
    button-style: none;
    form-bg-color: #fff;
    form-radius: 5px
}

.hl_page-preview--content #heading-YdN-zVmANj,
.hl_page-preview--content #sub-heading-Xw9zBaIMnY,
.hl_page-preview--content .custom-code-U5qHMCmVUd {
    margin: 0
}

.hl_page-preview--content .minute-timer-IcHhtoo0ci {
    margin: 0 0 15px
}

.hl_page-preview--content .cminute-timer-IcHhtoo0ci {
    font-family: var(--poppins);
    color: var(--white);
    justify-content: center;
    secondary-color: var(--white);
    font-weight: 700
}

.hl_page-preview--content .csub-heading-Xw9zBaIMnY {
    font-family: var(--headlinefont);
    color: var(--text-color);
    inline-colors: var(--white);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 10px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content .cheading-YdN-zVmANj,
.hl_page-preview--content .col-A5t4n2Vvte,
.hl_page-preview--content .csub-heading-Xw9zBaIMnY {
    box-shadow: none;
    background-color: var(--transparent);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .cheading-YdN-zVmANj {
    font-family: var(--headlinefont);
    color: var(--text-color);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0 0 10px;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    text-align: center
}

.hl_page-preview--content .col-A5t4n2Vvte {
    padding: 10px 5px;
    width: 100%;
    max-width: 50%;
    margin: 0;
}

.hl_page-preview--content .image-gpVzDK4WM9 {
    margin: 0
}

.hl_page-preview--content .image-gpVzDK4WM9 .image-container img {
    box-shadow: none;
    border-radius: 5px;
}

.hl_page-preview--content .cimage-gpVzDK4WM9 {
    padding: 10px;
    background-color: var(--transparent);
    opacity: 1;
    text-align: center
}

#section-awQXex-OJs>.inner {
    max-width: 1170px
}

#col-Krfjc088_L>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap
}

.paragraph-B_g2g2OLQ_ {
    font-weight: 500
}

.paragraph-B_g2g2OLQ_ em,
.paragraph-B_g2g2OLQ_ strong,
.paragraph-B_g2g2OLQ_ u {
    color: var(--text-color)
}

.heading-YdN-zVmANj a,
.heading-YdN-zVmANj a *,
.paragraph-B_g2g2OLQ_ a,
.paragraph-B_g2g2OLQ_ a *,
.sub-heading-Xw9zBaIMnY a,
.sub-heading-Xw9zBaIMnY a * {
    color: var(--link-color);
    text-decoration: none
}

.heading-YdN-zVmANj a u,
.heading-YdN-zVmANj a:hover,
.paragraph-B_g2g2OLQ_ a u,
.paragraph-B_g2g2OLQ_ a:hover,
.sub-heading-Xw9zBaIMnY a u,
.sub-heading-Xw9zBaIMnY a:hover {
    text-decoration: underline
}

.heading-YdN-zVmANj a s,
.paragraph-B_g2g2OLQ_ a s,
.sub-heading-Xw9zBaIMnY a s {
    text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {
    .paragraph-B_g2g2OLQ_ h1,
    .paragraph-B_g2g2OLQ_ h2,
    .paragraph-B_g2g2OLQ_ h3,
    .paragraph-B_g2g2OLQ_ h4,
    .paragraph-B_g2g2OLQ_ h5,
    .paragraph-B_g2g2OLQ_ h6,
    .paragraph-B_g2g2OLQ_ ul li,
    .paragraph-B_g2g2OLQ_.text-output {
        font-size: 14px !important;
        font-weight: 500
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .paragraph-B_g2g2OLQ_ h1,
    .paragraph-B_g2g2OLQ_ h2,
    .paragraph-B_g2g2OLQ_ h3,
    .paragraph-B_g2g2OLQ_ h4,
    .paragraph-B_g2g2OLQ_ h5,
    .paragraph-B_g2g2OLQ_ h6,
    .paragraph-B_g2g2OLQ_ ul li,
    .paragraph-B_g2g2OLQ_.text-output {
        font-size: 14px !important;
        font-weight: 500
    }
}

.heading-YdN-zVmANj.text-output h1:first-child:before,
.heading-YdN-zVmANj.text-output h2:first-child:before,
.heading-YdN-zVmANj.text-output h3:first-child:before,
.heading-YdN-zVmANj.text-output h4:first-child:before,
.heading-YdN-zVmANj.text-output h5:first-child:before,
.heading-YdN-zVmANj.text-output h6:first-child:before,
.heading-YdN-zVmANj.text-output p:first-child:before,
.paragraph-B_g2g2OLQ_.text-output h1:first-child:before,
.paragraph-B_g2g2OLQ_.text-output h2:first-child:before,
.paragraph-B_g2g2OLQ_.text-output h3:first-child:before,
.paragraph-B_g2g2OLQ_.text-output h4:first-child:before,
.paragraph-B_g2g2OLQ_.text-output h5:first-child:before,
.paragraph-B_g2g2OLQ_.text-output h6:first-child:before,
.paragraph-B_g2g2OLQ_.text-output p:first-child:before,
.sub-heading-Xw9zBaIMnY.text-output h1:first-child:before,
.sub-heading-Xw9zBaIMnY.text-output h2:first-child:before,
.sub-heading-Xw9zBaIMnY.text-output h3:first-child:before,
.sub-heading-Xw9zBaIMnY.text-output h4:first-child:before,
.sub-heading-Xw9zBaIMnY.text-output h5:first-child:before,
.sub-heading-Xw9zBaIMnY.text-output h6:first-child:before,
.sub-heading-Xw9zBaIMnY.text-output p:first-child:before {
    color: var(--text-color);
    content: '';
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

#col-A5t4n2Vvte>.inner,
#col-bczn200zPw>.inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: inherit;
    flex-wrap: nowrap
}

.two-setp-order-qtAzB6OsiR .form-btn {
    background-color: var(--color-mbhub1oi);
    color: var(--white)
}

.two-setp-order-qtAzB6OsiR .form-btn .main-text {
    font-size: 1.4rem
}

.two-setp-order-qtAzB6OsiR .form-input {
    border-radius: 5px;
    text-align: left;
    background-color: #fff
}

.two-setp-order-qtAzB6OsiR .form-button-gradient {
    background-color: #fff;
    background-image: linear-gradient(to bottom, rgba(13, 131, 30, .5), #0d831e) !important
}

.minute-timer-IcHhtoo0ci .count {
    font-size: 22px;
    font-weight: 700
}

.minute-timer-IcHhtoo0ci .label {
    font-size: 12px;
    color: var(--white) !important;
    font-weight: 300
}

@media screen and (min-width:0px) and (max-width:480px) {
    .minute-timer-IcHhtoo0ci .label {
        font-size: 12px;
        font-weight: unset
    }
    .minute-timer-IcHhtoo0ci .count {
        font-size: 22px;
        font-weight: unset
    }
}

.sub-heading-Xw9zBaIMnY {
    font-weight: 400
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-Xw9zBaIMnY h1,
    .sub-heading-Xw9zBaIMnY h2,
    .sub-heading-Xw9zBaIMnY h3,
    .sub-heading-Xw9zBaIMnY h4,
    .sub-heading-Xw9zBaIMnY h5,
    .sub-heading-Xw9zBaIMnY h6,
    .sub-heading-Xw9zBaIMnY ul li,
    .sub-heading-Xw9zBaIMnY.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-Xw9zBaIMnY h1,
    .sub-heading-Xw9zBaIMnY h2,
    .sub-heading-Xw9zBaIMnY h3,
    .sub-heading-Xw9zBaIMnY h4,
    .sub-heading-Xw9zBaIMnY h5,
    .sub-heading-Xw9zBaIMnY h6,
    .sub-heading-Xw9zBaIMnY ul li,
    .sub-heading-Xw9zBaIMnY.text-output {
        font-size: 18px !important;
        font-weight: 400
    }
}

.heading-YdN-zVmANj {
    font-weight: 700
}

@media screen and (min-width:0px) and (max-width:480px) {
    .heading-YdN-zVmANj h1,
    .heading-YdN-zVmANj h2,
    .heading-YdN-zVmANj h3,
    .heading-YdN-zVmANj h4,
    .heading-YdN-zVmANj h5,
    .heading-YdN-zVmANj h6,
    .heading-YdN-zVmANj ul li,
    .heading-YdN-zVmANj.text-output {
        font-size: 24px !important;
        font-weight: 700
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .heading-YdN-zVmANj h1,
    .heading-YdN-zVmANj h2,
    .heading-YdN-zVmANj h3,
    .heading-YdN-zVmANj h4,
    .heading-YdN-zVmANj h5,
    .heading-YdN-zVmANj h6,
    .heading-YdN-zVmANj ul li,
    .heading-YdN-zVmANj.text-output {
        font-size: 32px !important;
        font-weight: 700
    }
}

#col-A5t4n2Vvte>.inner {
    justify-content: center
}

/* ---- Section styles ----- */

:root {
    --black: #000000;
    --transparent: transparent;
    --color-mbiabw16: #A9A9A9;
    --color-mbiacr69: #0F0F0F
}

.hl_page-preview--content .section-fWdGPhkut0 {
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
    background-color: var(--footer-main-color);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .row-C9pkPBq0Tb {
    margin: 0 auto;
    padding: 15px 0;
    width: 100%
}

.hl_page-preview--content .col-D0MRQ6cOLF,
.hl_page-preview--content .csub-heading-g9WCRLNwkZ,
.hl_page-preview--content .row-C9pkPBq0Tb {
    background-color: var(--transparent);
    box-shadow: none;
    border-color: var(--black);
    border-width: 2px;
    border-style: solid
}

.hl_page-preview--content .col-D0MRQ6cOLF {
    padding: 10px 5px;
    width: 100%;
    margin: 0
}

.hl_page-preview--content #sub-heading-g9WCRLNwkZ {
    margin: 0
}

.hl_page-preview--content .csub-heading-g9WCRLNwkZ {
    font-family: var(--headlinefont);
    color: var(--color-mbiabw16);
    icon-color: var(--text-color);
    font-weight: 400;
    padding: 0;
    opacity: 1;
    text-shadow: none;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center
}

#section-fWdGPhkut0>.inner {
    max-width: 1170px
}

#col-D0MRQ6cOLF>.inner {
    flex-direction: column;
    justify-content: center;
    align-items: inherit;
    flex-wrap: nowrap
}

.sub-heading-g9WCRLNwkZ {
    font-weight: 400
}

.sub-heading-g9WCRLNwkZ em,
.sub-heading-g9WCRLNwkZ strong,
.sub-heading-g9WCRLNwkZ u {
    color: var(--text-color)
}

.sub-heading-g9WCRLNwkZ a,
.sub-heading-g9WCRLNwkZ a * {
    color: var(--link-color);
    text-decoration: none
}

.sub-heading-g9WCRLNwkZ a u,
.sub-heading-g9WCRLNwkZ a:hover {
    text-decoration: underline
}

.sub-heading-g9WCRLNwkZ a s {
    text-decoration: line-through
}

@media screen and (min-width:0px) and (max-width:480px) {
    .sub-heading-g9WCRLNwkZ h1,
    .sub-heading-g9WCRLNwkZ h2,
    .sub-heading-g9WCRLNwkZ h3,
    .sub-heading-g9WCRLNwkZ h4,
    .sub-heading-g9WCRLNwkZ h5,
    .sub-heading-g9WCRLNwkZ h6,
    .sub-heading-g9WCRLNwkZ ul li,
    .sub-heading-g9WCRLNwkZ.text-output {
        font-size: 12px !important;
        font-weight: 400
    }
}

@media screen and (min-width:481px) and (max-width:10000px) {
    .sub-heading-g9WCRLNwkZ h1,
    .sub-heading-g9WCRLNwkZ h2,
    .sub-heading-g9WCRLNwkZ h3,
    .sub-heading-g9WCRLNwkZ h4,
    .sub-heading-g9WCRLNwkZ h5,
    .sub-heading-g9WCRLNwkZ h6,
    .sub-heading-g9WCRLNwkZ ul li,
    .sub-heading-g9WCRLNwkZ.text-output {
        font-size: 12px !important;
        font-weight: 400
    }
}

.sub-heading-g9WCRLNwkZ.text-output h1:first-child:before,
.sub-heading-g9WCRLNwkZ.text-output h2:first-child:before,
.sub-heading-g9WCRLNwkZ.text-output h3:first-child:before,
.sub-heading-g9WCRLNwkZ.text-output h4:first-child:before,
.sub-heading-g9WCRLNwkZ.text-output h5:first-child:before,
.sub-heading-g9WCRLNwkZ.text-output h6:first-child:before,
.sub-heading-g9WCRLNwkZ.text-output p:first-child:before {
    color: var(--text-color);
    content: '';
    font-family: '';
    margin-right: 5px;
    font-weight: 700
}

html {
    scroll-behavior: smooth !important;
}

/* Fullscreen overlay */

#scroll-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Spinner */

#scroll-overlay .loader {
    width: 64px;
    height: 64px;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* End of Fullscreen Overlay */

.highlight-bold b,
.highlight-bold strong {
    background-color: #ffff80 !important;
    color: #000000 !important;
}

#image-iMmwQy2MbU {
    position: relative;
    z-index: 1;
}

#image-EAxBLmfkKx {
    position: relative;
    z-index: 1;
}

#image-C_t_tgkbnW {
    position: relative;
    z-index: 1;
}

/* Target GHL button by class or global styling */

button,
.elButton {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#sub-heading-Xw9zBaIMnY del,
#sub-heading-Xw9zBaIMnY s {
    color: red !important;
    /* kulay ng text */
    text-decoration-color: red !important;
    /* kulay ng strikethrough line */
}

.overlay-bg:before, .overlay-bg:after, .bg-section-AHBm4VbqYK:after, .bg-section-2pNm3e_qQu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.overlay-bg:before {
    background-color: #000000;
    opacity: 0.4;
}

.overlay-bg:after {
    background-image: linear-gradient(rgb(25 45 205 / 65%), transparent);
}

.bg-blend-overlay {
    background-blend-mode: overlay;
}

.bg-section-AHBm4VbqYK, .bg-section-2pNm3e_qQu {
    background: var(--bg-main-color);
    opacity: 1
}

.bg-row-EPQaa4p9qm, .bg-section-KSlNPIg6JV {
    background: #163865;
    overflow: hidden
}

.bg-section-AHBm4VbqYK:after, .bg-section-2pNm3e_qQu:after, .bg-section-KSlNPIg6JV:after {
    background-image: url("../img/backdrop.png");
    background-size: cover;
    opacity: 0.4;
}

.sub-main-heading-button {
    line-height: 1.3;
    font-size: 70%;
}

@media (max-width: 480px) {
    .bg-section-y2eoUmkYXR {
        background: url("../img/bg-speaker.jpg"), url("../img/texture-overlay.jpg");
        opacity: 1;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .bg-section-y2eoUmkYXR {
        background: url("../img/bg-speaker.jpg"), url("../img/texture-overlay.jpg");
        background-blend-mode: overlay;
        opacity: 1;
    }
}

@media (min-width: 1025px) {
    .bg-section-y2eoUmkYXR {
        background: url("../img/bg-speaker.jpg"), url("../img/texture-overlay.jpg");
        background-blend-mode: overlay;
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .bg-section-jDfxeOWlJ6 {
        background: url("../img/bg-livelyhood.jpg"), url("../img/texture-overlay.jpg");
        opacity: 1
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .bg-section-jDfxeOWlJ6 {
        background: url("../img/bg-livelyhood.jpg"), url("../img/texture-overlay.jpg");
        opacity: 1
    }
}

@media (min-width: 1025px) {
    .bg-section-jDfxeOWlJ6 {
        background: url("../img/bg-livelyhood.jpg"), url("../img/texture-overlay.jpg");
        opacity: 1
    }
}

/* @media (max-width: 480px) {
    .bg-section-KSlNPIg6JV {
        background: url(https://images.leadconnectorhq.com/image/f_webp/q_80/r_480/u_https://assets.cdn.filesafe.space/vehJArDZi6UP3CP91QYt/media/68402e0cce15df4af4e3f57a.jpeg);
        opacity: 1
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .bg-section-KSlNPIg6JV {
        background: url(https://images.leadconnectorhq.com/image/f_webp/q_80/r_768/u_https://assets.cdn.filesafe.space/vehJArDZi6UP3CP91QYt/media/68402e0cce15df4af4e3f57a.jpeg);
        opacity: 1
    }
}

@media (min-width: 1025px) {
    .bg-section-KSlNPIg6JV {
        background: url(https://images.leadconnectorhq.com/image/f_webp/q_80/r_1200/u_https://assets.cdn.filesafe.space/vehJArDZi6UP3CP91QYt/media/68402e0cce15df4af4e3f57a.jpeg);
        opacity: 1
    }
} */

@media (max-width: 480px) {
    .bg-section-M7do6D3MAK {
        background: url("../img/bg-livelyhood.jpg"), url("../img/texture-overlay.jpg");
        opacity: 1
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .bg-section-M7do6D3MAK {
        background: url("../img/bg-livelyhood.jpg"), url("../img/texture-overlay.jpg");
        opacity: 1
    }
}

@media (min-width: 1025px) {
    .bg-section-M7do6D3MAK {
        background: url("../img/bg-livelyhood.jpg"), url("../img/texture-overlay.jpg");
        opacity: 1
    }
}

html {
    scroll-behavior: smooth
}

.flex {
    display: flex
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-grow {
    flex-grow: 9999
}

.align-center {
    align-items: center
}

.h-full {
    height: 100%
}

.max-w-400 {
    max-width: 400px
}

.text-right {
    text-align: right
}

.d-grid {
    display: grid
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.gap-1 {
    gap: .3rem
}

.items-end {
    align-items: flex-end
}

.relative {
    position: relative
}

.gap-2 {
    gap: .625rem
}

.mt-20 {
    margin-top: 20px
}

.mt-8 {
    margin-top: 32px
}

.ml-3 {
    margin-left: .75rem
}

.mr-10 {
    margin-right: 10px
}

.mt-4 {
    margin-top: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.w-50 {
    width: 50%
}

.w-25 {
    width: 25%
}

.mw-100 {
    max-width: 100%
}

.noBorder {
    border: none !important
}

.iti__flag {
    background-image: url(https://stcdn.leadconnectorhq.com/intl-tel-input/17.0.12/img/flags.png)
}

.pointer {
    cursor: pointer
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-image: url(https://stcdn.leadconnectorhq.com/intl-tel-input/17.0.12/img/flags@2x.png)
    }
}

.iti__country {
    display: flex;
    justify-content: space-between
}

@media (min-width:768px) {
    .hl_wrapper.nav-shrink .hl_wrapper--inner.page-creator,
    body {
        padding-top: 0
    }
    .hl_page-creator--menu {
        left: 0;
        top: 0;
        z-index: 10
    }
    .hl_wrapper {
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .hl_wrapper.nav-shrink {
        padding-left: 0 !important
    }
}

html body .hl_wrapper {
    height: 100vh;
    overflow: hidden
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased
}

img {
    border-style: none;
    vertical-align: middle
}

.bg-fixed {
    z-index: -1
}

.progress-outer {
    background-color: #f5f5f5;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    font-size: 14px;
    height: 35px;
    line-height: 36px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%
}

.progress-inner {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    color: #fff;
    float: left;
    font-size: 14px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    transition: width .6s ease;
    width: 0
}

.progress0 {
    width: 0
}

.progress10 {
    width: 10%
}

.progress20 {
    width: 20%
}

.progress30 {
    width: 30%
}

.progress40 {
    width: 40%
}

.progress50 {
    width: 50%
}

.progress60 {
    width: 60%
}

.progress70 {
    width: 70%
}

.progress80 {
    width: 80%
}

.progress90 {
    width: 90%
}

.progress100 {
    width: 100%
}

.progressbarOffsetWhite {
    background: #f5f5f5
}

.progressbarOffsetTransparentWhite {
    background-color: hsla(0, 0%, 100%, .5)
}

.progressbarOffsetBlack {
    background: #333
}

.progressbarOffsetTransparentBlack {
    background-color: hsla(0, 0%, 49%, .5)
}

.text-white {
    color: #fff
}

.text-bold {
    font-weight: 700
}

.text-italic {
    font-style: italic
}

.text-bold-italic {
    font-style: italic;
    font-weight: 700
}

.progressbarSmall {
    font-size: 14px;
    height: 35px;
    line-height: 36px
}

.progressbarMedium {
    font-size: 19px;
    height: 45px;
    line-height: 45px
}

.progressbarLarge {
    font-size: 21px;
    height: 65px;
    line-height: 65px
}

.recaptcha-container {
    margin-bottom: 1em
}

.recaptcha-container p {
    color: red;
    margin-top: 1em
}

.button-recaptcha-container div:first-child {
    height: auto !important;
    width: 100% !important
}

.card-el-error-msg {
    align-items: center;
    color: #e25950;
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    padding: 10px 0;
    text-align: center
}

.card-el-error-msg svg {
    color: #f87171;
    margin-right: 2px
}

.hl-faq-child-heading {
    border: none;
    cursor: pointer;
    justify-content: space-between;
    outline: none;
    padding: 15px;
    width: 100%
}

.hl-faq-child-head,
.hl-faq-child-heading {
    align-items: center;
    display: flex
}

.v-enter-active,
.v-leave-active {
    transition: opacity .2s ease-out
}

.v-enter-from,
.v-leave-to {
    opacity: 0
}

.faq-separated-child {
    margin-bottom: 10px
}

.hl-faq-child-panel img {
    border-radius: 15px;
    cursor: pointer
}

.hl-faq-child-heading-icon.left {
    margin-right: 1em
}

.expand-collapse-all-button {
    background-color: transparent;
    border: 1px solid #d1d5db;
    border-radius: 15px;
    color: #3b82f6;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 1em 0;
    padding: 5px 15px
}

.hl-faq-child-panel {
    transition: padding .2s ease
}

.v-spinner .v-moon1 {
    position: relative
}

.v-spinner .v-moon1,
.v-spinner .v-moon2 {
    animation: v-moonStretchDelay .6s linear 0s infinite;
    animation-fill-mode: forwards
}

.v-spinner .v-moon2 {
    opacity: .8;
    position: absolute
}

.v-spinner .v-moon3 {
    opacity: .1
}

@keyframes v-moonStretchDelay {
    to {
        transform: rotate(1turn)
    }
}

.generic-error-message {
    color: red;
    font-weight: 500;
    margin-top: .5rem;
    text-align: center
}

#faq-overlay {
    background: var(--overlay);
    height: 100vh;
    opacity: .8;
    width: 100vw
}

#faq-overlay,
#faq-popup {
    position: fixed;
    z-index: 1000
}

#faq-popup {
    background: #fff;
    height: auto;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
    top: 50%;
    width: 500px
}

#popupclose {
    cursor: pointer;
    float: right;
    padding: 10px
}

.popupcontent {
    height: auto !important;
    width: 100% !important
}

#button {
    cursor: pointer
}

.dark {
    background-color: #000
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.spotlight {
    background: linear-gradient(45deg, #00dc82, #36e4da 50%, #0047e1);
    bottom: -30vh;
    filter: blur(20vh);
    height: 40vh
}

.z-10 {
    z-index: 10
}

.right-0 {
    right: 0
}

.left-0 {
    left: 0
}

.fixed {
    position: fixed
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.overflow-hidden {
    overflow: hidden
}

.min-h-screen {
    min-height: 100vh
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.place-content-center {
    place-content: center
}

.grid {
    display: grid
}

.z-20 {
    z-index: 20
}

.max-w-520px {
    max-width: 520px
}

.mb-8 {
    margin-bottom: 2rem
}

.text-8xl {
    font-size: 6rem;
    line-height: 1
}

.font-medium {
    font-weight: 500
}

.mb-16 {
    margin-bottom: 4rem
}

.leading-tight {
    line-height: 1.25
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.font-light {
    font-weight: 300
}

@media (min-width:640px) {
    .sm-text-10xl {
        font-size: 10rem;
        line-height: 1
    }
    .sm-text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
    .sm-px-0 {
        padding-left: 0;
        padding-right: 0
    }
}

.full-center {
    background-position: 50% !important;
    background-repeat: repeat !important;
    background-size: cover !important
}

.fill-width {
    background-size: 100% auto !important
}

.fill-width,
.fill-width-height {
    background-repeat: no-repeat !important
}

.fill-width-height {
    background-size: 100% 100% !important
}

.no-repeat {
    background-repeat: no-repeat !important
}

.repeat-x {
    background-repeat: repeat-x !important
}

.repeat-y {
    background-repeat: repeat-y !important
}

.repeat-x-fix-top {
    background-position: top !important;
    background-repeat: repeat-x !important
}

.repeat-x-fix-bottom {
    background-position: bottom !important;
    background-repeat: repeat-x !important
}

#overlay {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 999;
    -webkit-overflow-scrolling: touch
}

#overlay.show {
    opacity: 1
}

.popup-body {
    background-color: #fff;
    height: auto;
    left: 50%;
    min-height: 180px;
    position: absolute;
    top: 10%;
    transition: transform .25s ease-in-out
}

.popup-body,
.popup-body.show {
    transform: translate(-50%)
}

.closeLPModal {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 21
}

.settingsPModal {
    font-size: 18px;
    left: 40%;
    padding: 10px;
    position: absolute;
    top: -40px;
    width: 32px
}

.c-section>.inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    z-index: 2
}

.c-row>.inner {
    display: flex;
    width: 100%
}

.c-column>.inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: inherit;
    width: 100% !important
}

.c-wrapper {
    position: relative
}

.previewer {
    --vw: 100vh/100;
    height: calc(100vh - 170px);
    margin: auto;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%
}

.c-element {
    position: relative
}

.c-column {
    flex: 1
}

.c-column,
.c-row {
    position: relative
}

p+p {
    margin-top: auto
}

.hl_page-creator--row.active {
    border-color: #188bf6
}

.flip-list-move {
    transition: transform .5s
}

.page-wrapper .sortable-ghost:before {
    background: #188bf6 !important;
    border-radius: 4px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.page-wrapper .sortable-ghost {
    border: none !important;
    position: relative
}

.active-drop-area:before {
    color: grey;
    content: "";
    font-size: 12px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.active-drop-area {
    border: 1px dashed grey
}

.active-drop-area.is-empty {
    min-height: 60px
}

.empty-component {
    align-items: center;
    border: 1px dashed #d7dde9;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.empty-component,
.empty-component-min-height {
    min-height: 100px;
    pointer-events: none
}

.dividerContainer {
    width: 100%
}

.items-center {
    align-items: center
}

.font-semibold {
    font-weight: 600
}

.text-2xl {
    font-size: 1.5rem
}

.text-sm {
    font-size: .875rem
}

.w-full {
    width: 100%
}

.mr-2 {
    margin-right: .5rem
}

.mt-2 {
    margin-top: .5rem
}

.justify-between {
    justify-content: space-between
}

.text-lg {
    font-size: 1.125rem
}

.font-base {
    font-weight: 400
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center !important
}

.text-center {
    text-align: center
}

.centered {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.mx-auto {
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    .c-row>.inner {
        flex-direction: column
    }
    .desktop-only {
        display: none
    }
    .c-column,
    .c-row {
        width: 100% !important
    }
    .c-column,
    .c-column>.inner,
    .c-row>.inner,
    .c-section,
    .c-section>.inner {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .c-column,
    .c-column>.inner,
    .c-row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .c-row {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

@media only screen and (min-width:768px) {
    .mobile-only {
        display: none
    }
}

.c-button button {
    outline: none;
    position: relative
}

.fa,
.fab,
.fal,
.far,
.fas {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.c-column {
    flex: 1 1 auto !important
}

.c-column>.inner.horizontal>div {
    flex: 1
}

.c-row>.inner {
    display: flex;
    width: 100%
}

.c-nested-column .c-row>.inner {
    width: 100% !important
}

.c-nested-column .inner {
    border: none !important
}

.bgCover.bg-fixed:before {
    background-attachment: fixed !important;
    background-position: 50% !important;
    background-repeat: repeat !important;
    background-size: cover !important;
    -webkit-background-size: cover !important
}

@supports (-webkit-touch-callout:inherit) {
    .bgCover.bg-fixed:before {
        background-attachment: scroll !important
    }
}

.bgCover100.bg-fixed:before {
    background-size: 100% auto !important;
    -webkit-background-size: 100% auto !important
}

.bgCover100.bg-fixed:before,
.bgNoRepeat.bg-fixed:before {
    background-repeat: no-repeat !important
}

.bgRepeatX.bg-fixed:before {
    background-repeat: repeat-x !important
}

.bgRepeatY.bg-fixed:before {
    background-repeat: repeat-y !important
}

.bgRepeatXTop.bg-fixed:before {
    background-position: top !important;
    background-repeat: repeat-x !important
}

.bgRepeatXBottom.bg-fixed:before {
    background-position: bottom !important;
    background-repeat: repeat-x !important
}

.bgCover {
    background-attachment: fixed !important;
    background-position: 50% !important;
    background-repeat: repeat !important;
    background-size: cover !important;
    -webkit-background-size: cover !important
}

@supports (-webkit-touch-callout:inherit) {
    .bgCover {
        background-attachment: scroll !important
    }
}

.bgCover100 {
    background-size: 100% auto !important;
    -webkit-background-size: 100% auto !important
}

.bgCover100,
.bgNoRepeat {
    background-repeat: no-repeat !important
}

.bgRepeatX {
    background-repeat: repeat-x !important
}

.bgRepeatY {
    background-repeat: repeat-y !important
}

.bgRepeatXTop {
    background-position: top !important
}

.bgRepeatXBottom,
.bgRepeatXTop {
    background-repeat: repeat-x !important
}

.bgRepeatXBottom {
    background-position: bottom !important
}

.cornersTop {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.cornersBottom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.radius0 {
    border-radius: 0
}

.radius1 {
    border-radius: 1px
}

.radius2 {
    border-radius: 2px
}

.radius3 {
    border-radius: 3px
}

.radius4 {
    border-radius: 4px
}

.radius5 {
    border-radius: 5px
}

.radius10 {
    border-radius: 10px
}

.radius15 {
    border-radius: 15px
}

.radius20 {
    border-radius: 20px
}

.radius25 {
    border-radius: 25px
}

.radius50 {
    border-radius: 50px
}

.radius75 {
    border-radius: 75px
}

.radius100 {
    border-radius: 100px
}

.radius125 {
    border-radius: 125px
}

.radius150 {
    border-radius: 150px
}

.borderTopBottom {
    border-bottom-color: rgba(0, 0, 0, .7);
    border-left: none !important;
    border-right: none !important;
    border-top-color: rgba(0, 0, 0, .7)
}

.borderTop {
    border-bottom: none !important;
    border-top-color: rgba(0, 0, 0, .7)
}

.borderBottom,
.borderTop {
    border-left: none !important;
    border-right: none !important
}

.borderBottom {
    border-bottom-color: rgba(0, 0, 0, .7);
    border-top: none !important
}

.borderFull {
    border-color: rgba(0, 0, 0, .7)
}

@keyframes rocking {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(2deg)
    }
    75% {
        transform: rotate(-2deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.buttonRocking {
    animation: rocking 2s infinite;
    animation-timing-function: ease-out;
    transition: .2s
}

.buttonPulseGlow {
    animation: pulseGlow 2s infinite;
    animation-timing-function: ease-in-out
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }
    25% {
        box-shadow: 0 0 7.5px 6px hsla(0, 0%, 100%, .25)
    }
    50% {
        box-shadow: 0 0 10px 7px hsla(0, 0%, 100%, .5)
    }
    85% {
        box-shadow: 0 0 10px 10px hsla(0, 0%, 100%, 0)
    }
    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }
}

.buttonBounce {
    animation: bounce 1.5s infinite;
    animation-timing-function: ease-in;
    transition: .2s
}

@keyframes bounce {
    15% {
        box-shadow: 0 0 0 0 transparent;
        transform: translateY(0)
    }
    35% {
        box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .25);
        transform: translateY(-35%)
    }
    45% {
        box-shadow: 0 0 0 0 transparent;
        transform: translateY(0)
    }
    55% {
        box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .25);
        transform: translateY(-20%)
    }
    70% {
        box-shadow: 0 0 0 0 transparent;
        transform: translateY(0)
    }
    80% {
        box-shadow: 0 4px 3px -3px rgba(0, 0, 0, .25);
        transform: translateY(-10%)
    }
    90% {
        box-shadow: 0 0 0 0 transparent;
        transform: translateY(0)
    }
    95% {
        box-shadow: 0 2px 3px -3px rgba(0, 0, 0, .25);
        transform: translateY(-2%)
    }
    99% {
        box-shadow: 0 0 0 0 transparent;
        transform: translateY(0)
    }
    to {
        box-shadow: 0 0 0 0 transparent;
        transform: translateY(0)
    }
}

@keyframes elevate {
    0% {
        box-shadow: 0 0 0 0 transparent;
        transform: translateY(0)
    }
    to {
        box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .25);
        transform: translateY(-10px)
    }
}

.buttonElevate:hover {
    animation: elevate .2s forwards
}

.buttonElevate {
    box-shadow: 0 0 0 0 transparent;
    transition: .2s
}

.buttonWobble {
    transition: .3s
}

.buttonWobble:hover {
    animation: wobble .5s 1;
    animation-timing-function: ease-in-out
}

@keyframes wobble {
    0% {
        transform: skewX(0deg)
    }
    25% {
        transform: skewX(10deg)
    }
    50% {
        transform: skewX(0deg)
    }
    75% {
        transform: skewX(-10deg)
    }
    to {
        transform: skewX(0deg)
    }
}

.image-container img {
    max-width: 100%;
    vertical-align: middle
}

.sub-text ::-moz-placeholder {
    color: #000;
    opacity: 1
}

.sub-text ::placeholder {
    color: #000;
    opacity: 1
}

.image-container {
    height: 100%;
    width: 100%
}

.shadow5inner {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05)
}

.shadow10inner {
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1)
}

.shadow20inner {
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, .2)
}

.shadow30inner {
    box-shadow: inset 0 2px 5px 2px rgba(0, 0, 0, .3)
}

.shadow40inner {
    box-shadow: inset 0 2px 5px 2px rgba(0, 0, 0, .4)
}

.shadow5 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05)
}

.shadow10 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.shadow20 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

.shadow30 {
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .3)
}

.shadow40 {
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .4)
}

.sub-heading-button {
    color: #fff;
    font-weight: 400;
    line-height: normal;
    opacity: .8;
    text-align: center
}

.wideSection {
    max-width: 1120px
}

.midWideSection,
.wideSection {
    margin-left: auto !important;
    margin-right: auto !important
}

.midWideSection {
    max-width: 960px
}

.midSection {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 720px
}

.c-section>.inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    width: 100%
}

.c-column {
    padding-left: 15px;
    padding-right: 15px
}

.feature-img-circle img,
.img-circle,
.img-circle img {
    border-radius: 50% !important
}

.feature-img-round-corners img,
.img-round-corners,
.img-round-corners img {
    border-radius: 5px
}

.feature-image-dark-border img,
.image-dark-border {
    border: 3px solid rgba(0, 0, 0, .7)
}

.feature-image-white-border img,
.image-white-border {
    border: 3px solid #fff
}

.img-grey,
.img-grey img {
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease
}

.button-shadow1 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

.button-shadow2 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4)
}

.button-shadow3 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .7)
}

.button-shadow4 {
    box-shadow: 0 8px 1px rgba(0, 0, 0, .1)
}

.button-shadow5 {
    box-shadow: 0 0 25px rgba(0, 0, 0, .2), 0 0 15px rgba(0, 0, 0, .2), 0 0 3px rgba(0, 0, 0, .4)
}

.button-shadow6 {
    box-shadow: 0 0 25px rgba(0, 0, 0, .4), 0 0 15px hsla(0, 0%, 100%, .2), 0 0 3px hsla(0, 0%, 100%, .4)
}

.button-shadow-sharp1 {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2)
}

.button-shadow-sharp2 {
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .2)
}

.button-shadow-sharp3 {
    box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, .2)
}

.button-shadow-highlight {
    box-shadow: none
}

.button-shadow-highlight:hover {
    box-shadow: inset 0 0 0 0 hsla(0, 0%, 100%, .22), inset 0 233px 233px 0 hsla(0, 0%, 100%, .12)
}

.button-flat-line {
    background-color: transparent !important;
    border-width: 2px
}

.button-vp-5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important
}

.button-vp-10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important
}

.button-vp-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important
}

.button-vp-20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important
}

.button-vp-25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important
}

.button-vp-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important
}

.button-vp-40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important
}

.button-vp-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.button-hp-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.button-hp-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.button-hp-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.button-hp-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.button-hp-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.button-hp-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.button-hp-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.button-hp-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.vs__dropdown-toggle {
    background: #f3f8fb !important;
    border: none !important;
    height: 43px !important
}

.row-align-center {
    margin: 0 auto
}

.row-align-left {
    margin: 0 auto;
    margin-left: 0 !important
}

.row-align-right {
    margin: 0 auto;
    margin-right: 0 !important
}

button,
input,
optgroup,
select,
textarea {
    border-radius: unset;
    font-family: unset;
    font-size: unset;
    line-height: unset;
    margin: unset;
    text-transform: unset
}

body {
    font-weight: unset !important;
    line-height: unset !important;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word
}

*,
:after,
:before {
    box-sizing: border-box
}

.main-heading-group>div {
    display: inline-block
}

.c-button span.main-heading-group,
.c-button span.sub-heading-group {
    display: block
}

.time-grid-3 {
    grid-template-columns: repeat(3, 100px)
}

.time-grid-3,
.time-grid-4 {
    display: grid;
    text-align: center
}

.time-grid-4 {
    grid-template-columns: repeat(4, 100px)
}

@media screen and (max-width:767px) {
    .time-grid-3 {
        grid-template-columns: repeat(3, 80px)
    }
    .time-grid-4 {
        grid-template-columns: repeat(4, 70px)
    }
}

.time-grid .timer-box {
    display: grid;
    font-size: 15px;
    grid-template-columns: 1fr;
    text-align: center
}

.timer-box .label {
    font-weight: 300
}

.c-button button {
    cursor: pointer
}

.c-button>a {
    text-decoration: none
}

.c-button>a,
.c-button>a span {
    display: inline-block
}

.nav-menu-wrapper {
    display: flex;
    justify-content: space-between
}

.nav-menu-wrapper.default {
    flex-direction: row
}

.nav-menu-wrapper.reverse {
    flex-direction: row-reverse
}

.nav-menu-wrapper .branding {
    align-items: center;
    display: flex
}

.nav-menu-wrapper.default .branding {
    flex-direction: row
}

.nav-menu-wrapper.reverse .branding {
    flex-direction: row-reverse
}

.nav-menu-wrapper.default .branding .logo,
.nav-menu-wrapper.reverse .branding .title {
    margin-right: 18px
}

.nav-menu-wrapper .branding .title {
    align-items: center;
    display: flex;
    min-height: 50px;
    min-width: 50px
}

.nav-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-menu a {
    text-decoration: none
}

.dropdown {
    display: inline-block;
    position: relative
}

.dropdown .dropdown-menu {
    border: none;
    box-shadow: 0 8px 16px 5px rgba(0, 0, 0, .1)
}

.dropdown-menu {
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .3125rem;
    color: #607179;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.nav-menu .nav-menu-item.dropdown:hover>.dropdown-menu {
    display: block
}

.nav-menu .dropdown-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-menu-mobile {
    display: none
}

.nav-menu-mobile i {
    cursor: pointer;
    font-size: 24px
}

#nav-menu-popup {
    background: var(--overlay);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 100
}

#nav-menu-popup.show {
    opacity: 1
}

#nav-menu-popup .nav-menu-body {
    background-color: #fff;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 45px;
    position: absolute;
    top: 0;
    width: 100%
}

#nav-menu-popup .nav-menu-body .close-menu {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100
}

#nav-menu-popup .nav-menu-body .close-menu:before {
    content: "\f00d"
}

#nav-menu-popup .nav-menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

#nav-menu-popup .nav-menu .nav-menu-item {
    list-style: none;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

#nav-menu-popup .nav-menu .nav-menu-item .nav-menu-item-content {
    display: flex;
    position: relative
}

#nav-menu-popup .nav-menu-item .nav-menu-item-title {
    flex-grow: 1;
    margin: 0 1rem;
    max-width: calc(100% - 2rem)
}

#nav-menu-popup .nav-menu .nav-menu-item .nav-menu-item-content .nav-menu-item-toggle {
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: calc(50% - 12px)
}

#nav-menu-popup .nav-menu .nav-menu-item .nav-menu-item-content .nav-menu-item-toggle i {
    font-size: 24px;
    transition: transform .2s ease
}

#nav-menu-popup .nav-menu .nav-menu-item .nav-menu-item-content .nav-menu-item-toggle i:before {
    content: "\f107"
}

#nav-menu-popup .nav-menu .nav-menu-item.active .nav-menu-item-content .nav-menu-item-toggle i {
    transform: rotate(-180deg)
}

#nav-menu-popup .nav-menu .nav-menu-item .nav-dropdown-menu {
    display: none;
    max-height: 0;
    opacity: 0;
    overflow: auto;
    padding: 0;
    transition: all .3s ease-in-out;
    visibility: hidden
}

#nav-menu-popup .nav-menu .nav-menu-item.active .nav-dropdown-menu {
    display: block;
    max-height: 600px;
    opacity: 1;
    visibility: visible
}

.form-error {
    border: 2px solid var(--red);
    border-radius: 8px;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 6px 12px;
    text-align: center
}

.form-error,
.form-error i {
    color: var(--red)
}

.c-bullet-list ul li {
    line-height: inherit
}

.c-bullet-list ul li.ql-indent-1 {
    padding-left: 4.5em
}

.c-bullet-list ul li.ql-indent-2 {
    padding-left: 7.5em
}

.c-bullet-list ul li.ql-indent-3 {
    padding-left: 10.5em
}

.c-bullet-list ul li.ql-indent-4 {
    padding-left: 13.5em
}

.c-bullet-list ul li.ql-indent-5 {
    padding-left: 16.5em
}

.c-bullet-list ul li.ql-indent-6 {
    padding-left: 19.5em
}

.c-bullet-list ul li.ql-indent-7 {
    padding-left: 22.5em
}

.c-bullet-list ul li.ql-indent-8 {
    padding-left: 25.5em
}

.c-rich-text .list-disc {
    list-style-type: disc
}

.c-rich-text .list-square {
    list-style-type: square
}

.c-rich-text .list-none {
    list-style-type: none
}

.c-rich-text .list-circle {
    list-style-type: circle
}

.c-rich-text .list-decimal {
    list-style-type: decimal
}

.c-rich-text .list-upper-alpha {
    list-style-type: upper-alpha
}

.c-rich-text .list-lower-alpha {
    list-style-type: lower-alpha
}

.c-rich-text .list-upper-roman {
    list-style-type: upper-roman
}

.c-rich-text .list-lower-roman {
    list-style-type: lower-roman
}

.text-output ul li {
    padding-left: 1.5em
}

.text-output ul li:before {
    display: inline-block;
    font-weight: 700;
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right;
    white-space: nowrap;
    width: 1.2em
}

.svg-component svg {
    max-height: 100%;
    max-width: 100%
}

.border1 {
    border-bottom: 3px solid rgba(0, 0, 0, .2) !important
}

.border2 {
    border: 2px solid rgba(0, 0, 0, .55)
}

.border3 {
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 1px 2px;
    padding: 5px
}

.border4 {
    border: solid rgba(0, 0, 0, .35);
    border-width: 1px 1px 2px;
    padding: 1px !important
}

.shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .15)
}

.shadow2 {
    box-shadow: 0 4px 3px rgba(0, 0, 0, .15), 0 0 2px rgba(0, 0, 0, .15)
}

.shadow3 {
    box-shadow: 0 10px 6px -6px #999
}

.shadow4 {
    box-shadow: 3px 3px 15px #212121a8
}

.shadow6 {
    box-shadow: 0 10px 1px #ddd, 0 10px 20px #ccc
}

.background {
    background-color: unset !important
}

@keyframes progress-bar-animation {
    to {
        background-position: 0 -3000px
    }
}

@keyframes gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: unset
}

p {
    margin: unset
}

.c-bullet-list,
.c-faq,
.c-heading,
.c-image-feature,
.c-paragraph,
.c-sub-heading {
    word-break: break-word
}

h1:empty:after,
h2:empty:after,
h3:empty:after,
h4:empty:after,
h5:empty:after,
h6:empty:after,
p:empty:after {
    content: "\00A0"
}

.w-3-4 {
    width: 75%
}

.w-1-2 {
    width: 50%
}

.tabs-container {
    display: flex
}

@media screen and (max-width:767px) {
    .nav-menu {
        display: none
    }
    .nav-menu-mobile {
        align-items: center;
        display: flex
    }
    #faq-popup {
        left: 5px !important;
        margin-left: 0 !important;
        width: 98% !important
    }
    .video-container {
        width: 100% !important
    }
    .autoplay .vjs-big-play-button {
        display: none !important
    }
    .autoplay:hover .vjs-control-bar {
        display: flex !important
    }
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.eot);
    src: url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"), url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.woff) format("woff"), url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"), url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.eot);
    src: url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"), url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.woff) format("woff"), url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"), url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: Font Awesome\ 5 Free
}

.fa,
.fas {
    font-weight: 900
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.eot);
    src: url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"), url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.woff) format("woff"), url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"), url(https://stcdn.leadconnectorhq.com/funnel/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands;
    font-weight: 400
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both
}

@media (prefers-reduced-motion:reduce),
print {
    .animate__animated {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important
    }
    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.animate__fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    animation-name: fadeInRight
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    animation-name: slideInUp
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    animation-name: slideInRight
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*.75);
    animation-name: bounceIn
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    animation-name: bounceInRight
}

@keyframes flip {
    0% {
        animation-timing-function: ease-out;
        opacity: 0;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }
    40% {
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }
    50% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }
    80% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }
    to {
        animation-timing-function: ease-in;
        opacity: 1;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

.animate__animated.animate__flip {
    animation-name: flip;
    backface-visibility: visible
}

@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.animate__flipInX {
    animation-name: flipInX;
    backface-visibility: visible !important
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.animate__flipInY {
    animation-name: flipInY;
    backface-visibility: visible !important
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__rollIn {
    animation-name: rollIn
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    animation-name: zoomIn
}

@keyframes lightSpeedInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) skewX(30deg)
    }
    60% {
        opacity: 1;
        transform: skewX(-20deg)
    }
    80% {
        transform: skewX(5deg)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    animation-name: lightSpeedInLeft;
    animation-timing-function: ease-out
}

@keyframes lightSpeedInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        opacity: 1;
        transform: skewX(20deg)
    }
    80% {
        transform: skewX(-5deg)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    animation-name: lightSpeedInRight;
    animation-timing-function: ease-out
}

.item-description {
    color: grey;
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px
}

.error-message {
    color: #f87171
}

.container-order-form-two-step .is-danger {
    border: 1px solid #f87171
}

.product-bump-divider {
    margin-bottom: 10px
}

.caret-up:before {
    content: "\f0d8";
}

.order-form-footer {
    color: #9c9c9c;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    word-break: break-word
}

.form-btn:hover {
    box-shadow: 0 7px 14px 0 rgba(50, 50, 93, .1), 0 3px 6px 0 rgba(0, 0, 0, .08);
    transform: translateY(-1px)
}

.form-btn {
    cursor: pointer;
    display: block;
    font-weight: 700;
    outline: none;
    transition: all .15s ease
}

.form-btn .sub-text {
    font-size: 13px;
    font-weight: 400
}

.form-btn {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2);
    color: #fff;
    padding: 8px;
    position: relative;
    width: 100%
}

.form-btn .main-text {
    font-size: 1.2rem;
    font-weight: 700
}

.form-btn i {
    font-size: 1.26rem;
    font-weight: 900;
    margin-right: 5px
}

.container-order-form-two-step .cc-holder {
    background: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .05) !important;
    color: #dcdcdc;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    outline: none;
    padding: 0 18px
}

.container-order-form-two-step .cc-holder span {
    color: #dcdcdc;
    float: right
}

.card-el-error-msg {
    align-items: center
}

.card-el-error-msg svg {
    margin-right: 2px
}

.card-el-error-msg,
.card-el-error-msg svg,
.order-validation-error {
    color: #f87171;
    font-size: 12px
}

.order-validation-error {
    padding: 0
}

.card-details .StripeElement,
.card-details-v2 .StripeElement {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    transition: box-shadow .15s ease
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df
}

.StripeElement--invalid {
    border-color: #fa755a
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important
}

.StripePaymentElement {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
    padding: 10px 12px;
    transition: box-shadow .15s ease
}

.bp-container {
    padding: 5px 0
}

.separator {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 500px;
    margin: 10px 0;
    padding: 1px 0;
    text-align: center
}

.separator:after,
.separator:before {
    border-bottom: 1px solid #cfd7df;
    content: "";
    flex: 1
}

.separator:before {
    margin-right: .25em
}

.separator:after {
    margin-left: .25em
}

.card-errors {
    font-size: 14px
}

.card-el-error-msg {
    color: #e25950;
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    padding: 10px 0;
    text-align: center
}

.card-el-error-msg svg .base {
    fill: #e25950
}

.card-el-error-msg svg {
    margin: 0 5px
}

#card-element {
    margin: 15px 0 10px
}

.card-element-label {
    color: #32325d;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px;
    text-transform: uppercase
}

.card-info-msg {
    color: #32325d;
    font-size: 11px;
    font-weight: 500;
    margin-left: 5px
}

.item-price {
    color: #1571a8;
    font-weight: 700
}

.item-unavailable {
    color: #d0d5dd
}

.sold-out {
    font-size: 15px;
    font-weight: 700;
    text-align: right
}

.payment-form-row {
    background: rgba(18, 91, 152, .05);
    border-radius: 8px;
    padding: 15px 20px
}

.cart-icon:before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 5px
}

.disable-btn {
    cursor: not-allowed;
    pointer-events: none
}

.card-details {
    padding: 20px 0
}

.product-description {
    display: grid;
    grid-template-columns: 8fr 1fr 2fr;
    margin-bottom: 10px
}

.product-description .item {
    font-size: 13px
}

.product-description .item:last-child {
    text-align: right
}

.container-order-form-two-step {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    max-width: 100%;
    padding: 2px
}

.container-order-form-two-step .form-title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 7px
}

.container-order-form-two-step .form-title div {
    text-align: center
}

.divider-form {
    background: #1571a8;
    height: 5px;
    position: relative;
    width: 100%;
    z-index: 1
}

.divider-form i {
    left: 25%
}

.divider-form i,
.step2 i {
    color: #1571a8;
    font-size: 30px;
    position: absolute;
    top: -18px
}

.step2 i {
    left: unset;
    right: 25% !important
}

.form-heading {
    font-size: 14px;
    font-weight: 700;
    word-break: break-word
}

.form-sub-heading {
    color: #607179;
    font-size: 12px;
    word-break: break-word
}

.form-step {
    display: grid;
    grid-template-columns: 1fr
}

.form-title div:first-child {
    box-shadow: 10px 0 4px -8px rgba(0, 0, 0, .28)
}

.form-step .active {
    color: #1571a8
}

.form-body {
    background-color: #fff;
    padding: 15px
}

.shipping-input-split {
    display: flex;
    gap: 16px
}

.payment-title-wrapp,
.shipping-title-wrapp {
    padding: 8px 0;
    position: relative;
    width: 100%
}

.payment-bar,
.shipping-bar {
    background-color: #e5e7eb;
    height: 2px;
    position: absolute;
    top: 7px;
    width: 100%
}

.forward-shopping-details {
    color: #888 !important;
    display: block;
    font-size: 12px
}

.forward-shopping-details span:hover {
    color: #007bff;
    cursor: pointer;
    text-decoration: underline
}

.form-payment {
    padding: 10px
}

.container-card span {
    color: #888;
    padding-bottom: 10px
}

.form-action {
    margin-top: 5px;
    width: 100%
}

.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 97%;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    box-shadow: 0 0 0 0 transparent, transparent !important;
    -moz-box-shadow: 0 0 0 0 transparent, transparent !important;
    -webkit-box-shadow: 0 0 0 0 transparent, transparent !important;
    font-size: 14px;
    line-height: 24px;
    outline: none !important;
    padding: 8px 12px;
    width: 100%
}

.form-button-subtle {
    border-radius: 4px;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2)
}

.form-button-subtle-border {
    border-bottom: 3px solid rgba(0, 0, 0, .2);
    border-left: none !important;
    border-right: none !important
}

.order-bump-container {
    background-color: #fbf8e3;
    border: 2px dashed #c7c7c7;
    border-radius: 5px;
    padding: 8px
}

.order-bump-container .main-section {
    background-color: #fefcbf;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 2px;
    text-align: left
}

.order-bump-container .headline {
    color: #090;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 2px;
    word-wrap: break-word
}

.oto-headline {
    color: #c30;
    font-weight: 700;
    text-decoration: underline
}

.order-bump-container p {
    margin-top: 10px
}

.bump-image {
    height: auto;
    max-width: 100%;
    width: 100%
}

.bump-header,
.main-section {
    align-items: center;
    display: flex
}

.bump--flashing-arrow {
    padding: 0 9px;
    width: 40px
}

.bump--checkbox {
    margin: 0 4px
}

.qtyDropDown {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    padding: 2px 4px;
    width: 45px !important
}

.max-qty-text {
    font-size: 10px
}

.truncate-text-2-lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.text-box {
    height: 35px;
    width: 200px !important
}

.btnClass {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    height: 35px;
    margin-left: 10px;
    outline: none;
    width: 80px
}

.btnClass:disabled {
    cursor: not-allowed
}

.text-box-error {
    border: 1px solid red !important
}

.green {
    color: #039855
}

.--mobile-os-itemStyles {
    display: block
}

.old-price {
    font-size: 11px !important;
    text-decoration: line-through
}

.total-discount {
    font-weight: 600;
    margin: 8px 0
}

[data-lastpass-icon-root],
[data-lastpass-root] {
    display: none !important
}

.card-input-label {
    color: #32325d;
    font-size: 13px
}

.container-order-form-two-step .iti.iti--allow-dropdown {
    width: 100%
}

.terms-conditions-wrapper {
    align-items: flex-start;
    display: flex;
    margin-bottom: 10px
}

.terms-conditions-wrapper #terms-conditions-input {
    margin-top: 3px;
    min-width: 15px
}

.terms-conditions-text {
    font-size: 14px;
    margin-left: 10px
}

@media (max-width:600px) {
    .product-description,
    .product-title {
        display: grid;
        grid-template-columns: 3fr 1fr 1fr
    }
    .product-title .item {
        font-size: 13px;
        font-weight: 700
    }
    .product-title .item:last-child {
        text-align: right
    }
    .product-description .item {
        font-size: 13px
    }
    .product-description .item:last-child {
        text-align: right
    }
    .product-description {
        margin-bottom: 10px
    }
    .coupon-applied-text {
        color: #039855;
        display: inline-block;
        font-size: 14px;
        max-width: 225px
    }
    .coupon-tag {
        background: #f2f4f7;
        border-radius: 5px;
        color: #1571a8;
        display: block;
        font-size: 12px;
        font-weight: 600;
        height: -moz-fit-content;
        height: fit-content;
        padding: 2px 5px;
        width: -moz-fit-content;
        width: fit-content
    }
}

.product-detail {
    margin-top: 20px
}

.product-name {
    margin-left: 5px
}

.flex-text {
    align-items: center;
    display: flex;
    justify-content: center;
    justify-items: center
}

.product-title {
    display: grid;
    grid-template-columns: 8fr 1fr 2fr
}

.product-title .item {
    font-size: 13px;
    font-weight: 700
}

.product-title .item:last-child {
    text-align: right
}

.divider-product {
    background-color: #888;
    height: 2px;
    margin: 6px 0;
    opacity: .3;
    width: 100%
}

.address-title,
.payment-title {
    background-color: #fff;
    color: #626262;
    font-size: 12px;
    font-weight: 700;
    margin-top: -9px;
    padding-right: 10px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1
}

.info,
.shipping {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    margin-bottom: 15px
}

.order-total {
    color: #333;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 10px
}

.coupon-container {
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%
}

.coupon-text-container {
    align-items: center
}

.coupon-applied-text {
    color: #039855;
    display: inline-block;
    font-size: 14px;
    max-width: 270px
}

.coupon-item {
    font-size: 13px;
    margin-right: 24px
}

.coupon-tag {
    background: #f2f4f7;
    border-radius: 5px;
    color: #1571a8;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2px 5px;
    width: -moz-fit-content;
    width: fit-content
}

.coupon-code {
    display: inline;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

@media (max-width:600px) {
    .product-description,
    .product-title {
        display: grid;
        grid-template-columns: 3fr 1fr 1fr
    }
    .product-title .item {
        font-size: 13px;
        font-weight: 700
    }
    .product-title .item:last-child {
        text-align: right
    }
    .product-description .item {
        font-size: 13px
    }
    .product-description .item:last-child {
        text-align: right
    }
    .product-description {
        margin-bottom: 10px
    }
    .coupon-container {
        align-items: center !important;
        width: 100%
    }
    .coupon-text-container {
        width: 100%
    }
}

.disabled[data-v-bb614710] {
    background-color: rgba(0, 0, 0, .5) !important;
    pointer-events: none
}

.form-action button[data-v-bb614710] {
    cursor: pointer
}

.invisible[data-v-bb614710] {
    opacity: 0
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (adjust if needed) */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.cimage-rZx6pSk1IG .feature-card {
    max-width: 500px;
    margin: 20px auto 0;
    border: 2px solid var(--border-main-color);
    border-radius: 1.5rem;
    position: relative;
    padding: 55px 30px 30px;
    background: var(--bg-main-color);
}

.cimage-rZx6pSk1IG .feature-card .header-bar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2rem;
    background: linear-gradient(var(--border-main-color), #7cb5ff, var(--border-main-color));
    width: 80%;
    padding: 5px 10px;
}

.cimage-rZx6pSk1IG .feature-card .header-bar > * {
    display: inline-block;
    text-transform: uppercase;
}

.cimage-rZx6pSk1IG .feature-card .card-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    font-size: 19px;
    font-family: var(--poppins);
}

.review-card {
    background: #fff;
    border: 1px solid var(--border-main-color);
    border-radius: 1rem;
    position: relative;
    padding: 35px 25px 15px;
    font-family: var(--poppins);
    text-align: left;
}

.review-card:after {
    content: '❝';
    position: absolute;
    font-size: 50px;
    line-height: 1;
    border-radius: 1000px;
    background: var(--border-main-color);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    top: 0;
    transform: translateY(-50%);
    padding-top: 5px;
}

.review-card .feedback-user {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.review-card .feedback-user img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 1000px;
    border: 1px solid var(--border-main-color)
}

.review-card .feedback-user .user-name {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.1;
}

.review-card .feedback-user .position {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
}

.review-card p {
    line-height: 1.15;
    font-size: 16px;
    margin-bottom: 20px;
}

.review-card p:last-child {
    margin-bottom: 15px;
}

.review-card .rating {
    display: flex;
    align-items: center;
    color: var(--border-main-color);
    line-height: 1;
    font-size: 20px;
}

.featured-ins {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    max-width: 800px;
    margin: 10px auto 0;
}

.featured-ins img {
    width: auto;
    max-height: 50px;
    filter: brightness(0) invert(1);
}

.courtesy-container {
    border-radius: 3px;
}

.courtesy-container span, .video-container span {
    background: linear-gradient(to right, transparent, black, transparent);
    color: #fff;
    opacity: 0.8;
    font-weight: 500;
    font-size: 12px;
}

.z-index-2 {
    z-index: 2;
}

.bottom-2 {
    bottom: 2rem;
}

.w-80 {
    width: 80%;
}

.feedback-user img {
    min-height: 80px;
}

.p-carousel-content {
    position: relative;
    z-index: 1;
    border-radius: 1rem;
    margin: -15px 0 0;
}

.p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next {
    display: none;
}

.p-carousel .p-carousel-indicators {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0.5rem 1rem;
    z-index: 1;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-bottom: 0;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator:last-child {
    margin-right: 0;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator button {
    width: 0.5rem;
    border-radius: 1000px;
    transition: width .35s ease-in-out;
    opacity: 0.5;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    width: 1.5rem;
    background: var(--border-main-color);
    opacity: 1;
}

.p-carousel .image-container img {
    max-height: 658px;
}

.hl_page-preview--content .cimage-EAxBLmfkKx {
    background-color: var(--bg-main-color);
}

.blurred-bg {
    position: absolute;
    width: 100%;
    left: 0;
    object-fit: cover;
    filter: blur(30px);
    opacity: 0.5;
}

.p-carousel .image-container img:not(.blurred-bg) {
    position: relative;
    z-index: 1;
}

@media(max-width: 767px) {
    .review-card {
        margin-bottom: 30px;
    }

    .hl_page-preview--content .col-A5t4n2Vvte {
        max-width: 100%;
    }

    .hl_page-preview--content .cheading-t92VvWqFbX,
    .hl_page-preview--content .cheading-AQ2uUBDrCm,
    .hl_page-preview--content .cheading-X04-teEBLS,
    .hl_page-preview--content .cheading-SilUymlu_F {
        padding: 0 0 0 20px;
    }

    .hl_page-preview--content .cheading-t92VvWqFbX h1:before,
    .hl_page-preview--content .cheading-AQ2uUBDrCm h1:before,
    .hl_page-preview--content .cheading-X04-teEBLS h1:before,
    .hl_page-preview--content .cheading-SilUymlu_F h1:before {
        display: none;
    }

    .hl_page-preview--content .image-i4StQutBja .image-container img {
        max-width: 100%;
    }

    .p-carousel .image-container img {
        max-height: 230px;
    }

    .courtesy-container.carousel span:first-of-type {
        display: none;
    }


    .courtesy-container span, .video-container span {
        font-size: 0.5rem;
    }

    .button-vp-10 {
        /* padding-bottom: 5px !important;
        padding-top: 5px !important; */
    }
}