<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

&lt;style&gt;

.sr-cards-testimonial-slider-01-content-wrapper .sr-cards-testimonial-slider-01 .author-meta img {
    border-radius: 0px;
}

.widget_1690472863460 {
    background: #000;
    border-top: 0px none #e5e7ea;
    border-bottom: 0px none #e5e7ea;
}

  .charginglevelsTable td {
    padding: 10px;
    text-align: left;
    border: 1px solid #f0f0f0;
}
  

/* 
  thead.text-center.comparison-thead {
    display: block;
}
  tbody {
    display: block;
    height: 300px;
    width: 100%;
    overflow: auto;
} */

.appstore-badges {
    margin: auto;
    text-align: center;
}

.hero-feature-content.sr-spacer-top-25 {
    padding-top: 8px;
}

.hero-feature.text-white.text-center {
    padding: 1rem;
}
/*// Code for sticky sidebar elements on various B2C Pages //*/

 .row-fluid-wrapper.row-depth-1.row-number-20.dnd-row .stickyPromo {
    position: sticky;
    top: 86px;
}
.row-fluid-wrapper.row-depth-1.row-number-18.dnd-row .stickyPromo {
    position: sticky;
    top: 86px;
}

.row-fluid-wrapper.row-depth-1.row-number-13.dnd-row .stickyPromo {
    position: sticky;
    top: 86px;
} 


/*// Anchor Tag Scroll Offset /*/

a.SectionAnchor {
    height: 300px;
    margin-top: -300px;
    z-index: 2;
    position: absolute;
}

a[data-hs-anchor="true"] {
  scroll-margin-top: 12.5rem;
}

//*// FAQ page //*//

h2.faqTitle a {
    font-size: 24px;
    color: #89898c;
}

/*// Mobile Navbar - Change default 100vh property /*//
nav.header__menu.header__menu--mobile.header__menu--show {
    height: auto;
}

ul.sideBarLIst li {
 margin-bottom:16px; 
}

.faqContainer {
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0!important;
    border-radius: 8px;
}
.faqContainer .container {
    padding-left: 0px;
    padding-right: 0px;
}


/*// Code for AC form integration styling &amp; container //*/

button#_form_298_submit, button#_form_300_submit, button#_form_304_submit, button#_form_306_submit,  button#_form_308_submit,  button#_form_309_submit,  button#_form_310_submit {
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.35;
    border-radius: 32px;
    min-height: 2.75rem;
    padding: 0 2.0rem;
    border: 0px solid;
    background-color: #18d1ae;
    border-color: #18d1ae;
    color: #052A23;
}

Ë‡

  ._button-wrapper._full_width {
    text-align: center;
}
  .ac-form-container{
    padding: 32px;
    background-color: white;
}
  ._error-inner {
    color: red;
    font-size: 14px;
}

/*/// Code to fix Nav Menu Dropdown for Lang Switcher ///*/
#hs_cos_wrapper_site_header-module-1 .header__menu-link {
    text-wrap: nowrap;
}


/*// Guide page Article Cards &amp; Styling ///*/
.guide-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 3px 5px #0000001c;
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.guide-card .container-fluid {
    padding: 0px;
}

/*// Guide page Article Cards &amp; Styling ///*/
.container-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 3px 5px #0000001c;
     padding: 24px;
    max-width: 330px;
    text-align: center;
    margin: auto;
}
.container-card .container-fluid {
    padding: 0px;
}

/*// 2-Col Newsletter Signup Margins /*/

.newsletter-signup {
    margin-left: 10%;
    margin-right: 10%;
}

@media screen and (max-width: 768px) {
  .newsletter-signup {
    margin-left: auto;
    margin-right: auto;
}
}

/*// Blog Styles /*/
span.imageCaption {
    background-color: #fff;
    padding: 12px;
    box-shadow: 0px 0px 16px 0px #00000036;
    display: block;
    float: left;
    bottom: -16px;
    position: absolute;
    left: 16px;
    border-left: 4px solid #18d1ae;
}

.imageWithCaption {
    display: block;
    float: left;
    position: relative;
    height: auto;
    margin-bottom: 16px;
}

@media screen and (max-width: 500px) {
  .imageWithCaption {
    margin-bottom: 8px;
    margin-bottom: 32px;
    width: 100%;
  }
}

.blog .categories-trigger {
    display: none;
}

.blog .categories-container {
    display: block;
}

/*/ Mobile App Pages /*/

  .sr-multicol-media.mobile-splash-center {
    background-position: 500px;
}

/*/ Remove Padding left &amp; Right /*/
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

/*/ Custom Font for B2B - Genevra Condensed /*/
@font-face { font-family: 'Genevra Condensed'; src: url('https://chargehub.com/hubfs/B2B/fonts/genevra-bold-webfont.woff2') format('woff2'), format('truetype');}


&lt;/style&gt;</pre></body></html>