/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
/* @import url('//fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i|Ubuntu:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,900&display=swap');
@import url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css'); */
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("../png/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("../png/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("../png/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("../png/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("../png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("../png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }
@media screen and (min-width:992px) {
  /* Third level list container */
  .hs-menu-children-wrapper > .hs-menu-item.hs-menu-depth-2.hs-item-has-children > .hs-menu-children-wrapper {
    display: contents !important;
  }

  /* Second level list container */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul {
    display: contents;
    width: 450px !important;
    left: -210% !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) > ul::after {
    left: 39.5% !important;
  }

  /* Removes the 'arrow' pointer on third level  */
  /* ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper::after { */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul{
    display: none;
  }

  /* Third level listitems */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul > li {
    float: left;
    display: grid;
    margin: 0;
    grid-row-gap: 20px;
  }

  /* Second level list 'Solutions', third level list #first list */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul > li:nth-of-type(1) {
    width: 39%;
  }

  /* Second level list 'By Industries', third level list second list */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul > li:nth-of-type(2):not(.hs-menu-item.hs-menu-depth-3) {
    width: 61%;
    padding-left: 24px;
  }

  /* Render a 'seperator' on the second listitem element  */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul > li:nth-of-type(2) {
    box-shadow: -3px 0px 0px #f2f2f2;
  }

  /* Remove grey seperator on list items */
  .custom-menu-primary .hs-menu-wrapper > ul > li ul > li ul > li {
    box-shadow: none !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    visibility: visible !important;
  }
}


@media (max-width: 991px){
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > .hs-menu-children-wrapper{
    border-left: none;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    margin-top: 20px;
    padding: 0;
  }
}

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

.hs-usecase-detail-row-3 ul { margin: 0 auto; width: 80%; padding: 0px 0px 10px 0px;}   
.hs-usecase-detail-row-3 ul li {padding-left: 30px; padding-bottom: 10px}
.hs-usecase-detail-row-3 ul li:before {content:""; color: #fff}


*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #262A3A;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 32px;
}
body.pop-up-open,
body.modal-open {
  overflow-y: hidden;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1202px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}
::selection {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #3399FF;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1 {
  font: 700 40px/56px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 10px;
}

.custom-banner-area-popup-mod.webinar h1  {
  font: 700 32px/48px 'Merriweather', serif;
  margin: 0 0 8px;
}

h2 {
  font: 700 32px/48px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 8px;
}
h3 {
  font: 700 24px/40px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 10px;
}
h4 {
  font: 700 18px/32px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 10px;
}
h5 {
  font: 700 16px/26px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 10px;
}
h6 {
  font: 700 18px/26px 'Ubuntu', serif;
  color: #262A3A;
  margin: 0 0 10px;
}

.custom-two-column-with-left-image-and-line h3.custom-right-col-title {
  font: 700 32px/48px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 8px;
}

.hs-customercase-detail-layout h3.custom-right-col-title {
    font: 700 18px/48px 'Ubuntu', serif;
    color: #262A3A;
    margin: 0 0 10px;
}
/* Anchor Links */
a {
  color:#3574e3;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover, a:focus { 
  color: #3779a0;
  text-decoration: none;
}

a:not([href]) {
  cursor: default !important; 
}
/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
img[data-src] {
  opacity: 0;
  transition: opacity 1s;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  line-height: 32px;
}
img[data-src]:before {
  content: '';
  display: block;
  padding-top: calc(56.25% - 32px);
}
img[data-src].loaded {
  opacity: 1;
}

/* ==========================================================================
Macros                                                  
========================================================================== */


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below on it's own CSS property line.  
* Ignore the jinja comment tags. 
*
* 
*/

/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header{}

.custom-header .page-center{}
.custom-header-group {
  padding: 38px 0 21px;
}
.custom-header-group .page-center{
  padding-left: 16px;
  padding-right: 16px;
}

.header-container-wrapper {
  position: relative;
}
.custom-header-gp {
  position: relative;
  transition: top .5s ease;
}
.custom-header-gp.cloned-menu {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 5px 0 #ccc;
  display: none;
  top: -120px;
}
.custom-header-gp.cloned-menu.enabled {
  display: block;
}
.custom-header-gp.cloned-menu.enabled.visible {
  top: 0;
}
.custom-header-gp.cloned-menu .custom-header-group {
  padding: 20px 0 0;
}
.custom-header-gp.cloned-menu .custom-logo {
  top: 22px; 
}
.custom-header-gp.cloned-menu .custom-login {
  top: 18px; 
}
.custom-header-gp.cloned-menu .custom-menu-primary .hs-menu-wrapper>ul>li>a, .custom-header-gp.cloned-menu .custom-menu-primary .hs-menu-wrapper>ul>li>a i#search-icon, .custom-header-gp.cloned-menu .custom-menu-primary .hs-menu-wrapper>ul ul li a, .custom-header-gp.cloned-menu .custom-header-login ul li a {
  color: #90929b;
}
.custom-header-gp.cloned-menu .custom-logo-inner img.logo {
  display: none;
}
.custom-header-gp.cloned-menu .custom-logo-inner img.logo-red {
  display: block;
}
.custom-header-gp.cloned-menu .custom-search {
  display: none; 
}
.custom-logo {
  width: 164px !important;
  height: 32px;
  overflow: hidden;
  margin: 0 16px 0 0;
  left: 32px;
  top: 41px;
  position: absolute;
}
img.tab-logo,
.tab-logo-red{
  display: none;
}
.tab-logo-red{
  display:block;
}
.custom-header-group .page-center {
  max-width: 100% !important;
}

.custom-login {
  margin-left: 0 !important;
  position: absolute;
  top: 36px;
  right: 32px;
  width: auto !important;
}

.custom-header-search {
  width: 400px !important;
  position: absolute;
  top: 75%;
  right: 34%;
}
.custom-header-login ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.custom-header-login ul li {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-left: 7px;
  position: relative;
}
.custom-header-login ul li a, .bb--header-centered-hexagon.no-banner .custom-header-login ul li a {
  color: #90929B;
}
.custom-header-login ul li ~ li {
  min-width: 144px;
  min-height: 40px;
}

.custom-logo{}

.custom-logo img{}

.no-banner .custom-logo .logo-red {
  display: block;
}
.no-banner .custom-logo .logo {
  display: none;
}
body:not(.no-banner) .logo-red, body:not(.no-banner) .tab-logo-red {
  display: none;
}
/* =============== Content =============== */



.body-container-wrapper {}
.body-container {}

.body-container-wrapper {}
.body-container {}

.body-container .page-center.content-wrapper{
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.bg-image-section {
  position: relative;
  margin-top: -116px;
  padding-top: 125px;
  min-height: 693px;
  display: flex;
  align-items: center;
  overflow-x:hidden;
}
.bg-image-section .page-center {
  width:100%;
}
.bg-image-section.hs-banner-wrapper.no-banner-image {
  background: #000;
  min-height: 500px;
}
.bg-image-section-banner {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -1448px;
  width: 1932px;
  background-repeat: no-repeat;
  right: 0;
  background-size: 100%;
}
.bg-image-section .page-center {
  position: relative;
  color: #fff;
  padding: 6px 16px 163px;
}
.bg-image-section .custom-heading {
  width: 58.33333333%;
}
.body-container-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.custom-heading h1 {
  color: white;
  font: 700 40px/56px 'Merriweather', serif;
  margin: 0 0 10px;
}

.custom-header-group {
  position: relative;
  z-index: 9;
}
/******* Upper page Style ******************/
.hs-feedback-layout .hs-row1-one-column-group span.section-after {
  top: -54px;
  left: 50%;
  z-index: -1;
  width: 1920px;
  height: 824px;
  margin-left: -1453px;
}
.hs-feedback-layout .hs-row1-one-column-group form {
  width: 66.66666667%;
  margin: 0 auto;
}
.hs-feedback-layout {
  overflow-x: hidden;
}
.hs-feedback-layout .hs-row1-one-column-group form label {
  font-size: 18px;
}
.hs-feedback-layout .hs-row1-one-column-group form li.hs-form-radio {
  width: 70px !important;
  display: inline-block;
}
.hs-feedback-layout .hs-row1-one-column-group form .hs-input {
  max-width: 100%;
}
.hs-feedback-layout .hs-row1-one-column-group form .hs-button {
  width: 100%;
}
li.hs-form-radio .hs-input{
  width: auto !important;
}
.hs-seminar-layout a.btn.pink-btn {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 15px;
  margin-bottom: 11px;
}
.hs-seminar-layout .hs-barcelona-row1-group h1 {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 32px;
  font: 700 32px/48px 'Merriweather', serif;
}

.hs-seminar-layout .hs-barcelona-row1-group h1:before {
  background-image: url(../png/horizontal-purple-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-seminar-layout a.button.btn.btn-white-pink {
  background: linear-gradient(180deg, #FF0080, #E9004C);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 17px;
}
.hs-seminar-layout.hs-itxpo-barcelona-layout .popup-inner h3:before {
  background-image: url('../png/horizontal-blue-stripe.png');
}
.hs-seminar-layout .custom-presentation-inner .tile-box {
  min-height: 490px;
}
.hs-seminar-layout .lets-talk-iso .body {
  font-weight: bold;
  margin-bottom: 41px;
}
.no-form span.btn-close:before, .no-form span.btn-close:after {
  background: #e9004c;
}

.no-form p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}

.no-form .popup-inner {
  max-width: 400px !important;
  border-radius: 0;
  top: 40%;
}
.hs-betty-blocks-layout .body-container-wrapper {
  padding: 0;
}

.hs-betty-row1-group {
  text-align: center;
  padding: 79px 0 0;
}

.hs-betty-row1-group h1 {
  color: #Fff;
  text-shadow: -1px 1px 10px #262A3A;
  padding-bottom: 20px;
}

a.btn.pink-btn {
  background: linear-gradient(180deg, #FF0080, #E9004C);
  color: #fff;
}

a.btn-blue-outline {
  /*color: #fff !important; */
  color: #385aff !important;
  display: inline-block !important;
  font-size: 14px !important;
  line-height: 18px;
  /* padding: 11px 17px !important; */
  padding: 9px 17px !important;
  font-weight: 700;
  min-width: 110px;
  border: 0;
  border-radius: 5px;
  position: relative;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
 /* background: linear-gradient(to bottom,#38e66b 0%,#32d162 100%);
  -webkit-transition: all .3s; */
  background: none !important;
  -o-transition: all .3s;
  transition: all .3s;
  border: 2px solid #385aff;
  box-shadow: 0px 0px 0px 0px;   
}

a.btn-blue-outline:hover {
 /* background: linear-gradient(to bottom,#38e66b 0%,#32d162 100%); */
  background: #385aff
  transform: translateY(-2px);
  /* box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); */
  box-shadow: 0px 0px 0px 0px;
}
a.btn-blue-outline:active {
  /* background: linear-gradient(to bottom,#38e66b 0%,#32d162 100%); */
  background: #385aff
}


.custom-full-width-video-title-mod {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #711887;
  box-shadow: 0 5px 10px rgba(125,127,137, .2), 0 10px 40px rgba(125,127,137, .2);
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 53px;
}

.hs-betty-row1-group a.btn.pink-btn {
  margin-bottom: 100px;
}

.custom-full-width-video-title-mod h3 {
  margin: 0 0 20px;
  padding: 0 0 14px;
  position: relative;
}

.custom-full-width-video-title-mod h3:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-image: url(../png/horizontal-purple-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  transform: scale(0.5);
}

.hs-betty-row1-group span.section-before {
  transform: rotate(371deg);
  top: 48.4%;
  left: 0;
  right: 0;
  height: 1320px;
  min-height: 100vh;
  z-index: -1;
  margin-top: -521px;
}

.hs-betty-blocks-layout {
  overflow-x: hidden;
}
.custom-full-width-interview-popup-mod .popup {
  text-align: left;
}
.custom-full-width-interview-popup-mod .hs-richtext ,
.custom-presentation-inner .hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 18px;
  font-size: 14px;
  color: #414141;
  padding: 0;
}
.custom-full-width-interview-popup-mod ul.inputs-list label,
.custom-presentation-inner ul.inputs-list label{
  font-size: 12px;
  vertical-align: middle;
}
.custom-full-width-interview-popup-mod ul.inputs-list ,
.custom-presentation-inner ul.inputs-list{
  margin: 0;
}
.custom-full-width-interview-popup-mod ul.inputs-list .hs-input,
.custom-presentation-inner ul.inputs-list .hs-input{
  vertical-align: inherit;
}
.hs-betty-row1-group h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 32px;
}

.hs-betty-row1-group h2:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-image: url(../png/horizontal-purple-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}

.content-wrapper .hs_cos_wrapper_type_rich_text {color: #7d7f89;}

.hs-row2-betty-group .hs_cos_wrapper_type_rich_text h3 {
  padding-top: 47px;
  margin-bottom: 48px;
  position: relative;
  text-align: center;
  padding-bottom: 25px;
}

.hs-row2-betty-group .hs_cos_wrapper_type_rich_text h3:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-image: url(../png/horizontal-purple-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}

.custom-full-width-interview-popup-mod {
  text-align: center;
}

.custom-full-width-interview-popup-mod a.btn.btn-white-pink {
  margin-top: 32px;
  text-align: center;
}

a.btn.btn-white-pink {
  color: #e9004c;
}
.hs-betty-row1-col2 {
  text-align: center;
}

.custom-pictures-inner {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 32.33333%;
  padding-left: 16px;
  padding-right: 16px;
}

.title-box {
  min-height: 136px;
  background-color: #fff;
  padding: 40px;
  display: block;
  font-size: 16px;
  margin: 16px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(125,127,137,0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(125,127,137,0.1);
  box-shadow: 0px 10px 30px 0px rgba(125,127,137,0.1);
  line-height: 32px;
  color: #7d7f8a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hs-betty-row3-group {
  margin: 115px 0 0;
}
.hs-betty-row3-section {
  width: 66.6666% !important;
  float: none !important;
  margin: 0 auto !important;
  text-align: center;
}

.hs-betty-row3-section h2 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}

.hs-betty-row3-section h2:before {
  background-image: url(../png/horizontal-purple-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-betty-row3-section p {
  opacity: 0.6;
}

.hs-betty-row3-section a.btn.pink-btn {
  margin-top: 30px;
}

.hs-betty-row4-group {
  padding: 132px 0 0;
}

.hs-betty-row4-group h2 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}

.hs-betty-row4-group h2:before {
  background-image: url(../png/horizontal-purple-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.custom-presentation-inner {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 49.7%;
  padding-left: 16px;
  padding-right: 16px;
}

.custom-presentation-group {
  margin: 0 -16px;
  padding: 0 0 132px;
}

.custom-presentation-inner .tile-box {
  min-height: 400px;
  padding: 0px;
  position: relative;
  height: 458px;
}

.custom-presentation-inner .thumb {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.preso-content {
  padding: 40px 40px 30px;
}

.preso-content h5 {
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  color: #868993;
  text-align: left;
  font-size: 0.9em;
}

.preso-content h4 {
  font-size: 1.1em;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: left;
  line-height: 20px;
  font-family: 'Ubuntu', sans-serif;
}

a.button.btn.btn-white-pink {
  position: absolute;
  bottom: 60px;
  right: 40px;
}
.title-box:hover {
  -webkit-box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  -moz-box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  margin-top: 6px;
  margin-bottom: 26px;
  color: #252a3b;
  text-decoration: none;
}

.custom-pictures-group {
  margin-top: -17px;
  margin-bottom: 18px;
}

.custom-presentation-inner .tile-box:hover {
  -webkit-box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  -moz-box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  margin-top: 6px;
  margin-bottom: 26px;
  color: #252a3b;
  text-decoration: none;
}
body.hs-itxpo-barcelona-layout {
  overflow-x: hidden;
}
.hs-one-column-layout a.btn.btn-default.btn-lg {
  color: #e9004c;
  margin-bottom: 10px;
}
blockquote {
  margin: 0;
}
.hs-row1-one-column-group blockquote ul {
  width: 70.33%;
  margin: 30px auto 0;
}
.hs-row1-one-column-group h1 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}

.hs-row1-one-column-group {
  margin-top: 24px;
}

.hs-row1-one-column-group h1:before {
  background-image: url(../png/horizontal-red-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-row1-one-column-group span.section-after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -40px;
  left: 0;
  background-size: 100%;
  margin-left: 0;
}
.hs-one-column-layout .cta-form-bg-grp.contact-popup-group .cta-form-wrapper {
  margin: 4px 0 0;
}
.hs-row1-one-column-group .cta-form-bg-grp.contact-popup-group .cta-form-wrapper p {
  opacity: .6;
  margin-bottom: 30px;
}
.hs-barcelona-row1-group span.page-center-before-span {
  background-size: 2428px 1042px;
  width: 2428px;
  height: 1042px;
  position: absolute;
  top: -323px;
  left: 50%;
  margin-left: -721px !important;
  z-index: -1;
}

.hs-itxpo-barcelona-layout .body-container-wrapper {
  padding: 0;
}

.hs-itxpo-barcelona-layout .lets-talk-iso {
  transform: none;
  margin-top: 70px;
}

.hs-itxpo-barcelona-layout a.btn.btn-primary.popup-btn {
  background: linear-gradient(180deg, #FF0080, #E9004C);
  font-size: 16px;
  line-height: 20px;
  padding: 14px 15px;
  margin-bottom: 0;
}

.hs-barcelona-row1-group h2 {
  width: 66.66666667%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 32px;
}

.hs-barcelona-row1-group h2:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background: url(../png/horizontal-pink-stripe.png) no-repeat;
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}

.hs-barcelona-row1-group .hs_cos_wrapper_type_rich_text p {
  width: 66.66666667%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 15px 121px;
}
.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 ul li span {
  display: block;
  font-weight: bold;
}
.three-column .custom-representatives-inner {
  width: 33%;
}
.three-column .tile-box.gbarca {
  min-height: 200px;
}
.three-column .tile-box.gbarca .picture {
  width: 90px;
  height: 90px;
}
.three-column .custom-representatives-inner .people-content {
  padding: 0 0px 16px 25px;
}
.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 ul li ul li {
  padding: 15px 0;
}

.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 ul li {
  font-size: 16.2px;
}
.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 {
  border: 1px solid #e9004c;
  box-shadow: 0 5px 10px rgba(125,127,137, .2), 0 10px 40px rgba(125,127,137, .2);
  padding: 40px;
  text-align: center;
  width: 39%;
  float: right;
  border-radius: 5px;
  margin: 0 16px;
}

.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 h3 {
  padding: 0 0 14px;
  margin: 0 0 6px;
  position: relative;
}

.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 h3:before {
  background-image: url(../png/horizontal-pink-stripe.png);
  background-size: 112px 8px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 ul li {
  padding: 32px 0px;
}

.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 ul li p {
  font-size: 16.2px;
  margin: 0;
}

.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 ul li h4 {
  padding: 0 0 14px;
  margin: 0 0 6px;
  position: relative;
}

.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 ul li h4:before {
  background-image: url(../png/horizontal-pink-stripe.png);
  background-size: cover;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  width: 56px;
  height: 4px;
  right: 0;
  margin: 0 auto;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}

.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col1 {
  padding: 0 32px;
}

.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp {
  margin-top: 42px;
  margin-bottom: 152px;
}

.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col1 p {
  font-size: 16.2px;
}

.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col1 p a {
  color: #000;
  border-bottom: 0;
  display:inline;
}
.hs-seminar-layout .custom-presentation-group {
  padding-bottom: 0px;
}
.hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col1 a.btn.pink-btn {
  margin-top: 50px;
  background: linear-gradient(180deg, #FF0080, #E9004C);
  font-size: 16.2px;
  color: #fff;
  width: 100%;
  border-bottom: 0;
}

.hs-two-column-equal-inner.col1 {
  padding: 0 16px;
  width: 50%;
  list-style: none;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #faa21d;
  box-shadow: 0 5px 10px rgba(125,127,137, .2), 0 10px 40px rgba(125,127,137, .2);
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.hs-careers-layout .body-container-wrapper {
  padding: 0;
}

.hs-careers-row1-group .custom-left-image-col {
  width: 25%;
  float: left;
  padding: 0 16px;
}

.hs-careers-row1-group .custom-right-col-content {
  width: 75%;
  float: left;
  padding: 0 16px;
}

.hs-careers-layout .custom-two-column-with-left-image {
  margin: 0 -16px;
}

.hs-careers-row1-group .custom-left-image-col img {
  max-width: 315px;
  margin-left: -28px;
}
.body-container .hs-career-inner-page-cnt .page-center.content-wrapper {
  padding-bottom:0;
}

.custom-one-col-with-button-group {
  border-top: 1px solid #eee;
  margin: 20px 0;
  padding: 20px 0 0;
}

.custom-one-col-with-button-filter {
  display: flex;
  justify-content: flex-end;
}

.custom-one-col-with-button-inner {
  width: 47%;
  margin-bottom: 60px;
  float: left;
  margin-left: 16px;
  margin-right: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  transform: translateY(30px);
  animation: fadeIn 1s 0ms forwards;
}
.custom-one-col-with-button-inner:nth-child(even) {
  margin-right: 0; 
}
.custom-one-col-with-button-inner p {
  min-height: 135px;
}

.custom-one-col-with-button-inner a.btn {
  color: #e9004c;
  background-color: #fff;
}
.hs-two-column-equal-grp.equal-with-map {
  width: 100%;
  margin: 0 0 179px;
  display: table;
}

.hs-two-column-equal-inner.col2 {
  padding: 0 16px;
  vertical-align: top;
  width: 50%;
  display: table-cell;
}

.hs-two-column-equal-inner.col1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-two-column-equal-inner.col1 ul li {
  padding: 32px 0px;
}

.hs-two-column-equal-inner.col1 h4 {
  padding: 0 0 14px;
  margin: 0 0 6px;
  position: relative;
}

.hs-two-column-equal-inner.col1 h4:before {
  background-image: url(../png/horizontal-pink-stripe.png);
  background-size: cover;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  width: 56px;
  height: 4px;
  right: 0;
  margin: 0 auto;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}
#vacancies {
  display: none;
}

.custom-representatives-inner {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 49.8%;
  padding: 0 16px;
}

.custom-representatives-group {
  margin: 0 -16px;
  padding: 0 0 132px;
}

.custom-representatives-inner .picture {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: top;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  float: left;
}

.people-content {
  width: 65%;
  float: left;
  text-align: left;
  padding: 0px 32px 16px;
}
.tile-box.gbarca:hover {
  -webkit-box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  -moz-box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  margin-top: 6px;
  margin-bottom: 26px;
  color: #252a3b;
  text-decoration: none;
}
.tile-box.gbarca {
  position: relative;
  overflow: hidden;
  min-height: 260px;
}

.people-content h4 {
  font-size: 20px;
  line-height: 28px;
  font-family: 'Ubuntu', sans-serif;
  color: #252a3b;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.hs-itxpo-barcelona-layout .popup-inner h3:before {
  background-image: url('../png/horizontal-pink-stripe.png');
}
iframe {
  max-width: 100%;
}
.people-content h5 {
  font-family: 'ubuntu', arial, sans-serif;
  text-align: left;
  color: #868993;
}

.people-content a {
  opacity: 0.6;
}

a.btn.popup-btn.btn-pink {
  background: linear-gradient(180deg, #FF0080, #E9004C);
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 15px;
}
img.reach-out-person {
  margin: 20px auto;
  position: absolute;
  top: -49px;
  left: 0;
  width: 64px;
  height: 64px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0px 25px 0px rgba(125,127,137,.51);
  right: 0;
  background-color: #ddd;
}
span.page-center-before-span {
  content: '';
  position: absolute;
/*   width: 1931px !important; */
/*   height: 1593px; */
  top: -380px;
  left: 50%;
/*   margin-left: -485px !important; */
/*   -webkit-background-size: 1931px 1593px; */
/*   background-size: 1931px 1593px; */
  background-repeat: no-repeat;
  z-index: -1;
  
  -webkit-background-size: 2428px 1042px;
  background-size: 2428px 1042px;
  width: 2428px !important;
  height: 1042px;
  margin-left: -721px !important;
}
.page-center-before-image, .section-before-image, .dark-background-image, .section-image, .section-after-image {
  display: none !important; 
}
.page-center-banner-before .page-center {
  position: relative;
}
.page-center-before-span.reversed {
  transform: rotate(180deg);
  top: auto;
  bottom: -230px;
}
.page-dark-banner-before.dark-mode {
  min-height: 1500px;
}
.page-dark-banner-before.dark-mode .page-center.content-wrapper {
  position: relative;
  padding: 300px 16px 400px;
  max-width: 850px;
}
.page-dark-before-span.dark-mode {
  content: '';
  position: absolute;
  width: 3000px !important;
  height: calc(100% - 10px);
  min-height: 1500px;
  top: -70px;
  left: -1500px;
  -webkit-background-size: 3000px 100%;
  background-size: 3000px 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-dark-banner-before.dark-mode *, .bb--red-bg * {
  color: #fff !important;
  opacity: 1;
}
.page-dark-banner-before.dark-mode a {
  border-bottom: 1px dashed #fff;
}
.page-dark-banner-before.dark-mode a:hover {
  border-bottom: 1px solid #fff;
}
.hs-partners-layout {
  overflow-x: hidden;
}
.hs-partners-layout .lets-talk-iso {
  padding: 48px;
}
.hs-partners-row2-group {
  padding: 20px 0 0;
}
.custom-partners-group-wrapper {
  margin-bottom: 80px; 
}
.custom-partners-inner {
  width: 25%;
  float: left;
  padding: 0 16px;
}
.custom-partners-inner.excellent {
  width: 25%;
}
.custom-partners-inner.excellent .logo-box figure {
  height: 200px; 
}
.custom-partners-inner.premium {
  width: 25%;
}
.custom-partners-inner.premium .logo-box figure {
  height: 150px; 
}
.custom-partners-inner.certified, .custom-partners-inner.technology {
  width: 16.66666667%;
}
.custom-partners-inner.certified .logo-box figure, .custom-partners-inner.technology .logo-box figure {
  height: 100px; 
}
.custom-partners-group .popup-inner {
    padding: 24px;
}
.custom-partners-group .popup-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.custom-partners-group .popup-header h4 {
  font-size: 24px;
  line-height: 26px;
  margin: 15px 0 0;
}
.custom-partners-group .partner-popup-logo img {
    width: 150px;
    padding: 20px 10px;
    margin-right: 30px;
}
.partner-tier {
    margin-top: 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 6px;
    width: fit-content;
}
.partner-tier.excellent {
    background: #E9004C; 
}
.partner-tier.premium {
    background: #3c6ffa;
}
.partner-tier.certified {
    background: #fff;
    color: #262a3a;
    border: 1px solid #ccc;
}
.partner-popup-content p, .partner-popup-cases {
    margin-bottom: 24px;
}
.partner-popup-content p {
    color: #7A7C86; 
}
.partner-popup-cases .link > div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.link {
  color: #395AFC;
}
.link:hover {
  color: #395AFC;
  text-decoration: underline;
}
.link.underlined {
  text-decoration: underline;
}
.full-width {
  width: 100%;
  width: -webkit-fill-available;
}
.logo-box {
  display: block;
  text-decoration: none;
  margin: 0 0 32px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  -moz-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  border-radius: 5px;
}

.logo-box figure {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #fff;
  margin: 0;
}

.logo-box figure img {
  width: auto;
  max-width: 55%;
  max-height: 70%;
}

.custom-partners-group {
  margin: 0 -16px;
}

h2.partners-title {
  margin-bottom: 45px;
}

.custom-one-col-image-without-link-mod {
  overflow: hidden;
  width: 100%;
  margin: 75px auto;
  text-align: center;
}
.hs_cos_wrapper_type_module .popup-inner h3.form-title {
  display: none;
}
.cta-form-bg-grp.contact-popup-group {
  margin-top: 38px;
}
.cta-form-bg-grp.contact-popup-group .cta-form-wrapper {
  margin-bottom: 32px;
  margin-top: 32px;
}
.contact-popup-group a.btn.btn-primary.popup-btn {
  margin-bottom: 0;
  width: auto;
}

.contact-popup-group .lg-inline {
  width: auto;
  margin-left: 4px;
}
.custom-one-col-image-without-link-inner {
  padding: 20px;
  width: 33.33333333%;
  float: left;
}
.custom-one-col-image-without-link-inner.four-cols {
  width: 25%; 
}
.custom-one-col-image-without-link-inner img {
  margin: 0 auto 20px;
  display: block;
}
.custom-one-col-image-without-link-inner h5 {
  font: 700 24px/40px 'Merriweather', serif;
}
.custom-one-col-image-without-link-inner.four-cols h5 {
  font: 700 16px/26px 'Merriweather', serif;
}
.custom-one-col-image-without-link-inner p {
  opacity: .6; 
}
.hs-support-website-page {
  overflow-x: hidden;
}
.hs-support-website-page .body-container-wrapper {
  padding: 0;
}

.hs-support-row1-group span.section-before-span {
  top: -299px;
}

.support-buttons {
  position: absolute;
  right: 0;
  top: -410px;
  width: 280px;
  z-index: 1;
}

.support-buttons .box:before, .support-buttons .box, .support-buttons .box:hover {
  background: none;
  box-shadow: none;
}

.support-buttons .box {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 17px;
  font-weight: 700;
  min-width: 110px;
  border: none;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}

.support-buttons .box img {
  width: 247px;
}

.support-buttons .button1 {
  margin: -109px 166px 0 0;
  float: right;
  width: 100%;
}

.hs-support-row1-group .page-center {
  position: relative;
}

.support-buttons .button2 {
  margin: -80px 0 0 50px;
  float: left;
  width: 100%;
}

.support-buttons .button3 {
  width: 100%;
  margin: -140px 200px 0 0;
  float: right;
}

.support-buttons .button4 {
  width: 100%;
  margin: -62px 0 0 30px;
  float: left;
}

.support-buttons .box.button3 img {
  width: 260px;
}

.hs-support-row1-group {
  padding: 65px 0 440px;
}

.hs-support-row1-group .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 32px;
  position: relative;
  text-align: center;
  padding-bottom: 25px;
}

.hs-support-row1-group .hs_cos_wrapper_type_rich_text h2:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-image: url(../png/horizontal-blue-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}

.hs-support-row1-group .hs_cos_wrapper_type_rich_text p {
  color: #7D7F89;
  text-align: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.support-champs-inner {
  position: absolute;
  left: 0;
  top: 6px;
  width: 280px;
}

.support-champs .text-box {
  width: 140px;
  float: right;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 132px -226px 9px 0;
  color: #797c87;
  background: url(../png/arrow-orange.png) no-repeat center bottom;
  padding-bottom: 20px;
} 
.support-champs {
  position: relative;
  margin-left: -16px; 
}

.support-champs .box {
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1), 0px 3px 26px rgba(212,212,216,1);
  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.1), 0px 3px 26px rgba(212,212,216,1);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1), 0px 3px 26px rgba(212,212,216,1);
}

.support-champs .box1 {
  width: 134px;
  margin: 20px 0 41px 40px;
  float: left;
}
.support-champs .box img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 2px solid #fff;
  border-radius: 50%;
}

.support-champs .box2 {
  width: 105px;
  margin: -65px 0 0 225px;
  float: left;
}

.support-champs .box3 {
  width: 80px;
  margin: -40px -320px 0 0;
  float: right;
}

.support-champs .box4 {
  width: 80px;
  margin: -50px -137px 0 0;
  float: right;
}

.support-champs .box5 {
  width: 105px;
  margin: -60px 0 0 70px;
  float: left;
}

.support-champs .box6 {
  width: 80px;
  margin: -45px -250px 0 0;
  float: right;
}

.support-champs .box7 {
  width: 134px;
  margin: -50px 0 0 200px;
  float: left;
}

.support-champs .box8 {
  width: 80px;
  margin: -62px 0 0 30px;
  float: left;
}
.hs-support-row2-group span.section-before-span {
  top: -396px;
  left: 50%;
  margin-left: -485px !important;
  width: 2425px;
  height: 2004px;
  background-repeat: no-repeat;
  -webkit-background-size: 2425px 2004px;
  background-size: 2425px 2004px;
}

.custom-academy-equal.left {
  margin-top: 147px;
}

.custom-academy-equal {
  width: 50% !important;
}

.custom-academy-equal.right {
  padding-left: 116px;
  color: #fff;
}

.custom-academy-equal.right h2 {
  color: #fff;
  padding-bottom: 50px;
}

.academy-ico {
  width: 40px;
  margin-bottom: 25px;
  margin-top: 3px;
  line-height: 0;
}

.custom-academy-equal.right h3 {
  margin-bottom: 33px;
  color: #fff !important;
  padding-bottom: 25px;
  position: relative;
}


.custom-academy-equal.right h3:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  background-image: url(../png/horizontal-yellow-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  margin-left: 0;
  left: 0;
  bottom: 0;
}

.custom-academy-equal.right a {
  color: #fff;
  border-color: #fff;
}

.custom-academy-equal.right p {
  margin: 0 0 31px;
}

.custom-academy-mod {
  margin-bottom: 169px;
  position: relative;
  overflow: hidden;
}

.pink .custom-academy-equal.right h3:before {
  background-image:url('../png/horizontal-pink-stripe.png');
}

.pink .custom-academy-equal.left {
  margin-top: 0;
}
.latest-wrapper:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: 868px;
  width: 868px;
  height: 585px;
  position: absolute;
  left: 170px;
  transform: translateX(-100%);
  top: 180px;
  z-index: -1;
}

.white-block {
  text-align: center;
  box-shadow: 0 10px 30px 0 rgba(125, 127, 137, .51);
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 40px 40px;
}

.one-column-background-inner {
  margin-left: 58.33333333%;
  width: 41.66666667%;
  float: left;
}

.one-column-background-inner h3 {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 25px;
}

.one-column-background-inner h3:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-image: url(../png/horizontal-blue-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}

.latest-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-wrapper ul p small {
  font-size: 14px;
  opacity: .6;
}

.latest-wrapper ul li:after {
  content: '';
  width: 168px;
  border-bottom: 1px solid #D4D4D8;
  height: 1px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.latest-wrapper ul li:last-child {
  margin-bottom: 0;
}

.latest-wrapper ul li:last-child:after {
  content: none;
}
.one-column-background-mod {
  position: relative;
}

.hs-support-row3-group {
  position: relative;
  margin-bottom: 288px;
}

.hs-support-row4-group {
  text-align: center;
}
.hs-support-row4-section {
  width: 50% !important;
  float: none !important;
  margin: 0 auto !important;
}

.hs-support-row4-section h3 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}

.hs-support-row4-section h3:before {
  background-image: url(../png/horizontal-pink-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-support-row4-section p {
  opacity: .6;
}

.hs-support-row4-section a {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
}

.hs-support-row4-section p a {
  color: #000;
  border-bottom: none;
}
.custom-academy-equal.right a:hover {
  border-bottom: 1px solid #fff;
}
.hs-support-row4-section p a:hover {
  color: #3779a0;
  border-bottom: 0;
}

.hs-support-row4-section a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}

.hs-support-row4-group {
  padding-bottom: 60px;
}
.latest-wrapper {
  position: relative;
}
.latest-wrapper ul li {
  margin-bottom: 32px;
}
.hs-demo-video-row1-col2-section {
  padding: 48px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.51);
  margin-bottom: 69px;
}

.hs-demo-video-row1-col2-section p {
  color: rgba(38, 42, 58, 0.6);
}

.hs-demo-video-row1-col2-section p small {
  font-size: small;
}

.hs-demo-video-row1-col2-section p:first-of-type {
  margin: 0px 0px 15px;
}
.hs-demo-video-row1-col2-section form select.hs-input {
  line-height: 32px;
  font-size: 18px;
  font-family: ubuntu;
  height: 44px;
}
.hs-demo-video-row1-col1-section, .hs-platformdemo-row1-col2-section .hs_cos_wrapper_type_rich_text {
  padding: 48px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.51);
  margin-bottom: 69px;
  display: block;
}
.hs-platformdemo-row1-col2-section .hs_cos_wrapper_type_rich_text {
  padding: 30px 20px 22px;
}

.hs-demo-video-row1-col2-section h3 {
  margin-bottom: 49px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}

.hs-demo-video-row1-col2-section h3:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-image: url(../png/horizontal-red-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}

.hs-demo-video-row1-col2-section form label {
  font-size: 18px;
  line-height: 32px;
}

.hs-demo-video-row1-col2-section form .hs-input {
  max-width: 100%;
  line-height: 32px;
}

.hs-demo-video-row1-col2-section form .hs-button {
  width: 100%;
  transition: 0.3s all;
}

.hs-demo-video-row1-col2-section form .hs-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0px 3px 4px rgba(0,0,0,.27);
  background: linear-gradient(to bottom, #83abfd 0%,#6a83ff 100%);
  transition: all .3s;
}
.hs-demo-video-row1-col1-section h3, .hs-platformdemo-row1-col2-section h3, .hs-demo-video-row1-col1-section h1 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
  font: 700 24px/40px 'Merriweather', serif;
}
.hs-demo-video-row1-col2-section form .hs-input {
  margin-right: 15px;
}
.hs-demo-video-row1-col1-section h3:before, .hs-platformdemo-row1-col2-section h3:before, .hs-demo-video-row1-col1-section h1:before {
  background-image: url(../png/green-brush.png);
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-demo-video-row1-col1-section ul, .hs-platformdemo-row1-col2-section ul {
  list-style: none;
  margin-left: 0;
}
span.section-before {
  z-index: -2;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin-top: -563px;
  display: block;
  width: 100%;
  height: 1454px;
  background: no-repeat 50% 0;
}

.hs-demo-video-row1-col1-section ul li, .hs-platformdemo-row1-col2-section ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.hs-demo-video-row1-col1-section ul li:before, .hs-platformdemo-row1-col2-section ul li:before {
  content: '';
  background: url(../png/check_yes.png) no-repeat;
  width: 33px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  left: -34px;
  top: 0;
}
.hs-demo-video-row1-group .main-content {
  padding: 40px 0 0;
}
.hs-demo-video-row1-group .main-content .row-fluid, .hs-download-secrion2-group .row-fluid {
  display: flex; 
}
.hs-demo-video-row1-col1-section ul li p, .hs-platformdemo-row1-col2-section ul li p {
  opacity: 0.6;
}
.hs-demo-video-row1-col1-section .cta_button {
  display: flex !important;
  justify-content: center;
}
.intro-news-body {
  overflow-x: visible;
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #4381f0, #2e57f2);
  padding: 18px 48px;
  text-align: center;
  margin-top: -10px;
}
.intro-news-outer {
  width: 100%;
  margin-top: 125px;
  max-width: 468px;
}
.intro-news-body .quote-bg:before, .intro-news-body .quote-bg:after {
  content: '';
  width: 132px;
  height: 143px;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 132px 143px;
  opacity: 0.18;
}

.intro-news-body .quote-bg:before {
  background-image: url(../png/quote-bg-before.png);
  top: 20px;
  left: 20px;
}

.intro-news-body .quote-bg:after {
  background-image: url(../png/quote-bg-after.png);
  bottom: 20px;
  right: 20px;
}

.intro-news-body p.news-title {
  font: 700 24px/40px 'Merriweather', serif;
  margin: 0 0 10px;
}
span.section-before-span {
  position: absolute;
  height: 1593px;
  top: -315px;
  left: 50%;
  margin-left: -485px !important;
  background-size: 1931px 1593px;
  z-index: -1;
}

body.hs-code-layout {
  overflow-x: hidden;
}

.hs-code-row1-group h2 {
  text-align: center;
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 25px;
}

.hs-code-row1-group {
  padding-top: 65px;
  margin-bottom: 40px;
}

.hs-code-layout .body-container-wrapper {
  padding: 0;
}

.hs-code-row1-group h2:before {
  background-image: url(../png/horizontal-blue-stripe.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}


img.visible-sm-block, img.visible-xs-block {
  display: none;
}

.custom-one-col-image-mod {
  margin: 48px 0;
  overflow: hidden;
}

.hs-code-layout .iso-quote {
  margin-top: 84px;
  margin-bottom: 48px;
}

.hs-code-layout .iso-quote h3 {
  color: #33495E;
  font-weight: bold;
  font-size: 28px;
  font-family: 'Merriweather', serif;
}

.hs-code-layout .iso-quote:before {
  top: auto;
  bottom: 0;
  left: -10px;
}

.hs-code-layout .iso-quote:after {
  top: -7px;
  bottom: auto;
  right: -10px;
}

span.section-after {
  position: absolute;
  top: -90px;
  left: 50%;
  z-index: -1;
  width: 1920px;
  height: 824px;
  margin-left: -1585px;
  background-size: cover;
  content: "";
  background-repeat: no-repeat;
}

.section-after {
  position: relative;
}

.section-banner-before {
  position: relative;
}

.hs-code-row2-group h2 {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 25px;
  position: relative;
}
.hs-code-row2-group {
  padding: 40px 0 0;
}
.hs-code-row2-group span.section-after {
  top: -110px;
}
.hs-code-row2-group h2:before {
  background-image: url(../png/horizontal-blue-stripe.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-code-row2-group .hs_cos_wrapper_type_rich_text p {
  text-align: center;
  color: #898b94;
  margin: 0;
}

.compare-table {
  position: relative;
  margin: 0 auto 148px;
  padding: 39px 0;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(124,127,137,0.1);
  -moz-box-shadow: 0px 10px 30px rgba(124,127,137,0.1);
  box-shadow: 0px 10px 30px rgba(124,127,137,0.1);
  width: 82.9%;
}

.hs-code-row2-group .hs_cos_wrapper_type_rich_text {
  margin-bottom: 68px;
  display: block;
}
.compare-table-wrap-group {
  position: relative;
  margin: 150px 0px;
}


.compare-table:before, .compare-table-group:before {
  position: absolute;
  left: 50%;
  top: -54px;
  z-index: -1;
  width: 1141px;
  height: 616px;
  background: url(../png/rainbow-cloud.png) no-repeat;
  transform: translateX(-50%);
  content: '';
  background-size: 1141px 616px;
}
.compare-table-group:before {
  top: -150px;
  width: 1341px;
  height: 920px;
  background-size: 1341px 920px;
}
.compare-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.compare-table table th:first-child, .compare-table table td:first-child {
  padding-left: 48px;
}

.compare-table table th {
  padding: 8px 10px;
  font-weight: 700;
  text-align: left;
}

.compare-table table th:nth-child(n + 2), .compare-table table td:nth-child(n + 2) {
  text-align: center;
}

.compare-table table th:last-child, .compare-table table td:last-child {
  padding-right: 21px;
}

.compare-table table tr:nth-child(2n) td {
  background: #f8f8fa;
}

.compare-table table td:nth-child(1) {
  width: 45%;
}

.compare-table table th:first-child, .compare-table table td:first-child {
  padding-left: 48px;
}

.compare-table table td {
  height: 48px;
  padding: 5px 10px;
}

.compare-table table td:nth-child(n + 2) {
  color: rgba(50,56,75,.6);
}

.compare-table table td:nth-child(2) {
  width: 19.5%;
}

.compare-table table .rating {
  list-style: none;
  margin: 0 -4px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.compare-table table .rating li img {
  width: 30px;
}
.compare-table table .rating li {
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
}
.hs-code-row3-section {
  max-width: 66.66666667%;
  text-align: center;
  margin: 0 auto !important;
  float: none !important;
}

.hs-code-row3-section h2, .hs-row4-code-section h2 {
  margin-bottom: 32px;
  padding-bottom: 25px;
  position: relative;
}

.hs-code-row3-section h2:after, .hs-row4-code-section h2:after {
  background-image: url(../png/horizontal-blue-stripe.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-code-row3-section p {
  color: #898b94;
}

.hs-code-row3-section p a {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
}

.hs-code-row3-section p a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}

.hs-code-row3-section {
  padding-bottom: 100px;
}

.hs-row4-code-section h2 {
  text-align: center;
}

.custom-one-column-with-content-group {
  overflow: hidden;
}

.hs-code-layout .custom-one-column-with-content-inner {
  width: 50%;
  padding-bottom: 23px;
  padding-top:15px;
}

.hs-code-layout .custom-one-column-with-content-group {
  width: 85.5%;
  margin: 0px auto;
}

.custom-one-column-with-content-inner p a {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
}
.hs-code-layout .custom-one-column-with-content-inner p {
  margin-bottom: 10px;
}
.custom-one-column-with-content-inner p a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
.banner:before {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  height: 1320px;
  min-height: 100vh;
  z-index: -1;
  margin-top: -521px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  transform: rotate(330deg);
}

body.hs-training-layout {
  overflow-x: hidden;
}
.hs-training-row4-section form .hs-input {
  font-size: 18px;
}
.hs-training-row4-section form textarea.hs-input {
  font-size: 14px;
}
.banner {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.contact-social a:hover {
  -webkit-box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  -moz-box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  margin-top: 6px;
  margin-bottom: 26px;
  color: #252a3b;
  text-decoration: none;
}

.banner p {
  margin: 0 0 7px;
  font-weight: bold;
}

.banner .holder {
  display: table-cell;
  vertical-align: middle;
  width: 100vw;
  height: calc(100vh - 116px);
}

.banner h2, .banner h1 {
  color: #fff;
}

.banner .btn-lg {
  color: #5a19e5;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
  margin-top: 39px;
}

.container-fluid .row-fluid .banner .page-center {
  max-width: 668px;
}

.hs-row1-col1-training-section ul {
  margin: 0;
  padding: 47px 20px;
  list-style: none;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #5a19e5;
  box-shadow: 0 5px 10px rgba(125,127,137, .2), 0 10px 40px rgba(125,127,137, .2);
  text-align: center;
  max-width: 468px;
  margin: auto;
}

.hs-training-layout .body-container-wrapper {
  padding: 0;
}

.hs-row1-col1-training-section ul li {
  padding: 32px 0;
}

.hs-row1-col1-training-section ul li h4 {
  position: relative;
  padding: 0 0 14px;
  margin: 0 0 6px;
}

.hs-row1-col1-training-section ul li h4:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-image: url(../png/horizontal-purple-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.hs-row1-col1-training-section ul li p {
  margin: 0;
}

.hs-row1-col2-training-section figure img {
  border-radius: 5px;
}

.hs-row1-col2-training-section figure {
  max-width: 468px;
  margin: 0 auto;
}

.hs-row1-col2-training-section figure:last-child {
  padding-top: 104px;
}

.hs-row1-col2-training-section figure img {
  display: block;
  margin: 0 auto;
}

.hs-training-layout .hs-two-column-cnt-with-img-grp {
  padding: 132px 0 0;
}

.hs-training-layout .hs-two-column-cnt-with-img-col {
  width: 50%;
  margin-left: 0;
}

.hs-training-layout .hs-two-column-cnt-with-img-col  .holder {
  max-width: 468px;
  margin: auto;
}

.hs-training-layout .hs-two-column-cnt-with-img-col  .holder img {
  border-radius: 5px;
}

.hs-training-layout .hs-two-column-cnt-with-img-cnt-col .holder p {
  margin: 0 0 32px;
  color: #262A3A;
  opacity: 1;
}

.hs-training-layout .hs-two-column-cnt-with-img-cnt-col .holder h4 {
  margin-bottom: 32px;
}

.hs-training-row1-group {
  padding: 0 0 52px;
}

.hs-row2-training-section {
  padding: 47px 0 0;
}

.hs-row2-training-section h3 {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
}

.hs-row2-training-section h3:before {
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-image: url(../png/horizontal-purple-stripe.png);
}

.custom-one-column-top-image-mod {
  margin-left: -16px;
  margin-right: -16px;
  text-align: center;
}

.custom-one-column-top-image-inner {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  float: none;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
}

.custom-one-column-top-image-inner a {
  position: relative;
  background: #fff;
  padding: 40px 35px 40px 40px;
  display: block;
  font-size: 16px;
  margin: 16px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(125,127,137,0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(125,127,137,0.1);
  box-shadow: 0px 10px 30px 0px rgba(125,127,137,0.1);
  line-height: 32px;
  color: #7d7f8a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

span.ico.ico27 {
  width: 35px;
  height: 36px;
  display: block;
  position: relative;
  margin-bottom: 53px;
}

span.ico.ico27:before {
  width: 65px;
  height: 69px;
  margin: -35px 0 0 -37px;
  background-size: 100% auto;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
  opacity: .1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.custom-one-column-top-image-inner h4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #252a3b;
  margin-bottom: 4px;
}

.custom-one-column-top-image-inner p {
  margin: 0;
}
.hs-training-row2-group span.section-before-span {
  top: 50%;
  z-index: -1;
  margin: -489px 0 0;
  position: absolute;
  content: '';
  right: 0;
  width: 501px;
  height: 1091px;
  background-repeat: no-repeat;
  margin-left: 0 !important;
  left: auto;
  background-size: cover;
}

.hs-training-row2-group {
  padding: 0 0 54px;
}

.custom-one-column-top-image-inner a:hover {
  -webkit-box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  -moz-box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  box-shadow: 0px 30px 30px 0px rgba(125,127,137,0.15);
  margin-top: 6px;
  margin-bottom: 26px;
  color: #252a3b;
  text-decoration: none;
}

.hs-training-row3-group {
  padding: 100px 0 0;
  margin-bottom: 190px; 
}

.hs-training-row3-group h2 {
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 32px;
}
.hs-training-row4-section {
  padding: 32px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.51);
  margin-bottom: 69px;
  overflow: hidden;
  max-width: 553px;
  margin: 0 auto !important;
  float: none !important;
}
.hs-training-row3-group span.section-before-span {
  content: '';
  width: 2434px;
  position: absolute;
  height: 1455px;
  background-repeat: no-repeat;
  left: 50%;
  top: -17%;
  z-index: -1;
  transform: translateX(-27%) translateY(-20%);
  margin-left: 0 !important;
  background-size: auto;
}

.hs-training-row3-group span.section-after {
  width: 2434px;
  position: absolute;
  height: 1454px;
  background-repeat: no-repeat;
  left: -50%;
  top: -17%;
  z-index: -2;
  transform: translateX(25%) translateY(-25%);
  margin-left: 0;
  background-size: auto;
}

.hs-training-row3-group h2:before {
  background-image: url(../png/horizontal-pink-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-repeat: no-repeat;
}

.custom-one-col-title-section {
  overflow: hidden;
}

.custom-one-col-title-inner {
  width: 33.33333333%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}

.custom-one-col-title-inner .section-title {
  color: #fff !important;
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: left;
}

.custom-one-col-title-inner .section-title.yellow:before {
  background-image: url(../png/horizontal-orange-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}

.custom-one-col-title-inner .section-title:before {
  left: 0;
  margin-left: 0;
}

.custom-one-col-title-inner p {
  color: #fff;
}
.hs-row4-training-group span.section-after {
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: -1;
  width: 1920px;
  height: 824px;
  margin-left: -1453px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hs-row4-training-group {
  padding: 67px 0 55px;
}
.hs-training-row4-section h3 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
  font: 700 24px/40px 'Merriweather', serif;
}

.hs-training-row4-section h3:before {
  background-image: url(../png/horizontal-purple-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-training-row4-section {
  margin-top: -84px !important;
}

.hs-training-row4-section form label {
  font-size: 18px;
  line-height: 22px;
}
.hs-training-row4-section form .hs-input {
  line-height: 32px;
}
.hs-training-row4-section form .hs-form-field {
  margin-bottom: 5px;
}
textarea.hs-input {
  color: #90929b;
  font-size: 14.4px;
}
.hs-training-row4-section form select.hs-input {
  line-height: 32px;
  font-size: 18px;
  height: 44px;
}
.hs-richtext {
  font-size: 12px;
  line-height: 160%;
  padding: 20px 0 0;
}
.hs-training-row4-section form .inputs-list label {
  font-size: 12px;
}
.hs-training-row4-section form .hs-button.primary {
  width: 100%;
}

.hs-training-row4-section form .hs-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0px 3px 4px rgba(0,0,0,.27)!important;
  background: linear-gradient(to bottom, #83abfd 0%,#6a83ff 100%);
  transition: all .3s;
}

.hs-training-row4-section form .hs-button.primary {
  transition: all .3s;
}

.hs-training-row4-section form {
  padding-bottom: 50px;
}

.hs-training-row4-section {
  margin-bottom: 50px !important;
}

.hs-office-contact-website-page {
  overflow-x: hidden;
}

.hs-office-contact-website-page .lets-talk-iso {
  transform: translateY(40px);
}

.hs-office-contact-website-page .body-container-wrapper {
  padding: 0;
}

.hs-office-contact-row1-group h2 {
  margin-bottom: 32px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}

.hs-office-contact-row1-group h2:before {
  background-image: url(../png/horizontal-blue-stripe-2.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.custom-contact-office-mod {
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px;
}

.custom-contact-office-inner {
  width: 33.33333333%;
  padding-left: 16px;
  padding-right: 16px;
  float: left;
}

.contact-block {
  font-size: 16px;
  margin-bottom: 60px;
}

.map {
  height: 276px;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 0 36px;
}

.contact-block h3 {
  font: bold 20px/24px 'Ubuntu', Arial, Helvetica, sans-serif;
  margin: 0 0 12px;
  padding: 0 0 0 43px;
  position: relative;
}

.contact-block h3 img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 28px;
}

.contact-block p span {
  display: block;
}

a.read-more {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
  font-size: 18px;
}
a.read-more:hover {
  border-bottom: 1px solid #4b88fb;
}

.contact-block p {
  margin: 0;
}

.hs-office-contact-row1-group .hs_cos_wrapper_type_rich_text  h3 {
  margin-bottom: 32px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}

.hs-office-contact-row1-group .hs_cos_wrapper_type_rich_text h3:before {
  background-image: url(../png/horizontal-blue-stripe.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

section.contact-social-list {
  text-align: center;
  width: 100%;
}

.contact-social {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
}

.tile-box {
  background: #fff;
  padding: 40px;
  display: block;
  font-size: 16px;
  margin: 16px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(125,127,137,0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(125,127,137,0.1);
  box-shadow: 0px 10px 30px 0px rgba(125,127,137,0.1);
  line-height: 32px;
  color: #7d7f8a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hs-office-contact-row1-group .hs-two-column-cnt-with-img-grp {
  padding: 107px 0 151px;
}

.hs-office-contact-row1-group .hs-two-column-cnt-with-img-col {
  margin-left: 0;
  width: 50%;
}

.hs-office-contact-row1-group .hs-two-column-cnt-with-img-col img {
  border-radius: 5px;
}
.hs-office-contact-row1-group .hs-two-column-cnt-with-img-cnt-col {
  padding: 30px;
}

.hs-office-contact-row1-group span.section-after {
  top: 1155px;
  z-index: -1;
  margin-left: -720px;
  height: 1593px;
}
body.site-page.hs-on-stage-website-page.hs-content-id-6739247382.hs-site-page.page {}

.hs-on-stage-website-page {
  overflow-x: hidden;
}

.hs-on-stage-website-page .lets-talk-iso {
  transform: translateY(70px);
}

.hs-on-stage-website-page .lets-talk-iso .pink-btn {
  background: linear-gradient(180deg, #FF0080, #E9004C);
  color: #fff;
  margin-left: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 15px;
}

.hs-on-stage-row1-group span.section-before-span {
  top: -321px;
  background-size: 2428px 1042px;
  margin-left: -721px !important;
  background-repeat: no-repeat;
}
.hs-on-stage-row1-group {}
.hs-on-stage-row1-group h2 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.hs-on-stage-row1-group h2:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background: url(../png/horizontal-pink-stripe.png) no-repeat;
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}

.hs-on-stage-website-page .body-container-wrapper {
  padding: 0;
}

.hs-on-stage-row1-group p {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hs-input{
  width:100% !important;  
}
.hs-input[type="checkbox"],
.hs-input[type="radiobox"]{
  width:auto !important; 
}
.hs-academy-night .banner:before {
  transform: none;
}

.hs-academy-night .banner .btn-lg {
  color: #ff6a14;
}

.hs-academy-night .hs-row1-col1-training-section ul {
  border-color: #faa21d;
}

.hs-academy-night .hs-row1-col1-training-section ul li h4:before {
  background-image: url(../png/horizontal-orange-stripe.png);
}

.hs-academy-night .hs-row1-col1-training-section ul li ul {
  padding: 0;
  border: none;
  box-shadow: none;
}

.hs-academy-night .hs-row1-col1-training-section ul li ul li {
  padding: 0;
}

.hs-two-column-cnt-with-img-cnt-col .holder {
  max-width: 468px;
  margin: 0 auto;
}

.hs-academy-night .hs-row2-training-section h3:before {
  background-image: url(../png/horizontal-blue-stripe.png);
}

.hs-academy-night span.ico.ico27 {
  width: 28px;
  height: 26px;
  margin-top: -4px;
  margin-bottom: 60px;
}

.an-ws-type {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #90929b;
  opacity: 0.6;
  font-size: 12px;
}

.hs-academy-night span.ico.ico27:before {
  width: 74px;
  height: 69px;
}
.hs-academy-night .hs-training-row4-section {
  margin-top: 0px !important;
}
.hs-academy-night .hs-training-row4-section form {
  padding-bottom: 0;
}
.hs-academy-night .hs-training-row4-section h3:before {
  background-image: url('../png/horizontal-orange-stripe.png');
}
.hs-careers-layout {
  overflow-x: hidden;
}

/* -------- One Column Page ------ */
.hs-one-column-page .body-container-wrapper {
  padding-top: 64px;
}
.hs-one-column-page .body-container-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 140px;
  left: 0;
  background: url(../png/grey-bg.png) no-repeat;
  z-index: -1;
  background-size: 100%;
}
.inner-page-center {
  width: 66.66666667% !important;
  margin: 0 auto !important;
  float: none !important;
  padding-left: 16px;
  padding-right: 16px;
}
.hs-page-header h1 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}
.hs-page-header h1:after {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background: url(../png/horizontal-red-stripe.png) no-repeat;
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.hs-custom-page-header {
  margin-bottom: 75px;
}
.hs-custom-page-header.compact {
  max-width: 775px;
  margin: 0 auto 75px;
}
.hs-custom-page-header .custom-subheader a, .hs-faq-accordion-answer a, .custom-one-col-image-without-link-inner a, .hs-two-col-white-tiles .content a {
  color: #4b88fb;
  line-height: 26px;
/*   display: inline-block; */
  border-bottom: 1px dashed #4b88fb;
}
.hs-custom-page-header .custom-subheader a:hover, .hs-faq-accordion-answer a:hover, .custom-one-col-image-without-link-inner a:hover, .hs-two-col-white-tiles .content a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
  text-decoration: none;
}
.custom-subheader {
  text-align: center;
  color: #262A3A;
  opacity: .6;
  margin: 20px auto;
}

.pillar-page-layout .custom-subheader {
  text-align: left;
}

.body-container .custom-subheader ul li {
  color: #262A3A;
}

.custom-subheader ul {
  padding: 0 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: left;
  padding-left: 60px;
  padding-top: 20px;
}
.custom-subheader.partner-tiers {
  opacity: 1;
  font-size: 20px;
  font-weight: 300;
}
.collection-cta.header {
  margin: 40px auto 75px;
}

.text-cta {
  margin-top: -60px;
  text-align: center;
  font-style: italic;
}

.collection-cta.header.compact {
  max-width: 775px; 
}
.hs-main-one-column-cnt-group p,
.hs-main-one-column-cnt-group ul,
.hs-main-one-column-cnt-group ol{
  opacity: .6;
}
.hs-main-one-column-cnt-group .read-more {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
  cursor: pointer;
}
.hs-main-one-column-cnt-group .read-more:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
.hs-title-grp h2, .hs-customer-page .hs_cos_wrapper_type_module h1 {
  color: #262A3A;
  margin: 0 0 8px;
  margin-bottom: 32px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  font: 700 32px/48px 'Merriweather', serif;
}
.hs-title-grp h2:before, .hs-customer-page .hs_cos_wrapper_type_module h1:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0; 
  background-repeat:no-repeat;   
}

.hs-title-grp.blue h2:before{
  background-image: url(../png/horizontal-blue-stripe-1.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
  background-repeat:no-repeat;
}
.hs-title-grp.purple h2:before{
  background-image: url(../png/horizontal-purple-stripe-1.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  background-repeat:no-repeat;
}
.hs-title-grp.red h2:before {
  background-image: url(../png/horizontal-red-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.hs-title-grp h1 {
  font: 700 32px/48px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 8px;
  margin-bottom: 32px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}

.hs-partners-box {
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 125px;
  margin-left: 0px;
  overflow: hidden;
}
.hs-partners-box.partners-box-small {
  margin-bottom: 0;
  width: 50%;
  padding: 20px 20px 50px;
}
.hs-partners-box.partners-box-small:after {
  left: 30px;
  right: 30px;
}
.hs-partners-box.partners-box-small.no-blue-bg {
  padding-bottom: 0; 
}
.hs-partners-box.partners-box-small.no-blue-bg:after {
  content: none; 
}
.hs-partners-box.partners-box-small.no-blue-bg .hs-partner-box--holder {
  background: none;
  padding: 20px 20px 0 0;
}
.partners-box-small.no-blue-bg .hs-partners-box-content-inner h3, .partners-box-small.no-blue-bg .hs-partners-box-content-inner p {
  color: #262a3a;
  text-align: left;
}
.partners-box-small.no-blue-bg .hs-partners-box-content-inner p {
  opacity: .6; 
}
.hs-partner-box--holder {
  border-radius: 10px;
  background: #558dff;
  background: -moz-linear-gradient(top, #558dff 0%, #395cff 100%);
  background: -webkit-linear-gradient(top, #558dff 0%,#395cff 100%);
  background: linear-gradient(to bottom, #558dff 0%,#395cff 100%);
  padding: 33px 33px 30px;
}
.hs-partners-box-logo {
  margin-bottom: 24px;
}
.partners-logo {
  float: left;
  width: 128px;
  max-height: 32px;
  overflow: hidden;
}
.partners-logo a {
  display: block;
  height: 100%;
}
.partners-logo img {
  width: 100%;
  vertical-align: top;
  height: auto;
}
.hs-partners-box-content {
  width: 66.66666667%;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.hs-partners-box-content-inner h2 {
  color: white;
  margin-bottom: 20px;
}
.hs-partners-box-content-inner p {
  margin-bottom: 23px;
  opacity: 1;
}
.hs-partners-box-content-inner p:last-child {
  margin-bottom: 0 !important;
}
.hs-partners-box-content-inner a, .hs-partners-box-content-inner a:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.hs-partners-box-content-inner a:hover {
  border-bottom: 1px solid #fff; 
}
.partners-box-small .hs-partners-box-content-inner .block-with-list {
  text-align: left;
}
.partners-box-small .hs-partners-box-content-inner .block-with-list h3 {
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 25px;
  padding: 10px 20px 20px;
  color: #fff !important; 
}
.partners-box-small .hs-partners-box-content-inner .block-with-list li:not(:last-of-type) {
  padding-bottom: 10px; 
}

.partners-box-small .hs-partners-box-content-inner .block-with-list li{
  color: #fff;
}
.cm-cta-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  transition: all .3s;
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.27);
}
.cm-cta-button:hover:before {
  background: rgba(255,255,255,.2);
  box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.27);
}
a#cta_button_538005_e00e59f2-b780-4f2f-aff0-79ffc18c6990:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset;
}
.hs-partners-box:after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  height: 40px;
  background: url(../png/background-image-blue.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.hs-partners-box-wrapper {
  display: flex;
  justify-content: center;
}
.hs-partners-box-content-inner h3 {
  color: #fff; 
}
.hs-partners-box-content-inner .hs-three-col-eql-cnt-with-title-grp {
  margin: 50px 50px 0;
}
.partners-box-small .hs-partners-box-logo {
  margin-bottom: 0px;  
}
.partners-box-small .hs-partners-box-content {
  width: 100%;
  padding: 0;
}
.partners-box-small .hs-partners-box-content-inner h3 {
  font-size: 23px;
  line-height: 37px;
}
.partners-box-small .hs-partners-box-content-cta {
  margin-top: 30px; 
}
.hs-partners-box-content-inner-img {
  width: auto;
  height: 200px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hs-partners-box-content-inner-img img {
  width: auto;
  max-height: 100%;
}
.hs-partners-box.no-blue-bg {
  margin-bottom: 0;
}
.hs-partners-box.no-blue-bg:after {
   content: none;
}
.hs-partners-box.no-blue-bg .hs-partner-box--holder {
  background: none;
  color: #262a3a;
}
.hs-partners-box.no-blue-bg .hs-partners-box-content-inner h2 {
  color: #262a3a;
  margin: 0 0 32px;
  padding-bottom: 25px;
  position: relative;
}
.hs-partners-box.no-blue-bg .hs-partners-box-content-inner h2:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url(../png/horizontal-blue-stripe-1.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
  background-repeat: no-repeat;
}
.hs-partners-box.no-blue-bg p {
  color: #848893;
  margin: 23px 0 33px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;  
  font-size: 14px;
  line-height: 18px;
  padding: 11px 17px;
  font-weight: 700;
  min-width: 110px;
  border: none;
  border-radius: 5px;
  position: relative;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
  white-space: normal;
}
.btn-warning {
  background: #ffea00;
  background: linear-gradient(to bottom, #ffea00 0%,#ffcd19 100%);
  color: #32384b;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn-warning:active:hover, .btn-warning:hover {
  color: #32384b;
}
.btn-warning:hover {
  background-color: #ec971f;
  border-color: #d58512;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}
.section-title {
  padding-bottom: 16px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.section-title:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-repeat: no-repeat;
}
.section-title.red:before {
  background-image: url(../png/horizontal-red-stripe-2.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.section-title.white:before {
  background-image: url(../png/horizontal-white-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.section-title.blue:before {
  background-image: url(../png/horizontal-blue-stripe-1.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
}
.section-title.orange:before{
  background-image: url(../png/horizontal-orange-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.section-title.green:before {
  background-image: url(../png/green-brush-1.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.hs-custom-page-header.left-align .section-title:before {
  left: 0;
  margin-left: 0;
}
.hs-custom-page-header.left-align .section-title, .hs-custom-page-header.left-align .custom-subheader {
  text-align: left;
}
.hs-two-column-equal-cnt-grp {
  margin: 32px -16px;
}
.hs-four-column-equal-cnt-group, .hs-three-column-equal-cnt-group, .hs-two-column-equal-cnt-group {
  display: flex;
  justify-content: center;
}
.hs-two-column-equal-cnt-grp img {
  vertical-align:middle;
}
.hs-three-column-equal-cnt-group .hs-two-column-equal-cnt-grp-column {
  width: 33.33333333%;
}
.hs-four-column-equal-cnt-group .hs-two-column-equal-cnt-grp-column {
  width: 25%;
}
.hs-three-column-equal-cnt-group .two-col-img {
  height: 250px; 
}
.hs-two-column-equal-cnt-grp-column {
  width: 50%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 50px;
}
.hs-two-column-equal-cnt-grp-column a,
.hs-one-column-cnt-with-title-cnt a{
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
  cursor: pointer;
}
.hs-two-column-equal-cnt-grp-column a:hover,
.hs-one-column-cnt-with-title-cnt a:hover{
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
.video-title {
  font-weight: 700;
  padding: 10px 0 0;
}
.hs-main-one-column-cnt-section2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hs-main-one-column-cnt-section4 {
  padding-top: 64px;
  padding-bottom: 20px;
}
.hs-one-column-cnt-with-title {
  padding: 24px 0;
}
.hs-main-one-column-cnt-section3 .hs-one-column-cnt-with-title {
  margin:0;
}
.hs-one-column-cnt-with-title:last-of-type {
  margin-bottom: 0;
}
.hs-main-one-column-cnt-section5 .hs_cos_wrapper_type_rich_text{
  display: block;
  margin: 48px 0;
}
.hs-one-column-cnt-with-title-cnt p {
  margin: 0;
  padding: 0 0 10px;
}
.hs-main-one-column-cnt-group .hs-two-column-cnt-with-img-grp {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 0;
}
.hs-main-one-column-cnt-group .hs-two-column-cnt-with-img-col {
  width: 50%;
  margin-left: 0;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}
.hs-main-one-column-cnt-group .hs-page-header {
  padding-left:16px;
  padding-right:16px;
}
/* .hs-main-one-column-cnt-group .hs-two-column-cnt-with-img-grp.right-align .hs-two-column-cnt-with-img-cnt-col {
  order:1;
}
.hs-main-one-column-cnt-group .hs-two-column-cnt-with-img-grp.right-align .hs-two-column-cnt-with-img-col {
  order:2;
} */
.custom-full-width-page-section-grp .hs-two-column-cnt-with-img-cnt-col .holder {
  max-width: 100%;
  margin: 0 auto;
}
.custom-full-width-page-section-grp .page-center {
  padding-bottom: 0 !important;
}
.hs-main-one-column-cnt-section5 .hs-title-grp {
  padding-top:10px;
}
.hs-main-one-column-cnt-group .custom-one-col-image-mod {
  margin-bottom:-48px;
}
.hs-app-dev-page .hs-main-one-column-cnt-group .custom-one-col-image-mod {
  margin-bottom: 0;
}
.hs-app-dev-page  .hs-two-column-equal-cnt-grp {
  margin-top:48px;
  margin-bottom:48px;
}
.hs-main-one-column-cnt-group .compare-table-wrap{
  margin-left: -16px;
  margin-right: -16px;
}
.hs-main-one-column-cnt-group .compare-table {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 106px;
  margin-bottom: 198px;
  width: 100%;
  margin-left:0;
  margin-right:0;
}
.hs-main-one-column-cnt-group .compare-table table td:nth-child(1) {
  width: 20%;
}
.hs-main-one-column-cnt-group .compare-table table td {
  font-size: 12px;
  line-height: 15px;
}
.hs-main-one-column-cnt-group .compare-table table td:nth-child(2) {
  width: 40%;
}
.hs-main-one-column-cnt-group .compare-table table td p {
  opacity: 1;
  margin:0;
}
body.hs-one-column-page{
  overflow-x: hidden;
}
.body-container .hs-main-one-column-cnt-group .page-center.content-wrapper {
  padding-bottom:0;
}
.hs-one-column-page .form .hs-button.primary {
  min-width: 110px;
  padding: 13px 15px;
}
.hs-one-column-page .form .hs-input {
  width: 249px !important;
}
.hs-career-inner-page-cnt a {
  color: #3c6ffa;
}
.hs-career-inner-page-cnt a:hover {
  color: #3779a0;
  text-decoration: none;
}
.hs-career-inner-page-cnt a.btn {
  color: #fff;
  min-width:133px;
}
.hs-leadership-page .popup-inner .hs-richtext{
  padding: 20px 0 0;
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 18px;
  font-size: 14px;
  color: #414141;
}
.hs-leadership-page .popup-inner .hs-dependent-field {
  margin-bottom: -30px;
}
.hs-leadership-page .popup-inner form.hs-form .hs-form-field ul.inputs-list {
  margin: 0;
}
.hs-leadership-page .popup-inner .hs-form-booleancheckbox span{
  font-size: 12px !important;
  vertical-align: middle;
}
.hs-leadership-page .legal-consent-container .field.hs-form-field {
  margin-bottom: 0;
}

/* -------- One Column Page End ------ */
/* -------- Full Width Content Page End ------ */
.hs-full-width-page .body-container-wrapper {
  padding-top: 64px;
  padding-bottom: 10px;
}
.hs-full-width-page .body-container-wrapper:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 140px;
  left: 0;
  background: url(../png/grey-bg.png) no-repeat;
  z-index: -1;
  background-size: 100%;
}
.hs-full-width-page .cta-form-bg {
  margin-top: 42px;
  margin-bottom: 42px;
}
.hs-full-width-page .hs-title-grp h2 {
  margin-bottom: 64px;
}
.hs-three-col-eql-group {
  margin: 75px 0; 
}
.hs-three-col-eql-cnt-wrapper {
  margin: 0 -16px;
}
.hs-three-col-eql-cnt-with-title-col {
  position: relative;
  width: 33.33333333%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 50px;
}
.hs-three-col-eql-cnt-with-title-grp {
  margin: 32px -16px;
}
.hs-also-recognized-grp {
  margin: 75px 0px;
  text-align: center;
  position: relative;
}
.hs-also-recognized-inner h5, .custom-home-feature-title-below h5 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  color: #7d7f89;
  margin-bottom: 14px;
  text-align: center;
}

.hs-also-recognized-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.hs-also-recognized-inner ul li {
  display: inline-block;
  padding: 0 20px 30px;
  min-width: 190px;
}

.hs-also-recognized-inner ul li img {
  width: 150px;
  vertical-align: bottom;
  height: auto;
  max-width: 184px;
}
.hs-also-recognized-inner ul li img.new {
  width: auto;
  max-height: 40px;
}
.hs-three-col-eql-cnt-with-title-cnt a{
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
  cursor: pointer;
}
.hs-three-col-eql-cnt-with-title-cnt a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
.hs-two-column-cnt-with-img-grp {
  margin-left: -16px;
  margin-right: -16px;
  padding: 32px 0 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 58px;
  margin-bottom: 45px;
}
.hs-two-column-cnt-with-img-grp.bg {
  padding: 32px 0;
  margin: 75px 0;
}
.hs-two-column-cnt-with-img-col, .hs-two-column-cnt-with-img-col-bg {
  position: relative;
  width: 33.33333333%;
  margin-left: 8.33333333%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}
.hs-two-column-cnt-with-img-cnt-col {
  width: 50%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}
.hs-two-column-cnt-with-img-cnt-col p {
  color: #7d7f89;
}
.hs-two-column-cnt-with-img-cnt-col h2 {
  padding-bottom: 25px;
  position: relative;
  text-align: left;
  margin-bottom: 32px;
}
.hs-two-column-cnt-with-img-cnt-col h2:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-image: url(../png/horizontal-blue-stripe.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
}
.hs-two-column-cnt-with-img-cnt-col a, .text-cta a{
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
  cursor: pointer;
}
.hs-two-column-cnt-with-img-cnt-col a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
.hs-two-column-cnt-with-img-col-bg:before {
  content: '';
  position: absolute;
  top: -30px;
  right: -40px;
  bottom: -30px;
  left: -40px;
  background: url(../png/platform-empty.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  z-index: -1;
}
.hs-two-column-cnt-with-img-grp.no-bg {
  padding: 0; 
}
.hs-two-column-cnt-with-img-grp.no-bg .hs-two-column-cnt-with-img-col-bg:before {
  content: none;
}
.hs-two-column-cnt-with-img-grp.no-bg .hs-two-column-cnt-with-img-col-bg .browser-video {
  padding: 0;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.hs-two-column-cnt-with-img-grp.no-bg .hs-two-column-cnt-with-img-col-bg .browser-video > svg {
  display: none;
}
.hs-two-column-cnt-with-img-grp.no-bg .hs-two-column-cnt-with-img-col-bg .browser-video .image {
  border-radius: 0;
}
.hs-two-column-cnt-with-img-col-bg .block-with-list {
  padding: 30px;
}
.hs-two-column-cnt-with-img-col-bg .block-with-list h3 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.hs-two-column-cnt-with-img-col-bg .block-with-list h3:before {
  background-image: url(../png/horizontal-blue-stripe.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}
.hs-two-column-cnt-with-img-col-bg .block-with-list li {
  padding-bottom: 10px;
}
.hs-two-column-cnt-with-img-cnt-col .bullet-point-img {
  font-size: 40px;
}
.hs-two-column-cnt-title {
  color: #262a3a;
  opacity: 1 !important;
  font-size: 18px;
  font-weight: 700;
}
.hs-two-column-cnt-with-img-grp .browser-video .image {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.hs-two-column-cnt-with-img-grp .browser-video .image p {
  margin: 0;
  line-height: 0;
}
.hs-two-column-cnt-with-img-grp .hs_cos_wrapper_type_inline_rich_text img {
  max-width: 100%;
  min-height: 10px;
}
.hs-two-column-cnt-with-img-grp.left-align .hs-two-column-cnt-with-img-cnt-col {
  padding-left: 50px; 
}
.hs-two-column-cnt-with-img-grp.left-align .hs-two-column-cnt-with-img-col {
  margin-left: 0;
  margin-right: 8.3333333%;
}

.hs-two-column-cnt-with-img-grp.left-align .hs-cta-node {
  text-align: left;
}

.hs-two-column-cnt-with-img-grp.right-align .hs-two-column-cnt-with-img-cnt-col {
  padding-right: 50px; 
}
/* -------- Full Width Content Page End ------ */


/******** Io Solutions *************/

.custom-banner-area-popup-mod:before {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -1448px;
  max-width: 1932px;
  z-index: -1;
  background-repeat: no-repeat;
  background-color: #ccc;
  right:0;
}

.custom-banner-area-popup-mod {
  color: #fff;
}

.intro-inner {
  margin-left: -16px;
  margin-right: -16px;
}
.intro {
  position: relative;
}
.left {
  width: 58.33333333%;
  float: left;
  padding: 0 15px;
}

.right {
  width: 41.66666667%;
  float: left;
  padding: 0 16px;
}

.cell {
  height: 577px;
  display: table-cell;
  vertical-align: middle;
  padding: 30px 0 110px;
  width: 1%;
}

.cell h1 {
  color: #fff;
  margin: 0 0 10px;
}

.cell p {
  max-width: 450px;
  margin-bottom: 23px;
}

.lets-talk-iso {
  padding: 34px 48px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.51);
  transform: translateY(120px);
}

.lets-talk-iso .title {
  font-weight: bold;
  font-size: 18px;
  color: #262A3A;
  margin-bottom: 2px;
}

.lets-talk-iso .body {
  color: #262A3A;
  opacity: .6;
  margin: 0 0 40px;
}

.lets-talk-iso .cta_button {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
}

a.btn.btn-primary.popup-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  -moz-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  border-radius: 5px;
  background: #568eff;
  background: linear-gradient(to bottom, #568eff 0%,#385aff 100%);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 17px;
  font-weight: 700;
  border: none;
  width: 100%;
}
a[data-popup-btn] {
  width: 100%; 
}
a.btn.btn-primary.popup-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  transition: all .3s;
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.27);
}
.popup-inner-office h3.form-title {
  display: none;
}
a.btn.btn-primary.popup-btn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
a.btn.btn-primary.popup-btn:hover:before {
  background: rgba(255,255,255,.2);
  box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.27);
}
.popup,
.popup-office,
.modal {
  display: none;
  opacity: 0;
}

a.btn.btn-primary.popup-btn.webinar {
  margin: 0px;
}

.custom-banner:before {
  /*content: '';
  position: absolute;
  width: 1931px;
  height: 1593px;
  top: -364px;
  left: 50%;
  margin-left: -485px;
  background-size: 1931px 1593px;
  z-index: -1;*/
}
.hs-iso-row1-col1-top-section {
  padding-left: 8.33333333%;
}
.hs-iso-layout .body-container-wrapper {
  padding: 0;
}

.hs-iso-certified-row1-group {
  padding: 65px 0 0;
}

.hs-iso-certified-row1-group .page-center {
  position: relative;
}
.hs-iso-row1-col2-top-section h2 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
}

.hs-iso-row1-col2-top-section h2:before {
  background-image: url(../png/horizontal-blue-stripe.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: 0;
}

.hs-iso-row1-col2-top-section p {
  opacity: .6;
}

.hs-iso-row1-col2-top-section a {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
}

.hs-iso-row1-col2-top-section {
  padding-right: 76px;
}

.iso-quote, .custom-iso-quote {
  width: 66.66666667%;
  margin: 0 auto;
  position: relative;
  padding: 44px 0 0 0;
}

.iso-quote:before, .custom-iso-quote:before {
  content: '';
  background: url(../png/quote-bg-before.png);
  position: absolute;
  z-index: -1;
  height: 204px;
  width: 188px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.iso-quote h3, .custom-iso-quote h3, .custom-iso-quote p {
  text-align: center;
}
.custom-iso-quote p { 
  opacity: .6;
  font-size: 16px;
}
.iso-quote .quote-person, .custom-iso-quote .quote-person {
  text-align: center;
  color: #7D7F89;
  font-size: 16px;
}
.custom-iso-quote .quote-person a {
  color: #4b88fb;
  border-bottom: 1px dashed #4b88fb;
  display: inline-block;
  line-height: 26px;
}
.custom-iso-quote .quote-person a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
.iso-quote .quote-person img, .custom-iso-quote .quote-person img {
  vertical-align: middle;
  max-width: 114px;
}
.custom-iso-quote {
  margin: 125px auto;
  z-index: 1;
}
.custom-iso-quote h3, .compare-page-row3 .custom-iso-quote h3 {
  font-size: 30px;
  margin: 0 0 30px; 
  color: #262A3A;
}
.custom-iso-quote .quote-img, .compare-page-row3 .custom-iso-quote .quote-img {
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 20px 2px #ccc;
}
.iso-quote .quote-img img:after, .custom-iso-quote .quote-img img:after, .compare-page-row3 .custom-iso-quote .quote-img img:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  box-shadow: inset 0 0 0 2px #fff, 0px 0px 2px 0px #999;
  border-radius: 50%;
}

.iso-quote:after, .custom-iso-quote:after {
  content: '';
  background: url(../png/quote-bg-after.png);
  position: absolute;
  z-index: -1;
  height: 204px;
  width: 188px;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}
.banner-image img {
  position: absolute;
  top: 393px;
  left: 50%;
  margin-left: -485px;
  z-index: -2;
}
.hs-iso-row2-group {
  padding-top: 260px;
  color: #898b94;
}

.hs-iso-row2-col1-section h1, .hs-iso-row2-col1-section h2 {
  font-size: 20px;
  line-height: 32px;
  font-family: inherit;
  margin-bottom: 8px;
}

.hs-iso-row2-col1-section p {
  margin-bottom: 32px;
  color: #898b94;
  font-size: 16px;
}

.opts-box {
  position: relative;
  padding-left: 65px;
  margin-right: -15px;
  color: #d5d6d9;
}

.opts-box:before,.opts-box:after, .opts-box .tbl-cell:before {
  content: '';
  position: absolute;
  left: 0;
  width: 2425px;
  z-index: -1;
  background-repeat: no-repeat;
}

.opts-box:before {
  top: -572px;
  height: 573px;
  background-position: 0 0;
}

.opts-box .tbl-cell:before {
  top: 0;
  bottom: 0;
  background: #2b2f41;
  background: -moz-linear-gradient(top, #2b2f41 0%, #2e3347 100%);
  background: -webkit-linear-gradient(top, #2b2f41 0%,#2e3347 100%);
  background: linear-gradient(to bottom, #2b2f41 0%,#2e3347 100%);
}

.opts-box h2 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Merriweather', serif;
  margin-bottom: 35px;
}

.opts-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 24px;
}

.opts-box ul li {
  padding-left: 53px;
  background: url(http://www2.bettyblocks.com/hubfs/Betty_Blocks_December2018/Images/ico-check-green.svg) no-repeat 0 50%;
}

.opts-box ul li + li {
  margin-top: 36px;
}

.opts-box:after {
  bottom: -575px;
  height: 576px;
  background-position: 0 100%;
}

.hs-iso-row2-col1-section .hs_cos_wrapper_type_rich_text {
  margin-bottom: 16px;
  padding-bottom: 18px;
  display: block;
}
.hs-iso-row2-col1-section a {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px dashed #4b88fb;
}

.hs-iso-row2-col1-section a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
body.hs-iso-layout {
  overflow-x: hidden;
}

.hs-iso-row3-group {
  margin-top: 70px;
}
.cta-form-bg-grp {
  margin-left:-16px;
  margin-right:-16px;
}
.cta-form-bg-grp.form-grp {
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-form-bg-grp.form-grp.py-5 {
  margin: 150px -16px;
}
.cta-form-bg {
  padding: 48px 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 32px;
  margin-bottom: 32px;
  width: 83.33333333%;
  margin-left: auto;
  margin-right: auto;
}
.cta-form-bg.form-grp {
  max-width: 553px;
  padding: 0;
}
.cta-form-bg.form-grp h3 {
  text-align: center; 
}
.cta-form-bg.form-grp form.hs-form fieldset .hs-form-field {
  padding: 0; 
}
.cta-form-bg.form-grp form.hs-form fieldset.form-columns-2 .hs-form-field:first-of-type {
  padding-right: 10px;
}
.cta-form-bg.form-grp form .hs-button.primary {
  width: 100%;
}
.custom-banner-area-popup-mod .page-center {
  padding-left: 16px;
  padding-right: 16px;
}
.cta-form-wrapper {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 48px;
  box-shadow: 0 10px 30px 0 rgba(125, 127, 137, 0.3);
}

.cta-form-wrapper h3 {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 25px;
  text-align: center;
}

.cta-form-wrapper h3:before {
  background-size: 112px 7px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background: url('../png/horizontal-blue-stripe.png') no-repeat;
}
.cta-form-wrapper p.get-form-title{
  color: #7d7f89;
  margin: 30px;
  text-align: center;
}
.cta-form-wrapper p {
  margin-bottom: 32px; 
}
.cta-form-wrapper .form h3 {
  display: none;
}

.cta-form-wrapper .hs-form-required {
  display: none;
}
.cta-form-wrapper .hs_cos_wrapper_type_cta {
  margin-right: 15px; 
}
.cta-form-wrapper .hs_cos_wrapper_type_cta:only-child, .cta-form-wrapper .hs_cos_wrapper_type_cta:last-of-type {
  margin-right: 0; 
}
.cta-form-wrapper .cta-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
}

.form .hs-input {
  border: 1px solid #D4D4D8;
  background: #F8F8F9;
  border-radius: 5px 0px 0px 5px;
  width: 240px !important;
  color: #262A3A;
  font-size: 14px;
  margin: 0;
  padding:1px 10px;
  line-height:40px;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: flex !important;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  line-height: 24px; 
}

.form .hs-button.primary {
  border-radius: 0px 5px 5px 0;
  padding: 13px 17px;
  margin: 0;
  position: relative;
  min-width: 114px;
  transition: all .3s;
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.27);
}
.form .hs_email.hs-form-field {
  display: inline-block;
  margin: 0;
}
.form form {
  display: flex;
  flex-shrink: unset;
  align-items: center;
  justify-content: center;
  position: relative;
}
.form .hs_error_rollup {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
.form {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  max-width: 620px;
  margin: 0 auto;
}
.form .hs_email.hs-form-field > label {
  display: none;
}
.lg-inline {
  width: 100%;
  margin-top: -4px;
}
.btn-or {
  display: inline;
  margin: 0 10px;
  color: #7D7F89;
}
.lg-inline a {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
}
.lg-inline a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
.form .hs-button.primary:hover {
  color: #fff;
  opacity: .8;
  box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.27) ;
  transform: none;
  background: #568eff;
  background: linear-gradient(to bottom, #568eff 0%,#385aff 100%);
}
.hs-iso-row4-group {
  padding-top: 56px;
  padding-bottom: 93px;
}

.custom-one-column-with-content-inner h3 {
  font-size: 20px;
  line-height: 32px;
  font-family: inherit;
  margin-bottom: 7px;
}

.custom-one-column-with-content-inner p {
  color: #898b94;
  font-size: 16px;
  margin-bottom: 32px;
}

.custom-one-column-with-content-inner {
  width: 33.33333333%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 18px;
}

.custom-one-column-with-content-group {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
}

.hs-iso-row5-group {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #32384b;
  background: #f5f7fa;
  background: -moz-linear-gradient(top, #f5f7fa 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f5f7fa 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #f5f7fa 0%,#ffffff 100%);
}

.hs-iso-row5-col1-section .hs_cos_wrapper_type_rich_text {
  display: flex;
  align-items: center;
  justify-content: normal;
}

.hs-iso-row5-col1-section .hs_cos_wrapper_type_rich_text p {
  margin: 18px 0;
}

.hs-iso-row5-col2-section img {
  max-width: 157px;
  margin-top: 20px;
  margin-bottom: 13px;
}

.hs-iso-row5-col2-section p {
  color: #7c7e88;
  margin: 5px 0 18px;
}

.hs-iso-row5-col1-section {
  padding: 40px  0 45px;
}

.hs-iso-row5-col2-section {
  padding-left: 100px;
  padding-top: 8px;
}
.hs-iso-row5-col1-section a {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
}

.hs-iso-row5-col1-section a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
.hs-iso-row2-col1-section {
  padding-right: 90px;
}
.hs-iso-row1-col2-top-section a:hover {
  border-bottom: 1px solid #4b88fb;
  color: #4b88fb;
}
.pop-up-open .popup,
.pop-up-open-office .popup-office,
.pop-up-open.popup,
.modal-open .modal.open {
  display: block !important;
  position: fixed;
  background: rgba(30, 30, 30,0.87);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  overflow: auto;
  opacity: 1;
}
.popup-inner ,
.popup-inner-office{
  max-width: 568px !important;
  margin: 86px auto !important;
  background: #fff;
  position: relative;
  padding: 32px 50px;
  overflow: visible;
  font-size: 16px;
  border-radius: 4px;
  float: none !important;
  transition: opacity .3s ease;
}

.pop-up-open .popup form,
.pop-up-open-office .popup-office form{
  max-width: 368px;
  margin: -9px auto 0;
  padding: 0 0 40px;
}

.pop-up-open .popup form .hs-input ,
.pop-up-open-office .popup-office form .hs-input {
  padding: 5px 10px;
  border: 1px solid #D4D4D8;
  border-radius: 5px;
  box-shadow: none;
  color: #262A3A;
  font-size: 16px;
  line-height: 20px;
  background-color: #fafafa;
  font: 18px/32px 'Ubuntu', Arial, Helvetica, sans-serif;
}
.pop-up-open .popup form .hs-form-booleancheckbox-display span {
  font: 18px/32px 'Ubuntu', Arial, Helvetica, sans-serif!important;
  color: #414141!important;
  font-size: 12px!important;
  font-weight: 400!important;
}

.pop-up-open .popup form label,
.pop-up-open-office .popup-office form label{
  font: 18px/32px 'Ubuntu', Arial, Helvetica, sans-serif;
  color: #414141;
  font-size: 18px;
  font-weight: 400;
}
.popup-inner h3,
.popup-inner-office h3{
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 25px;
  font: 700 18px/32px 'Merriweather', serif;
  color: #262A3A;
  margin-top: 24px;
}

.popup-inner h3:before,
.popup-inner-office h3:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background: url(../png/horizontal-blue-stripe.png) no-repeat;
  background-size: 112px 7px;
}
.hs-banner-wrapper .popup-inner h3.form-title {
  display: none;
}
span.btn-close {
  right: 22px;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 22px;
  cursor: pointer;
}

span.btn-close:before, span.btn-close:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -1px;
  background: #d4d4d8;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

span.btn-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pop-up-open .popup form .hs-button,
.pop-up-open-office .popup-office form .hs-button {
  width: 100%;
  transition: all .3s;
}
.form ul.hs-error-msgs.inputs-list {
  position: absolute;
  margin: 10px 0;
}
.pop-up-open .popup form .hs-button:hover ,
.pop-up-open-office .popup-office form .hs-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0px 3px 4px rgba(0,0,0,.27);
  background: linear-gradient(to bottom, #83abfd 0%,#6a83ff 100%);
  transition: all .3s;
}
/* ------ One Column Video Page ---- */
.hs-one-col-video-page .body-container-wrapper{
  padding-top:0;
  padding-bottom:120px;
}
body.hs-one-col-video-page{
  overflow-x:hidden;
}
.hs-leadership-page.hs-one-col-video-page .body-container-wrapper{
  padding-bottom:0; 
}
.hs-one-col-video-page-top-cnt {
  text-align: center;
}
.hs-one-col-video-page-top-cnt h1 {
  text-shadow: none;
  font: 700 40px/56px 'Merriweather', serif;
  color: #262A3A;
  padding: 0px 20px 10px;
  margin-top: 20px;
  margin-bottom: 0;
}
.hs-one-col-video-page-top-cnt p {
  margin: 0 auto;
  font-weight: bold;
  font-size: 100%;
  padding-bottom: 20px;
  color: #262A3A;
  text-shadow: none;
  max-width: 1030px;
  margin-bottom: 200px;
  opacity: .6;
  padding-left: 10px;
  padding-right: 10px;
}
.hs-one-col-video-page-cnt {
  position:relative;
}
.hs-one-col-video-page span.section-before {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 50px;
  background-size: 80%;
  margin: 0;
  transform: rotate(90deg);
}
.hs-one-col-video-page.hs-leadership-page span.section-before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 20px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  margin: 0;
}
.hs-one-col-video-page-cnt > div {
  position: relative;
}
.hs-one-col-video-page.hs-presentation-page span.section-before {
  background-size: 80%;
  top:6px;
}
.hs-presentation-section2 {
  text-align:center;
}
.hs-presentation-section2 p {
  margin:0 0 5px;
}
.hs-one-col-video-page.hs-presentation-page .body-container-wrapper {
  padding-bottom:0;
}
.hs-one-column-video-page-section1,
.hs-one-col-video-page-top-cnt{
  position: relative;
  vertical-align: top;
}
.body-container .hs-one-col-video-page-cnt .page-center.content-wrapper {
  padding-bottom:0;
}
.hs-one-col-video-page-top-cnt{
  font-size: 20px;
}
.wistia_responsive_padding {
  padding: 56.25% 0 0 0;
  position: relative;
}
.wistia_responsive_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wistia_video_foam_dummy {
  border: 0px;
  display: block;
  height: 0px;
  margin: 0px;
  padding: 0px;
  position: static;
  visibility: hidden;
  width: auto;
}
.hs-one-column-video-page-section1 {
  text-align:center;
  margin-bottom: 36px;
}
.hs-one-column-video-page-section1 .hs-wistia-video-grp{
  max-width: 700px !important;
  margin: 0 auto !important;
  float:none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: 0 5px 10px rgba(125,127,137, .2), 0 10px 40px rgba(125,127,137, .2);
  text-align: center;
  background: #fff;
  border-radius: 5px;
}
.hs-wistia-video-grp h6{
  color: #262A3A;
  font-size: 16px;
  line-height: 30px;
  padding: 30px 35px 30px;
  display: block;
  opacity: .6;
  font-family: Ubuntu,Arial,Helvetica,sans-serif;
  font-weight: normal;
  margin: 0;
}
.btn-red-fade {
  background: linear-gradient(180deg, #FF0080, #E9004C);
  color: white;
  margin-left: 10px;
}
.hs-one-column-video-page-section1 .jr-btn {
  margin: 60px 0 0;
  color: #fff;
}
.hs-social-share-group ul li a:hover {
  opacity: .7;
}
.hs-presentation-page .hs-one-column-video-page-section1 .jr-btn {
  margin: 60px 0 88px;
}
.hs-one-column-video-page-section1 .jr-btn.btn:before,
.hs-one-column-video-page-section1 .jr-btn.btn:hover:before{
  box-shadow:none;
}
.hs-leadership-page .hs-one-column-video-page-section1 .jr-btn {
  margin: 60px 0 60px;
}
.btn-lg {
  font-size: 16px;
  line-height: 20px;
  padding: 14px 15px;
  min-width: 125px;
}
.hs-one-column-video-page-section2 {
  padding-top: 80px;
}
.purple:before {
  background-image: url(../png/horizontal-purple-stripe9908.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.hs-team-member-column {
  width: 44%;
  float: left;
  margin: 0px 20px;
  box-shadow: 0px 10px 30px 0px rgba(125,127,137,0.1);
  background-color:#fff;
}
.hs-team-member-column:nth-child(2n) {
  float: right;
}
.hs-team-member-column-image img {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
}

.hs-team-member-column-cnt {
  width: 100%;
  padding: 20px 40px 40px;
  color: #262A3A;
}

.hs-team-member-column-cnt h3 {
  display: block;
  margin-bottom: 0px;
}
.hs-team-member-column-cnt small {
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
  line-height: 30px;
  opacity: .6;
}
.hs-team-member-column-cnt p {
  opacity: .6;
}
.hs-team-member-grp {
  margin-bottom: 80px;
}
.hs-three-col-with-video-grp-col {
  width: 33%;
  display: inline-block;
  padding: 20px;
  vertical-align: top;
}
.hs-three-col-with-video-grp-video {
  border: none;
  border-radius: 0px;
  padding: 0px;
  min-height: 195px;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  display: block;
}
.hs-three-col-with-video-grp-cnt {
  text-align: center;
}

.hs-three-col-with-video-grp-cnt p {
  font-size: 16px;
  line-height: 30px;
  opacity: .6;
}
.hs-one-column-video-page-section3 {
  position: relative;
  margin-top: 80px;
}
.hs-one-column-video-page-section3 p{
  opacity: .6;
}
.hs-three-col-with-video-grp-video .overlay {
  position: absolute;
  padding-top: 75px;
  text-align: center;
  color: #fff;
  font: 20px/48px 'Merriweather', serif;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../png/not-available.png) center no-repeat;
  background-size: cover;
}
.btn-red-fade:active:hover, .btn-red-fade:hover {
  color: #fff;
}
.hs-one-col-video-page-top-cnt h2{
  color: #262A3A;
  margin: 0 0 9px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}
.hs-one-col-video-page-top-cnt h2:after {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-image: url(../png/horizontal-purple-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  background-repeat:no-repeat;
}
.hs-home-layout .body-container .page-center.content-wrapper,
.hs-iso-layout .body-container .page-center.content-wrapper,
.body-container .hs-demo-video-row1-group .page-center.content-wrapper,
.hs-code-layout .body-container .page-center.content-wrapper,
.hs-why-bettyblocks-layout .body-container .page-center.content-wrapper,
.hs-training-layout .body-container .page-center.content-wrapper,
.hs-office-contact-website-page .body-container .page-center.content-wrapper,
.hs-on-stage-website-page .body-container .page-center.content-wrapper,
.hs-bettyblock-platform-layout .body-container .page-center.content-wrapper,
.hs-support-website-page .body-container .page-center.content-wrapper,
.hs-pricing-layout .body-container .page-center.content-wrapper,
.hs-itxpo-barcelona-layout .body-container .page-center.content-wrapper,
.hs-partners-layout .body-container .page-center.content-wrapper,
.hs-academy-night .body-container .page-center.content-wrapper,
.hs-careers-layout .body-container .page-center.content-wrapper,
.hs-seminar-layout .body-container .page-center.content-wrapper,
.hs-itxpo-barcelona-layout .body-container .page-center.content-wrapper,
.hs-betty-blocks-layout .body-container .page-center.content-wrapper,
.hs-one-column-layout .body-container .page-center.content-wrapper,
.hs-academy-betty-blocks-layout .body-container .page-center.content-wrapper, 
.hs-aadi-london-layout .body-container .page-center.content-wrapper,
.hs-feedback-layout .body-container .page-center.content-wrapper{
  padding-bottom:0;
}
#Layer_1 {

  margin-top: -1px;

}

/************** PAge Style ***************/

input.hs-search-field__input::-webkit-search-decoration,
input.hs-search-field__input::-webkit-search-cancel-button,
input.hs-search-field__input::-webkit-search-results-button,
input.hs-search-field__input::-webkit-search-results-decoration {
  display: none;
}
.hs-on-stage-row1-group {
  text-align: center;
}
ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
.error-404 .body-container-wrapper {
  background: transparent;
  text-align: center;
}

.error-404 .image-404 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1048px;
    z-index: -1;
}

.error-404 .body-container .error_message {
  margin-top: 400px;
}

.error-404 .custom-form-gp {
  margin-top: 0;
}
.fa-angle-left:before {
  content: "\f104";
}
/* .error-404 .body-container .btn.btn-primary p{
  margin: 0;
  font-family: 'lato', sans-serif;
  color: #fff;
  letter-spacing: 1.2px;
  margin: 8px;
  min-width: 250px;
  display: inline-block;
  text-align: left;
  float: left;
  line-height: 30px;
}
.error-404 .body-container .btn.btn-primary i {
  width: 34px;
  display: inline-block;
  text-align: center;
  float: right;
  padding: 9px;
  background-color: #DB334F;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 206, 84, 0.2), inset 0px 1px 0px 0px #d22b47;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 206, 84, 0.2), inset 0px 1px 0px 0px #d22b47;
  box-shadow: 0px 1px 0px 0px rgba(255, 206, 84, 0.2), inset 0px 1px 0px 0px #d22b47;
  font-family: FontAwesome;
  margin-left: 20px;
  font-style: normal;
  position: relative;
} */
.error-404 .body-container h3 {
  font-family: 'lato', sans-serif;
  color: #fff;
  letter-spacing: 1.2px;
  font-size: 20px;
}

/* .error-404 .body-container .btn.btn-primary {
  -webkit-box-shadow: 0px 2px 0px 0px #d22b47, inset 0px 1px 0px 0px rgba(255, 206, 84, 0.2);
  -moz-box-shadow: 0px 2px 0px 0px #d22b47, inset 0px 1px 0px 0px rgba(255, 206, 84, 0.2);
  box-shadow: 0px 2px 0px 0px #d22b47, inset 0px 1px 0px 0px rgba(255, 206, 84, 0.2);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: #e23753;
  border-color: #df2140;
  padding: 6px 12px;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 30px;
} */

/* .error-404 .body-container .btn.btn-primary:hover {
  background: #e12e4b;
  transform: translateY(0);
}
.error-404 .body-container .btn.btn-primary:before {
  display:none;
} */

.error-404 .body-container .hs-search-field {
  max-width: 600px;
  margin: 0 auto;
}

.error-404.error-template .body-container .hs-search-field form {
  max-width: 100%;
  width: 100%;
}
.hs-on-stage-row1-group .btn.btn-default {
  color: #e9004c;
  margin-bottom: 40px;
}

.hs-on-stage-row1-group .hs-two-column-equal-cnt-grp {
  padding: 100px 0 140px;
}

.hs-on-stage-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col1 {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #e9004c;
  box-shadow: 0 5px 10px rgba(125,127,137, .2), 0 10px 40px rgba(125,127,137, .2);
  text-align: center;
  border-radius: 5px;
  color: #777;
  margin: 0 auto;
  max-width: 430px;
  margin-right: 90px;
}

.hs-on-stage-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col1 ul {
  list-style: none;
  padding: 0;
}

.hs-on-stage-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col1 ul li {
  padding: 32px 0;
}

.hs-on-stage-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col1 h4 {
  position: relative;
  padding: 0 0 14px;
  margin: 0 0 6px;
}

.hs-on-stage-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col1 h4:before {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background-image: url(../png/horizontal-pink-stripe-2.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}
.hs-on-stage-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col1 a {
  border-bottom: 0;
  color: #000;
}
.hs-on-stage-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col2 img {
  border-radius: 5px;
  margin: 0 0 4px;
}

.hs-on-stage-row1-group .hs-two-column-equal-cnt-grp {
  max-width: 1040px;
  margin: 0 auto;
}
.hs-seminar-layout .hs-barcelona-row1-group .hs_cos_wrapper_type_rich_text p {
  padding-bottom: 170px;
}
.hs-academy-course-group > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.hs-academy-course-group .course-details .hs-left-icon-with-title-group {
  display: flex;
}
.hs-left-icon-with-title-item {
  width: 33.33333333%;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #808285;
}
.hs-left-icon-with-title-item img {
  width: 24px;
  margin-right: 3px;
  vertical-align: middle;
}
.hs-left-icon-with-title-group {
  max-width: 600px;
  margin: 0px auto 40px;
}
.course-signupbtn .hs-cta-wrapper a:hover {
  transform: translateY(-2px) !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05) !important;
  color: #000 !important;
}
.hs-academy-course-group {
  box-shadow: 0px 10px 30px 0px rgba(125,127,137,0.51);
  transition: all .5s;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 50px;
  width: 68.666667%;
  margin-left: auto;
  position:relative;
  margin-right: auto;
}
.hs-academy-course-group:hover {
  box-shadow: 0px 10px 30px 0px rgba(125, 127, 137, 0.92);
  transition: all 0.5s;
}
.hs-academy-betty-blocks-layout .hs-title-grp.red {
  margin-top: 27px;
}
.hs-academy-betty-blocks-layout .hs-title-grp h2{
  padding-bottom: 33px;
}
.hs-academy-betty-blocks-layout .main-content p {
  max-width: 600px;
  margin: 0px auto;
}
.hs-academy-course-group .section-title {
  text-align: left;
}
.hs-academy-betty-blocks-layout .hs-academy-course-group a:hover {
  color: inherit;
}
.hs-academy-betty-blocks-layout .hs-academy-course-group{
  margin-top: 146px;
}
.hs-academy-course-group .section-title:before {
  left: 0;
  right: 0;
  margin: 0;
  bottom: -7px;
}
.hs-academy-course-group .main-content p.faded-text {
  max-width: 100%;
  opacity: .6;
}
.hs-left-icon-with-title-group {
  margin-top: 39px;
}
.hs-academy-course-group .hs-left-icon-with-title-group {
  max-width: 100%;
  margin: 13px 0 0;
}
.hs-academy-betty-blocks-layout .main-content p.faded-text {
  opacity: .6;
  max-width: 100%;
}
.hs-academy-course-group  .hs-left-icon-with-title-item {
  text-align: left;
}
.hs-academy-betty-blocks-layout {
  overflow-x: hidden;
}
.hs-academy-row1-bettyblocks-group span.section-after {
  top: 10px;
  left: 50%;
  z-index: -1;
  width: 1920px;
  height: 824px;
  margin-left: -1453px;
}

.hs-academy-betty-blocks-layout .body-container-wrapper {
  padding: 0;
}

.hs-academy-row1-bettyblocks-group {
  padding-top: 40px;
}
.hs-academy-course-group .hs-left-icon-with-title-group {
  text-align: left;
  width: 100%;
  max-width: 100%;
}
.hs-academy-course-group .section-title{
  margin-bottom: 36px; 
}

.hs-academy-betty-blocks-layout .custom-form-gp {
  display: none;
}
.hs-academy-night span.before-image img {
  width: 74px;
  height: 69px;
}

.custom-one-column-top-image-inner a:hover span.before-image {
  opacity: 0.3;
}
span.before-image {
  width: 65px;
  height: 69px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -35px;
  opacity: .1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
/********** addi london ***********/

.hs-aadi-london-row1-group span.section-after {
  top: 10px;
  left: 50%;
  z-index: -1;
  width: 1920px;
  height: 824px;
  margin-left: -1453px;
  -webkit-background-size: cover;
  background-size: cover;
}

.hs-aadi-london-layout .body-container-wrapper {
  padding: 0;
}

.hs-aadi-london-row1-group {
  padding-top: 65px;
}

.hs-aadi-london-row1-group .hs-title-grp {
  padding-top: 135px;
}

.hs-aadi-london-row1-group .hs-title-grp h2 {
  font: 700 40px/56px 'Merriweather', serif;
}
.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column h2 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column h2:before {
  background-image: url(../png/horizontal-pink-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp {
  margin: 0;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp p {
  font-size: 0.9em;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column a.btn.pink-btn {
  display: block;
  border-bottom: 0;
  font-size: 0.9em;
  margin: 50px 0 29px;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column a:hover {
  color: #fff;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column p {
  margin-bottom: 40px;
}
.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column ul {
  margin-bottom: 40px;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column.col2 {
  border-color: #e9004c;
  padding: 40px;
  width: 40%;
  list-style: none;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e9004c;
  box-shadow: 0 5px 10px rgba(125,127,137, .2), 0 10px 40px rgba(125,127,137, .2);
  text-align: center;
  float: right;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column.col2 h3 {
  padding: 0 0 14px;
  margin: 0 0 6px;
  position: relative;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column.col2 h3:before {
  background-image: url(../png/horizontal-pink-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column.col2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column.col2 ul li h4:before {
  background-image: url(../png/horizontal-pink-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  content: '';
  width: 56px;
  height: 4px;
  position: absolute;
  left: 0;
  margin-left: -56px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-size: cover;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column.col2 ul li h4 {
  position: relative;
  padding: 0 0 14px;
  margin: 0 0 6px;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column.col2 p {
  margin-bottom: 0;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column.col2 ul li {
  padding: 32px 0;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column.col2 a {
  color: #000;
  border-bottom: 0;
  display: inline;
}

.hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column.col2 a:hover {
  color: #3779a0;
}

.hs-aadi-london-row1-group .hs-two-column-equal-grp.equal-with-map {
  padding: 145px 0 0;
}

.hs-aadi-london-row1-group .hs-two-column-equal-grp.equal-with-map .hs-two-column-equal-inner.col1 {
  width: 33.33333%;
  border-color: #e9004c;
}

.hs-aadi-london-row1-group .hs-two-column-equal-grp.equal-with-map .hs-two-column-equal-inner.col2 {
  width: 78%;
}

.hs-aadi-london-row1-group .hs-two-column-equal-grp.equal-with-map .hs-two-column-equal-inner p {
  font-size: 0.9em;
}

.hs-aadi-london-row1-group .hs_cos_wrapper_type_rich_text h2 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}

.hs-aadi-london-row1-group .hs_cos_wrapper_type_rich_text h2:before {
  background-image: url(../png/horizontal-pink-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}
.hs-iso-certified-row1-group span.page-center-before-span {
   top: -364px;
}
.optanon-alert-box-wrapper a {
  color: #fff;
}
/******* Home Style ********/
.hs-home-layout {
  overflow-x: hidden;
}



.home-banner .form .form-title {
  margin: 0;
}
.home-banner.custom-banner-area-popup-mod:before {
  background-size: 100%;
}

.home-banner .intro-news-body p.news-sub-title {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  line-height: 32px;
  margin-bottom: 30px;
}
.home-banner .intro-news-body {
  padding-bottom: 20px;
  min-height: 350px;
  border-radius: 5px;
  box-shadow: 0 8px 22px 0 rgba(0,0,0,.15);
}
.home-banner .intro-news-body .cta-wrapper {
  margin-bottom: 20px;
}
.home-banner .intro-news-body a {
  padding-bottom: 3px;
  color: #fff;
  font-size: 16px;
}
.home-banner .intro-news-body .mySlides img {
  max-height: 200px;
}
.home-banner .intro-news-body .mySlides .news-sub-title {
    margin: 20px 0;
}
.hs-home-layout .test-banner .desktop-bar {
    background: #f8f8f9;
    border: 1px solid #e9e9eb;
    border-radius: 5px 5px 0px 0px;
    padding-left: 10px;
}
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin-top: -100px;
}
.mySlides {
    display: none;
    height: auto;
}
.mySlides.active {
    display: block; 
}
.slideshow-dots {
    text-align: center; 
}
.slideshow-dots .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}
.slideshow-dots .dot.active, .slideshow-dots .dot:hover {
    background-color: #fff
}
.mySlides.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}
.home-banner .form {
  max-width: 100%;
  padding: 0;
  margin: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-banner .form .form {
  padding: 0 20px 20px 0; 
}
.home-banner .form .form ~ .cta-wrapper a {
  padding: 13px 17px !important;
}
.home-banner .form > .cta-wrapper {
  display: inline-block;
  padding: 0 20px 20px 0;
}
.home-banner .form > .cta-wrapper:last-of-type {
  padding: 0 0 20px; 
}
.home-banner i.intro-or {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}

.intro-discover-btn {
  background: linear-gradient(180deg, #FF0080, #E9004C);
  color: white;
  margin-left: 20px;
}

.intro-discover-btn:hover {
  color: #fff;
}

.hs-home-layout .body-container-wrapper {
  padding: 0;
}

.hs-home-row1-group span.page-center-before-span {
  top: -353px;
}
.customers-home-block-wrapper .hs-our-customers-grp-item { width: 20%; }
.customers-home-block-wrapper .hs-our-customers-grp-item figure { height: 208px; }
.customers-home-block-wrapper .hs-our-customers-logo-box figure img { width: 65%; }
.custom-two-col-video-group {
  overflow: hidden;
  margin: 0 -16px;
}
.custom-two-col-video-inner.col1 {
  width: 58.33333333%;
  float: left;
  padding: 0 16px;
}

.custom-two-col-video-inner .browser-video-wrapper {
  padding: 40px;
  background: url(../png/blue_bg_movie.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.browser-video {
  padding: 1px;
  box-shadow: 0 2px 4px 0 rgba(100, 100, 100, .8);
  background: white;
  border-radius: 5px;
}

.browser-video svg:first-of-type {
  margin-left: 5px;
}

.browser-video .image {
  position: relative;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.hs-home-row1-group {
  padding: 32px 0;
}

.custom-two-col-video-inner.col2 {
  width: 41.66666667%;
  float: left;
  padding: 105px 16px;
}
.custom-two-col-left-video-group {
  display: flex;
  margin: 75px -16px 150px;
}
.custom-two-col-left-video-group.right-align {
  flex-direction: row-reverse;
}
.custom-two-col-left-video-inner.video {
  position: relative;
  width: 58.33333333%;
  margin: 0 16px;
}
.custom-two-col-left-video-inner.video .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background .3s;
}
.custom-two-col-left-video-inner.video .video-overlay:hover, .custom-two-col-left-video-inner.video .safari-video .video-overlay {
  background: rgba(0,0,0,0.3);
}
.custom-two-col-left-video-inner.video .video-overlay:hover .play-button, .custom-two-col-left-video-inner.video .safari-video .video-overlay .play-button {
  opacity: 1;
}
.custom-two-col-left-video-inner.video .video-overlay.playing {
  display: none; 
}
.custom-two-col-left-video-inner.content {
  width: 41.6666668%;
  margin: 0 16px;
  font-size: 16px; 
  padding: 34px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.51);
  display: block;
  text-align: left;
  position: relative;
}
.custom-two-col-left-video-inner.content.bullet-list {
  padding: 20px 0; 
}
.left-video-arrow {
  position: absolute;
  bottom: 20px;
  left: 35px;
  transform: rotate(-90deg);
}
.custom-two-col-left-video-inner.content .heading {
  font-weight: bold;
  color: #262A3A;
  opacity: 1;
}
.custom-two-col-left-video-inner.content ul {
  list-style: none;
  margin-left: 0;
}
.custom-two-col-left-video-inner.content ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.bullet-point-list {
  margin: 0 30px;
}
.bullet-point {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.bullet-point:last-of-type {
  margin-bottom: 0;
}
.bullet-point-icon {
  position: relative;
  display: grid;
  flex: 0 0 40px;
  justify-content: center;
}
.bullet-point-img {
  object-fit: contain;
}
.bullet-point-cnt {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  padding-left: 20px;
  color: #262A3A;
  opacity: .6;
}
.bullet-point-list-cta {
  text-align: center;
  margin-top: 27px;
}
.custom-two-col-video-inner.col2 h2 {
  font: 700 24px/40px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 8px;
  padding-bottom: 25px;
  clear: both;
}
.custom-two-col-left-video-inner.content h3 {
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.custom-two-col-left-video-inner.content h3:before {
  background-image: url(../png/green-brush.png);
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0; 
}
.custom-two-col-video-inner.col2 p, .custom-two-col-left-video-inner.content p {
  opacity: .6;
}
.custom-two-col-video-inner.col2 a, .custom-two-col-left-video-inner.content a {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
}
.lets-talk-iso .bullet-point-list {
  margin: 35px 0; 
}
.lets-talk-iso .bullet-point-list.no-cta {
  margin: 35px 0 0;
}
.hs-home-row2-group span.page-center-before-span {
  top: -100px;
  margin-left: -1706px !important;
}

.hs-home-row2-group {
  padding: 55px 0 85px 0;
  position: relative;
}

.custom-home-feature-inner {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-home-feature-mod {
  display: flex;
  justify-content: space-evenly;
}
.custom-home-feature-mod.v2 .custom-home-feature-inner {
  padding: 0; 
}
.custom-home-feature-title-below {
  display: flex;
  justify-content: center;
  margin-bottom: 125px;
}
.custom-home-feature-inner-bg {
  padding: 50px 50px;
  background-repeat:no-repeat;
  background-size: 100%;
  background-position: center;
}
.feature-content {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(125, 127, 137, .1);
  text-align: center;
  padding: 60px 20px;
  border-radius: 15px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feature-content.with-image {
  min-height: 230px;
  justify-content: space-between;
  padding: 40px;
}
.feature-content.with-image img {
  margin-bottom: 20px;
}
.feature-content.with-image .usp {
  min-height: 40px;
}
.number {
  font: 700 40px 'Merriweather', serif;
}
.usp {
  font: 700 20px 'Merriweather', serif;
  margin-top: 0;
}
.custom-home-feature-inner-bg.purple {
  color: #6C4AE2;
}
.custom-home-feature-inner-bg.orange {
  color: #EE7320;
}
.custom-home-feature-inner-bg.green {
  color: #4BC630;
}

.body-container .hs-home-row2-group .page-center {
  max-width: 1000px;
}
.custom-relates-blog {
  margin: 75px 0;
  text-align: center;
  position: relative;
}

.rel-heading {
  padding-bottom: 28px;
}

.rel-heading h3, .rel-heading h2 {
  position: relative;
  padding-bottom: 25px;
}

.rel-heading h3:before, .rel-heading h2:before {
  background-image: url(../png/horizontal-blue-stripe-2.png);
  display: block;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-size: 112px 8px;
  background-repeat: no-repeat;
}

.cm-related-gp {
  float: left;
  width: 33.33333333%;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.related-post-item {
  display: block;
  color: #7d7f89;
  background: #fff;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 8px 22px 0 rgba(0,0,0,.05);
  position: relative;
  padding-bottom: 152px;
  margin-bottom: 30px;
  overflow: hidden;
}

.rel-img {
  border-radius: 4px 4px 0 0;
  background-color: #ccc;
  height: 0;
  padding: 0 0 55.98%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 55.98%;
  background: #fff;
  padding: 0 25px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.related-title {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  height: 152px;
  padding: 10px 0;
  text-align: center;
}

.related-title a {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 8px;
  max-height: 128px;
  overflow: hidden;
  font: 700 18px/32px 'Merriweather',serif;
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.related-content {
  color: #7d7f89;
  font-size: 18px;
  line-height: 32px;
  min-height: 60px;
}
.hs-training-row4-section form .hs-error-msgs.inputs-list label {
  font-size: 14px;
}
.related-post-item:hover .description {
  margin-top: 0;
}
.support-buttons a:hover {
  transform: translateY(-2px);
}
.related-content a {
  color: #7d7f89 !important;
}
.hs-testimonial-slider {
  margin: 75px 0; 
}
.hs-home-row3-group .hs-testimonial-slider {
  margin: 0; 
}
.hs-home-row5-group {
  padding: 133px 0 83px;
  position: relative;
}
.hs-home-row7-group.section-banner-before.custom-form-gp {
  overflow: visible;
  margin: 0;
  padding: 93px 0 152px;
}
.hs-home-row5-group span.page-center-before-span {
  top: -80px;
  margin-left: -1706px !important;
  z-index: -1;
}

.hs-home-row5-group {
  text-align: center;
}
.hs-home-row5-group .custom-one-col-image-without-link-mod {
  margin: 50px auto;
}
.hs-partners-row2-group .hs-custom-page-header, .hs-three-col-eql-group .hs-custom-page-header {
  margin-bottom: 0;
}
.hs-partners-row2-group .custom-one-col-image-without-link-mod {
  width: 83.33333333%;
  margin: 0px auto 125px;
}
.hs-platformdemo-row3-group .custom-one-col-image-without-link-mod {
  width: 83.33333333%;
  margin: 0px auto;
}
.hs-partners-row2-group .custom-one-col-image-without-link-inner h5 {
  font: 700 16px/26px 'Merriweather',serif;
}
.hs-home-row6-group {
  padding: 50px 0;
}

.custom-two-col-bg-inner {
  padding: 0 16px;
  width: 50%;
  float: left;
}

.img-betty {
  position: relative;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 31px 39px;
  font-weight: 700;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000;
}
.img-betty h3 {
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  font-size: 24px;
}
.img-betty .client-logo {
  padding-bottom: 40px;
}
.img-betty .client-logo img {max-width: 70%;}

.custom-two-col-bg-group {
  margin: 0 -16px;
}

.text-about {
  padding: 21px 30px;
  min-height: 410px;
  border-radius: 5px;
  color: #848893;
  background: #fff;
  -webkit-box-shadow: 0px -6px 20px rgba(124,127,137,0.1);
  -moz-box-shadow: 0px -6px 20px rgba(124,127,137,0.1);
  box-shadow: 0px -6px 20px rgba(124,127,137,0.1);
}

.text-about .logotype {
  height: 71px;
  width: 71px;
  border-radius: 50%;
  background: #fde5ed;
  margin-bottom: 31px;
  padding: 16px 14px;
  display: flex;
  align-items: center;
}

.text-about h3 {
  margin-bottom: 33px;
}
.text-about p {
  padding-bottom: 20px;
}
.bundle.options strong:last-child {
  padding-left: 10px;
}
.hs-home-row7-group span.section-before-span {
/*   width: 2426px !important; */
  width: 100% !important;
  height: 1042px;
  bottom: 0;
/*   left: 50%; */
  left: 0;
  top: auto;
/*   -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-background-size: 2426px 1042px;
  background-size: 2426px 1042px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-left:0 !important;
}

.hs-home-row7-group.test-template-footer span.section-before-span {
  height: 700px;
}


.hs-home-layout .footer-container-wrapper .custom-form-gp {
  display: none;
}
/******* ends ****************/
.hs-why-bettyblocks-layout {
  overflow-x: hidden;
}
.hs-why-bettyblocks-layout .lets-talk-iso {
  transform: none;
  margin-top: 70px;
}
.hs-why-bettyblocks-layout .body-container-wrapper {
  padding: 0;
}
.hs-row1-why-bettyblock-group span.page-center-before-span {
  top: -322px;
}
.hs-row1-why-bettyblock-group h2 {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
}
.hs-row1-why-bettyblock-group h2:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background: url(../png/horizontal-pink-stripe-2.png) no-repeat;
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.hs-row1-why-bettyblock-group .hs_cos_wrapper_type_rich_text p {
  opacity: .6;
  width: 66.66666667%;
  margin: 0 auto;
  text-align: center;
}

.one-col-bottom-image-inner {
  width: 33.33333333%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  margin-top: 32px;
}
.title-wrapper {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.title-wrapper .title {
  font-weight: bold;
  line-height: 1;
  font-family: "Merriweather";
}
.title-wrapper p.subtitle {
  font-size: 14px;
  line-height: 1;
  opacity: .6;
}
.title-wrapper p.subtitle small {
  font-size: 14px;
}
.one-col-bottom-image-inner img {
  max-height: 364px;
}
.hs-row2-why-bettyblock-group {
  margin-top: 70px;
}
.hs-row2-why-bettyblock-group .cta-form-bg {
  background-image: none !important;
}
.hs-row3-why-bettyblock-group {
  position: relative;
  margin-top: 100px;
  margin-bottom: 450px;
}
.hs-row3-why-bettyblock-group span.section-before-span {
  top: -50%;
  transform: translateX(-27%) translateY(-20%);
  z-index: -1;
  left: 50%;
  height: 1455px;
  width: 2434px;
  margin-left: 0 !important;
  background-size: auto;
  background-repeat: no-repeat;
}
.hs-row3-why-bettyblock-group span.section-after {
  height: 1454px;
  background-repeat: no-repeat;
  left: -50%;
  top: -50%;
  z-index: -2;
  transform: translateX(25%) translateY(-25%);
  margin-left: 0;
  width: 2434px;
  background-size: auto;
}
.hs-row3-why-bettyblock-group h2 {
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 32px;
}
.hs-row3-why-bettyblock-group h2:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-image: url(../png/horizontal-pink-stripe-2.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.hs-row4-why-bettyblocks-group {
  margin-top: 0;
}
.hs-row4-why-bettyblocks-group h2 {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 25px;
  position: relative;
}
.hs-row4-why-bettyblocks-group h2:before {
  background-image: url(../png/horizontal-blue-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}
.hs-row4-why-bettyblocks-group .custom-one-col-image-mod {
  margin: 30px 0 0;
}
.hs-row4-why-bettyblocks-group  p {
  opacity: 0.6;
  padding-left: 22px;
  margin-top: 40px;
}
.hs-betty-two-col .left-align .hs-two-column-cnt-with-img-col {
  width: 58.33333333%;
  margin-left: 0;
}
.hs-two-column-cnt-with-img-grp.left-align .hs-two-column-cnt-with-img-col-bg, .hs-two-column-cnt-with-img-grp.right-align .hs-two-column-cnt-with-img-col-bg {
  width: 60%;
  margin-left: 0;
}
.hs-two-column-cnt-with-img-grp.left-align .hs-two-column-cnt-with-img-col-bg ~ .hs-two-column-cnt-with-img-cnt-col, .hs-betty-two-col .right-align .hs-two-column-cnt-with-img-cnt-col {
  width: 41.66666667%;
}
/* .hs-betty-two-col .hs-two-column-cnt-with-img-grp {
  padding: 0;
  margin-bottom: 50px;
} */
.hs-two-column-cnt-with-img-grp.left-align .hs-two-column-cnt-with-img-cnt-col h3, .hs-two-column-cnt-with-img-grp.right-align .hs-two-column-cnt-with-img-cnt-col h3 {
  padding-top: 24px;
}
.hs-betty-two-col .right-align .hs-two-column-cnt-with-img-col {
  margin-left: 0;
  width: 58.33333333%;
  float: right;
}
.hs-bettyblock-platform-layout {
  overflow-x: hidden;
}
.hs-bettyblock-platform-layout .body-container-wrapper {
  padding: 0;
}

.hs-bettyblock-platform-row1-group  h2 {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 25px;
}

.hs-bettyblock-platform-row1-group h2:before {
  background-image: url(../png/horizontal-blue-stripe.png);
  -webkit-background-size: 112px 7px;
  background-size: 112px 7px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-bettyblock-platform-row1-group .hs_cos_wrapper_type_rich_text p {
  width: 66.666%;
  margin: 0 auto;
  text-align: center;
  color: #898b93;
}

.custom-one-col-platform-mod {
  margin-top: 30px;
}

.custom-one-col-platform-inner {
  margin-left: -16px;
  margin-right: -16px;
}

.custom-one-col-platform-sub-inner {
  width: 33.33333333%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}

.block1 {
  background-size: 72%;
  height: 355px;
  background-repeat: no-repeat;
}

.text-block {
  color: #898b94;
  font-size: 16px;
  padding-bottom: 18px;
  max-width: 300px;
}

.block1 .text-block {
  position: relative;
  left: 275px;
  top: 20px;
}

.text-block h3 {
  font-size: 20px;
  line-height: 32px;
  font-family: inherit;
  margin-bottom: 7px;
}

.text-block p {
  margin-bottom: 32px;
}

.block1 .arrow {
  height: 80px;
  position: relative;
  bottom: 20px;
  right: 15px;
  background-repeat: no-repeat;
}

.custom-one-col-platform-inner.col2 .sub-col2 {
  width: 75%;
  margin-left: 25%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}

.block2 {
  background-size: 95%;
  width: 100%;
  height: 700px;
  margin: -350px 0 0 50px;
  background-repeat: no-repeat;
}

.block2 .text-block {
  top: 640px;
  width: 250px;
  left: 435px;
  position: relative;
}

.block2 .text-block .arrow {
  height: 80px;
  position: relative;
  bottom: 160px;
  right: 90px;
  background-repeat: no-repeat;
}

.custom-one-col-platform-sub-inner.sub-col3 {
  width: 100%;
}

.block3 {
  background-size: 40%;
  height: 550px;
  margin-top: -270px;
  background-repeat: no-repeat;
}

.block3 .text-block {
  position: relative;
  top: 350px;
  left: 560px;
}

.block3 .arrow {
  height: 80px;
  position: relative;
  bottom: 215px;
  right: 85px;
  background-repeat: no-repeat;
}
.hs-betty-platform-row4-group span.section-after {
  -webkit-background-size: 2428px 1042px;
  background-size: 2428px 1042px;
  width: 2428px;
  height: 1042px;
  position: absolute;
  top: 54px;
  left: 50%;
  margin-left: -1706px;
}
.hs-bettyblock-platform-row3-group, .hs-bettyblocks-platform-row3-group {
  margin-bottom: 80px;
  color: #fff;
}
.hs-bettyblocks-platform-row3-group .hs_cos_wrapper_type_rich_text {
  text-align: center; 
}
.hs-bettyblocks-platform-row3-group a {
  color: #4b88fb;
}

.hs-betty-platform-row4-group .page-center {
  padding-top: 164px;
}

.hs-betty-platform-row4-group h3 {
  margin-bottom: 32px;
  padding-bottom: 25px;
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
  position: relative;
}

.hs-betty-platform-row4-group h3:before {
  background-image: url(../png/horizontal-blue-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  margin-left: 0;
  left: 0;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  bottom: 0;
}

.hs-betty-platform-row4-group .hs_cos_wrapper_type_rich_text p {
  color: #898b94;
  width: 50%;
}

/* .hs-betty-two-col .hs-two-column-cnt-with-img-grp {
  margin-top: 58px;
  margin-bottom: 45px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
} */

.hs-betty-two-col .hs-two-column-cnt-with-img-grp h4 {
  font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
.hs-two-column-cnt-with-img-grp.right-align {
  flex-direction: row-reverse;
}

/* ------- Pricing Page -------*/
.hs-pricing-layout {
  overflow-x: hidden;
}

.hs-pricing-layout .lets-talk-iso {
  transform: none;
  margin-top: 60px;
}

.hs-pricing-layout .body-container-wrapper {
  padding: 0;
}

.hs-pricing-row1-group span.section-before-span, .hs-platformdemo-row1-group span.section-before-span, .hs-compare-row1-group span.section-before-span {
  top: -313px;
  left: 50%;
  z-index: -2;
  width: 1920px;
  height: 824px;
  margin-left: -481px;
  background-size: cover;
}

.hs-pricing-row1-group h2, .hs-platformdemo-row1-group h2, .hs-compare-row1-group h2 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}

.hs-pricing-row1-group h2:before, .hs-platformdemo-row1-group h2:before, .hs-compare-row1-group h2:before {
  background-image: url(../png/horizontal-red-stripe-2.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
}

.hs-pricing-row1-group .hs_cos_wrapper_type_rich_text p {
  opacity: .6;
  text-align: center;
}

.hs-pricing-row2-group {
  position: relative;
  padding: 0 0 48px;
}

.hs-pricing-row2-group span.section-before-span {
  top: -313px;
  left: 50%;
  z-index: -2;
  width: 1920px;
  height: 824px;
  margin-left: -481px;
  background-size: cover;
}

/* .hs-pricing-row2-section {
  width: 58.33333333% !important;
  float: right !important;
  text-align: right;
} */

.hs-pricing-row2-section h3 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
}

.hs-pricing-row2-section h3:before {
  background-image: url(../png/horizontal-red-stripe-2.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  margin-left: 0;
  left: auto;
  right: 0;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  bottom: 0;
}

.hs-pricing-row2-section p {
  color: #7D7F89;
}

.hs-pricing-row2-section .hs_cos_wrapper_type_rich_text {
  padding-bottom: 50px;
  display: block;
}

.hs-pricing-row3-group span.page-center-before-span, .hs-compare-row3-group span.page-center-before-span {
  width: 2426px !important;
  height: 1909px;
  top: -260px;
  left: 0;
  margin-left: -1240px !important;
  -webkit-background-size: 2426px 1909px;
  background-size: 2425px 1909px;
}
.bb--red-bg span.page-center-before-span {
  top: -260px;
  left: 0;
  margin-left: -1240px !important;
  -webkit-background-size: 2426px 1909px;
  background-size: 2425px 1909px;
}
.hs-pricing-row3-group {
  color: #fff;
}

.hs-pricing-row3-group h3, .hs-compare-row3-group h3, .hs-compare-detail-row3-group h3 {
  color: #fff;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 32px;
}

.compare-page-row3 .hs-compare-detail-row3-group h3:before, .compare-page-row3 .hs-compare-row3-group h3:before {
  display: none;
}

.hs-pricing-row3-group h3:before, .hs-compare-row3-group h3:before, .hs-compare-detail-row3-group h3:before {
  /* background-image: url(//www2.bettyblocks.com/hubfs/Betty_Blocks_December2018/Images/horizontal-yellow-stripe.png); */
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  margin-left: 0;
  left: 0;
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  bottom: 0;
}



 
.hs-pricing-row3-group .hs_cos_wrapper_type_rich_text p, .hs-pricing-row3-group .hs_cos_wrapper_type_rich_text ul, .hs-compare-row3-group .hs_cos_wrapper_type_rich_text p, .hs-compare-row3-group .hs_cos_wrapper_type_rich_text ul, .hs-compare-detail-row3-group .hs_cos_wrapper_type_rich_text p, .hs-compare-detail-row3-group .hs_cos_wrapper_type_rich_text ul {
  width: 50%;
  margin: 0 0 66px;
}

.custom-one-col-left-image-group {
  max-width: 1003px;
  position: relative;
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px;
}

.custom-one-col-left-image-inner {
  width: 50%;
  float: left;
  padding: 0 16px;
}

.custom-one-col-left-image-inner p {
  font-size: 16px;
  margin: 0 0 66px;
  color: #fff;
}
.custom-one-col-left-image-inner p a {
  color: #fff;
  text-decoration: underline;
}

.custom-one-col-left-image-inner p a:hover {
  text-decoration: none;
}

.hs_cos_wrapper_type_widget_container h3 {
  /* color: #fff !important; */
}

.custom-one-col-left-image-inner h4 {
  position: relative;
  margin: 0 0 9px;
  padding: 0 0 0 42px;
  font: bold 20px/30px 'Ubuntu', Helvetica, sans-serif;
  color: #fff;
}

.custom-one-col-left-image-inner h4 img {
  position: absolute;
  left: 0;
  top: 0;
}  
.hs-pricing-row2-section a {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
}

.hs-pricing-row2-section a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
.custom-pricing-mod:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -58px;
  bottom: -44px;
  content: '';
  z-index: -1;
  display:block;
  background: url(../png/bg-pricing.png) no-repeat 50% 0;
  background-size: auto 82%;
}

.custom-pricing-mod {
  margin: 121px 0 48px;
  position: relative;
}

.pricing-holder, .compare-table-group {
  background: #fff;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  /* padding: 0 0 11px; */
  box-shadow: 0 10px 30px rgba(125,127,137, .1);
}

.left-group, .compare-left-group {
  float: left;
  width: 400px;
}
.compare-left-group {
  width: 600px; 
}
.right-group, .compare-right-group {
  overflow: hidden;
  flex-grow: 4;
  border-radius: 7px;
  box-shadow: 0 10px 10px rgba(125,127,137, 0.3), 0 10px 50px rgba(125,127,137, 0.3);
  background: #fff;
}
.compare-right-group {
  margin-top: -50px;
}
.left-group table, .compare-left-group table, .blog table {
  margin: 0;
  width: 100%;
  text-align: center;
  line-height: 30px;
}

.left-group table th, .compare-left-group table th {
  height: 163px;
  vertical-align: top;
  text-align: center;
  padding: 40px 20px 0 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  width: 25%;
  background: #fff;
}
.compare-left-group table th {
  padding: 0px;
  height: 60px;
}
.left-group table td, .compare-left-group table td {
  color: #262a3a;
  height: 40px;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: left;
  padding-left: 45px;
  padding-right: 0;
  white-space: nowrap;
}
.compare-left-group table td {
  height: 90px;
  padding-left: 30px;
}
.left-group table  tr:nth-child(even) td, .compare-left-group table  tr:nth-child(even) td {
  background: #f8f8fa;
}
.pricing-holder table, .compare-table-group table {
  border-collapse: collapse;
  border-spacing: 0;
}
.right-group table, .compare-right-group table {
  margin: 0;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.right-group table th, .compare-right-group table th {
  height: 173px;
  vertical-align: top;
  text-align: center;
  padding: 60px 20px 0 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  width: 25%;
  background: #fff;
}
.compare-right-group table th {
  height: 60px;
  padding: 70px 10px 20px;
  font-size: 18px;
  font-weight: 700;
}
/* ------- Pricing Page End ------- */
strong.ttl {
  font: bold 18px/22px 'Merriweather', Times, serif;
  margin: 0 0 12px;
  display: block;
}

.collection-cta {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-cta .not-first {
  margin-left: 20px; 
}
.price {
  display: block;
  font: bold 32px/36px 'Merriweather', Times, serif;
  margin: 0 0 15px;
}

.right-group table th p, .compare-right-group table th p {
  margin: 0;
  color: #7d7f89;
}

.right-group table td, .compare-right-group table td {
  height: 40px;
  padding: 5px 10px;
  vertical-align: middle;
  color: rgba(38, 42, 58, 0.6);
  background: #fff;
}
.compare-right-group table td {
  height: 90px;
  font-size: 15px;
  line-height: 20px;
  text-transform: unset;
  padding: 5px 20px;
}
.right-group table tr:nth-child(even) td, .compare-right-group table tr:nth-child(even) td {
  background: #f8f8fa;
}

/* .right-group table tr:last-child td {
  background-color: #fff;
} */

.right-group table .btn-blue {
  background-color: #fff;
  color: #4b88fb;
  border-radius: 5px;
  position: relative;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
  font-size: 14px;
  line-height: 18px;
  padding: 11px 17px;
  font-weight: 700;
}
.hs-aadi-london-layout {
  overflow-x: hidden;
}
.right-group table td .btn-blue {
  min-width: 110px;
  padding-left: 5px;
  padding-right: 5px;
}

.right-group table .btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  transition: all .3s;
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.27);
  border: 1px solid;
  border-color: #3c6ffa;
  background-color: #fff;
}

.right-group table .btn-blue:hover {
  color: #4b88fb;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}

.bundle.options {
  width: 25%;
  float: right;
  margin-top: 35px;
  text-align: center;
  padding: 25px;
  height: 110px;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 10px 10px rgba(125,127,137, 0.3), 0 10px 50px rgba(125,127,137, 0.3);
  margin-bottom: -10px;
  margin-top: -10px;
  background: #fff;
}
.home-banner .form .hs-button.primary:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0px 3px 4px rgba(0,0,0,.27);
  background: linear-gradient(to bottom, #83abfd 0%,#6a83ff 100%);
  transition: all .3s;
}
.custom-two-col-video-inner.col2 a:hover, .custom-two-col-left-video-inner.content a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
.hs-home-layout .person-challenges-title p {
  padding-left: 24px;
  opacity: .6;
  margin-bottom: 0;
}
.hs-home-layout .person-challenges-title ul {
  margin-top: 0;
}
.related-title a:hover {
  color: #3779a0;
}
.hs-pricing-row1-group {
  padding-bottom: 115px;
}

.bundle.options p {
  color: rgba(38, 42, 58, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.bundle.options strong {
  font: bold 28px/28px 'Merriweather', Times, serif;
  display: inline-block;
}


/* ------ One Column Video Page End ---- */
/* ------ Resources Page ---- */
.top-pad {
  padding-top: 20px;
}

.two-col-img-div {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 8px 22px 0 rgba(0,0,0,.05);
  width: 100%;
}

.two-col-img {
  width: 100%;
  height: 300px;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #ddd;
}

.three-col-img {
  width: 100%;
  height: 250px;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #ddd;
}

.whitepaper-image-link {
  border-bottom: none !important;
  width: 100%;
}

.whitepaper-title {
  font-family: Ubuntu, sans-serif !important;
  font-weight: 700 !important;
  font-size: 23px;
  line-height: 30px !important;
  padding: 5px 0px 10px 0px;
}
.hs-two-column-equal-cnt-grp.title .whitepaper-title {
  min-height: 80px;
}
.whitepaper-date-and-place {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 15px;
}
.whitepaper-content {
  font-size: 16px;
  padding-right: 20px;
  color: #7d7f89;
}
.whitepaper-button {
  padding: 20px 0 0;
  float: left;
}
/* ------ Resources Page End ---- */
/* ------ Customer Page  ---- */
.hs-customer-page .body-container-wrapper {
  padding-top: 67px;
  padding-bottom: 0px;
  position:relative;
}
.hs-customer-page .body-container-wrapper:before {
  position: absolute;
  top: 10px;
  left: 50%;
  right: 0;
  z-index: -1;
  max-width: 1920px;
  min-height: 824px;
  margin-left: -1453px;
  background: url(../png/background-image-white.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
}
.body-container .hs-customer-main-cnt .page-center.content-wrapper {
  padding-bottom:0;
}
.hs-customer-main-cnt .custom-relates-blog {
    padding: 0;
}
.hs-customer-section1 h1 {
  padding-bottom: 0;
  margin-bottom: 55px;
  position: relative;
  text-align: left;
}
.hs-customer-section1 h1:after {
  display: none;
}
.hs-logo-with-bg-grp-item {
  width: 33.33333333%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}
.hs-logo-with-bg-grp {
  margin-left: -16px;
  margin-right: -16px;
}
.hs-logo-with-bg-grp-item .hs-logo-box {
  display: block;
  text-decoration: none !important;
  margin: 0 0 32px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  -moz-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  border-radius: 5px;
}  
.hs-logo-with-bg-grp-item .hs-logo-box a {  
  cursor:pointer;
}

.hs-logo-with-bg-grp-item figure {
  min-height: 276px;
  display: flex;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
  border-radius: 5px;
  vertical-align: middle;
  padding: 15px;
  margin: 0;
  align-items: center;
}
.hs-logo-with-bg-grp-item-inner {
  width: 100%;
}
.hs-logo-with-bg-grp-item-inner-title, .bb--grid-layout-item-inner-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 15px;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(0, rgba(0,0,0,0.5), transparent);
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  display: flex;
  align-items: flex-end;
  transition: opacity 0.3s ease;
}
.hs-logo-with-bg-grp-item figure img {
  vertical-align: top;
  width: 47%;
  display: inline-block;
  height: auto;
}
figcaption {
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
figcaption .block {
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  width: 88%;
  padding: 16px 15px 16px 20px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}
figcaption .block h3, .bb--grid-layout-item-with-bg figcaption h3 {
  color: #fff !important;
  line-height: 1.2;
}
.block .block-button, .bb--grid-layout-item-with-bg figcaption .block-button {
  position: absolute;
  bottom: 16px;
  float: left;
  cursor: pointer;
}
.hs-logo-box:hover img {
  transform: translate(80%,-67px) scale(0.5);
}
.hs-logo-with-bg-grp-item-inner .block.coming-soon > * {
  text-align: center; 
}
.hs-logo-with-bg-grp-item-inner h3.coming-soon {
  margin: 65px 0px 5px;
  line-height: 30px;
}
.popup-btn-custom.appgallery {
  background: #1e222e;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 10px;
  text-align: center;
  min-width: 176px;
  color: #fff;
}
.popup-btn-custom.appgallery:hover {
  color: #3779a0;
}
.hs-logo-with-bg-grp-item-inner .block.coming-soon {
  display: flex;
  flex-direction: column;
}
.hs-logo-with-bg-grp-item-inner .block.coming-soon .block-button {
  position: relative;
  display: flex;
  margin: 20px auto;
}
.btn-view {
  display: inline-block;
  vertical-align: top;
  background: #1e222e;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 10px;
  text-align: center;
  min-width: 176px;
  color: #fff;
}
.hs-logo-with-bg-grp-item .hs-logo-box:hover figcaption {
  opacity: 1;
  height: 40px;
  margin-top: 27px;
}
.hs-logo-with-bg-grp-item .hs-logo-box:hover .hs-logo-with-bg-grp-item-inner-title,
.bb--grid-layout-item-with-bg:hover .bb--grid-layout-item-inner-title {
  opacity: 0;
}
.hs-customer-section1 {
  padding-bottom: 55px;
}
.hs-our-customers-grp {
  margin: 40px -16px;
}
.hs-our-customers-grp-item {
  width: 25%;
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}

.hs-our-customers-logo-box {
  display: block;
  text-decoration: none !important;
  margin: 0 0 32px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  -moz-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  border-radius: 5px;
}

.hs-our-customers-logo-box figure {
  height: 276px;
  display: table-cell;
  width: 1%;
  background: #fff;
  background-size: cover;
  border-radius: 5px;
  vertical-align: middle;
  padding: 15px;
}

.hs-our-customers-logo-box img {
  vertical-align: top;
  width: 47%;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.hs-logo-with-bg-grp .form-title {
  display: none;
}
.hs-pepople-passionate-cnt-area {
  display: none;
}
.hs-pepople-passionate-testimonial-selectors {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-top: 69px;
}
.hs-pepople-passionate-testimonial-selectors.left {
  justify-content: flex-start;
  flex-direction: column;
}
.hs-pepople-passionate-testimonial-selector {
  width: 130px;
  padding: 0 15px;
  opacity: .5;
  transition: opacity .2s;
  cursor: pointer;
}
.hs-pepople-passionate-testimonial-selector.active {
  opacity: 1;
}
.hs-pepople-passionate-testimonial-selector .contact-avatar {
  border-radius: 200%;
  box-shadow: 0 0 20px 0 rgba(125, 127, 137, .7);
  border: white solid 2px;
  min-height: 100px;
}
.hs-pepople-passionate-testimonial-selector .company-logo.center-block {
  width: 60%;
  padding-top: 12px;
  padding-bottom: 9px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hs-pepople-passionate-testimonial-selector:hover {
  opacity: 1;
}
img.contact-avatar {
  border-radius: 200%;
  box-shadow: 0 0 20px 0 rgba(125, 127, 137, .7);
  border: white solid 2px;
  min-height: 100px;
}
img.company-logo.center-block {
  width: 60%;
  padding-top: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hs-pepople-passionate-testimonial-selector:hover {
  opacity: 1;
}
.hs-pepople-passionate-cnt-area-wrap {
  margin-left: -16px;
  margin-right: -16px;
}
.hs-pepople-passionate-cnt-area {
  width: 83.33333333%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 20px 30px 15px rgba(125, 127, 137, .4);
}
.person-info{
  width: 33.33333333%;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  color: #262A3A;
  padding-bottom: 32px;
  float: left;
}
.person-info-wrapper img {
  width: 100%;
}
.hs-pepople-passionate-cnt-area-inner {
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}
.testimonial-block-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(calc(100% - 1px));
  overflow: hidden;
}
.person-name {
  font-weight: bold;
  margin-top: 15px;
  padding-left: 32px;
}
.person-title {
  padding-left: 32px;
  opacity: .6;
}
.person-info hr {
  margin-left: 32px;
  margin-right: 32px;
}
.person-challenges-title {
  padding-left: 8px;
}
.person-challenges-title h6 {
  font: 18px/32px 'Ubuntu',Arial,Helvetica,sans-serif;
  opacity: .6;
  padding-left: 24px;
  font-size: 14px;
  color: #262a3a;
  font-weight: bold;
  margin: 0;
}
.person-challenges-title ul {
  opacity: .6;
}
.testimonial-block {
  background: url(../png/quote-bg-before-1.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: -10% 0;
  padding-left: 8%;
  padding-top: 90px;
  padding-bottom: 32px;
  width: 66.66666667%;
  float: left;
  padding-right: 16px;
}
.testimonial-block .customer-logo {
  max-width: 120px;
}
.hs-pepople-passionate-cnt-area-inner .quote-heading {
  color: #33495E;
  margin-top: 32px;
}
.hs-pepople-passionate-cnt-area-inner .quote-body {
  font-size: 16px;
  color: #33495E;
  margin-top: 32px;
}
.hs-pepople-passionate-cnt-area-inner .quote-buttons {
  margin-top: 32px;
}
/* Testimonial Left */
.hs-pepople-passionate-testimonial-selectors.left .hs-pepople-passionate-testimonial-selector {
  padding: 30px 0;
  display: flex;
  width: auto;
  opacity: 1;
  cursor: default;
}
.hs-pepople-passionate-testimonial-selectors.left .testimonial-quote {
  width: 100%;
}
.hs-pepople-passionate-testimonial-selectors.left .contact-avatar {
  width: 100px;
  height: 100px;
  min-height: 0px;
  box-shadow: 0 0 20px 0 rgba(125, 127, 137, .3);
  border: white solid 5px;
}
.hs-pepople-passionate-testimonial-selectors.left .author-info {
  margin-top: 0;
}
.hs-pepople-passionate-testimonial-selectors.left .company-logo.center-block, .hs-pepople-passionate-testimonial-selectors.left .author-title  {
  margin: 0;
  width: 80px;
  padding-top: 0;
}
/* End testimonial left */
/* Testimonial Slider */
#testimonialLightSlider .custom-iso-quote {
  margin: 0 auto 20px;
}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
    height: auto;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    transition-timing-function: ease;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSSlide .lSSlideContent {
  display: flex;
  justify-content: center;
  justify-items: center;
  margin-right: 10px;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!**/
.lSSlideOuter .lSPager.lSpg {
    margin: 5px 0 20px 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #a0b3b0;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #e9004c;
}
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer !important;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    left: 10px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M97.141,225.92c0-8.095,3.091-16.192,9.259-22.366L300.689,9.27c12.359-12.359,32.397-12.359,44.751,0 c12.354,12.354,12.354,32.388,0,44.748L173.525,225.92l171.903,171.909c12.354,12.354,12.354,32.391,0,44.744 c-12.354,12.365-32.386,12.365-44.745,0l-194.29-194.281C100.226,242.115,97.141,234.018,97.141,225.92z' fill='%23e9004c'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}
.lSAction > .lSNext {
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 451.846 451.847' style='enable-background:new 0 0 451.846 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744 L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284 c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z' fill='%23e9004c'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
  float: left;
}
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* End Testimonial slider */
.btn-primary {
  background: #568eff;
  background: linear-gradient(to bottom, #568eff 0%,#385aff 100%);
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.hs-pepople-passionate-quote-buttons {
  margin-top: 32px;
  text-align: center;
}
.hs-pepople-passionate-quote-buttons .hs-form-field {
  margin: 0;
}
.hs-pepople-passionate-cnt-area-inner .hs-form-field > label {
  display:inline;
}
.hs-pepople-passionate-cnt-area-inner .hs-form-required {
  display: none;
}
.hs-pepople-passionate-quote-buttons-form,
.hs-pepople-passionate-quote-buttons-more{
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.hs-pepople-passionate-quote-buttons-form .form-title {
  margin:0;
}
.hs-pepople-passionate-quote-buttons-form .hs-form {
  position: relative;
  width: 100%;
}
.hs-pepople-passionate-quote-buttons-form .hs-input{
  border: 1px solid #D4D4D8;
  background: #F8F8F9;
  border-radius: 5px 0px 0px 5px;
  width: 250px !important;
  color: #262A3A;
  padding-left: 10px;
  line-height: 40px;
  font-size: 14px;
  max-width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 0;
}
.hs-pepople-passionate-quote-buttons-form .hs-submit .actions{  
  position: absolute;
  right: -110px;
  top: 0;
  padding-bottom:10px;
}
.hs-pepople-passionate-quote-buttons-form .hs-submit .actions .hs-button.primary{
  border-radius: 0px 5px 5px 0;
  padding: 13px 17px;
  margin: 0;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}
.hs-pepople-passionate-quote-buttons-form .hs-submit .actions .hs-button.primary:hover{
  transform:none;
  box-shadow: 0 0 4px rgba(0,0,0,.1),0px 3px 4px rgba(0,0,0,.27) !important;
  background: linear-gradient(to bottom,#83abfd 0%,#6a83ff 100%);
  transition: all .3s;
}
.hs-pepople-passionate-quote-buttons-form .hs-submit .actions:before{
  display:none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  transition: all .3s;
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.27);
}
.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  transition: all .3s;
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.27);
}
.hs-pepople-passionate-quote-buttons .btn{
  white-space: nowrap;
}
.btn:hover:before {
  background: rgba(255,255,255,.2);
  box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.27);
}
.hs-pepople-passionate-cnt-area-inner g#Background {
  fill: #fff;
}
.hs-our-customers-logo-box .btn-download {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 37px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #3c6ffa;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 17px;
  left: 18px;
  color: rgba(255, 255, 255, 0);
}
.hs-our-customers-logo-box .btn-download:after,
.hs-our-customers-logo-box .btn-download:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 26px;
  height: 28px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url(http://www2.bettyblocks.com/hubfs/Betty_Blocks_December2018/Images/ico-42.svg) no-repeat;
  background-size: 26px 28px;
}
.hs-our-customers-logo-box .btn-download:after {
  background: url(http://www2.bettyblocks.com/hubfs/Betty_Blocks_December2018/Images/ico-43.svg) no-repeat;
  background-size: 26px 28px;
  opacity: 0;
}
.hs-our-customers-logo-box:hover .btn-download {
  color: #3c6ffa;
}
.hs-our-customers-logo-box:hover .btn-download:before {
  opacity: 0;
}
.hs-our-customers-logo-box:hover .btn-download:after {
  opacity: 1;
}
.hs-social-share-group {
  text-align: right;
  margin-top: 47px;
  margin-bottom: 13px;
}
.hs-social-share-group ul {
  display: block;
  list-style: none;
  margin: 1px -9px 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin-right: 5px;
}
.hs-social-share-group ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 9px;
}
.hs-social-share-group ul li img {
  vertical-align: middle;
  max-width: 18px;
  height: auto;
}
.hs-career-inner-with-social-page .hs-career-inner-page-cnt .hs-page-header h1 {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 1px;
}
.hs-career-inner-with-social-page .hs-career-inner-page-cnt .hs-page-header h1:after {
  display:none;
}
.hs-career-inner-with-social-page .hs_cos_wrapper_type_rich_text {
  position:relative;
}
.hs-career-inner-with-social-page .hs-career-inner-page-cnt h3{
  margin:0;
  text-align:left;
}
.hs-career-inner-page-cnt .btn-back {
  position: absolute;
  top: 3px;
  right: 100%;
  margin-top: 0;
  margin-right: 32px;
  display: block;
  width: 28px;
  height: 24px;
  background: url(http://www2.bettyblocks.com/hubfs/BettyBlocks-Dec2017/Images/ico-arrow-left.svg) no-repeat 50% 50%;
  -webkit-background-size: 28px auto;
  background-size: 28px auto;
}
.hs-career-inner-page-cnt .btn-back small{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hs-career-inner-page-cnt .hs-social-share-group {
  position: relative;
  padding-bottom: 45px;
}
.hs-social-share-group:after {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-image: url(../png/horizontal-red-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}

/* ------ Customer Page End ---- */
/* ------ Platform Demo Page --- */
.hs-platformdemo-row1-group {
 padding-bottom: 75px;
}
.hs-platformdemo-row3-group {
  margin-top: 100px;
  margin-bottom: 450px;
}
.hs-platformdemo-row3-group span.page-center-before-span {
  -webkit-background-size: 2434px 1455px;
  background-size: auto;
  width: 2434px !important;
  height: 1455px;
  top: -80px;
  left: 40%;
  margin-left: -1706px !important;
  z-index: -1;
}
.hs-platformdemo-row3-group .custom-one-col-image-without-link-mod .custom-one-col-image-without-link-inner h5, .hs-platformdemo-row3-group .custom-one-col-image-without-link-mod .custom-one-col-image-without-link-inner p {
  color: #fff;
}
.hs-platformdemo-row3-group h3:before {
  background-image: url('../png/horizontal-blue-stripe.png');
}
.hs-platformdemo-row3-group .cta-form-bg {
  padding: 0 100px 48px 100px;
}
.hs-platformdemo-row4-group span.page-center-before-span {
  margin-left: -660px !important;
  top: -430px;
  z-index: -2;
}
/* -------- Platform Demo Page End -- */
/* -------- Compare Page -- */
.hs-compare-row1-group .custom-two-col-left-video-group {
  margin: 75px -16px; 
}
.hs-compare-row2-group {
  margin-top: 50px;
  margin-bottom: 250px; 
}
.hs-compare-row2-group span.page-center-before-span {
  transform: rotate(180deg);
  top: auto;
  bottom: -390px;
  z-index: -2;
}
.hs-compare-row3-group, .hs-compare-detail-row3-group {
  color: #fff;
  margin-bottom: 412px; 
}

.hs-compare-row3-group, .hs-compare-detail-row3-group .bullet-point {
  color: #262A3A;
}
.hs-compare-row3-group h3 {
  margin-bottom: 0px;
}
.hs-compare-row3-section {
  margin-top: 100px; 
}
.hs-compare-row4-group span.page-center-before-span {
  margin-left: -660px !important;
  top: -550px;
  z-index: -2;
}
.hs-compare-row4-group {
  margin-top: 100px;
}
.hs-compare-row4-group .hs-custom-page-header {
  margin-bottom: 0; 
}
.custom-one-col-video {
  position: relative;
  margin: 75px 0px 100px;
}
.custom-one-col-video:before, .custom-one-col-video:after {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  z-index: -1;
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.custom-one-col-video:before {
  top: -50px;
}
.custom-one-col-video:after {
  bottom: -50px;
}
/* -------- Compare Page End -- */
/* -------- Compare Detail Page -- */
.hs-compare-detail-row2-group {
  margin-top: 50px;
  margin-bottom: 0px;
}
.hs-compare-detail-row2-group span.page-center-before-span {
  transform: rotate(180deg);
  margin-left: -650px !important;
  top: 600px;
}
.hs-compare-detail-row3-group h3 {
  margin-bottom: 0px;
}
.hs-compare-detail-row4-group {
  margin-top: -350px;
}
.hs-compare-detail-row4-group span.page-center-before-span {
  top: -500px;
}
.custom-two-column-with-left-image-and-line {
  display: flex;
  margin-bottom: 75px;
}
.custom-two-column-with-left-image-and-line:first-of-type {
  margin-top: 100px;
}
.custom-two-column-with-left-image-and-line
.custom-left-image-and-line {
  position: relative;
  width: 90px;
  margin-right: 40px;
}
.custom-left-image-and-line:before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 25px);
  background-image: linear-gradient(#ccc 60%, #fff 0%);
  background-position: top;
  background-size: 1px 17px;
  background-repeat: repeat-y;
  left: 41px;
  margin-top: 90px;
}
.custom-right-col {
  width: 100%;
  margin-top: 15px;
}
.custom-right-col-columns {
  display: flex; 
}
.custom-left-col-content, .custom-right-col-content {
  width: 50%;
  color: #262a3a;
  margin-top: 17px;
}
.custom-left-col-content a, .custom-right-col-content a {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
}
.custom-left-col-content p:not(.bold), .custom-right-col-content p:not(.bold) {
  opacity: .6;
}
.custom-left-col-content {
  padding-right: 50px; 
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.text-center {
  text-align: center;
}
.float-none {
  float: none !important; 
}
.custom-right-col-cta {
  display: flex;
  justify-content: left;
  width: 100%;
  margin-top: 50px;
}
/* -------- Compare Detail Page End -- */
/* -------- App Gallery Page -- */
.hs-appgallery-row1-group {
  margin-top: 25px; 
}
.hs-appgallery-row1-group span.page-center-before-span {
  top: -420px;
}
.custom-banner-area-popup-mod .hs-pepople-passionate-testimonial-selector {
  opacity: 1;
  width: 150px;
  cursor: default;
}
.custom-banner-area-popup-mod .hs-pepople-passionate-testimonial-selectors {
  padding: 0 0 0 15px;
  margin-top: 425px;
  color: #262A3A;
  justify-content: flex-end;
}
.testimonial-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 550px;
  text-align: right;
  padding-right: 20px;
}
.testimonial-right {
  width: 550px;
  padding-left: 20px;
}
.testimonial-quote {
  font: bold 25px 'Merriweather', sans-serif;
}
.author-info {
  margin-top: 20px; 
}
.author-title {
  opacity: .6;
  margin-left: 10px;
}
.author-name {
  font-weight: bold;
}
.hs-appgallery-row1-group .hs-logo-with-bg-grp {
  margin-top: 40px;
}
.hs-logo-with-bg-grp-item.horizontal {
  width: 66.66666666%;
}
.hs-logo-with-bg-grp-item.vertical figure {
  min-height: 583.99px; 
}
.hs-appgallery-row1-group .block {
  width: 100%;
  background: rgb(0,0,0,0.7);
  border-radius: 5px;
  transition: all 1s ease !important;
}
.hs-appgallery-row2-group {
 margin-top: 50px; 
}
.hs-appgallery-row2-group .collection-cta {
  margin: 40px 0 100px;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ribbon span {
  position: absolute; 
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  padding: 7px 0;
  background-color: #e9004c;
  color: #fff;
  text-align: center;
  right: 0px;
  top: 14px;
  transform: rotate(-45deg);
}
.ribbon.right-bottom {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.ribbon.right-bottom span {
  right: auto;
  top: auto;
  bottom: -15px;
}
.ribbon span.blue {
  background-color: #3C6FFA;
}
.bb--grid-layout-3 {
  display: grid;
  margin: 40px 0;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 32px;
}
.bb--grid-layout-item-with-bg {
   position: relative;
   -webkit-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
   -moz-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
   box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
   border-radius: 5px;
   min-height: 276px;
   background-repeat: no-repeat;
   background-size: cover;
   background-color: #ccc;
}
.bb--grid-layout-item-with-bg.horizontal {
  grid-column-start: span 2;
}
.bb--grid-layout-item-with-bg.vertical {
  grid-row-start: span 2; 
}
.bb--grid-layout-item-with-bg:hover figcaption {
  opacity: 1;
}
.bb--grid-layout-item-with-bg figcaption {
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px 15px 16px 20px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  background: rgb(0,0,0,0.7);
  border-radius: 5px;
  transition: all .3s ease;
}
.bb--grid-layout-item-with-bg figcaption.coming-soon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* -------- App Gallery Page End -- */
/* -------- App Gallery Detail Page -- */
.hs-breadcrumb-menu-wrapper {
  display: flex;
  margin-bottom: 60px;
  color: #7d7f89;
  font-size: 14px;
}
.hs-breadcrumb-menu {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.hs-breadcrumb-menu-item {
    float: left;
    padding: 10px 0px 10px 10px;
}
.hs-breadcrumb-menu-divider:before {
    content: '›';
    padding-left: 10px;
}
.hs-breadcrumb-menu-item a {
  color: #7d7f89;
}
.hs-appgallerydetail-row2-group .left-align .hs-two-column-cnt-with-img-col-bg, .hs-appgallerydetail-row2-group .right-align .hs-two-column-cnt-with-img-col-bg {
  margin: 30px 40px;
}
.hs-appgallerydetail-row2-group .block {
  width: 100%;
  background: rgb(0,0,0,0.7);
  border-radius: 5px;
  transition: all 1s ease !important;
}

.hs-customercase-detail-layout .block {
  width: 100%;
  background: rgb(0,0,0,0.7);
  border-radius: 5px;
  transition: all 1s ease !important;
}

.hs-appgallerydetail-row2-group .hs-custom-page-header {
  margin-top: 75px;
}
.hs-app-gallery-iframe-wrapper {
  margin-bottom: 75px; 
}
.safari-btn {
  display: none;
  text-transform: uppercase;
  justify-content: center;
  margin: 20px 0;
}
.safari-btn a, .safari-btn a:hover {
  background: #fff;
  color: #567CFD !important;
  border: 1px solid #567CFD;
}
.nav-tabs.iframe {
  display: flex;
  justify-content: center;
}
.nav-tabs.iframe .nav-link {
  cursor: pointer !important;
  color: #222;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin: 0 5px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px 0px #ccc;
  width: 50px;
  height: 50px;
  transition: .3s ease;
}
.nav-tabs.iframe .nav-link.active {
  border-color: #567CFD; 
}
.nav-tabs.iframe .nav-link i {
  color: #567CFD; 
}
.tab-pane.iframe, .iframe-wrapper {
  display: none;
}
.tab-pane.iframe.active, .iframe-wrapper.active {
  display: block; 
}
.container-iframe-device {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 115px 0px;
  width: 388px;
  height: 950px;
}
.iframe-wrapper {
  height: 100%;
  overflow: hidden;
}
.iframe-window {
  width: 1440px;
  height: 900px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  margin: 0 auto;
  display: table;
}
.iframe-desktop-responsive svg:first-of-type {
  margin-left: 5px;
}
.iframe-desktop-responsive, .iframe-tablet-responsive, .iframe-mobile-responsive {
  background: #F8F8F9;
  border: 1px solid #E9E9EB;
  box-shadow: 0 0 5px 1px #EDEEF0;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 20px auto;
  z-index: -1;
}
.iframe-desktop-responsive {
  padding: 1px;
  border-radius: 5px;
  width: 1040px;
  height: 686px;
}
.iframe-tablet-responsive {
  width: 1170px;
  height: 686px;
}
.iframe-mobile-responsive {
  width: 410px;
  height: 686px;
}
.device-frame-desktop, .device-frame-tablet, .device-frame-mobile {
  height: 100%;
  overflow: hidden;
}
.iframe-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgb(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
i.fas.fa-circle-notch.fa-spin:before {
  content: "\f1ce";
  font-family: FontAwesome;
  font-style: normal;
}
.instruction-video {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
/* -------- App Gallery Detail Page End -- */
/* -------- Betty Blocks Platform V2 Page -- */
.hs-bettyblocks-platform-layout h2:after {
  background-image: url('../png/horizontal-blue-stripe.png');
}
.hs-bettyblocks-platform-row1-group .custom-two-col-left-video-group {
  margin: 50px 0 130px;
}
.hs-bettyblocks-platform-row1-group .hs-three-col-white-tiles-group {
  margin: 32px -16px 200px;
}
.hs-bettyblocks-platform-row2-group {
  margin-bottom: 130px; 
}
.hs-bettyblocks-platform-row2-group span.page-center-before-span {
  transform: rotate(180deg);
  margin-left: -1710px !important;
  top: auto;
  bottom: -50px;
}
.hs-bettyblocks-platform-row3-group {
  margin-top: 20px;
  margin-bottom: 75px;
}
.hs-bettyblocks-platform-row3-group span.page-center-before-span {
  top: -50%;
  transform: translateX(-33%) translateY(-5%);
  height: 1455px;
  width: 2434px;
  margin-left: 0 !important;
  background-size: auto;
}
.hs-bettyblocks-platform-row3-section {
  margin-top: 50px; 
}
.hs-bettyblocks-platform-row3-group .hs_cos_wrapper_type_rich_text p {
  max-width: 85%;
  margin: auto;
}
.hs-bettyblocks-platform-row3-group .hs_cos_wrapper_type_rich_text h2 {
  color: #fff;
}
.hs-bettyblocks-platform-row3-group .custom-one-col-title-section {
  margin: 75px 0;
}
.hs-bettyblocks-platform-row4-section {
  margin-top: -100px; 
}
#rotating-image {
  filter: drop-shadow(0px 0px 5px #ccc);
}
.left-content-rot-img {
  margin: 50px 0 150px;
  display: flex;
  align-items: center;
}
.left-content-rot-img .hs-also-recognized-grp {
  margin: 75px 0 0; 
}
.left-content-rot-img .hs-also-recognized-inner ul {
  display: flex;
  justify-content: space-evenly;
}
.left-content-rot-img .hs-also-recognized-inner ul li {
  padding: 0;
  min-width: auto;
  display: flex;
  align-items: center;
}
.left-content-col {
  padding-right: 100px; 
}
.left-content-col p {
  opacity: .6;
}
.left-content-col p strong {
  opacity: 1;
}
.hs-bettyblocks-platform-row5-group span.page-center-before-span {
  transform: rotate(180deg);
  margin-left: -1710px !important;
  top: auto;
  bottom: -50px;
}
.hs-bettyblocks-platform-row6-section {
  margin-top: 200px; 
}
.hs-three-col-white-tiles-group.analysts {
  margin: 200px -16px; 
}
.hs-three-col-white-tiles-group.analysts .hs-custom-page-header {
  margin-bottom: 0; 
}
.hs-three-col-white-tiles-group.analysts .section-title {
  margin-bottom: 32px; 
}
.hs-three-col-white-tiles-group, .hs-two-col-white-tiles-group {
  margin: 32px -16px;
}
.hs-three-col-white-tiles-group.bottom-space, .hs-two-col-white-tiles-group.bottom-space {
  margin-bottom: 75px; 
}
.hs-two-col-white-tiles-group.bullet-list {
  max-width: 850px;
  margin: 75px auto;
}
.hs-three-col-white-tiles, .hs-three-col-icon-title, .hs-two-col-white-tiles {
  display: flex;
  justify-content: center;
}
.hs-three-col-white-tiles-inner, .hs-two-col-white-tiles-inner {
  padding: 36px 32px;
  -webkit-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  -moz-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  background: #fff;
  border-radius: 5px;
}
.hs-two-col-white-tiles-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.hs-two-col-white-tiles-inner.bullet-list {
  flex-direction: column;
  padding: 50px;
  text-align: left;
}
.hs-two-col-white-tiles-inner.bullet-list .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.hs-two-col-white-tiles-inner.bullet-list .heading img {
  width: 90px;
  margin: 0;
}
.hs-two-col-white-tiles-inner.bullet-list .heading h3 {
  margin: 0;
}
.hs-two-col-white-tiles-inner.bullet-list .bullet-point-list {
  margin: 0 20px; 
}
.hs-two-col-white-tiles-inner.bullet-list ul {
  padding: 0;
  margin: 0;
}
.hs-two-col-white-tiles-inner.bullet-list ul li {
  margin-bottom: 10px;
}
.hs-two-col-white-tiles-inner.bullet-list ul li:last-of-type {
  margin-bottom: 0; 
}
.hs-two-col-white-tiles-inner img {
  margin-right: 24px;
}
.hs-two-col-white-tiles-inner > img {
  max-width: 100px;
}
.hs-three-col-white-tiles-inner, .hs-three-col-icon-title {
  text-align: center;
}
.hs-three-col-white-tiles-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}
.hs-three-col-white-tiles-inner img {
  margin-bottom: 24px; 
}
.hs-three-col-white-tiles-inner h3 {
  position: relative;
}
.hs-three-col-white-tiles-inner h3:before {
  content: '';
  background-image: url(../png/check_yes.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 5px;
  margin-left: -50px;
}
.hs-two-col-white-tiles .custom-one-col-title-inner {
  width: 50%;
  margin-bottom: 32px;
} 
.hs-three-col-white-tiles .custom-one-col-title-inner {
  display: flex;
  margin-bottom: 32px;
}

.hs-three-col-white-tiles .content {
  padding: 20px;
}

.hs-three-col-white-tiles .content p {
  color: #262a3a;
  font-size: 16px;
  margin-bottom: 0;
  opacity: .6;
}
.hs-three-col-white-tiles .content a, .hs-two-col-white-tiles-inner.bullet-list ul li a {
  color: #4b88fb;
  line-height: 26px;
  border-bottom: 1px dashed #4b88fb;
}
.hs-three-col-white-tiles .content a:hover, .hs-two-col-white-tiles-inner.bullet-list ul li a:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
  text-decoration: none; 
}
.hs-three-col-white-tiles .cta-wrapper {
  width: 100%;
  margin-top: 16px; 
  padding: 0px 30px 30px 30px;
}
.hs-three-col-white-tiles .hs_cos_wrapper_type_cta {
  width: 100%; 
}
.hs-three-col-white-tiles .cta_button {
  width: -webkit-fill-available !important;
  width: -moz-available !important;
  width: fill-available !important;
}
/* -------- Betty Blocks Platform V2 Page End -- */
/* -------- Landingpage Template --------------- */
.hs-three-col-icon-title-group {
  margin: 75px -16px; 
}
.hs-three-col-icon-title .custom-one-col-title-inner {
  margin-bottom: 50px;
}
.hs-three-col-icon-title .content {
  font-size: 16px;
  color: #262a3a;
}
.hs-three-col-icon-title .content p {
  opacity: .6;
  margin-bottom: 0;
}
.hs-three-col-icon-title img {
  margin-bottom: 16px; 
}
.hs-three-col-white-tiles-group .hs-three-col-white-tiles:last-of-type .custom-one-col-title-inner, .hs-two-col-white-tiles-group .hs-two-col-white-tiles:last-of-type .custom-one-col-title-inner, .hs-three-col-icon-title-group .hs-three-col-icon-title:last-of-type .custom-one-col-title-inner {
  margin-bottom: 0px; 
}
.hs-two-col-white-tiles .content p {
  font-size: 16px;
  color: #262a3a;
  margin-bottom: 0;
  opacity: .6;
  text-align: left;
}
.hs-two-col-white-tiles .content p:only-child, .hs-three-col-white-tiles .content p:only-child {
  opacity: 1;
}
.hs-one-col-review {
  -webkit-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  -moz-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
  background: #fff;
  text-align: center;
  padding: 20px 50px;
  width: 75%;
  margin: 75px auto;
  position: relative;
}
.hs-one-col-review:before {
  background-image: url(../png/blue_bg_movie.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  z-index: -1;
  width: calc(100% + 80px);
  top: -40px;
  right: -40px;
  bottom: -40px;
  left: -40px;
  position: absolute;
  display: inline-block;
}
.hs-one-col-review .rating, .hs-one-col-review .company-logo, .hs-one-col-review .custom-iso-quote {
  margin: 10px auto;
  width: 100%;
  padding: 15px 0 0;
}
.hs-one-col-review .company-logo img {
  width: auto;
  max-height: 65px;
}
.hs-one-col-review .custom-iso-quote h3 {
  margin: 0 0 20px; 
}
/* -------- Landingpage Template End */
/* -------- Customer Case Detail Page -- */
.hs-customercase-detail-layout .body-container-wrapper {
  padding-bottom: 0;
}
.hs-customercase-detail-layout .custom-form-gp {
  margin-top: 0; 
}
.hs-customercase-detail-row1-group {
  margin-bottom: 150px; 
}
.hs-customercase-detail-row1-section {
  margin-top: 75px; 
}
.hs-customercase-detail-row1-section .hs_cos_wrapper_type_linked_image {
  display: flex;
  justify-content: center;
}
.hs-customercase-detail-row3-group {
  margin-top: -200px;
}
.hs-customercase-detail-row3-section {
  margin-top: 375px;
  margin-bottom: 430px;
  min-height: 450px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.hs-customercase-detail-row3-group span.page-center-before-span {
  -webkit-background-size: 2434px 1455px;
  background-size: auto;
  width: 2434px !important;
  height: 1455px;
  top: -80px;
  left: 40%;
  margin-left: -1706px !important;
}
.hs-customercase-detail-row3-group * {
  color: #fff;
  opacity: 1;
}

.hs-customercase-detail-layout .custom-subheader {
  text-align: left;
}

.hs-customercase-detail-row3-group form label span:first-child {
  color: #262A3A;
}
.hs-customercase-detail-row3-group .custom-subheader {
  margin: 40px auto -75px;
  max-width: 900px; 
}
.hs-customercase-detail-row3-group .collection-cta .cta_button {
  min-width: 200px !important;
}
.hs-customercase-detail-row4-group {
  margin-top: 100px; 
}
.hs-customercase-detail-row4-group span.page-center-before-span {
  margin-left: -660px !important;
  top: -430px;
  z-index: -2;
}
.hs-one-col-img-with-quote {
  margin: 100px 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.51);
}
.hs-one-col-img-wrapper {
  background-color: #ddd;
}
.hs-one-col-img-with-quote .custom-iso-quote {
  margin: 50px auto;
  padding: 10px;
  background-color: #fff;
  min-height: 140px;
}
.hs-one-col-img-with-quote .custom-iso-quote:before {
  top: -35px;
}
.hs-one-col-img-with-quote .custom-iso-quote:after {
  bottom: -20px;
}
.hs-one-col-img-with-quote .custom-iso-quote h3 {
  font-size: 30px;
  margin: 0;
}
.hs-two-col-customer-partner {
  background-color: #F7F8FB;
  text-align: center;
  padding: 50px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
.hs-two-col-customer-partner .content-col {
  display: flex;
  flex-direction: column;
}
.hs-two-col-customer-partner .url-content {
  color: #FF0000;
}
.hs-two-col-customer-partner img {
  max-width: 250px;
  max-height: 175px;
  margin: 50px auto;
}
/* -------- Customer Case Detail Page End -- */
/* -------- Customer Case Overview Page -- */
.hs-customercase-row2-group span.page-center-before-span, 
.hs-customercase-row3-group span.page-center-before-span {
  margin-left: 0px !important;
  top: 880px;
  transform: translateX(-50%);
}
.hs-customercase-row3-group span.page-center-before-span {
  top: -200px;
}
.hs-logo-with-bg-card-grp-filter {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0;
}
.hs-logo-with-bg-card-grp-filter .filter {
  cursor: pointer;
}
.hs-logo-with-bg-card-grp-filter .filter:hover {
  color: #3779a0;
}
.hs-logo-with-bg-card-grp-filter .filter.active {
  color: #3779a0;
  cursor: default;
}
.hs-logo-with-bg-card-grp-filter .filter.active:hover {
  color: #3779a0;
}
.hs-logo-with-bg-card-grp {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 75px;
}
.hs-logo-with-bg-card-wrapper {
  display: none; 
}
.hs-logo-with-bg-card {
  display: flex;
  flex-direction: column;
  width: 50%;
  float: left;
  padding: 0 16px;
  margin-bottom: 100px;
  transform: translateY(30px);
  animation: fadeIn 1s 0ms forwards;
  transition: transform .3s;
}
.hs-logo-with-bg-wrapper {
  position: relative;
} 
.hs-logo-with-bg-card .hs-logo-with-bg {
  position: relative;
  filter: drop-shadow(0px 10px 15px rgba(125,127,137,0.15));
  transition: all .4s;
  border-radius: 10px;
}
.hs-logo-with-bg-card figure {
  min-height: 350px;
  display: flex;
  width: 100%;
  background-size: cover;
  background-color: #ddd;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  margin: 0;
  align-items: center; 
  filter: brightness(0.5);
}
.hs-logo-with-bg-card .hs-logo-with-bg-logo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: 0;
  color: #fff;
}
.hs-logo-with-bg-card .hs-logo-with-bg-logo .customer-logo {
  max-width: 40%;
}
.hs-logo-with-bg-card .hs-logo-with-bg-logo .partner-block {
  position: absolute;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hs-logo-with-bg-card .hs-logo-with-bg-logo p {
  font-size: 16px;
  margin: 0 0 5px;
}
.hs-logo-with-bg-card .hs-logo-with-bg-logo .partner-logo {
  max-width: 80px;
  max-height: 40px;
}
.hs-logo-with-bg-card .hs-logo-with-bg-logo .partner-block ~ .customer-logo {
  max-height: 100px;
}
.hs-logo-with-bg-card .content {
  background: #fff;
  padding: 26px 32px;
  min-height: 400px;
}

.bg-card-lp .hs-logo-with-bg-card .content {
  min-height: 300px;
}

.hs-logo-with-bg-card .bullet-point-list {
  margin: 20px 0px 50px;
}
.hs-logo-with-bg-card .bullet-point {
  margin-bottom: 24px;
}
.hs-logo-with-bg-card .bullet-point-icon {
  flex: 0 0 20px; 
}
.hs-logo-with-bg-card .collection-cta {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
}
.hs-logo-with-bg-card-bottom {
  width: 100%;
}
.hs-logo-with-bg-card-more {
  display: flex;
  justify-content: center;
  width: 100%;
  transform: translateY(-25px);
}
.hs-logo-with-bg-card-more .load-more {
  display: none;
  background: linear-gradient(180deg,#ff0080,#e9004c);
  color: white;
  font-family: Ubuntu,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 11px 17px;
  transition: transform .3s;
  border-radius: 5px;
  cursor: pointer;
}
.hs-logo-with-bg-card-more .load-more:hover {
  background: linear-gradient(180deg,#ff0080,#e9004c);
}
.hs-logo-with-bg-card-more .load-more:focus, .hs-logo-with-bg-card-more .load-more:active {
  outline: none; 
}
@keyframes fadeIn {
  from { transform: translateY(30px); opacity: 0; } 
  to { transform: translateY(0); opacity: 1; }
}
@-webkit-keyframes fadeIn {
  from { transform: translateY(30px); opacity: 0; } 
  to { transform: translateY(0); opacity: 1; }
}
.bb--customer-cases-wrapper {
  display: flex;
  margin: 0 0 200px;
}
.bb--customer-cases-wrapper .bb--sidebar {
  width: 22%;
  padding-right: 32px;
  overflow: visible;
}
.bb--customer-cases-wrapper .bb--sidebar-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 20px;
}
.bb--customer-cases-grp {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 32px;
  width: 78%;
}
.bb--customer-cases-wrapper.filtered .bb--customer-case-item {
  grid-column: auto !important;
  grid-row: auto !important;
}
.bb--customer-case-item {
  display: none;
}
.bb--customer-case-item:first-of-type {
  grid-column-start: span 2;
}
.bb--customer-case-item-inner {
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ccc;
}
.bb--customer-case-item-inner .background-image {
  width: 100%;
  background-color: #ccc;
  transition: transform 3s ease-in-out, filter 3s ease, opacity 1s;
  transform: scale(1);
}
.bb--customer-case-item-inner .background-image,
.bb--customer-case-item-inner .background-video {
  min-width: calc(100% + 1px);
  height: 300px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.5);
  border-radius: 5px;
}
.bb--customer-case-item-inner .background-video {
  display: none; 
}
.bb--customer-case-item-inner > a {
  cursor: default;
}
.bb--customer-case-item-logo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bb--customer-case-item-logo .customer-logo,
.bb--customer-cases-wrapper.filtered .bb--customer-case-item .bb--customer-case-item-logo .customer-logo {
  max-width: 175px;
  max-height: 120px;
}
.bb--customer-case-item:first-of-type .bb--customer-case-item-logo .customer-logo {
  max-width: 225px;
}
.bb--customer-case-item-logo .collection-cta {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin: 0;
  transform: translateX(-50%); 
}
.bb--customer-case-item:first-of-type .title {
  font-size: 25px;
  line-height: 30px;
}
.bb--customer-case-item .title,
.bb--customer-cases-wrapper.filtered .bb--customer-case-item .title {
  margin: 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
}
.bb--customer-case-item .industry {
  line-height: 20px; 
}
.bb--customer-case-item .industry:hover {
  cursor: pointer;
  text-decoration: underline;
}
.bb--customer-case-item .labels {
  font-size: 15px;
  font-weight: 100;
  height: 40px;
  color: #7d7f89;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bb--customer-case-item .partner {
  display: flex;
  align-items: center;
}
.bb--customer-case-item .partner .partner-logo {
  max-width: 130px;
  max-height: 40px;
  margin-left: 10px;
  filter: grayscale(1) contrast(0);
}
@keyframes slideIn {
  from { margin-left: -20px; }
  to { margin-left: 0; }
}
@-webkit-keyframes slideIn {
  from { margin-left: -20px; }
  to { margin-left: 0; }
}
@keyframes slideOut {
  from { margin-left: 0px; }
  to { margin-left: -20px; }
}
@-webkit-keyframes slideOut {
  from { margin-left: 0px; }
  to { margin-left: -20px; }
}
/* -------- Customer Case Overview Page End -- */
/* -------- Webinar V2 Page ---------- */
.bb--header-centered-hexagon:not(.no-banner) .header-container-wrapper {
  margin-bottom: 50px;
}
.hs-webinar-layout .custom-header-login ul li a, .hs-webinar-layout .hs-breadcrumb-menu-wrapper, .bb--header-centered-hexagon .custom-header-login ul li a {
  color: #fff; 
}
.hs-webinar-layout .hs-breadcrumb-menu-wrapper {
  margin-bottom: 25px; 
}
.hs-webinar-layout .hs-breadcrumb-menu-item {
  padding: 10px 0px 10px 16px;
}
.hs-webinar-layout .section-title {
  padding-bottom: 0; 
}
.hs-webinar-layout .section-title:before {
  content: none; 
}
.hs-webinar-layout .hs-button.primary, .hs-webinar-layout input[type="submit"], .hs-webinar-layout input[type="button"], .hs-webinar-layout .hs-button.primary:hover, .hs-webinar-layout input[type="submit"]:hover, .hs-webinar-layout input[type="button"]:hover {
  background: linear-gradient(to bottom, #ffea00 0%,#ffcd19 100%);
  color: #32384b;
}

.webinar-recap .body-container-wrapper {
  max-width: 1010px;
  margin: 0 auto;
}



.webinar-recap table, .pillar-page-layout table {
  flex-grow: 4;
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(125,127,137, 0.3), 0 2px 4px rgba(125,127,137, 0.3);
    background: #fff;
  border: 0px !important;
}

.webinar-recap table, .pillar-page-layout table {
  margin: 0;
  width: 97% !important;
  text-align: center;
  line-height: 30px;
  border: none;
  border-spacing: 0px;
  margin: 10px;
}

.webinar-recap table td, .pillar-page-layout table td {
  height: auto;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  text-transform: unset;
  padding: 20px 20px !important;
  color: rgba(38, 42, 58, 0.6);
  width: 28.3%;
}

.webinar-recap table td ul, .pillar-page-layout table td ul {
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
}

.webinar-recap table td ul li, .pillar-page-layout table td ul li{ 
  padding-bottom: 5px;
}

.webinar-recap table  tr:nth-child(even) td, .pillar-page-layout table  tr:nth-child(even) td{
  background: #f8f8fa;
  
}


.custom-banner-area-popup-mod.webinar {
  padding-top: 75px;
  margin-bottom: 175px;
}
.custom-banner-area-popup-mod.webinar.subscribed {
  padding-top: 0; 
}
.custom-banner-area-popup-mod.webinar.subscribed .intro-inner {
  padding: 0 64px;
}
.custom-banner-area-popup-mod.webinar:before {
  background: linear-gradient(180deg,#4381f0,#2e57f2);
  -webkit-mask-image: url(https://www2.bettyblocks.com/hubfs/Hexagon-mask-v2.svg);
  -webkit-mask-size: auto 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  content: '';
  z-index: -1;
  top: -940px;
  left: 0;
  max-width: 4000px;
  min-height: 550px;
  margin: 0;
}
.custom-banner-area-popup-mod.webinar h1, .custom-banner-area-popup-mod.webinar .custom-subheader, .custom-banner-area-popup-mod.webinar h2, .custom-banner-area-popup-mod.webinar h3, .custom-banner-area-popup-mod.webinar a {
  color: #fff;
  opacity: 1;
}
.custom-banner-area-popup-mod.webinar .web-wrapper {
  margin: 0 0 30px;
  overflow: overlay;
}
.web-wrapper {
  margin: 75px -16px;
}
.custom-banner-area-popup-mod.webinar.subscribed .web-tumb-wrapper, .custom-banner-area-popup-mod.webinar.subscribed .web-right {
  width: 100%;
}
.web-tumb-wrapper, .web-right {
  width: 50%;
  float: left;
  padding: 0 16px;
}
.web-left {
  position: relative; 
}
.custom-banner-area-popup-mod.webinar .web-left figure {
  margin-bottom: 20px;
}
.web-left figure {
  min-height: 300px;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
 /* filter: brightness(0.6); */
}
.web-left .web-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.web-right {
  margin-bottom: 0;
  position: relative;
}
.custom-banner-area-popup-mod.webinar.pre-subscribed .web-right:after {
  content: '';
  position: absolute;
  background-image: url(../png/arrow-white.png);
  width: 35px;
  height: 37px;
  left: 80px;
  bottom: -50px;
  opacity: 1;
  transition: opacity .3s ease;
}
.custom-banner-area-popup-mod.webinar.pre-subscribed .web-right.form-submitted:after {
  opacity: 0;
}
.web-left h2, .web-right h2 {
  margin-bottom: 15px;
}
.custom-banner-area-popup-mod.webinar .web-left .web-time, .custom-banner-area-popup-mod.webinar .web-left .content, .custom-banner-area-popup-mod.webinar .web-left ul, .custom-banner-area-popup-mod.webinar .web-right .web-time, .custom-banner-area-popup-mod.webinar .web-right .content {
  opacity: 1;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}
.web-left .content, .web-right .next-up, .web-right .web-time, .web-right .content {
  opacity: 0.6;
  font-size: 15px;
  line-height: 22px;
}
.web-left .web-time, .web-right .web-time {
  font-size: 17px; 
}
.web-right .form-title {
  font: 700 20px 'Ubuntu',sans-serif;
  color: #fff;
  margin: 0 0 26px;
}
.web-right .submitted-message {
  text-align: left; 
}
.tags {
  margin-top: 20px;
  font-size: 15px;
  line-height: 22px;
}
.tags .tag-name {
  text-decoration: underline; 
}
.custom-banner-area-popup-mod.webinar .hs-input {
  max-width: none; 
}
.custom-banner-area-popup-mod.webinar input[type="checkbox"] {
  zoom: 1.5; 
}
.custom-banner-area-popup-mod.webinar .intro-inner,
.custom-banner-area-popup-mod.webinar .hs_cos_wrapper_type_inline_rich_text p,
.custom-banner-area-popup-mod.webinar .hs_cos_wrapper_type_inline_rich_text ul {
  margin: 0; 
}
.custom-banner-area-popup-mod.webinar .hs_cos_wrapper_type_inline_rich_text img {
  width: 100% !important;
}
.hs-banner-wrapper .intro-inner.include-separator {
  display: flex;
  align-items: stretch;
}
.hs-banner-wrapper .intro-inner.include-separator .right-column {
  position: relative;
  margin-left: 48px;
}
.hs-banner-wrapper .intro-inner.include-separator .right-column:after {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  width: 1px;
  background-image: linear-gradient(45deg, transparent 60%, #fff 0%);
  background-repeat: repeat-y;
  background-size: 1px 17px;
  background-position: top;
}
.web-right .next-up {
  font-size: 18px;
  margin-bottom: 0px; 
}
.web-time {
  font-weight: 700;
  font-size: 16px;
}
.web-time > span {
  padding-right: 16px;
}
.web-time .fa-play {
  margin-right: 5px; 
}
.web-time .fa-clock-o {
  margin-right: 5px;
  font-size: 20px;
}
.hs-upcoming-webinars {
  padding: 0 16px; 
}
.hs-upcoming-webinars h3 {
  margin-bottom: 0;
  float: left;
}
.hs-upcoming-webinars .fa-caret-left, .hs-upcoming-webinars .fa-caret-right {
  color: #3574E3;
  vertical-align: middle;
}
.hs-upcoming-webinars .prev, .hs-upcoming-webinars .next {
  float: right;
  width: 28px;
  height: 32px;
  background: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}
.prev.slick-arrow {
  border-radius: 5px 0 0 5px;
}
.next.slick-arrow {
  border-radius: 0 5px 5px 0;
}
.prev.slick-arrow:focus, .next.slick-arrow:focus {
  box-shadow: inset 0px 1px 3px 0px #222;
}
.prev.slick-disabled, .next.slick-disabled {
  background: transparent;
  cursor: default; 
}
.prev.slick-disabled *, .next.slick-disabled * {
  color: #fff;
}
.webinar-item {
  display: flex;
  align-items: center;
  position: relative;
}
.webinar-item:after {
  content: '';
  position: absolute;
  right: 0;
  width: 3px;
  height: 100%;
  border-radius: 1px;
  background-color: #fff;
}
.upcoming-webinar:last-of-type .webinar-item:after {
  content: none; 
}
.webinar-item .dateweb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 7px 12px;
  margin-right: 24px;
  background-color: #fff;
  border-radius: 5px;
  color: #3574E3;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.webinar-item .descriptionweb {
  width: 49%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.webinar-item .webinar-cta {
  margin: 0 35px; 
}
.upcoming-webs-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.upcoming-webs-wrapper.after:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
  width: 0;
  height: calc(100% - 30px);
  box-shadow: 0px 0 7px 1px rgba(0,0,0,0.3);
}
.upcoming-webs-wrapper .slick-list:before {
  content: none; 
}
.upcoming-webs-wrapper .slick-list:after {
  margin-top: 10px;
  height: calc(100% - 30px);
}
.upcoming-webs.after:after {
  content: '';
  position: sticky;
  right: 0;
  margin-top: 10px;
  width: 0;
  height: calc(100% - 20px);
  box-shadow: 0px 0 7px 1px #222;
}
.upcoming-webs .slick-track:after {
  content: none; 
}
.upcoming-webinar {
  display: flex;
  align-items: center;
}
.upcoming-webinar.slick-slide:hover {
  box-shadow: none; 
}
.no-before:before, .no-after:after {
  content: none !important;
}
.video-slider-wrapper, .hs-video-gallery-wrapper {
  margin: 25px 0;    
}
.video-slider {
  display: none; 
}
.video-slider * {
  color: #fff; 
}
.video-slider-wrapper > .title {
  font-size: 22px;
}
.more-link {
  color: #3574E3;
  font-size: 14px;
  font-weight: 400;
  margin-left: 14px;
}
.thumbnail {
  position: relative;
  width: 100%;
  height: 275px;
  padding: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #ccd;
  filter: brightness(0.6);
}
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15%;
  height: 50%;
  padding: 0 25px 16px;
  background: linear-gradient(transparent, black);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; 
}
.video-description .title {
  font-size: 20px;
  line-height: 24px;
  width: 88%;
}
.video-description .content {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.6;
  transition: all .3s;
}

.hs-webinar-layout .video-description {
  display: none;
}

.hs-webinar-layout .thumbnail {
  filter: brightness(1);
}

.hs-webinar-layout .thumbnail:hover {
  filter: brightness(0.6);
}

.video-duration {
  position: absolute;
  top: 20px;
  right: 18px;
  line-height: 16px;
  font-size: 16px;
  color: #fff;
}
.video-slider .slick-slide:hover {
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,.3);
}
.slick-slide:hover .video-description {
  bottom: 0;
}
.slick-slide:hover .video-description .content {
  opacity: 1;
}
/* -------- Webinar V2 Page End ----*
/* -------- Webinar Page ------ */
.webinar-itemweb {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  padding: 0px 16px 0px 16px;
}
.webinar-itemweb .dateweb {
  width: 108px;
  height: 108px;
  padding: 20px;
  color: #002b49;
  text-align: center;
  border-radius: 3px;
  margin-right: 24px;
  background-color: #fff;
  font-size: 30px;
  box-shadow: 0px 8px 22px 0px rgba(0,0,0,.05);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.webinar-itemweb .descriptionweb {
  width: 75%;
  margin-right: 24px;
  font-size: 1.125rem;
}
.webinar-day {
  font-family: 'MerriWeather', serif;
  font-size: 35px;
}

.webinar-month {
  opacity: .6;
  font-size: 23px;
}

.webinar-title {
  margin: 0;
}

.webinar-subtitle, .webinar-time {
  opacity: .6;
  margin: 0;
}
.webinar-time {
  line-height: normal;
}
.webinar-cta, .webinar-cta a {
  white-space: nowrap; 
}
.webinar-cta a:focus {
  color: #fff; 
}
/* -------- Webinar Page End ------ */
/* ------ Video Content Page ------ */
.popup-btn-custom.video {
  position: relative;
  display: flex;
  flex-direction: column;
}
.video .thumbnail {
  min-height: 200px;
  height: 200px;
  margin: 0;
  filter: brightness(0.8);
  background-color: #ccd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.play-button {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 80px;
	height: 80px;
	padding-left: 8px;
	border-radius: 50%;
	color: #f5f5f5;
  background-color: rgb(42,42,42);
	font-size: 20px;
  opacity: 0.65;
}
.hs-video-gallery {
  margin-bottom: 75px; 
}
.hs-video-gallery-wrapper > .title {
  font-size: 30px;
  margin: 0 0 10px; 
}
.hs-video-gallery-wrapper .bb--grid-item .title {
  opacity: .6;
  color: #262a3a;
  margin: 10px 0 0;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hs-video-gallery-wrapper .collection-cta {
  margin: 30px 0 75px;
}
.popup-video {
  background: rgba(30,30,30,0.98) !important;
}
.popup-video-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  color: #fff;
}
.popup-video-inner span.btn-close {
  top: -30px;
  right: -30px;
}
.popup-video-inner .vidyard-player-container {
  box-shadow: 0 0px 4px 2px #222;
}
.vidyard-player-container, .wistia_responsive_wrapper {
  background: #000; 
}
.vidyard-player-container > div {
  padding-bottom: 56.25% !important;
}
.popup-video-inner .vidyard-player-embed {
  display: none; 
}
.popup-video-inner .title {
  font-size: 24px;
  margin: 30px 0 10px;
}
.popup-video-inner .content {
  margin-bottom: 30px; 
}
.popup-video-inner p {
  margin: 0;
  line-height: 0;
}

.popup-video-inner a {
  color: #fff;
  border-bottom: 1px dashed #ffffff;
}
.video-not-found {
  display: none;
  text-align: center;
  margin: 200px 0;
}
.search-box-video {
  min-width: 300px; 
}
/* ------ Video Content Page End */
/* ---- Partner Page ---- */
.hs-partnership-box {
  position: relative;
  color: #fff; 
  text-align: center;
}
.hs-partnership-box-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 544px;
  padding: 50px;
  margin-bottom: 100px;
}
.hs-partnership-box-logo {
  position: relative;
  margin-bottom: 50px;
}
.hs-partnership-box-content {
  position: relative; 
}
.hs-partnership-box-content-inner p {
  font-size: 26px; 
  margin-bottom: 30px;
}
/* ---- Partner Page End ---- */
/* ---- Universal Page ---- */
body.universal-template .body-container-wrapper {
  padding-bottom: 0; 
/*   overflow: hidden; */
}
body.universal-template .custom-form-gp {
  margin-top: 0; 
}
.hs_cos_wrapper_type_linked_image {
  display: flex;
  justify-content: center;
}

.hs-cta-node {
  display:block;
  text-align:center;
}

.compare-page .hs-cta-node {
  text-align: left;
}
/* ---- Universal End ----- */
/* --- Industry Pages --- */
.hs-logo-with-bg-grp.grid-layout {
  margin: 0 0 23px; 
}
.hs-logo-with-bg-grp.grid-layout .hs-logo-with-bg-grp-item .hs-logo-box {
  overflow: hidden;
}
.hs-logo-with-bg-grp.grayscale .hs-logo-box figure {
  transition: transform 3s ease-in-out, filter 2s ease;
  transform: scale(1);
 /*filter: grayscale(1); */
}
.hs-logo-with-bg-grp.grayscale .hs-logo-box:hover figure,
.hs-logo-with-bg-grp.grayscale .hs-logo-box:active figure {
  transform: scale(1.2);
  filter: grayscale(0);
}
.hs-logo-with-bg-grp.grid-layout .hs-logo-box:hover .hs-logo-with-bg-grp-item-inner-title {
  opacity: 1; 
}
.hs-logo-with-bg-grp.grid-layout .hs-logo-with-bg-grp-item-inner-title {
  display: flex;
  font-size: 20px;
}
/* --- Industry Pages End --- */
/* --- Evaluation Guide --- */
.body-container .bb--content-with-sidebar .bb--main, .body-container .bb--main {
  float: none;
  max-width: 1202px;
  margin: 0 auto !important;
  position: relative;
  padding: 0 16px;
}
.bb--content-with-sidebar, .bb--customer-cases-wrapper {
  position: relative;
  left: 0;
  transition: all .3s ease;  
}
.bb--content-with-sidebar .bb--main > .row-fluid-wrapper > .row-fluid {
  display: flex;
}
.bb--content-with-sidebar .bb--main-content {
  margin-bottom: 50px;
}
.bb--content-with-sidebar .bb--main-content .hs-breadcrumb-menu-wrapper {
  margin: 40px 0 15px;
}
.bb--content-with-sidebar .bb--main-content .hs-breadcrumb-menu-wrapper {
  padding: 0 60px;
}
.bb--content-with-sidebar .bb--main-content .subtopic-group .subtopic.intro {
  box-shadow: none;
  background: linear-gradient(to bottom, #568EFF 0%, #385AFF 100%);
}
.bb--content-with-sidebar .bb--main-content .subtopic {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.1);
  border-radius: 5px;
  display: block;
  padding: 34px;
  margin-bottom: 40px;
}
.bb--content-with-sidebar .bb--main-content .subtopic .subtopic-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.bb--content-with-sidebar .bb--main-content .subtopic .subtopic-header img {
  margin-right: 30px;
  height: 50px;
}
.bb--content-with-sidebar .bb--main-content .subtopic .subtopic-header h1,
.bb--content-with-sidebar .bb--main-content .subtopic .subtopic-header h2 {
  margin: 0;
  font-size: 28px;
}
.bb--content-with-sidebar .bb--main-content .subtopic.intro p, 
.bb--content-with-sidebar .bb--main-content .subtopic.intro h1, 
.bb--content-with-sidebar .bb--main-content .subtopic.intro h2 {
  color: #fff; 
}
.bb--content-with-sidebar .bb--main-content .subtopic p, .bb--content-with-sidebar .bb--main-content .subtopic ul li {
  color: #7D7F89;
  margin-bottom: 0;
}
.bb--content-with-sidebar .bb--main-content .subtopic a {
  color: #4b88fb;
  display: inline-block;
  margin-top: 10px;
}
.bb--content-with-sidebar .bb--main-content .subtopic ul li a {
  margin-top: 0;
}
.bb--content-with-sidebar .bb--main-content .subtopic .content a:hover, .bb--content-with-sidebar .bb--main-content .subtopic .hidden-content a:hover {
  text-decoration: underline;
}
.bb--content-with-sidebar .bb--main-content .subtopic h3 {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
}
.bb--content-with-sidebar .bb--main-content .subtopic .hidden-content {
  display: none;
  margin-top: 42px;
}
.bb--content-with-sidebar .bb--main-content .subtopic.active .hidden-content {
  display: block;
}
.bb--sidebar-menu-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; 
  font-size: 16px;
}
.bb--sidebar-menu {
  width: 238px;
  padding-bottom: 50px;
  font-size: 16px;
  max-width: 238px;
  overflow-y: scroll;
}
.bb--sidebar-menu .sidebar-menu-header {
  margin-bottom: 25px;
}
.bb--sidebar-menu .sidebar-menu-header h1 {
  font-size: 30px;
  line-height: 40px;
}
.bb--sidebar-menu .category {
  padding: 10px 0;
  transition: all .3s ease;
}
.bb--sidebar-menu .category:last-of-type .bar {
  height: calc(100% - 33px); 
}
.bb--sidebar-menu a {
  display: flex;
  line-height: 25px;
}
.bb--sidebar-menu a:focus, .bb--sidebar-menu .category.active .category-title {
  color: #000; 
}
.bb--sidebar-menu .category:not(.active) a:hover .category-title, 
.bb--sidebar-menu .category:not(:first-of-type).active a:hover .category-title, 
.bb--sidebar-menu .category:not(.active) .category-bar:hover .category-title, 
.bb--sidebar-menu .category:not(:first-of-type).active .category-bar:hover .category-title {
  color: #4b88fb;
  cursor: pointer;
}
.bb--sidebar-menu .category.active .subcategories a:not(.active) .category-title {
  margin-right: 8px;
}
.bb--sidebar-menu .category.active > .collapse.in a.active .category-title {
  font-weight: bold; 
}
.bb--sidebar-menu .category-bar {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.bb--sidebar-menu .category:first-of-type.active .category-bar {
  cursor: default;
}
.bb--sidebar-menu .category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  filter: contrast(0) grayscale(100%);
  transition: all .3s ease;
}
.bb--sidebar-menu .category.active .category-icon, .bb--sidebar-menu .category-bar:hover .category-icon {
  filter: contrast(1) grayscale(0%);
}
.bb--sidebar-menu .category-title {
  padding: 0 10px 0 15px;
  color: #7d7f89;
  line-height: 22px;
  transition: color .3s ease;
}
.bb--sidebar-menu .subcategories {
  position: relative; 
}
.bb--sidebar-menu .subcategories a.active .current-circle {
  display: flex;
}
.bb--sidebar-menu .bar {
  background-color: #EBF1FF;
  width: 2px;
  height: 100%;
  position: absolute;
  margin-left: 19px;
}
.bb--sidebar-menu ul {
  list-style: none;
  padding: 10px 0 19px 50px;
  margin-bottom: 0;
}
.bb--sidebar-menu ul li {
  position: relative;
}
.bb--sidebar-menu ul li:not(:last-child) {
  position: relative;
  margin-bottom: 11px;
}
.bb--sidebar-menu .current-circle {
  position: absolute;
  top: 50%;
  transform: translate(-38px, -50%);
  display: none;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #EBF1FF;
}
.bb--sidebar-menu .current-circle-inner {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3C6FFA;
  animation: pulse 4s infinite ease-in-out;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  25% { transform: scale(0.8); opacity: .5; }
  50%, 100% { transform: scale(1); opacity: 1; }
}
@-webkit-keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  25% { transform: scale(0.8); opacity: .5; }
  50%, 100% { transform: scale(1); opacity: 1; }
}
.toggle-sidebar-btn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 100px;
  padding: 20px 20px 0 0;
  transition: all .3s;
}
.toggle-sidebar-btn-inner {
  display: flex;
  width: 20px;
  height: 100px;
  border-radius: 0 5px 5px 0;
  background: linear-gradient(to bottom, #F60083 0%,#E9004C 100%);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0;
}
.sidebar-active .toggle-sidebar-btn {
  left: 250px;
}
.toggle-sidebar-btn span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  line-height: 16px;
  font-size: 11px;
  position: absolute;
  bottom: 30px;
}
/* --- Evaluation Guide End --- */
/* --- Pillar Page ---- */
.pillar-page-layout .bb--sidebar a {
  transition: all .3s, font-weight 0s; 
}
.pillar-page-layout .bb--main-content p,
.pillar-page-layout .bb--sidebar a {
 color: #7d7f89; 
}
.pillar-page-layout .bb--sidebar a:hover {
 color: #4b88fb;
}
.pillar-page-layout .bb--sidebar a.active {
 font-weight: bold; 
}
.pillar-page-layout .cta-form-bg,
.pillar-page-layout .hs-partners-box-content {
  width: 100%;
}
.pillar-page-layout .hs-partner-box--holder {
  padding: 46px;
}
.pillar-page-layout .hs-partners-box-logo,
.pillar-page-layout .hs-partners-box-content-inner h2, 
.pillar-page-layout .hs-partners-box-content-inner p {
  margin-bottom: 40px;
}

.pillar-page-layout h3 {
  font: 700 18px/26px 'Ubuntu', serif !important;
  color: #262A3A;
  margin: 0 0 10px;
  padding-bottom: 0px !important; 
}

.pillar-page-layout .hs-partners-box-content-inner p {
  color: #fff; 
}
.pillar-page-layout .hs-two-column-cnt-with-img-grp {
  padding-top: 0px;
}
.pillar-page-layout .hs-two-column-cnt-with-img-col {
  width: 50%;
}
.pillar-page-layout .custom-one-col-image-mod {
  text-align: center;
}

.pillar-page-layout #what {
padding-top: 0px;
}

/* --- Pillar Page End --- */
/* -------- Download Copy Page ------ */
.custom-header-v2-group {
  padding: 41px 0 30px;
  text-align: center;
}
.cm-header-logo-v2 img {
  max-width: 165px;
}
.hs-download-landing-page .body-container-wrapper {
  padding-top: 5px;
  padding-bottom: 0;
}
.hs-download-landing-page .body-container-wrapper::before {
  content: '';
  background: url(../png/background-image-white-2.png) no-repeat;
  background-size: auto auto;
  -webkit-background-size: 2428px 1042px;
  background-size: 2428px 1042px;
  max-width: 2428px;
  height: 1042px;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -1706px;
  z-index: -1;
  right: 0;
}
.hs-download-section1 h1{
  font: 32px/48px 'Merriweather', serif;
  font-weight: normal;
  color: #262A3A;
  margin: 0 0 8px;
  position: relative;
  position: relative;
  text-align: center;
  padding-bottom: 25px;
}
.hs-download-section1 h1:after {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background: url(../png/horizontal-pink-stripe.png) no-repeat;
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.hs-download-section1 h1 strong {
  font-weight: bold;
  display: block;
}
.hs-download-section1 {
  text-align:center;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 40px;
}
.hs-download-section1 p{
  opacity: .6;
}
.hs-download-secrion2-right-group{
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.51);
  margin-bottom: 69px;
  overflow: hidden;
}
.hs-download-section1 .inner-page-center {
  padding-left:0;
  padding-right:0;
}
.hs-download-secrion2-left-group{
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.51);
  margin-bottom: 69px;
  overflow: hidden;
  padding: 32px;
}
.hs-download-form h3 {
  color: #262A3A;
  font: 18px/32px 'Ubuntu', Arial, Helvetica, sans-serif;
  font-weight: bold !important;
  margin: 0 0 8px;
  margin-bottom: 15px;
  display: block;
}
.hs-download-form form.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
  margin-right: 20px !important;
}
.hs-download-form form.hs-form fieldset.form-columns-2 .hs-form-field {
  padding: 0;
  width: calc(50% - 10px) !important;
  float: left !important;
  margin: 0 !important;
}
.hs-download-form .hs-form-field > label {
  display: inline-block;
  font-size: 16px;
  font: 18px/32px 'Ubuntu', Arial, Helvetica, sans-serif!important;
  color: #414141!important;
  font-size: 18px!important;
  font-weight: 400!important;
  margin-bottom: -16px!important;
}
.hs-download-form .hs-form-required {
  color: #e9004c !important;
  font-size: 14px;
  position: relative;
  top: -4px;
  right: -2px;
}
.hs-download-form form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
  margin: 0 0 15px !important;
  padding-bottom: 4px !important;
}
.hs-download-form form.hs-form fieldset .hs-form-field {
  padding: 0;
}
.hs-download-form form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d4d4d8;
  box-shadow: none;
  color: #262A3A;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: -8px;
  font: 18px/32px 'Ubuntu', Arial, Helvetica, sans-serif;
  max-width: 100%;
}
.hs-download-form .hs-error-msgs{
  margin-top: -3px !important;
  padding-left: 0px;
  padding-bottom: 11px;
  margin-bottom: 16px !important;
}
.hs-download-form .hs-error-msgs.inputs-list label {
  line-height: normal;
  display: block;
  color: #c87771 !important;
  font-size: 14px !important;
  font-weight: normal;
}
.hs-download-form select {
  height:56px !important;
  margin-top: 5px;
}
.hs-download-form .hs-fieldtype-booleancheckbox ul{
  margin: 0;
}
.hs-download-form .hs-button.primary{
  width: 100%;
  display: block;
  margin:0;
  margin-top: 12px;
}
.hs-download-form .hs-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0px 3px 4px rgba(0,0,0,.27)!important;
  background: linear-gradient(to bottom, #83abfd 0%,#6a83ff 100%);
  transition: all .3s;
}
.hs-download-form .hs-keep_me_updated_on_betty_blocks_news_events,
.hs-download-form .hs-receive_weekly_updates_with_the_latest_blog_posts_{
  margin: 0 0 -10px !important;
}
.hs-download-form form.hs-form fieldset[class*="form-columns"] .hs-fieldtype-booleancheckbox .input{
  border-color: #d4d4d8;
  border-radius: 5px;
  box-shadow: none;
  color: #32384b;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding: 0;
  margin: 0 !important;
  width: 100% !important;
}
.hs-download-form form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-download-form form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #d4d4d8;
  background: #fafafa;
  width: 100% !important;
  max-width: 15px;
  max-height: 15px;
  margin-top: 0 !important;
  margin-right: 8px;
  line-height: normal;
  margin-left: 0;
}
.hs-download-form .hs-richtext {
  margin-bottom: 10px;
  padding-top: 20px;
  font-size: 12px;
  line-height: 160%;
}
.custom-footer-v2-group {
  background-color: #F8F8F9;
  padding: 35px;
  font-size: 14px;
  color: #B8BABE;
  text-align: center;
}

.custom-footer-v2-group img {
  margin-right: 15px;
  vertical-align: middle;
}

.custom-footer-v2-group p {
  margin: 0;
}
.hs-download-secrion2-right-group .hs-title-grp {
  padding: 0 48px 0;
}
.hs-download-secrion2-right-group .hs-title-grp h2 {
  font: 700 24px/40px 'Merriweather', serif;
  color: #262A3A;
  margin: 20px 0 10px;
  font-weight: bold!important;
}
.hs-title-grp.green h2:before {
  background-image: url(../png/green-brush-3.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.hs-download-secrion2-right-group .hs_cos_wrapper_type_rich_text{
  padding: 0 48px 48px;
  display: block;
}
.hs-download-secrion2-right-group ul{
  list-style: none;
  margin-left: 0;
  position:relative;
}
.hs-download-secrion2-right-group ul li{
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
.hs-download-secrion2-right-group ul li:before{
  content: '';
  background: url(../png/check_yes-1.png) no-repeat;
  width: 100%;
  height: 30px;
  background-size: 30px;
  position: absolute;
  left: 7px;
}
.hs-download-secrion2-right-group ul li p {
  opacity: .6;
}
/* start of download page v2 */
.hs-download-secrion2-right-group.v2 {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.51);
  margin-bottom: 69px;
  overflow: hidden;
  padding: 32px; 
}
.hs-download-secrion2-right-group.v2 .hs_cos_wrapper_type_rich_text {
  padding: 0;
}
.hs-download-secrion2-left-group.v2 {
  padding: 0;
} 
.hs-download-secrion2-left-group.v2 .hs-title-grp {
  padding: 0 48px 0;
}
.hs-download-secrion2-left-group.v2 .hs-title-grp h2 {
  font: 700 24px/40px 'Merriweather', serif;
  color: #262A3A;
  margin: 20px 0 10px;
  font-weight: bold!important;
}
.hs-download-secrion2-left-group.v2 .hs_cos_wrapper_type_rich_text{
  padding: 0 48px 48px;
  display: block;
}
.hs-download-secrion2-left-group.v2 ul{
  list-style: none;
  margin: 30px 0 0 0;
  position:relative;
}
.hs-download-secrion2-left-group.v2 ul li{
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.hs-download-secrion2-right-group.v2 ul li p {
  opacity: 1;
  font-size: 12px;
  line-height: 20px;
}
.hs-download-secrion2-left-group.v2 ul li:before{
  content: '';
  background: url(../png/check_yes-1.png) no-repeat;
  width: 100%;
  height: 30px;
  background-size: 30px;
  position: absolute;
  left: 7px;
}
.hs-download-secrion2-left-group.v2 ul li p {
  opacity: .6;
}
.hs-download-secrion2-right-group.v2 ul li:before {
  content: none; 
}
/* end download page v2 */
.hs-download-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display span {
  font-size: 12px !important;
  vertical-align:top;
}
.hs-download-form .legal-consent-container {
  font-size: 12px;
  line-height: 160%;
}

.hs-download-form .legal-consent-container .hs-richtext p:first-child {
  padding-bottom: 0px;
}

.hs-dependent-field {
  font-size: 12px;
  line-height: 160%;
}
.legal-consent-container .field.hs-form-field {
  margin-bottom: 0;
}
.hs-download-form li.hs-form-booleancheckbox {
  list-style-type: none;
  font-size: 12px;
  padding-top: 0;
}
.hs-download-form li.hs-form-booleancheckbox label {
  font: 18px/32px 'Ubuntu', Arial, Helvetica, sans-serif;
  color: #414141;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: -16px;
  width: 100%;
}
/* .hs-download-secrion2-left-group,
.hs-download-secrion2-right-group{
  min-height: 1006px !important;
} */

/* -------- Download Copy Page End ------ */
/* -------- Subscribe Newsletter Page ------ */

.hs-subscribe-newsletter-page span.section-before, .hs-onboarding-page span.section-before {
  top: 40%;
  left: 0;
  right: 0;
  margin-top: -521px;
}
.hs-onboarding-cnt {
  padding: 48px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.51);
  margin-bottom: 69px; 
}
.hs-onboarding-cnt input[type="text"], 
.hs-onboarding-cnt input[type="password"], 
.hs-onboarding-cnt input[type="datetime"], 
.hs-onboarding-cnt input[type="datetime-local"], 
.hs-onboarding-cnt input[type="date"], 
.hs-onboarding-cnt input[type="month"], 
.hs-onboarding-cnt input[type="time"], 
.hs-onboarding-cnt input[type="week"], 
.hs-onboarding-cnt input[type="number"], 
.hs-onboarding-cnt input[type="email"], 
.hs-onboarding-cnt input[type="url"], 
.hs-onboarding-cnt input[type="search"], 
.hs-onboarding-cnt input[type="tel"], 
.hs-onboarding-cnt input[type="color"], 
.hs-onboarding-cnt input[type="file"], 
.hs-onboarding-cnt textarea, 
.hs-onboarding-cnt select {
  max-width: none !important; 
}
.hs-onboarding-cnt input[type="submit"],
.hs-onboarding-cnt input[type="submit"]:hover{
  background: #11ABD1;
  border-color: #11ABD1;
  color: #ffffff;
  font-family: Ubuntu;
  line-height: 16px;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-radius: 3px;
  padding: 12px 24px;
  transform: none;
  box-shadow: none;
}
.body-container .hs-subscribe-main-grp .page-center.content-wrapper {
  padding-bottom:0;
}
.hs-subscribe-newsletter-page .body-container-wrapper {
  padding-top: 80px;
  padding-bottom: 0px;
}
.hs-subscribe-newsletter-cnt {
  padding: 48px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(125,127,137,.51);
  margin-bottom: 69px;
  text-align:center;
}
.hs-subscribe-newsletter-cnt h3, .hs-subscribe-newsletter-cnt h4 {
  padding-bottom: 25px;
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}
.hs-subscribe-newsletter-cnt h4 {
  margin-bottom: 14px; 
}
.hs-subscribe-newsletter-cnt h3:before, .hs-subscribe-newsletter-cnt h4:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-image: url(../png/horizontal-red-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
  background-repeat:no-repeat;
}
.hs-subscribe-newsletter-cnt .form-title {
  font: 700 24px/40px 'Merriweather', serif;
  color: #262A3A;
}
.hs-subscribe-newsletter-cnt p {
  color: #262A3A;
}
.hs-subscribe-newsletter-cnt .cta_button {
  margin: 10px 0 40px;
}
.hs-subscribe-newsletter-cnt .hs_cos_wrapper_type_module > div {
  padding: 10px 10px 1px;
}
.hs-subscribe-newsletter-page .inner-page-center {
  padding-left: 5px;
  padding-right: 5px;
}
.hs-subscribe-newsletter-cnt .read-more {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
  cursor: pointer;
}
.hs-subscribe-newsletter-cnt .read-more:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
}
.hs-subscribe-newsletter-page .custom-form-gp {
  display:none !important;
}
.hs-subscribe-newsletter-cnt .hs-form-field > label {
  display: inline;
}
.hs-subscribe-newsletter-cnt .hs-form-required {
  display:none;
}
.hs-subscribe-newsletter-cnt .hs-input {
  line-height: 32px;
  max-width: 100%;
}
.hs-subscribe-newsletter-cnt .hs-input:focus{
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}
.hs-subscribe-newsletter-cnt .hs-button.primary {
  width:100%;
  margin-bottom: 0;
}
.cm-iframe-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
  margin-bottom: 41px;
}
.cm-iframe-wrapper iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hs-subscribe-newsletter-cnt form.hs-form fieldset {
  max-width: none;
  text-align: left;
}
.hs-subscribe-newsletter-cnt form.hs-form fieldset  .hs-form-field > label {
  display: block;
  font: 18px/32px 'Ubuntu', Arial, Helvetica, sans-serif!important;
  color: #414141!important;
  font-size: 18px!important;
  font-weight: 400!important;
  margin-bottom: -16px!important;
}
.hs-subscribe-newsletter-cnt form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
  margin: 0 0 8px;
  padding: 13px 0px;
  border-color: #d4d4d8;
  border-radius: 5px;
  box-shadow: none;
  color: #32384b;
  font-size: 16px;
  line-height: 20px;
}
.hs-subscribe-newsletter-cnt form.hs-form .hs-field-desc{
  margin: 0px 0px 2px 0px;
  font-size: 11px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #aaa;
  line-height: 1;
  padding-top: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 20px !important;
  padding-left: 0;
}
.hs-subscribe-newsletter-cnt form.hs-form fieldset[class*="form-columns"] select  {
  height: 56px;
  margin-top: 3px !important;
}
.hs-subscribe-newsletter-cnt form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"]{
  margin-right: 15px;
}
.hs-subscribe-newsletter-cnt form.hs-form fieldset[class*="form-columns"] .hs-input {
  margin: 0;
}
.hs-subscribe-newsletter-cnt form.hs-form .hs-form-checkbox-display {
  font: 18px/32px 'Ubuntu', Arial, Helvetica, sans-serif!important;
  color: #414141!important;
  font-size: 18px!important;
  font-weight: 400!important;
}

/* -------- Subscribe Newsletter Page Page End ------ */

/* -------- Privacy Page  ------ */
.hs-privacy-page .body-container-wrapper {
  padding-top: 67px;
  padding-bottom: 132px;
  position: relative;
}
body.hs-privacy-page {
  overflow-x:hidden;
}
.hs-privacy-page span.section-before {
  margin-top: 0;
  display: block;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: -1;
  width: 1920px;
  height: 824px;
  margin-left: -1454px;
  background-size: cover;
  background-repeat:no-repeat;
}
.hs-privacy-main-content {
  width: 83.33333333% !important;
  margin:0 auto !important;
  float:none !important;
  padding:0 16px;
}
.hs-privacy-main-content .hs-page-header {
  padding-bottom: 73px;
  margin-left: -16px;
  margin-right: -16px;
}
/* -------- Privacy Page End ------ */
/* -------- Career Inner Page ------ */

.hs-career-inner-page-cnt .hs-page-header h1 {
  padding-bottom: 42px;
  margin-bottom: 32px;
}
.hs-career-inner-page-cnt .inner-page-center{
  padding-left: 4px;
  padding-right: 4px;
}
.hs-career-inner-page-cnt p{
  margin: 0 0 32px;
}
.hs-career-inner-page-cnt .cta-form-wrapper p {
  text-align: center; 
}
.hs-career-inner-with-social-page .hs-career-inner-page-cnt p:last-child {
  margin-bottom:0;
}
.hs-privacy-page.hs-career-inner-page .body-container-wrapper {
  padding-bottom:29px;
}
.body-container .hs-privacy-page-cnt .page-center {
  padding-bottom:0;
}
.hs-career-inner-page-cnt h3{
  text-align: center;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: 0;
  margin-bottom: 20px;
}
.hs-career-inner-page-cnt iframe{
  margin-bottom: 20px;
}
.hs-career-inner-page-cnt .hs-title-grp h2 {
  font-size: 26px;
  line-height: 56px;
  padding-bottom: 40px;
  margin-bottom: 32px;
}
.hs-subscribe-newsletter-cnt .hs-title-grp {
  padding: 0 !important;
}
.hs-subscribe-newsletter-cnt .hs-title-grp h2 {
  margin-bottom: 49px;
}

/* -------- Career Inner  Page End ------ */









/* =============== Footer =============== */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.footer-container-wrapper {}
.footer-container .page-center {
  padding-left: 16px;
  padding-right: 16px;
}
.custom-footer-top .hs-menu-wrapper > ul>li>a {
  cursor: text;
}
.custom-form-gp .hs-error-msgs label {
  font-size: 14px;
}
.social ul li a {
  display: block;
  width: 24px;
  height: 24px;
}

.custom-social {
  float: right !important;
  margin-right: 14px;
}

.custom-footer-group {
  font-size: 14px;
  line-height: 24px;
  color: #bdbfc4;
  font-weight: 400;
  font-family: Ubuntu, Arial, Helvetica, sans-serif;
  padding: 32px 0 31px;
  background: #fff;
}

nav.social p {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin: 0;
}
.rules {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.betty {
  background: url(http://538005.fs1.hubspotusercontent-na1.net/hubfs/538005/BettyBlocks-Dec2017/Images/b.svg) no-repeat;
  -webkit-background-size: 29px 24px;
  background-size: 29px 24px;
  width: 29px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  margin-right: 17px;
}
ul.rules li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
}
ul.rules li a {
  color: #bdbfc4;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

ul.rules li+li {
  margin-left: 20px;
}
.copy-holder p {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin-right: 50px;
}
.custom-social ul {
  margin: 0 0 0 14px;
  padding-left: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.custom-social ul li {
  display: inline-block;
  vertical-align: top;
}
.custom-social ul li+li {
  margin-left: 13px;
}

.custom-copyright {
  width: auto !important;
  margin-left: 0 !important;
}  
.custom-social {
  width: auto !important;
}   

.copy-holder {
  float: left;
}

.custom-left-menu ul ul ,
.custom-right-menu ul ul {
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.custom-footer-top {
  padding: 39px 0 97px;
}
.custom-footer-top .hs-menu-wrapper > ul {
  margin: 0 -16px;
}
.custom-footer-top .hs-menu-wrapper > ul > li {
  padding: 0 16px;
}
.custom-footer-top ul > li > a {
  font: 700 14px/17px 'Ubuntu', sans-serif;
  color: #32384b;
  margin: 0 0 5px 0;
  padding-bottom: 6px;
}
.custom-footer-top ul ul > li > a {
  color: #868993;
  text-decoration: none;
  font: 400 14px/18px 'Ubuntu',sans-serif;
  display: inline-block !important;
}
.custom-footer-top ul > li {
  width: 16.66666667% ;
  display: inline-block;
}
.custom-footer-top ul ul > li {
  width: 100% ;
}
.custom-footer-top ul ul > li:last-child > a {
  padding-bottom: 0;
}

.custom-footer-top ul ul > li {
  padding-left: 0 !important;
}
.custom-footer-top ul {
  display: block !important;
}
.custom-footer-top ul ul > li > a:hover{
  color: #6D707A;
}
ul.rules li a:hover {
  text-decoration: underline;
}
.custom-form-gp {
  padding: 65px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.custom-form-gp:not(.hs-home-row7-group):before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../jpg/big_blue_background-2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.cm-form h3 {
  color: #fff !important;
  margin-bottom: 33px !important;
  font: 700 40px/56px 'Merriweather', serif !important;
}
.custom-form-gp .cm-form .hs-form-field > label{
  display:inline;
}
.cm-form form {
  position:relative;
}
.custom-form-gp .cm-form .hs-form-required {
  display:none;
}
.custom-form-gp .cm-form .hs-input {
  border: 1px solid #D4D4D8;
  background: #F8F8F9;
  border-radius: 5px 0px 0px 5px;
  width: 250px !important;
  color: #262A3A;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 32px;
  font-family: inherit;
  margin:0;
}
.custom-form-gp .hs_error_rollup {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: left;
  width: 360px !important;
  margin: 0 auto;
}
.custom-form-gp .hs-error-msgs.inputs-list label {
  text-align: left;
}
.custom-form-gp .hs_cos_wrapper_type_rich_text {
  width: 60%;
  margin: 0 auto;
}
.footer-container h1, .footer-container h2, .custom-form-gp h2 {
  font-size: 40px;
  color: #fff;
  line-height: 56px;
  margin-bottom: 10px;
}

.cm-form .hs-button.primary {
  position: relative;
  transform: translateY(0);
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.27);
  font-family: inherit;
  font-weight: 700;
  min-width: 110px;
  border: none;
  font-size: 14px;
  line-height: 18px;
  background: #ffea00;
  background: linear-gradient(to bottom, #ffea00 0%,#ffcd19 100%);
  color: #32384b;
  border-radius: 0px 5px 5px 0;
  padding: 13px 17px;
  cursor: pointer;
  margin:0;
}
.cm-form .hs-button.primary:hover {
  box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.27);
  transform: none !important;
  background-color: #ec971f;
  background: linear-gradient(to bottom,  #ffea00 0%,#ffcd19 100%);
}
.cm-form .hs-form-field {
  margin: 0;
}
.cm-form form {
  display: flex;
  justify-content: center;
}
.custom-new-footer,
.hs-full-width-page .old-footer{
  display:none !important;
}
.hs-full-width-page .custom-new-footer {
  display:block !important;
}



/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

/* Fix mouse cursor as clickable on text-only (no link) items in the menu */
li.hs-menu-item.hs-menu-depth-1 > ul li a[href="javascript:;"]{  
  cursor: default !important;
}

li.hs-menu-item.hs-menu-depth-1 > ul li a[href="javascript:;"]:hover{  
  color: #252a3a !important; 
}

/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: inline-block;
  vertical-align: top;
  padding: 8px 0 20px;
  font-size: 16px;
  line-height: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: block;
  color: #fff;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li+li {
  margin-left: 25px;
}
.custom-menu-primary {
  margin-left: 0 !important;
  width: auto !important;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

.hs-menu-depth-2 > .hs-menu-children-wrapper {
  left: 176px !important;
  border-left: 3px solid grey;
  position: absolute;
  top: -100%;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

@media (min-width: 991px) {
  .bb--sidebar-menu.sticky {
    position: fixed;
    top: 0;
    display: block;
    padding-top: 100px;
  }
  .bb--sidebar-menu.sticky-bottom {
    position: absolute;
    top: auto !important;
    bottom: 0;
    height: auto; 
  }
  .subtopic-group .modal-inner.zoomed-in {
    max-width: none;
    max-height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: overlay;
  }
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul:not(.hs-search-field__suggestions) { 
    display:block !important;
  }
  #site-wrapper{
    overflow-x: hidden;
  }
  .custom-menu-primary {
    height: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    background: #fff;
    width: 220px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.16);
    box-shadow: 0 0 50px rgba(0,0,0,0.16);
    top: 100%;
    left: -120% !important;
    padding: 27px 24px 21px;
    text-align: left;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul:after {
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 5px;
    position: absolute;
    top: -5px;
    left: 50%;
    background: #fff;
    margin-left: -13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
  }
  
  
  
  .custom-menu-primary .hs-menu-wrapper  ul li ul ul:after {
   content: '';
   display: none !important;
  }
 

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #252a3a;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li+li {
    margin-top: 16px;
  }
  .cm-mobile-logo {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(2) ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(6) ul{
    left: auto !important;
    right: -48px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul {
    left: auto !important;
    right: -260px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul {
    left: auto !important;
    right: -73px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul {
    left: -27% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #585d6d;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(7) a {
    cursor: default;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(7) ul a {
    cursor: pointer;
  }
  .no-banner .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #90929b;
  }
  .no-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #90929b;
  }
  .no-banner .custom-menu-primary .hs-menu-wrapper > ul > li #search-icon {
    color: #90929b !important;
  }
  .custom-mobile-menu-group{
    display:none !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul .custom-search {
    transition: none; 
  }
  .hs-logo-with-bg:hover {
    transform: translateY(-10px);
    filter: drop-shadow(0px 10px 15px rgba(125,127,137,0.3))
  }
  .hs-accordion-title:not(.disabled):hover {
    background: #222;
    color: #fff;
  }
  .hs-accordion.blue .hs-accordion-title:not(.disabled):hover {
    background: #fff;
    color: #3C6FFA;
  }
  .bb--customer-case-item-inner:not(.vb):hover .background-image {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  .bb--customer-case-item-inner.vb:hover .background-image,
  .bb--customer-case-item-inner.vb:focus .background-image {
    display: none;
  }
  .bb--customer-case-item-inner:hover .background-video,
  .bb--customer-case-item-inner:focus .background-video {
    display: block; 
  }
  
    /* Third level list container */
  .hs-menu-children-wrapper > .hs-menu-item.hs-menu-depth-2.hs-item-has-children > .hs-menu-children-wrapper {
    display: contents !important;
  }

   /* Second level list container */
 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul {
    display: contents;
    width: 550px !important;
    left: -270% !important;
  }
  
  /* Second level list container */
 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul {
    display: contents;
    width: 450px !important;
    left: -270% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul {
    display: contents;
    width: 450px !important;
    left: -190% !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) > ul::after {
    left: 45% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) > ul::after {
    left: 39.5% !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > ul::after {
    left: 39.5% !important;
  }

  /* Removes the 'arrow' pointer on third level  */
  /* ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper::after { */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul{
    display: none;
  }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul{
    display: none;
  }

  /* Third level listitems */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul > li {
    float: left;
    display: grid;
    margin: 0;
    grid-row-gap: 20px;
  }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul > li {
    float: left;
    display: grid;
    margin: 0;
    grid-row-gap: 20px;
  }

  /* Second level list 'Solutions', third level list #first list */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul > li:nth-of-type(1) {
    width: 45%;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul > li:nth-of-type(1) {
    width: 39%;
  }
  
   .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul > li:nth-of-type(1) {
    width: 39%;
  }

  /* Second level list 'By Industries', third level list second list */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(3) ul > li:nth-of-type(2):not(.hs-menu-item.hs-menu-depth-3) {
    width: 55%;
    padding-left: 24px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul > li:nth-of-type(2):not(.hs-menu-item.hs-menu-depth-3) {
    width: 61%;
    padding-left: 24px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul > li:nth-of-type(2):not(.hs-menu-item.hs-menu-depth-3) {
    width: 61%;
    padding-left: 24px;
  }

  /* Render a 'seperator' on the second listitem element  */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(4) ul > li:nth-of-type(2) {
    box-shadow: -3px 0px 0px #f2f2f2;
  }
  
  /* Render a 'seperator' on the second listitem element  */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) ul > li:nth-of-type(2) {
    box-shadow: -3px 0px 0px #f2f2f2;
  }

  /* Remove grey seperator on list items */
  .custom-menu-primary .hs-menu-wrapper > ul > li ul > li ul > li {
    box-shadow: none !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    visibility: visible !important;
  }
 
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }
.mobile-icon {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 37px;
  right: 17px;
}
.mobile-icon:hover {
  text-decoration: none; /* Removes link text underline on button */
}

/* Three line icon */
.mobile-icon span {
  margin: 0 auto;
  position: relative;
  top: 17px;
}
.mobile-icon  span:before, .mobile-icon span:after {
  position: absolute;
  content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
  width: 26px;
  height: 2px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  margin: 0;
}
.no-banner .mobile-icon  span, .no-banner .mobile-icon  span:before, .no-banner .mobile-icon  span:after {
  background-color: #ea2249;
}

.mobile-icon:hover  span, .mobile-icon:hover  span:before, .mobile-icon:hover  span:after {
}

.mobile-icon  span:before {
  margin-top: -6px; /* Position top line */
}
.mobile-icon  span:after {
  margin-top: 6px; /* Position bottom line */
}


/* Close Button
========================================================================== */  

.close-icon {
  display: none !important;
  cursor: pointer;
  margin: 0;
  margin-left: 30px;
  float: left;
  position: absolute;
  top: 45px;
  right: 22px;
  text-indent: -9999px;
  width: 18px !important;
  height: 18px;
  z-index: 999;
}

.close-icon:after,
.close-icon:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -1px;
  background: #e9004c;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-icon:before {
  -ms-transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg);
}

@media (max-width: 991px){

  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > .hs-menu-children-wrapper{
    border-left: none;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    margin-top: 20px;
    padding: 0;
  }
  
  .custom-desktop-menu{
    display:none !important;
  }

  body, html {
    height: auto;
  }

  /* Show the Mobile and Close Icons */
  .mobile-icon,
  .close-icon {
    display: block !important;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper{
    max-width: 100%;
    height: 100%;
    position: relative;
    overflow-x:hidden;
  }

  /* Provide room in header for the toggle button */ 
  .header-container-wrapper .page-center{}

  /* Provide spacing for the menu ul */
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;
  }

  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    position: fixed;
    width: 288px !important;
    z-index: 1000;
    background-color: #fff;
    right: -300px;
    top: 0;
    height:100vh !important;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    transition:all 0.5s ;
  }
  .show-mobile-nav .custom-menu-primary {
    right:0;
    transition:all 0.5s ;
  }

  /* Set Link Colors */
  .custom-menu-primary a { color: #fff; }
  .custom-menu-primary a:hover { color: #ccc; }

  /* All Main Containers Display FULL Width By Default */
  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
    position:relative;
    right:0;
    transition:all 0.5s ;
  }
  .footer-container h1, .footer-container h2, .custom-form-gp h2 {
    font-size: 34px;
    height: auto;
  }

  /* All Main Containers Display PARTIAL Width On Icon Click */
  .show-mobile-nav .header-container-wrapper, 
  .show-mobile-nav .body-container-wrapper, 
  .show-mobile-nav .footer-container-wrapper{
    right:288px;
    transition:all 0.5s ;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {} 
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 20px 0px 0px 2px;
    float: none !important;
    text-align: left !important;
    display: block;
    margin-left: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    padding: 12px 16px;
    color: rgba(38, 42, 58, 0.6);
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) {
    height: 44px;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) > a {
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 44px;
    display: block !important;
    background: #F5F7FA;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field:after {
    content: none;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field button.custom-search-btn {
    width: 15%;
    height: 100%;
    background: transparent;
    color: #d4d4d8;
    border: none;
    border-radius: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field > .hs-search-field__bar, .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field form {
    height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field form .hs-search-field__input {
    display: block !important;
    border-radius: 0px;
    width: 85% !important; 
    background: transparent !important;
    border: none;
    padding: 5px 16px;
    color: rgba(38,42,58,0.6);
    max-width: 288px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper> ul > li:nth-of-type(7) .hs-search-field__input:focus {
    color: #252A3E;
  }
  .custom-menu-primary .hs-menu-wrapper ul > li:nth-of-type(7) .hs-search-field__suggestions {
    width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper .hs-search-field__suggestions:after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    padding: 0 15px;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children ul {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #252a3a;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open > a{
    color: #252a3a;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #585d6d;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open ul {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open ul {
    display: block;
  }
  .show-mobile-nav .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    opacity: .16;
    background: #000;
  }

  body.show-mobile-nav {
    overflow: hidden;
  }
  .custom-menu-primary {
    padding-top: 38px;
  }
  a.cm-mobile-logo {
    padding-left: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block !important;
    padding-top: 16px;
/*     min-height: calc(100vh - 184px); */
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    display: block;
    padding: 12px 40px 12px 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(6) {
    border-bottom: 1px solid #f2f4f7;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    content: '';
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: 22px;
    top: 50%;
    border: 4px solid transparent;
    border-right: 5px solid #d4d4d8;
    margin: -4px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > a:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: -2px -2px 0 0;
  }
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%; /* Button width */
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .custom-menu-primary .custom-header-login ul li a {
    display: inline-block !important;
  } 
  .custom-menu-primary .custom-header-login ul {
    min-height: auto !important;
  }
  .custom-menu-primary .custom-header-login ul li {
    width: auto;
    display: inline-block;
  }
  .custom-menu-primary .custom-header-login ul {
    padding: 15px;
    overflow: hidden;
  }
  .custom-menu-primary .custom-header-login ul li {
    margin:0;
  }
  .custom-menu-primary .custom-header-login ul li+li a:before{
    display:none;
  }
  .custom-menu-primary .custom-header-login ul li + li a {
    min-width: 114px;       
  }
  .custom-menu-primary .custom-header-login ul li a {
    padding: 10px 16px;
    font-size: 14px;
  }
  .custom-menu-primary .custom-header-login ul li a.btn {
    min-width: 114px;
    line-height: 18px;
  }
  .custom-menu-primary .custom-header-login ul li a:hover {
    color: #90929B;
  }
  a.cm-mobile-logo img {
    width: 164px;   
  }
  .custom-header-group {
    padding: 38px 0 30px;
  }
  .custom-menu-primary .custom-logo-inner {
    padding: 0 16px;
  }
  .custom-menu-primary .custom-logo-inner img {
    display:none !important;
  }
  .custom-menu-primary .custom-logo-inner img.logo-red {
    display: block !important;
    float: left;
  }
  .custom-menu-primary .custom-header-login {
    display:block !important;
    width: 100% !important;
    margin: 0 !important;
/*     padding-top: 45px; */
  }
  
    .forrester-left-image {
  margin-top: 70px;
  }s


}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

.blog .body-container-wrapper {
  position: relative;
  padding-top: 67px;
  padding-bottom:132px;
}
.blog .body-container-wrapper:after {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: -1;
  max-width: 1920px;
  height: 824px;
  margin-left: -1453px;
  background: url(../png/background-image-white-2.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
  right: 0;
}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {
  margin: 0;
  margin-bottom: 73px;
  font: 700 32px/48px 'Merriweather', serif;
  color: #262A3A;
}
.hs-blog-header h1 a{}

/* Blog Post Title */


.post-header h2, h2.post-listing-simple {
  margin-bottom: 26px;
  padding-bottom: 32px;
  font: 700 18px/32px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 10px;
  position: relative;
  text-align: center;
  margin-bottom: 26px;
  padding-bottom: 32px;
}
.post-header h2:before {
  content: '';
  width: 112px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -56px;
  bottom: 0;
  background-repeat:no-repeat;
  background-image: url(../png/horizontal-red-stripe.png);
  -webkit-background-size: 112px 8px;
  background-size: 112px 8px;
}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
  color: inherit;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
}
.section.post-header h1 {}

.custom-blog-byline{
  margin-bottom: 34px;
  font-size: 14px;
  line-height: 20px;
}
.custom-blog-byline-right {
  text-align: right;
}
.custom-blog-byline > div {
  width: 50%;
  float: left;
}
.custom-blog-byline .social-list {
  list-style: none;
  margin: 1px -9px 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.custom-blog-byline .social-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 9px;
}
.custom-blog-byline .social-list img {
  vertical-align: top;
}
.custom-blog-byline .social-list a:hover {
  opacity: .7;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  position: relative;
  padding: 64px 40px 32px;
  border-radius: 5px;
  background: #fff;
  color: rgba(50,56,75,.6);
  box-shadow: 0 5px 15px rgba(0,0,0,.05);
}
.blog-listing-wrapper .post-listing .post-item + .post-item {
  margin-top: 75px;
}
.blog-listing-wrapper .post-listing .post-item .post-body p,
.cm-blog-post-wrap .post-body p{
  margin: 0 0 32px;
}
.cm-blog-post-wrap {
  position: relative;
  padding: 64px 40px 32px;
  border-radius: 5px;
  background: #fff;
  color: rgba(50,56,75,.6);
  box-shadow: 0 5px 15px rgba(0,0,0,.05);
}
.blog-post-wrapper .post-body {}


.custom-listing-author-img{
  position: absolute;
  left: 50%;
  top: -28px;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.custom-listing-author-img img {
  border-radius: 50%;
}
/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
.cm-blog-more-link {
  margin: 0 0 32px;
}
a.blog-more-link {
  color: #4b88fb;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px dashed #4b88fb;
  cursor: pointer;
  margin: 0;
}
a.blog-more-link:hover {
  color: #4b88fb;
  border-bottom: 1px solid #4b88fb;
  text-decoration: none;
}
.custom-topic {
  padding-bottom: 8px;
}
.custom-topic a{
  display: inline-block;
  vertical-align: top;
  padding: 6px 13px;
  border-radius: 14px;
  background: #f8f8f9;
  color: inherit;
  font-size: 14px;
  line-height: 20px;
}
.custom-topic a:hover {
  color: #32384b;
}

/* Blog Topics List */
#hubspot-topic_data {
  margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

#comments-listing.no-comments {
  border: none;
}

#comment-form {
  background: #fff;
  border: 1px solid #000;
  margin: 15px 0;
  padding: 30px;
}

.comment-date { font-size: 13px; text-align: right; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  clear: both;
  padding: 49px 0 0;
}
.blog-pagination a {
  display: inline-block;
  margin: 0;
  padding: 14px 17px;
  color: #e9004c;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  position: relative;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
  white-space: nowrap;
}
.blog-pagination .prev {
  float: left;
}
.blog-pagination .next {
  float: right;
}
.blog-pagination a:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}
.blog-pagination a[disabled]{
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-pagination a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  transition: all .3s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.blog-pagination a:hover:before {
  box-shadow: 0 2px 4px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.1);
  background: rgba(255,255,255,.2);
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {
  padding: 5px 0;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin: 0 0 20px;
  border-bottom: 1px solid #d4d4d8;
  padding-bottom: 40px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}

.blog .blog-sidebar h3{
  margin: 0 0 8px;
  font: 700 16px/26px 'Merriweather', serif;
  color: #262A3A;
  font-family: 'Ubuntu', sans-serif;
}
.blog .blog-sidebar .hs-input {
  min-height: 48px;
  margin: 0 0 8px;
  padding: 13px 10px;
  border-color: #d4d4d8;
  border-radius: 5px;
  box-shadow: none;
  color: #32384b;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  max-width: 100%;
}
.blog .blog-sidebar .hs-input:hover,
.blog .blog-sidebar .hs-input:focus {
  border-color: #a2a2a2;
}
.blog .blog-sidebar .hs-input::-moz-placeholder {
  color:rgba(50,56,75,.3);
  opacity:1;
}
.blog .blog-sidebar .hs-input:-ms-input-placeholder { 
  color:rgba(50,56,75,.3);
}
.blog .blog-sidebar .hs-input::-webkit-input-placeholder { 
  color:rgba(50,56,75,.3);
}


.blog .blog-sidebar .hs-button.primary{
  display: block;
  min-width: 1px;
  -webkit-transition: all .3s;
  transition: all .3;
  background-color: #fff;
  color: #4b88fb;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 15px;
  border: 0;
  border-radius: 5px;
  position: relative;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  width: 100%;
  border-color: #3c6ffa;
  border: 1px solid;
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.27);
  position: relative;
  top: -2px;
}
.blog .blog-sidebar .hs-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
}
.custom-blog-form .hs-form-field > label {
  display: inline;
}
.custom-blog-form .hs-form-required {
  display:none;
}

.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}

.pop-up-open .popup form .hs-input::placeholder {
  color: #c3bcbc;
}
/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 15px 0 9px;
  margin-bottom: 20px;
}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin: 0 0 10px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
  display:inline-block;
}
.hs-form-field > label {
  display:inline-block;
  font-size: 16px;
}
.form-title {
  font: 700 32px/48px 'Merriweather', serif;
  color: #262A3A;
  margin: 0 0 8px;
}
.submitted-message {
  text-align: center;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width:500px;
  border: 1px solid #D4D4D8;
  border-radius: 5px;
  color: #262A3A;
  padding: 5px 10px;
  font-size: 16px;
  margin-bottom: 8px;
  background-color: #fafafa;
  font-family: inherit;
  line-height: 32px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: .6em;
  background-position: calc(100% - 1em) center;
  background-repeat: no-repeat;
  padding-right: 35px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(to bottom, #568eff 0%,#385aff 100%);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 11px 17px;
  font-weight: 700;
  min-width: 110px;
  border: none;
  border-radius: 5px;
  position: relative;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
  margin: 20px 0 10px;
  font-family: inherit;
  transition: all .3s;
  white-space:normal !important;
  text-align:center;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 0 4px rgba(0,0,0,.1), 0px 3px 4px rgba(0,0,0,.27);
  background: linear-gradient(to bottom, #83abfd 0%,#6a83ff 100%);
  transition: all .3s;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_simple_subscription h1{}

.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2{}

.widget-type-email_subscriptions h3,
.widget-type-email_subscriptions_confirmation h3,
.widget-type-email_simple_subscription h3{}

img.hs-image-widget {
  align-self: f
}

.body-container ul li{ color: #7d7f89;}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
  list-style:none !important;
}

.hs-form-required {
  color: #ff0000;
}

.landing-page.one-column .body-container form {
  width: 50%;
}
.error-template.one-column .body-container form,
.password-template.one-column .body-container form,
.subscription-template.one-column .body-container form #content{
  width: 50%;
}

.hs-error-msgs.inputs-list{
  margin: 0;
  padding:0;
  list-style:none;
}

.hs-error-msgs.inputs-list label,
.pop-up-open .popup .hs-error-msgs.inputs-list label{
  line-height: normal;
  display: block;
  font-weight: normal;
  color: #c87771;
  font-size: 14px;
  text-align: left;
}
form .hs-input.invalid.error { 
  border: 1px solid #C87771 !important;
}
form .hs-input.valid {
  border: 1px solid #71C881 !important;
  padding-right: 45px;
}
form .input {
  position: relative; 
}
form .input.valid:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 10px;
  width: 26px;
  height: 20px;
  background-image: url(../png/check_yes.png);
}

input.hs-input.error:focus{}
input[type="search"]::-webkit-search-cancel-buttonrch-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* Styles that do not fit into any of the available sections above can go here. */

/* G2 block */

.g2-box {
  width: 100%;
  height: auto;
  border-radius: 5px;
      -webkit-box-shadow: 0px 6px 30px rgb(125 127 137 / 15%);
    -moz-box-shadow: 0px 6px 30px rgba(125,127,137,0.15);
    box-shadow: 0px 6px 30px rgb(125 127 137 / 15%);
  text-align: center;
  background-color: #fff;
  padding: 40px;
  margin: 150px 0px;
}

.g2-logo {margin-bottom: 20px;}

.g2-logo path {
  fill: #ffffff;
}

.g2-logo svg {
  max-width: 50px; max-height: 50px; width: 100%; height: 100%; color: #e9004c; fill: currentColor; stroke: currentColor
}

.g2-stars {
  padding-bottom: 40px;
  z-index: 4;
  position: relative;
}

.g2-quote {position: relative;}
.g2-quote .quote {
  display:block;
  width: 75%;
  margin: 0 auto;
}

.g2-quote h3 {
  position: relative;
  z-index: 2
}

.g2-quote .quote:before {
  content: '';
    background: url(../png/quote-bg-before.png);
    position: absolute;
    z-index: 1;
    height: 102px;
    width: 92px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -60px;
    left: 10%;
   
}

.g2-quote .quote:after {
    content: '';
    background: url(../png/quote-bg-after.png);
    position: absolute;
    z-index: 1;
    height: 102px;
    width: 92px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -60px;
    right: 10%;

}

.g2-meta {padding-top: 40px;}

.g2-meta .name {
  font-weight: bold;
  width: 100%;
  display: block;
  line-height: 16px;
}

.g2-meta .title {
  color: #7d7f89;
  font-size: 14px;
}

.g2-link a {font-size: 16px;}

.forrester-wrapper .hs-custom-page-header {
  margin-bottom: 25px
}

.forrester-form-container {
 /* margin-top: -200px !important; */
  padding-bottom: 50px;
}

.forrester-form-container label {
  display: block
}

.forrester-form-container label.hs-form-booleancheckbox-display {
  display: block;
}

.forrester-form-container .cta-form-wrapper p {
  margin: 0px;
}


.forrester-left-image .custom-one-col-image-mod {
  text-align: center;
  margin: 30px 0px; 
}

.forrester-form-container .cta-form-bg-grp.form-grp {
  margin: 0px -16px 50px -16px;
}

.forrester-form-container .forrester-left-image .hs-left-icon-with-title-item {
  width: 100%;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 60px;
  font-size: 17px;
}

.forrester-form-container .forrester-left-image .hs-left-icon-with-title-item img {
  margin-right: 20px;
  width: 30px;
  float: left;
}

.forrester-form-container .forrester-left-image .hs-left-icon-with-title-item span {
  display: block;
  width: 90%;
  float: left;
}

.forrester-form-container .forrester-left-image .hs-left-icon-with-title-group {
  margin-top: 30px;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */




@media (max-width: 1600px) {

}

@media (min-width: 1440px) {

  .custom-menu-primary {
    width: 100% !important;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li+li {
    margin-left: 41px;
  }
  .popup-video-inner {
    width: 50%;
    top: 75px;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 1439px) {
  .custom-logo {
    position: static;
    float: left !important;
    margin-left: 16px !important;
    margin-right: 40px;
  }
  .custom-login {
    position: static;
    float: right !important;
    margin-right: 16px;
    margin-top: -2px;
  }
  .bg-image-section-banner {
    margin-left: -1538px;
  }   
  .custom-banner-area-popup-mod:before {
    margin-left: -1538px;
  }
  .banner-image img {
    top: 516px;
  }
  
  .hs-search-field {
    right: 385px;
  }

}
@media(max-width:1400px){
  .hs-on-stage-row1-group span.section-before-span{
    left: auto;
    right: 0;   
  }
}
@media (max-width: 1209px) {
  body{
    font-size:16px;
  }
  .home-banner .form ul.hs-error-msgs.inputs-list {
    bottom: -120px;
  }
  .custom-login ul li {
    margin-left: 8px;
  }
  .bg-image-section {
    align-items: baseline;
  }
  .bg-image-section-banner {
    margin-left: -1638px;
  }
  .bg-image-section .page-center{
    padding: 45px 16px 20px;
  }
  .custom-footer-top {
    padding: 43px 0 96px;
  }
  .custom-footer-top ul > li {
    line-height: 32px;
  }
  .custom-footer-top .hs-menu-wrapper > ul > li > a {
    display: block;
    padding: 0;
    margin: 0 0 6px 0;
  }
  .hs-demo-video-row1-col1-section h3, .hs-platformdemo-row1-col2-section h3 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  } 
  .hs-seminar-layout a.button.btn.btn-white-pink {
    position: relative;
    bottom: 0;
    right: 0;
    margin-left: 40px;
    margin-bottom: 40px;
  }

  .hs-seminar-layout .custom-presentation-inner .tile-box {
    min-height: 100%;
    height: 100%;
  }
  .hs-row2-betty-group .hs_cos_wrapper_type_rich_text h3 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }

  .hs-betty-row1-group h2 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }

  .hs-betty-row3-section h2 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }

  .hs-betty-row4-group h2 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
  .hs-row1-one-column-group .hs_cos_wrapper_type_rich_text ul {
    width: 100%;
  }
  .hs-row1-one-column-group h1 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
  .hs-one-column-layout .cta-form-bg-grp.contact-popup-group .cta-form-wrapper {
    margin: 10px 0 0;
  }
  .hs-one-column-layout .contact-popup-group .cta-form-wrapper h3 {
    margin-bottom: 30px;
  }
  .hs-careers-row1-group .custom-left-image-col img {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
  }
  .hs-training-row4-section h3 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
  .hs-support-row1-group .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }

  .custom-academy-equal.right a {
    font-size: 16px;
  }
  .hs-on-stage-row1-group h2 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }

  .hs-on-stage-row1-group h2, .hs-on-stage-row1-group p {
    max-width: 100%;
    width: 66.6%;
  }
  .hs-row2-training-section h3 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }

  .hs-training-row3-group h2 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
  .hs-one-col-video-page span.section-before {
    background-size: 120%;
  }
  .custom-one-col-title-inner .section-title {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
  .intro-news-body{
    margin-top: -11px;
  }
  .hs-code-row1-group h2 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }

  span.section-after {
    margin-left: -460px;
  }
  .hs-office-contact-row1-group h2 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }

  .hs-office-contact-row1-group .hs_cos_wrapper_type_rich_text h3 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }

  .hs-office-contact-row1-group .hs-two-column-cnt-with-img-grp {
    padding: 50px 0 80px;
  }
  .hs-code-row2-group h2 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }

  .compare-table {
    width: 100%;
  }

  .hs-code-row3-section {
    max-width: 100%;
  }

  .hs-code-row3-section h2, .hs-row4-code-section h2 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }

  .hs-code-layout .custom-one-column-with-content-group {
    width: 100%;
  }
  .cta-form-bg-grp.contact-popup-group {
    margin-top: 0;
  }
  .contact-popup-group .cta-form-wrapper h3 {
    font-size: 24px;
    line-height: 40px;
  }

  .contact-popup-group .lg-inline a.read-more {
    font-size: 16px;
  }
  .custom-representatives-inner .picture {
    margin: 0 auto;
    float: none;
  }

  .people-content {
    width: 100%;
    float: none;
    margin-top: 10px;
  }

  .hs-barcelona-row1-group h2 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col1 p {
    font-size: 0.9em;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 ul li p {
    font-size: 0.9em;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col1 a.btn.pink-btn {
    margin-top: 40px;
    font-size: 0.9em;
  }
  .custom-header-gp.cloned-menu .custom-logo-inner img.tab-logo-red {
    display: block; 
  }
  .custom-header-gp.cloned-menu .custom-logo-inner img.tab-logo, .custom-header-gp.cloned-menu .custom-logo-inner img.logo-red {
    display: none !important; 
  }
  img.tab-logo {
    display: block !important;
  }
  .no-banner .tab-logo-red {
    display: block !important;
  }
  .no-banner .tab-logo,
  .no-banner .logo-red{
    display: none !important;
  }
  .logo {
    display: none;
  }
  .custom-logo {
    width: 39px !important;
    margin-right: 43px;
  }
  .custom-footer-top ul ul > li > a {
    font: 400 12px/14px 'Ubuntu',sans-serif;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 972px;
  }
  .custom-footer-top ul ul > li:last-child > a, .custom-footer-top ul > li > a {
    margin: 0;
    padding-bottom: 0;
  }
  .custom-banner-area-popup-mod:before {
    margin-left: -1638px;
  }
  .banner-image img {
    top: 516px;
  }
  .banner-image img {
    top: 550px;
  }
  .cta-form-wrapper h3 {
    margin-bottom: 24px;
    padding-bottom: 32px;
    font-size: 24px;
    line-height: 40px;
  }
  .hs-one-column-page .cta-form-wrapper h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .btn-or {
    font-size: 16px;
  }
  .lg-inline a {
    font-size: 16px;
  }
  .form .hs-input {
    width: 200px;
  }
  .form {
    max-width: 650px;
  }
  .hs-page-header h1 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
  .custom-header-group {
    padding: 38px 0 20px;
  }
  .hs-full-width-page .cta-form-wrapper h3 {
    font-size: 24px;
    line-height: 40px;
  }
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .hs-full-width-page .hs-title-grp h2{
    margin-bottom: 24px;
    padding-bottom: 32px;
  }
  .section-title {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }
  .hs-also-recognized-grp {
    margin: 40px 0px;
  }
  .hs-home-row4-group .hs-also-recognized-grp {
    margin: 40px 0px -80px;
  }
  .hs-also-recognized-inner ul li {
    padding: 0 20px 30px;
    min-width: 190px;
  }
  .hs-two-column-cnt-with-img-cnt-col h2 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }
  .hs-one-column-video-page-section2 {
    padding-top: 20px;
  }
  .hs-download-section1 h1 {
    padding-bottom: 32px;
  }
  .hs-subscribe-newsletter-cnt h3 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
  .hs-main-one-column-cnt-group .read-more {
    font-size: 16px;
  }
  .hs-one-column-page .cta-form-wrapper h3 {
    margin-bottom: 25px;
    padding-bottom: 32px;
  }
  .hs-title-grp h2 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }
  .hs-one-col-video-page.hs-leadership-page span.section-before {
    background-size: 120%;
  }
  .hs-leadership-page .hs-one-column-video-page-section2 {
    padding-top: 80px;
  }
  .hs-leadership-page .hs-one-column-video-page-section1 {
    padding-bottom:12px;
  }
  .hs-one-col-video-page.hs-presentation-page span.section-before {
    background-size: 120%;
  }
  .hs-row2-why-bettyblock-group .cta-form-wrapper h3 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 24px;
    padding-bottom: 32px;
  }
  .hs-on-stage-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col1 {
    margin-right: 40px;
  }
  .hs-on-stage-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col1 {
    width: 50%;
    float: left;
  }

  .hs-on-stage-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col2 {
    float: left;
    width: 40%;
  }
  .hs-aadi-london-row1-group .people-content {
    padding: 50px 0px 0px 0px;
    text-align: center;
  }

  .hs-aadi-london-row1-group .people-content h5 {
    text-align: center;
  }

  .hs-aadi-london-row1-group .people-content a {
    display: block;
    text-align: center;
    width: 100%;
  }
  .home-banner i.intro-or {
    display: block;
  }

  .home-banner .form {
    display: flex;
  }

  .home-banner .form form {
    justify-content: flex-start;
  }
  .img-betty {
    background-size: 160%;
    background-position: 30% 0;
  }

  .related-content p {
    font-size: 13px;
    line-height: 24px;
  }
  .hs-pricing-layout .lets-talk-iso {
    margin-top: 0;
  }

  .left-group {
    width: 276px;
  }

  .bundle.options {
    width: 30%;
  }
  .hs-bettyblock-platform-row2-group .cta-form-bg {
    width: 100%;
  }
  .hs-row2-why-bettyblock-group .cta-form-bg {
    width: 100%;
  }
  .hs-bettyblock-platform-row1-group h2 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }
  .hs-row3-why-bettyblock-group span.section-before-span {
    transform: translateX(-27%) translateY(-15%);
  }
  .hs-bettyblocks-platform-row2-group span.page-center-before-span {
    bottom: -100px; 
  }
  .hs-bettyblocks-platform-row3-group span.page-center-before-span {
    transform: translateX(-32%) translateY(0%);
  }
  .hs-compare-row2-group span.page-center-before-span {
    bottom: -330px;
  }
  .hs-compare-row4-group span.page-center-before-span {
    top: -520px;
  }
  .hs-bettyblocks-platform-row4-group span.section-after {
    margin-left: -1585px; 
  }
  .hs-row3-why-bettyblock-group {
    margin-bottom: 400px;
  }
  .container-iframe-device {
    height: 800px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: -200% 0;
    -webkit-transform-origin: -200% 0;
  }
  .left-video-arrow {
    right: 35px;
    left: auto;
  }
  .cell p {
    max-width: 350px; 
  }
  .feature-content.with-image {
    padding: 30px; 
  }
  .hs-logo-with-bg-grp-item.normal p,
  .bb--grid-layout-item-with-bg.normal p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1209px) and (min-width:768px){
  .hs-pepople-passionate-quote-buttons-form .hs-submit .actions .hs-button.primary {
    border-radius: 5px;
    margin-top: 10px;
  }
  .hs-pepople-passionate-quote-buttons-form .hs-input {
    width:100% !important;
    margin: 0 0 8px;
  }
  .hs-pepople-passionate-quote-buttons-form .hs-submit .actions {
    position: static;
  }
  .hs-pepople-passionate-quote-buttons-form, .hs-pepople-passionate-quote-buttons-more {
    display: block;
    vertical-align: top;
    margin-bottom: 8px;
  }
  .hs-pepople-passionate-quote-buttons .btn-or {
    display:none;
  }
  #search-icon {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li+li:last-of-type {
    margin-left: 0;
  }
}
@media (max-width: 1048px) {
  .cm-form h3 {
    font-size: 32px !important;
  }
}
@media (max-width: 1023px) and (min-width:768px) {
  .hs-full-width-page .cta-form-wrapper h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .form .hs-input {
    width: 250px;
  }
  h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .person-info {
    width: 100%;
    padding-bottom: 0;
  }
  .testimonial-block {
    padding-top: 50px;
    padding-bottom: 32px;
    width: 100%;
  }
  .person-info-wrapper {
    float: none;
    clear: both;
    width: 100%;
  }
  .person-info-wrapper img {
    width: 30%;
    float: left;
  }
  .person-name {
    font-weight: bold;
    margin-top: 15px;
    padding-left: 32px;
    float: left;
  }
  .person-title {
    float: left;
    transform: translateX(-130px) translateY(40px);
  }
  .person-challenges-title {
    display:none;
  }
  .hs-subscribe-newsletter-cnt {
    margin-bottom: 101px;
  }
  .hs-one-column-page .cta-form-wrapper h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .cta-form-wrapper h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .top-pad {
    padding-top: 0px;
  }
  .whitepaper-title {
    min-height: auto !important;
    padding: 15px 0px 10px 0px;
  }
  .whitepaper-button {
    padding-bottom: 30px;
  }
}
@media(max-width:1209px) and (min-width:1024px){ 
  .hs-pepople-passionate-quote-buttons-form .hs-form {
    position: relative;
    width: 80%;
  }
  .hs-pepople-passionate-quote-buttons-form .hs-input {
    width: 200px !important;
  }
  .hs-pepople-passionate-quote-buttons-form .hs-submit .actions {
    right: 58px;
    top: -10px;
    position: absolute;
  }
  .hs-pepople-passionate-quote-buttons-form .hs-submit .actions .hs-button.primary{
    border-radius: 0px 5px 5px 0;
  }
}
@media (max-width: 1023px){
  .hs-pepople-passionate-quote-buttons-form .hs-submit .actions .hs-button.primary {
    min-width:111px;
  }
}
@media (max-width: 1009px) {
  .custom-logo {
    width: 39px !important;
    margin-right: 20px;
    margin-left: 5px !important;
  }

}
@media (max-width: 991px) {
  span.section-before {
    height:100%;
  }
  .custom-home-feature-inner-bg, .custom-home-feature-mod.v2 .custom-home-feature-inner-bg {
    padding: 50px 20px;
  }
  .custom-home-feature-mod.v2 .feature-content.purple, .custom-home-feature-mod.v2 .feature-content.orange, .custom-home-feature-mod.v2 .feature-content.green {
    padding: 10px;
  }
  .feature-content.with-image {
    min-height: 200px;
    justify-content: space-evenly;
    padding: 10px;
  }
  .custom-header-group {
    padding: 38px 0 30px;
  }
  .bg-image-section {
    margin-top: -100px;
  }
  .container-fluid .row-fluid .hs-home-row2-group .page-center {
    max-width: 100%;
  }
  .bg-image-section-banner {
    margin-left: 0;
    left: -1000px;
    bottom: auto;
    height: 100%;
    min-height: 681px;
    right: 0;
    max-width: auto;
  } 
  .bg-image-section .custom-heading {
    width: 100%;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 752px;
  }
  .tab-logo {
    display: none !important;
  }
  .logo {
    display:inline-block !important
  }
  .no-banner .logo {
    display:none !important
  }
  .no-banner .tab-logo-red {
    display: none !important;
  }
  .no-banner .logo-red{
    display: block !important;
  }
  .custom-logo {
    width: 164px !important;
    margin-right: 35px;
  }
  .custom-login {
    display: none !important;
  } 
  .custom-right-menu, .custom-left-menu {
    width: 100% !important;
  }
  .custom-footer-top {
    padding: 0 0 30px;
  }  
  .custom-left-menu .hs-menu-wrapper > ul {
    font-size: 0;
    line-height: 0;
    margin: 0 -16px !important;
  }
  .custom-footer-top .hs-menu-wrapper > ul> li {
    padding: 0 16px;
  }
  .custom-footer-group {
    font-size: 12px;
  }
  ul.rules li {
    font-size: 12px;
  }
  ul.rules li+li {
    margin-left: 15px;
  }
  .betty {
    margin-right: 5px;
  }
  .copy-holder p {
    margin-right: 15px;
  } 
  .custom-social ul {
    margin: 0 0 0 8px;
  }
  .custom-social ul li+li {
    margin-left: 7px;
  }
  .custom-social {
    margin-right: 0;
  }
  .custom-footer-top .hs-menu-wrapper > ul > li > a {
    margin: 0 0 5px 0;
  }
  .custom-footer-top ul ul > li {
    margin-bottom: 0 !important;
    line-height: 32px;
  }
  .custom-footer-top ul > li {
    margin-bottom: 25px;
  }
  .custom-footer-top ul ul > li > a {
    margin: 0;
    padding-bottom: 0;
    display: inline-block !important;
  }
  .custom-footer-top ul > li > a {
    margin: 0 0 5px 0;
    padding-bottom: 0;
  }
  .custom-left-menu ul ul > li:last-child > a {
    margin-bottom: 8px;
  }
  .custom-header-login ul li:last-child{
    float: left !important;
  }
  .bg-image-section .page-center {
    padding: 29px 16px 163px;
    height: auto;
  }
  .bg-image-section-banner {
    min-height: auto;
  }
  .custom-banner-area-popup-mod:before {
    bottom: auto;
    height: 100%;
    min-height: 681px;
    margin-left: 0;
    left: -950px;
    right: 0;
  }
  body.hs-one-column-page {
    font-size: 16px;
    line-height: 32px;
  }
  .left {
    width: 100%;
    float: none;
    padding-top: 24px;
  }
  .cell {
    height: auto;
    padding-bottom: 168px;
    display: block;
    width: 100%;
  }
  .intro-inner {
    padding-bottom: 40px;
  }
  .cell p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
    max-width: 450px;
  }
  .right {
    width: 100%;
    float: none;
  }

  .lets-talk-iso {
    transform: translateY(0px);
  }

  .banner-image img {
    top: -60px;
  }

  .iso-quote h3, .custom-iso-quote h3, .hs-one-col-img-with-quote .custom-iso-quote h3 {
    font-size: 18px;
    line-height: 32px;
  }

  .hs-iso-row2-group {
    padding-top: 215px;
    padding-bottom: 50px;
  }

  .cta-form-bg {
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
  }

  .custom-one-column-with-content-inner {
    width: 100%;
    float: none;
  }
  .hs-demo-video-row1-col1-section h3, .hs-platformdemo-row1-col2-section h3 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
  .hs-betty-row1-group span.section-before {
    top: 34%;
  }

  .hs-betty-row1-group {
    position: relative;
  }

  .hs-betty-row3-section {
    width: 100% !important;
  }

  .hs-betty-row3-section p {
    font-size: 16px;
    line-height: 32px;
  }

  a.button.btn.btn-white-pink {
    bottom: 0;
    right: 0;
    position: relative;
    margin: 0 40px 40px;
  }
  .hs-row1-one-column-group .hs_cos_wrapper_type_rich_text ul li {
    font-size: 16px;
    line-height: 32px;
  }
  .hs-row1-one-column-group p {
    font-size: 16px;
    line-height: 32px;
  }
  .hs-row1-one-column-group span.section-after {
    top: -24px;
  }
  .hs-careers-row1-group .custom-left-image-col img {
    max-width: 315px;
  }

  .hs-careers-row1-group .custom-left-image-col {
    width: 100%;
    float: none;
    padding: 0;
  }

  .hs-careers-row1-group .custom-right-col-content {
    width: 100%;
    float: none;
  }
  .custom-one-col-with-button-inner {
    margin-left: 0;
    width: 48%;
    min-height: 300px;
  }
  .hs-code-layout .custom-one-column-with-content-inner p {
    line-height: 32px;
  }
  .hs-demo-video-row1-col2-section p {
    font-size: 16px;
  }
  .hs-support-row1-group .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }

  .custom-academy-equal.right a {
    font-size: 16px;
  }

  .support-buttons {
    display: none;
  }

  .hs-support-row1-group span.section-before-span {
    margin-left: -860px !important;
    left: 100%;
    top: -10px;
  }

  .support-champs {
    width: 100%;
    text-align: center;
    right: 0;
    /* top: -200px; */
  }

  .support-champs .text-box {
    float: none;
    width: 100%;
  }

  .support-champs .box1 {
    float: none;
    margin: 7px 10px 0 12px;
    width: 52px;
  }

  .support-champs .box2 {
    float: none;
    margin: 11px 6px 0 11px;
    width: 44px;
  }

  .support-champs .box3 {
    float: none;
    margin: 0 8px 0 15px;
    width: 68px;
  }

  .support-champs .box4 {
    float: none;
    margin: 7px 12px 0;
    width: 52px;
  }

  .support-champs .box5, .support-champs .box6, .support-champs .box7, .support-champs .box8 {
    display: none;
  }

  .support-champs-inner {
    top: -225px;
    width: 100%;
  }

  .support-champs .clearfix {
    display: inline-block;
    vertical-align: top;
  }
  .lets-talk-iso .body {
    font-size: 16px;
    line-height: 32px;
  }

  .hs-iso-row1-col2-top-section p {
    font-size: 16px;
    line-height: 32px;
  }

  .hs-iso-row1-col2-top-section a {
    font-size: 16px;
  }

  .hs-iso-row2-col1-section p {
    line-height: 32px;
  }

  .opts-box ul li {
    font-size: 16px;
  }
  .banner p {
    line-height: 32px;
  }

  .hs-row1-col1-training-section ul {
    padding: 30px 20px;
  }

  .custom-one-column-top-image-inner {
    width: 49%;
  }
  .hs-office-contact-website-page .cell p {
    line-height: 32px;
  }

  .hs-office-contact-website-page .lets-talk-iso {
    margin-top: 92px;
    padding: 49px 48px;
  }
  .hs-office-contact-website-page .intro-inner {
    padding-bottom: 90px;
  }

  .hs-office-contact-website-page .lets-talk-iso p.body {
    line-height: 32px;
    font-size: 16px;
  }

  .hs-office-contact-website-page .lets-talk-iso p.title {
    line-height: 32px;
  }

  .custom-contact-office-inner {
    width: 50%;
  }

  .contact-block p {
    line-height: 32px;
  }

  .contact-block {
    line-height: 32px;
  }

  .tile-box {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    height: auto !important;
  }

  .hs-office-contact-row1-group .hs-two-column-cnt-with-img-col {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .hs-office-contact-row1-group .hs-two-column-cnt-with-img-col img {
    width: 100%;
  }

  .hs-office-contact-row1-group .hs-two-column-cnt-with-img-cnt-col {
    width: 100%;
    float: none;
  }

  .hs-office-contact-row1-group .hs-two-column-cnt-with-img-cnt-col p {
    font-size: 16px;
    line-height: 32px;
  }

  .hs-office-contact-website-page .hs-two-column-cnt-with-img-cnt-col a {
    font-size: 16px;
    line-height: 32px;
  }
  .custom-one-column-top-image-inner p {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-one-column-top-image-inner h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-one-column-top-image-inner a {
    padding: 20px;
  }

  .custom-one-col-title-inner {
    width: 100%;
  }

  .custom-one-col-title-inner .content p {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
  .custom-one-col-title-inner .bullet-list .content p {
    text-align: left;
  }
  .hs-training-row3-group span.section-after {
    content: none;
  }

  .hs-training-row3-group span.section-before-span {
    top: -50%;
  }
  .hs-training-row4-section {
    max-width: 100%;
  }
  .hs-training-row3-group {
    padding: 0 0 94px;
    background-color: #2b3143;
  }
  span.section-before {
    margin-top: -467px;
  }
  .hs-demo-video-row1-col2-section, .hs-platformvideo-row1-col1-section {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 100px;
  }

  .hs-demo-video-row1-col1-section, .hs-platformdemo-row1-col2-section {
    margin-left: 0 !important;
    width: 100% !important;
    float: none !important;
  }

  h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .hs-code-layout .cell p {
    line-height: 32px;
  }

  .intro-news-outer {
    margin: 20px auto 0;
  }

  .intro-news-outer .intro-news-top {
    top: 10px;
  }

  .intro-news-body {
  }

  .hs-code-layout .intro-inner {
    padding-bottom: 5px;
  }

  img.visible-md-block {
    display: none;
  }

  img.visible-sm-block {
    display: block;
  }
  
  .forrester-form-container img.visible-sm-block {
    margin: 0 auto;
  }

  .hs-code-layout .iso-quote {
    width: 100%;
  }

  .hs-code-layout .iso-quote .quote-person {
    line-height: 32px;
  }

  .compare-table table th:first-child, .compare-table table td:first-child {
    padding-left: 30px;
  }

  .compare-table table tr {
    font-size: 16px;
    line-height: 32px;
  }

  .hs-code-row2-group .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    line-height: 32px;
  }

  .hs-code-row3-section p {
    font-size: 16px;
    line-height: 32px;
  }

  .hs-code-layout .custom-one-column-with-content-inner {
    float: left;
  }
  .hs-support-row1-group .hs_cos_wrapper_type_rich_text {
    position: relative;
    top: 330px;
  }

  .hs-support-row1-group .hs_cos_wrapper_type_rich_text p {
    max-width: 100%;
    font-size: 16px;
    line-height: 32px;
  }

  .hs-support-row2-group span.section-before-span {
    top: -100px;
  }

  .custom-academy-equal.left {
    float: none;
    display: inline-block;
    width: 49% !important;
  }


  .custom-academy-equal.right {
    float: none;
    display: inline-block;
    padding-left: 0;
  }

  .custom-academy-equal.right h2 {
    display: none;
  }

  .hs-support-row2-group {
    padding: 310px 0 0;
  }

  .academy-ico {
    width: 20px;
    margin-bottom: 10px;
  }

  .custom-academy-equal.right h3 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 24px;
    padding-bottom: 32px;
  }

  .custom-academy-equal.right p {
    font-size: 16px;
    line-height: 32px;
  }

  .one-column-background-inner {
    margin-left: 0;
    width: 100%;
    float: none;
  }

  .latest-wrapper:before {
    content: none !important;
  }

  .latest-wrapper ul li {
    font-size: 16px;
    line-height: 32px;
  }

  .hs-support-row3-group {
    margin-bottom: 52px;
  }

  .hs-support-row4-section {
    width: 100% !important;
  }

  .hs-support-row4-section p {
    font-size: 16px;
    line-height: 32px;
  }
  .hs-support-row4-section a {
    font-size: 16px;
    line-height: 32px;
  }
  .hs-partners-layout .lets-talk-iso {
    margin-top: 0;
  }

  .lets-talk-iso .title {
    line-height: 32px;
  }

  span.page-center-before-span {
    top: -360px;
  }

  .hs-partners-layout .intro-inner {
    padding: 0;
  }
  .custom-one-col-image-without-link-inner.four-cols {
    width: 50%;
    min-height: 250px;
  }

  .custom-one-col-image-without-link-mod, .hs-platformdemo-row3-group .custom-one-col-image-without-link-mod {
    width: 100%;
  }

  .contact-popup-group .cta-form-wrapper h3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
    padding-bottom: 32px;
  }

  .custom-partners-inner.excellent, .custom-partners-inner.premium {
    width: 50%;
  }
  .custom-partners-inner, .custom-partners-inner.certified, .custom-partners-inner.technology {
    width: 33.33333333%;
  }

  .logo-box figure {
    height: 170px;
  }
  .hs-training-row4-section h3 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }

  .hs-row1-col1-training-section ul li  {
    font-size: 16px;
    line-height: 32px;
  }

  .hs-academy-night span.ico.ico27 {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    margin-bottom: 35px;
  }

  .an-ws-type {
    line-height: 24px;
  }

  .hs-training-row4-section h3 {
    font-size: 18px;
    line-height: 32px;
  }

  .hs-training-row4-section form .hs-input {
    max-width: 100%;
  }
  .hs-itxpo-barcelona-layout .lets-talk-iso {
    margin-top: 96px;
  }

  .hs-barcelona-row1-group span.page-center-before-span {
    top: -560px;
  }

  .hs-barcelona-row1-group h2 {
    width: 100%;
    margin-top: 20px;
  }

  .hs-barcelona-row1-group .hs_cos_wrapper_type_rich_text p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    padding: 0 0 121px;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col1 p {
    font-size: 14.4px;
    line-height: 32px;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 ul li p {
    font-size: 14.4px;
    line-height: 32px;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp {
    margin-bottom: 100px;
  }

  .hs-two-column-equal-inner.col1 p {
    font-size: 16px;
    line-height: 32px;
  }

  .hs-two-column-equal-grp.equal-with-map {
    margin-bottom: 109px;
  }

  .custom-representatives-inner {
    width: 49%;
  }
  .hs-iso-row4-group {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hs-iso-row5-col1-section, .hs-iso-row5-col2-section {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  .hs-iso-row5-col2-section {
    padding: 0;
  }

  .cm-form h3 {
    font-size: 24px !important;
  } 
  .hs-full-width-page .body-container-wrapper:before {
    top: 40px;
  }
  .hs-full-width-page .hs-title-grp h2 {
    margin-bottom: 57px;
    padding-bottom: 32px;
  }

  .hs-three-col-eql-cnt-with-title-cnt {
    text-align: left;
  }
  .custom-footer-top ul > li {
    width: 33.33333333%;
    display: inline-block;
    float: none !important;
    vertical-align: top;
    margin-right: -2px;
  }
  .hs-one-column-page .body-container-wrapper:before {
    top: 40px;
  }
  .inner-page-center {
    width: 100% !important;
  }
  .hs-partners-box-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .partners-logo {
    display: block;
    margin: 0 auto;
    width: 96px;
    float: none;
  }
  .hs-four-column-equal-cnt-group, .hs-three-column-equal-cnt-group, .hs-two-column-equal-cnt-group {
    flex-direction: column; 
  }
  .hs-four-column-equal-cnt-group .hs-two-column-equal-cnt-grp-column, .hs-three-column-equal-cnt-group .hs-two-column-equal-cnt-grp-column, .hs-two-column-equal-cnt-grp-column {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .hs-three-col-eql-cnt-with-title-col {
    width: 100%;
    padding: 0;
  }
  .whitepaper-title {
    min-height: auto !important; 
  }
  .hs-partners-box-content-inner p {
    margin-bottom: 13px;
  }
  .hs-partners-box-logo {
    margin-bottom: 14px;
  }
  .hs-partner-box--holder {
    padding: 42px 15px 30px;
  }
  .hs-partners-box:after {
    height: 28px;
  }
  .hs-partners-box {
    padding-bottom: 50px;
    margin-bottom: 15px;
  }
  .partners-box-small .hs-partners-box-content-inner {
    margin: 0 0 30px;
  }
  .partners-box-small .hs-partners-box-content-inner h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .hs-partners-box-content-inner-img {
    height: 150px; 
  }
  .cta-form-wrapper h3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
    padding-bottom: 30px;
  }
  .hs-full-width-page .hs-title-grp h2 {
    font-size: 20px;
    line-height: 32px;
  }
  body.hs-one-column-video-page-section1 {
    line-height: 32px;
  }
  .hs-logo-with-bg-grp-item {
    width: 50%;
  }
  .hs-our-customers-grp-item, 
  .customers-home-block-wrapper .hs-our-customers-grp-item {
    width: 33.33333333%;
  }
  .customers-home-block-wrapper .hs-our-customers-grp-item figure {
    height: 276px;
  }
  .hs-download-landing-page body {
    font-size: 16px;
    line-height: 32px;
  }
  .hs-download-section1 h1 {
    padding-bottom: 32px;
    font: 26px/40px 'Merriweather', serif;
    font-weight: normal;
    color: #262A3A;
    margin: 0 0 8px;
  }
  .hs-download-secrion2-left-group,
  .hs-download-secrion2-right-group {
    min-height: auto !important;
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
    margin-bottom: 69px !important;
  }
  body.hs-download-landing-page {
    font-size: 16px;
    line-height: 32px;
  }
  .hs-download-secrion2-right-group .hs-title-grp h2 {
    font: 700 22px/34px 'Merriweather', serif;
    color: #262A3A;
    margin: 20px 0 10px;
    font-weight: bold!important;
    padding-bottom: 32px;
  }
  .hs-download-form form.hs-form fieldset[class*="form-columns"] .input {
    margin: 0 0 14px !important;
  }
  .hs-download-landing-page .body-container-wrapper {
    position:static !important;
  }
  .hs-subscribe-newsletter-page .inner-page-center {
    padding-left: 0;
    padding-right: 0;
  }
  body.hs-subscribe-newsletter-page {
    font-size: 16px;
    line-height: 32px;
  }
  .hs-subscribe-newsletter-cnt .read-more {
    font-size:16px;
  }
  .hs-subscribe-newsletter-page span.section-before {
    top: 34.7%;
  }
  .hs-main-one-column-cnt-section5 .hs-two-column-cnt-with-img-cnt-col {
    width: 100%;
    float: none;
  }
  .hs-main-one-column-cnt-group .hs-two-column-cnt-with-img-col,
  .hs-main-one-column-cnt-group .hs-two-column-cnt-with-img-cnt-col{
    width: 100%;
    margin-left: 0;
    float: none;
    padding-left: 16px;
    padding-right: 16px;
  }
  .hs-main-one-column-cnt-group .hs-two-column-cnt-with-img-col {
    margin-bottom: 32px;
  }
  .hs-main-one-column-cnt-group .hs-two-column-cnt-with-img-cnt-col .holder {
    max-width: 100%;
    margin: 0 auto;
  }
  .hs-main-one-column-cnt-group .hs-two-column-cnt-with-img-grp.right-align .hs-two-column-cnt-with-img-col {
    order: 1;
  }
  .hs-main-one-column-cnt-group .hs-two-column-cnt-with-img-grp.right-align .hs-two-column-cnt-with-img-cnt-col {
    order: 1;
  }
  .hs-main-one-column-cnt-group .hs-two-column-cnt-with-img-grp {
    display:block;
  }
  .hs-main-one-column-cnt-section5 .hs-two-column-cnt-with-img-cnt-col .holder {
    max-width: 100%;
  }
  .blog .blog-content,
  .blog .blog-sidebar{
    width: 100%;
    float: none;
    margin: 0;
  }
  body.blog {
    font-size: 16px;
    line-height: 32px;
  }
  .blog .blog-sidebar{
    padding: 41px 0 0;
  }
  body.hs-one-col-video-page,
  body.hs-privacy-page{
    font-size: 16px;
    line-height: 32px;
  }
  .hs-privacy-main-content {
    width: 100% !important;
  }
  .hs-career-inner-page-cnt .inner-page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-career-inner-page-cnt .btn-back {
    display:none;
  }
  .hs-three-col-with-video-grp-col {
    margin: 0 -1px;
  }
  .hs-why-bettyblocks-layout .lets-talk-iso {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .bundle.options {
    width: 50%;
  }
  .hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col1 {
    width: 50%;
    float: left;
  }
  .hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp p {
    line-height: 32px;
  }
  .hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column a.btn.pink-btn {
    font-size: 14.4px;
  }
  .hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp {
    font-size: 16px;
  }
  .hs-aadi-london-row1-group .hs-two-column-equal-grp.equal-with-map .hs-two-column-equal-inner {
    font-size: 16px;
  }
  .hs-pricing-layout .custom-banner-area-popup-mod .cell {
    padding-bottom: 103px;
  }

  .hs-pricing-layout .custom-banner-area-popup-mod .right {
    margin-bottom: 20px;
  }

  .hs-pricing-row1-group h2, .hs-platformdemo-row1-group h2, .hs-compare-row1-group h2 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }

  .hs-pricing-row1-group .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    line-height: 32px;
  }

  .price {
    font-size: 22px;
    line-height: 26px;
  }

  strong.ttl {
    font-size: 16px;
    line-height: 20px;
  }

  .pricing-holder table, .compare-table-group table {
    font-size: 14px;
  }

  .right-group table .btn-blue {
    font-size: 12px;
  }

  .hs-pricing-row3-group span.page-center-before-span, .hs-compare-row3-group span.page-center-before-span, .hs-compare-detail-row3-group span.page-center-before-span {
    margin-left: -1680px !important;
    top: -416px;
  }

  .hs-pricing-row2-section p {
    font-size: 16px;
    line-height: 32px;
  }

  .hs-row1-why-bettyblock-group h2 {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }

  .hs-row1-why-bettyblock-group .hs_cos_wrapper_type_rich_text p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }

  .title-wrapper .title {
    font-size: 16px;
  }

  .hs-row3-why-bettyblock-group span.section-before-span, .hs-bettyblocks-platform-row3-group span.page-center-before-span {
    transform: translateX(-27%) translateY(-12%);
  }

  .hs-row3-why-bettyblock-group {
    margin: 0;
    background-color: #2b3143;
    padding-bottom: 94px;
  }

  .hs-row2-why-bettyblock-group {
    margin-top: 50px;
  }

  .hs-row4-why-bettyblocks-group {
    margin-top: 60px;
  }

  .hs-row4-why-bettyblocks-group h2 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }

  .hs-row4-why-bettyblocks-group p {
    font-size: 16px;
    line-height: 32px;
  }

  .hs-two-column-cnt-with-img-grp.left-align:not(.bg) .hs-two-column-cnt-with-img-col, .hs-two-column-cnt-with-img-grp.right-align:not(.bg) .hs-two-column-cnt-with-img-col, .hs-two-column-cnt-with-img-grp.left-align:not(.bg) .hs-two-column-cnt-with-img-col-bg, .hs-two-column-cnt-with-img-grp.right-align:not(.bg) .hs-two-column-cnt-with-img-col-bg,
  .hs-two-column-cnt-with-img-grp.left-align:not(.bg) .hs-two-column-cnt-with-img-cnt-col, .hs-two-column-cnt-with-img-grp.right-align:not(.bg) .hs-two-column-cnt-with-img-cnt-col {
    width: 100%;
    float: none;
    padding: 0 16px;
  }

  .hs-betty-two-col .hs-two-column-cnt-with-img-grp.left-align .hs-two-column-cnt-with-img-cnt-col, .hs-betty-two-col .hs-two-column-cnt-with-img-grp.right-align .hs-two-column-cnt-with-img-cnt-col {
    width: 100%;
    float: none;
    padding: 0 16px;
    text-align: left;
  }

  .hs-two-column-cnt-with-img-grp .hs-two-column-cnt-with-img-cnt-col .holder {
    max-width: 100%;
  }

  .hs-betty-two-col .left-align .hs-two-column-cnt-with-img-col img, .hs-betty-two-col .right-align .hs-two-column-cnt-with-img-col img, .hs-betty-two-col .left-align .hs-two-column-cnt-with-img-col-bg img, .hs-betty-two-col .right-align .hs-two-column-cnt-with-img-col-bg img {
    width: 100%;
  }

  .hs-betty-two-col .hs-two-column-cnt-with-img-cnt-col p {
    font-size: 16px;
    line-height: 32px;
  }
  .hs-two-column-cnt-with-img-col, .hs-two-column-cnt-with-img-cnt-col, .hs-two-column-cnt-with-img-grp.left-align .hs-two-column-cnt-with-img-cnt-col, .hs-two-column-cnt-with-img-grp.left-align .hs-two-column-cnt-with-img-col-bg,
  .hs-two-column-cnt-with-img-grp.right-align .hs-two-column-cnt-with-img-col-bg {
    width: 100% !important;
    float: none;
    padding: 0;
  }
  .hs-bettyblock-platform-layout .cell {
    padding-top: 113px;
    padding-bottom: 118px;
  }

  .hs-bettyblock-platform-layout .right {
    padding-bottom: 20px;
  }

  .hs-bettyblock-platform-row1-group .hs_cos_wrapper_type_rich_text p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }

  .block2 {
    margin-top: 0;
  }

  .block2 .text-block {
    top: 0;
    left: 0;
  }

  .custom-one-col-platform-inner.col2 .sub-col2 {
    width: 100%;
    margin-left: 0;
  }

  .block2 .text-block .arrow {
    right: 0;
    transform: rotate(180deg);
  }

  .block3 {
    margin-top: 0;
    height: 400px;
  }

  .block3 .text-block {
    top: 110px;
    left: 50%;
  }

  .hs-bettyblock-platform-row3-group, .hs-bettyblocks-platform-row3-group {
    background-color: #2b3143;
    padding-bottom: 94px;
    margin-bottom: 0;
    margin-top: 80px;
  }

  .hs-betty-platform-row4-group .hs_cos_wrapper_type_rich_text p {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }

  .hs-betty-platform-row4-group h3 {
    margin-bottom: 24px;
    padding-bottom: 32px;
  }

  .hs-two-column-cnt-with-img-grp {
    display: block;
  }

  .hs-two-column-cnt-with-img-grp .hs-two-column-cnt-with-img-col, .hs-two-column-cnt-with-img-grp .hs-two-column-cnt-with-img-col-bg {
    margin-bottom: 15px;
  }
  .hs-two-column-cnt-with-img-grp.bg .hs-two-column-cnt-with-img-col-bg {
    margin-bottom: 40px;
  }
  .hs-home-row1-group span.page-center-before-span {
    top: -753px;
  }
  .custom-two-col-video-inner.col1, .custom-two-col-left-video-inner.video, .custom-two-col-left-video-inner.content {
    width: 100%;
    float: none;
  }
  .custom-two-col-left-video-inner.content {
    margin-left: 0;
    border-radius: 0 0 5px 5px;
  }
  .custom-two-col-video-inner.col2, .custom-two-col-left-video-inner.content.bullet-list {
    width: 100%;
    float: none;
    padding: 20px 0 38px;
  }
  .custom-two-col-video-inner.col2 p {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 32px;
  }
  .custom-two-col-video-inner.col2 a, .custom-two-col-left-video-inner.content a {
    font-size: 16px;
  }
  .custom-two-col-left-video-group {
    display: block;
    margin: 75px 0;
  }
  .custom-two-col-left-video-inner.video {
    margin: 0;
  }
  .custom-two-col-left-video-inner.content.bullet-list {
    margin-left: 0px;
    padding: 20px 0 30px;
    border-radius: 0 0 5px 5px;
  }
  .custom-two-col-left-video-inner.content h3 {
    margin-left: 30px;
    margin-bottom: 30px;
    text-align: left;
  }
  .custom-two-col-left-video-inner.content h3:before {
    margin-left: 0px;
    left: 0px;
  }
  .custom-two-col-left-video-inner.content .bullet-point-cnt {
    font-size: 16px;
  }
  .custom-two-col-left-video-inner.content .bullet-point-list-cta {
    margin-top: 30px;
    text-align: left;
  }
  .hs-home-layout .hs-pepople-passionate-cnt-area-wrap {
    padding: 30px 0 0;
  }

  .rel-heading h3 {
    font-size: 24px;
    line-height: 27px;
  }

  .description {
    font-size: 14px;
  }

  .related-title a {
    font-size: 14px;
    line-height: 25px;
    display:inherit;
  }

  .related-content p {
    font-size: 14px;
  }


  .related-content {
    display: none;
  }

  .custom-two-col-bg-inner {
    width: 100%;
    margin-bottom: 15px;
  }

  .img-betty {
    height: 450px;
    background-size: 120%;
  }

  .img-betty p {
    font-size: 16px;
  }

  .hs-home-row5-group {
    padding-bottom: 20px;
  }
  .text-about p {
    font-size: 16px;
    line-height: 32px;
  }

  .text-about {
    padding: 16px;
    min-height: 250px;
  }

  .hs-home-row7-group.section-banner-before.custom-form-gp {
    padding-top: 50px;
    padding-bottom: 72px;
  }

  .hs-home-row7-group.section-banner-before.custom-form-gp .cm-form h3 {
    margin-bottom: 24px;
    font: 700 40px/56px 'Merriweather', serif !important;
  }
  .hs-home-row6-group {
    padding-bottom: 30px;
  }
  .hs-platformdemo-row1-col1-section {
    width: 100% !important; 
    margin-bottom: 40px;
  }
  .hs-platformdemo-row3-group {
    margin-bottom: 200px;
  }
  .hs-platformdemo-row3-group .cta-form-bg {
    padding: 0 100px;
  }
  .hs-platformdemo-row4-group {
    padding: 0px;
  }
  .hs-platformdemo-row4-group span.page-center-before-span {
    transform: translateY(-10%);
    z-index: -2;
  }
  .custom-one-col-video:before {
    top: -30px; 
  }
  .custom-one-col-video:after {
    bottom: -30px;
  }
  .hs-platformdemo-row5-group .cta-form-bg {
    padding: 0px 16px;
    margin: 0px;
  }
  .hs-compare-row1-group .custom-two-col-left-video-group {
    margin: 75px 0;
  }
  .hs-compare-row2-group {
    margin-bottom: 200px;
  }
  .hs-compare-row3-group {
    margin-bottom: 0px;
  }
  .hs-compare-row3-section {
    margin-top: 0px;
  }
  .hs-compare-row3-group span.page-center-before-span {
    top: -316px;
    left: 300px;
    -webkit-background-size: 2425px 1909px !important;
    background-size: 2425px 1909px !important;
  }
  .hs-compare-row4-group {
    margin-top: 250px;
  }
  .compare-table-group:before {
    top: -100px;
    width: 1041px;
    height: 920px;
    background-size: 1241px 920px; 
  }
  .compare-left-group {
    width: 200px;
  }
  .compare-left-group table td {
    height: 110px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .compare-right-group .compare-right-group-star-rating img {
    width: 20px;
    height: 20px;
  }
  .compare-right-group table td {
    padding: 5px 10px;
    height: 110px;
  }
  .hs-partners-layout .body-container-wrapper, .hs-appgallery-layout .body-container-wrapper {
    padding-bottom: 0px;
  }
  .hs-logo-with-bg-grp-item.vertical figure, .hs-logo-with-bg-grp-item.horizontal figure, .hs-logo-with-bg-grp-item.normal figure, .hs-logo-with-bg-grp-item.discover figure {
    min-height: 276px;
  }
  .hs-logo-with-bg-grp-item.horizontal {
    width: 50%;
  }
  .hs-logo-with-bg-grp-item.horizontal figcaption, .hs-logo-with-bg-grp-item.vertical figcaption, .hs-logo-with-bg-grp-item.normal figcaption, .hs-logo-with-bg-grp-item.discover figcaption {
    opacity: 1;
  }
  .hs-logo-with-bg-grp-item.horizontal h3, .hs-logo-with-bg-grp-item.vertical h3, .hs-logo-with-bg-grp-item.normal h3, .hs-logo-with-bg-grp-item.discover h3 {
    text-align: center;
    margin: 75px 0 10px;
  }
  .hs-logo-with-bg-grp-item.horizontal p:not(.coming-soon),
  .hs-logo-with-bg-grp-item.vertical p:not(.coming-soon),
  .hs-logo-with-bg-grp-item.normal p:not(.coming-soon),
  .hs-logo-with-bg-grp-item.discover p:not(.coming-soon),
  .bb--grid-layout-item-with-bg p:not(.coming-soon),
  .bb--grid-layout-item-inner-title {
    display: none;
  }
  .hs-logo-with-bg-grp-item.horizontal .block-button, .hs-logo-with-bg-grp-item.vertical .block-button, .hs-logo-with-bg-grp-item.normal .block-button, .hs-logo-with-bg-grp-item.discover .block-button {
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
  }
  .hs-logo-with-bg-grp-item-inner .block.coming-soon .block-button {
    position: absolute;
    margin: auto;
  }
  .hs-logo-with-bg-grp-item-inner-title {
    display: none; 
  }
  .custom-banner-area-popup-mod .hs-pepople-passionate-testimonial-selectors {
    margin-top: 175px;
  }
  .hs-appgallery-row1-group span.page-center-before-span {
    top: -475px;
  }
  .hs-appgallerydetail-row2-group .left-align .hs-two-column-cnt-with-img-col-bg, .hs-appgallerydetail-row2-group .right-align .hs-two-column-cnt-with-img-col-bg {
    margin: 0 0 50px; 
  }
  .hs-logo-with-bg-grp-item.discover {
    width: 100%;
  }
  .hs-logo-with-bg-grp-item.discover .block {
    padding: 15px;
  }
  .hs-logo-with-bg-grp-item.discover .block a.cta_button {
    min-width: 167px !important;
  }
  #nav-tabContent {
    height: 500px; 
  }
  .container-iframe-device {
    height: 500px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: -75% 0px;
    -webkit-transform-origin: -75% 0px;
  }
  .hs-compare-detail-row2-group span.page-center-before-span {
    top: 200px;
  }
  .hs-compare-detail-row3-group {
    margin-bottom: 350px;
  }
  .hs-compare-detail-row3-group span.page-center-before-span {
    top: -316px;
    left: 300px;
    -webkit-background-size: 2425px 1909px !important;
    background-size: 2425px 1909px !important;
  }
  .hs-compare-detail-row3-section {
    margin-top: 0px;
  }
  .hs-compare-detail-row4-group span.page-center-before-span {
    top: -350px;
  }
  .hs-bettyblocks-platform-row2-group {
    margin-bottom: 275px;
  }
  .hs-bettyblocks-platform-row2-group span.page-center-before-span {
    bottom: -200px; 
  }
  .hs-bettyblocks-platform-row3-group {
    padding-bottom: 0;
  }
  .hs-bettyblocks-platform-row3-group span.page-center-before-span {
    transform: translateX(-30%) translateY(-5%);
  }
  .hs-bettyblocks-platform-row3-section {
    margin-top: -50px; 
  }
  .hs-bettyblocks-platform-row5-group span.page-center-before-span {
    bottom: -100px;
  }
  .custom-one-col-rocket-mod .block1 {
    height: auto; 
  }
  .custom-one-col-rocket-mod .block2 {
    height: 235px; 
  }
  .clouds, .movement-lines {
    width: 50%; 
  }
  #rocket {
    transform: rotate(135deg);
    left: 600px;
    bottom: 1115px;
  }
  .cloud-3, .cloud-4, .cloud-5, .cloud-6, .cloud-7, .cloud-8, .cloud-9, .cloud-10 {
    width: 3%; 
  }
  .cloud-1 {
    left: 40px; 
  }
  .cloud-5, .cloud-10 {
    left: 375px; 
  }
  .cloud-9 {
    left: 350px; 
  }
  .movement-lines.line-1 {
    left: 50px;
    bottom: 0px;
    height: 32%;
  }
  .movement-lines.line-2 {
    left: 225px;
    bottom: -100px;
    width: 15%;
  }
  .movement-lines.line-3 {
    left: 425px;
    bottom: -100px;
    width: 10%;
  }
  .hs-three-col-white-tiles, .hs-three-col-icon-title, .hs-two-col-white-tiles {
    display: block;
  }
  .hs-three-col-white-tiles-group .custom-one-col-title-inner, .hs-two-col-white-tiles-group .custom-one-col-title-inner, .hs-three-col-icon-title-group .custom-one-col-title-inner {
    margin-bottom: 32px !important;
  }
  .hs-three-col-white-tiles-group {
    margin: 32px -16px !important;
  }
  .hs-three-col-white-tiles-inner {
    width: 100%; 
  }
  .hs-three-col-white-tiles .content p {
    font-size: 14px;
  }
  .hs-two-col-white-tiles .custom-one-col-title-inner {
    width: 100%; 
  }
  .hs-two-col-white-tiles-group .hs-two-col-white-tiles:last-of-type .custom-one-col-title-inner:last-of-type {
    margin-bottom: 0 !important; 
  }
  .hs-two-col-white-tiles-inner {
    display: block;
    text-align: center;
  }
  .hs-two-col-white-tiles-inner img {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .hs-three-col-icon-title .custom-one-col-title-inner {
    width: 50%;
  }
  .left-content-rot-img .hs-also-recognized-inner ul li img.new {
    width: 90px;
  }
  .left-content-col {
    padding-right: 40px;
  }
  .hs-customercase-detail-row3-group {
    margin-bottom: -75px; 
  }
  .hs-logo-with-bg-card .collection-cta {
    bottom: 30px;
  }
  .left-video-arrow {
    top: 0;
    right: 15px;
  }
  .hs-one-col-review {
    width: 100%; 
  }
  .custom-banner-area-popup-mod.webinar {
    padding-top: 50px;
    margin-bottom: 75px;
  }
  .custom-banner-area-popup-mod.webinar:before {
    top: 0px; 
  }
  .custom-banner-area-popup-mod.webinar.subscribed .intro-inner {
    padding: 50px 0 40px;
  }
  .web-wrapper {
    display: flex;
    flex-direction: column;
  }
  .web-tumb-wrapper, .web-right {
    width: 100%; 
  }
  .web-left {
    margin-bottom: 30px; 
  }
  .custom-banner-area-popup-mod.webinar.pre-subscribed .web-right:not(.form-submitted):after {
    bottom: -35px; 
  }
  .popup-video-inner {
    width: 100%;
    padding: 0 16px;
  }
  .popup-video-inner span.btn-close {
    top: -40px;
    right: 18px;
  }
  .hs-partnership-box:before {
    height: -webkit-fill-available !important;
    height: -moz-available !important;
    height: fill-available !important;
  }
  .hs-partnership-box-holder {
    height: auto; 
  }
  .hs-partnership-box-logo {
    max-width: 150px; 
  }
  .hs-partnership-box-content-inner p {
    font-size: 20px; 
  }
  .hs-logo-with-bg-grp.grayscale .hs-logo-box:hover figure,
  .hs-logo-with-bg-grp.grayscale .hs-logo-box:active figure {
    transform: none;
    filter: grayscale(1);
  }
  .hs-demo-video-row1-group .main-content .row-fluid, .hs-download-secrion2-group .row-fluid {
    flex-direction: column;
  }
  .bb--grid-layout-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .bb--grid-layout-item-with-bg.horizontal, 
  .bb--grid-layout-item-with-bg.vertical {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .bb--grid-layout-item-with-bg figcaption {
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .bb--grid-layout-item-with-bg figcaption:not(.coming-soon) h3 {
    margin-bottom: 30px;
  }
  .bb--grid-layout-item-with-bg figcaption .block-button {
    position: relative !important;
    bottom: auto !important;
  }
  .pillar-page-layout .bb--content-with-sidebar .bb--main-content {
    width: 100%;
  }
  .bb--content-with-sidebar .bb--main-content {
    margin: 0 auto !important;
  }
  .bb--sidebar-menu {
    padding-bottom: 16px;
  }
  .bb--content-with-sidebar .bb--sidebar, .bb--customer-cases-wrapper .bb--sidebar {
    position: fixed;
    top: 0;
    left: -257px;
    bottom: 0;
    height: 100%;
    width: 250px !important;
    padding: 16px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(125,127,137,.1);
    transition: all .3s ease;
    z-index: 9;
    overflow: auto;
  }
  .sidebar-active {
    overflow: hidden;
  }
  .sidebar-active .bb--content-with-sidebar .bb--sidebar, .sidebar-active .bb--customer-cases-wrapper .bb--sidebar {
    left: 0;
  }
  .sidebar-active .bb--content-with-sidebar, .sidebar-active .bb--customer-cases-wrapper {
    left: 250px;
  }
  .toggle-sidebar-btn.visible {
    display: flex;
    -webkit-animation: slideIn .3s cubic-bezier(0.76, 0, 0.24, 1) forwards;
    animation: slideIn .3s cubic-bezier(0.76, 0, 0.24, 1) forwards;
  }
  .toggle-sidebar-btn.invisible {
    display: flex;
    -webkit-animation: slideOut .3s cubic-bezier(0.76, 0, 0.24, 1) forwards;
    animation: slideOut .3s cubic-bezier(0.76, 0, 0.24, 1) forwards;
  }
  .bb--customer-cases-grp {
    width: 100%; 
  }
  .bb--customer-case-item:first-of-type .title {
    font-size: 21px;
    line-height: 29px;
  }
  .hs-customercase-row3-group span.page-center-before-span {
    top: -170px;
  }
   column  {
    width: 100% !important;
  }
  

  
  .forrester-form-container {
    top: -100px; 
  }
  
  .forrester-form-container .forrester-left-image {
    width: 100%;
    float: none;
    text-align: center
  }
  
  .forrester-form-container .forrester-right-form {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

/* End of max-width 991px */

@media(max-width:991px) and (min-width:768px){
  .hs-pricing-row3-group span.page-center-before-span, .hs-compare-row3-group span.page-center-before-span {
    -webkit-background-size: 2425px 2089px;
    background-size: 2425px 2089px;
  }
  .hs-home-row5-group a.btn.pink-btn {
    min-width: 321px;
  }
}
@media(max-width:900px){
  .hs-support-row1-group span.section-before-span {
    margin-left: -370px !important;
    left: 50%;
    top: 68px;
  }
  .support-champs-inner {
    top: -187px;
    right: 0;
  }
  .support-champs {
    margin-left: 0;
  }
  .hs-support-row1-group .hs_cos_wrapper_type_rich_text {
    top: 322px;
  }
  .hs-support-row2-group span.section-before-span {
    top: -75px;
  }
  .one-column-background-mod {
    width: 96%;
    margin: 0 auto;
  }
}
@media (max-width: 800px) and (min-width:768px){
  .hs-one-col-video-page-top-cnt p {
    margin: 0 0 60px;
  }
  .hs-one-col-video-page-top-cnt h1 {
    font-size: 34px;
    line-height: 40px;
    padding: 0px 0px 20px;
    margin-top: 0;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width: 100%;
    max-width:100%;
  }

  .error-template.one-column .body-container form,
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form #content,
  .landing-page.one-column .body-container form{
    width:100%;
  }
  .home-banner .form .hs-input{
    padding: 0px 10px;
  }
  .body-container-wrapper .main-content,
  .blog-content,.blog-sidebar,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    float: none;
    margin: 20px 0 20px 0px;
  }
  .blog .blog-sidebar{
    margin-top: 40px;
  }
  .blog .blog-sidebar .widget-span {
    padding: 15px 0px;
  } 
  div#captcha_wrapper {
    overflow: auto;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-footer-top {
    display: none !important;
  }
  .bg-image-section {
    margin-top: -82px;
  }
  body.hs-one-column-page {
    font-size: 16px;
    line-height: 1.8em;
  }
  .hs-one-column-page .body-container-wrapper:before {
    top: 58px;
  }
  .hs-one-column-page .cta-form-wrapper h3 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 30px;
  }
  .hs-main-one-column-cnt-group .read-more {
    font-size:14px;
    line-height: 20px;
  }
  .custom-copyright,
  .custom-social{
    width: 100% !important;
    float: none !important;
    text-align: center;
  }

  .copy-holder,
  .rules{
    float: none;
  }
  ul.rules li+li {
   /* margin-left: 32px; */
    padding-bottom: 10px;
  }
  .betty {
    margin-right: 19px;
  }

  .copy-holder p {
    margin-right: 0;
  }
  ul.rules {
    margin-bottom: 15px;
  }
  .custom-social {
    margin-bottom: 23px;
  }
  .custom-footer-group {
    padding: 32px 0 33px;
  }
  .custom-social ul {
    margin: 0 0 0 17px;
  }
  .custom-social ul li+li {
    margin-left: 13px;
  }
  .cm-form h3 {
    font-size: 24px !important;
  }
  .cm-form .hs-button.primary {
    font-size: 12px;
    line-height: 16px;
    min-width: 81px;
    margin-top: 1px;
    white-space: nowrap !important;
  }
  .custom-header-group {
    padding: 38px 0 30px;
    padding-top: 20px;
  }
  .mobile-icon {
    top: 18px;
    right: 5px;
  }   
  .custom-logo {
    margin-left: 0 !important;
  }
  .custom-menu-primary {
    padding-top: 20px;
  }
  .close-icon {
    top: 27px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 16px;
  }
  .bg-image-section .page-center {
    padding: 11px 16px 163px;
    height: auto;
  }
  .bg-image-section .custom-heading {
    font-size:16px;
  }
  .custom-heading h1 {
    font-size: 34px;
    line-height: 1.2em;
  }
  .cell h1 {
    font-size: 34px;
    line-height: 1.2em;
  }

  .cell p {
    line-height: 24px;
  }

  .cell {
    padding-bottom: 97px;
  }
  body {
    line-height: 24px;
    font-size: 14px;
  }
  a.btn.btn-primary.popup-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 11px;
  }
  
    .compare-page-row2 .compare-table-wrap-group {
  margin: 50px 0px;
  }

  
  .hs-iso-row1-col1-top-section {
    padding: 0;
    padding-top: 20px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .hs-iso-row1-col2-top-section h2 {
    margin-bottom: 24px;
    padding-bottom: 30px;
  }
  .hs-iso-row1-col2-top-section {
    padding: 0;
  }
  .iso-quote {
    width: 100%;
    padding: 97px 0 0;
  }
  .custom-iso-quote, .compare-page-row3 .custom-iso-quote {
    width: 100%; 
  }
  .iso-quote h3, .custom-iso-quote h3, .hs-one-col-img-with-quote .custom-iso-quote h3, .compare-page-row3 .hs-one-col-img-with-quote .custom-iso-quote h3 {
    font-size: 20px;
    line-height: 32px;
  }
  
  .compare-page-row3 .custom-iso-quote h3 {
     color: #262A3A;
    max-width: 100%;
      margin: 0px;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .compare-page-row3 .custom-iso-quote h3:before {
    display: none;
  }
  
  .iso-quote .quote-person img, .custom-iso-quote .quote-person img, .compare-page-row3 .custom-iso-quote .quote-person img {
    display: block;
    margin: 0 auto;
  }
  .custom-iso-quote .quote-person img, .compare-page-row3 .custom-iso-quote .quote-person img {
    margin: 20px auto;
  }
  .hs-iso-row2-group {
    padding-top: 0;
    padding-bottom: 23px;
  }
  .hs-iso-row2-col1-section h1,
  .hs-iso-row2-col1-section h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .hs-iso-row2-col1-section p {
    font-size: 14px;
    line-height: 24px;
  }

  .hs-iso-row2-col1-section {
    padding: 0;
  }

  .opts-box {
    margin-top: 116px;
    margin-left: -16px;
    margin-bottom: 70px;
    padding-left: 16px;
    float: right;
    min-width: 305px;
    width: 100%;
    max-width: 500px;
  }
  .opts-box h2 {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .form {
    display: block;
  }
  .lg-inline a {
    font-size: 14px;
    line-height: 24px;
  } 
  .form form {
    position: relative;
  }
  .form ul.hs-error-msgs.inputs-list {
    bottom: -60px;
    width: 100%;
    left: 0;
    right: 0;
  }
  .hs-page-header h1 {
    padding-bottom: 30px;
  }
  .hs-full-width-page .cta-form-wrapper h3 {
    padding-bottom: 30px;
  }
  .hs-full-width-page .hs-title-grp h2 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .hs-two-column-cnt-with-img-col, .hs-two-column-cnt-with-img-col-bg {
    width: 100% !important;
    margin-left: 0;
    float: none;
  }
  .hs-two-column-cnt-with-img-grp .hs_cos_wrapper_type_inline_rich_text img {
    width: 100% !important;
    min-height: 10px;
  }
  .hs-full-width-page .cta-form-wrapper h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .hs-full-width-page .body-container-wrapper:before {
    top: 58px;
  }
  .hs-one-column-video-page-section1 .page-center {
    max-width: 94% !important;
    margin: 0 16px !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .hs-one-col-video-page-top-cnt h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 40px;
    padding: 0px 0px 20px;
  }
  .hs-one-column-video-page-section1,
  .hs-one-col-video-page-top-cnt{
    font-size: 14px;
    line-height: 24px;
  }
  .hs-one-col-video-page-top-cnt p {
    max-width: 93%;
    margin: 0 16px 60px;
  }
  .hs-one-col-video-page-top-cnt h1 {
    max-width: 94%;
    margin: 0 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wistia-description {
    padding: 20px;
  }
  .btn-lg {
    font-size: 12px;
    line-height: 16px;
    padding: 7px 12px;
  }
  .hs-team-member-column {
    width: 100%;
    float: none;
    margin: 0 0 40px;
  }
  .hs-team-member-column:nth-child(2n) {
    float: none;
  }
  .hs-team-member-column-cnt {
    padding: 20px;
  }
  .hs-three-col-with-video-grp-col {
    width: 100%;
    display: block;
    padding: 20px 0;
  }
  .hs-wistia-video-grp h6 {
    padding: 20px;
  }
  .hs-customer-page .body-container-wrapper {
    padding-top: 26px;
  }
  .hs-logo-with-bg-grp-item {
    width: 100%;
    float: none;
  }
  .hs-logo-with-bg-grp-item figure img {
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
    max-height: 75px;
  }
  .hs-logo-with-bg-grp-item figure {
    min-height: 216px;
  }
  .hs-our-customers-grp-item, 
  .customers-home-block-wrapper .hs-our-customers-grp-item {
    width: 50%;
  }
  
  .customers-home-block-wrapper .hs-our-customers-grp-item figure {
    height: 276px;
  }
  
  .person-info {
    width: 100%;
    padding-bottom: 0;
  }
  .testimonial-block {
    padding-top: 50px;
    padding-bottom: 32px;
    width: 100%;
  }
  .person-info-wrapper {
    float: none;
    clear: both;
    width: 100%;
  }
  .person-info-wrapper img {
    width: 30%;
    float: none;
  }
  .person-name {
    font-weight: bold;
    margin-top: 15px;
    padding-left: 16px;
    float: none;
  }
  .person-title {
    float: none;
    transform: none;
    padding-left: 16px;
  }
  .person-challenges-title,
  .person-info hr{
    display:none;
  }
  .hs-pepople-passionate-quote-buttons-form .hs-submit .actions .hs-button.primary {
    border-radius: 5px;
    margin-top: 10px;
    min-width: 111px;
  }
  .hs-pepople-passionate-quote-buttons .btn {
    min-width: 126px;
  }
  .hs-pepople-passionate-quote-buttons-form .hs-input {
    width:100% !important;
    margin: 0 0 8px;
  }
  .hs-pepople-passionate-quote-buttons-form .hs-submit .actions {
    position: static;
  }
  .hs-pepople-passionate-quote-buttons-form, .hs-pepople-passionate-quote-buttons-more {
    display: block;
    vertical-align: top;
    margin-bottom: 8px;
  }
  .hs-pepople-passionate-quote-buttons .btn-or {
    display:none;
  }
  .hs-customer-page .body-container-wrapper:before {
    content: "";
    top: 0;
    left: -916px;
    margin: 0;
  }
  figcaption .block {
    font-size: 12px;
    width: 100%;
  }
  figcaption .block h3 {
    font-size: 20px; 
  }
  .custom-header-v2-group {
    padding: 41px 0 12px;
  }
  .hs-download-section1 h1 {
    padding-bottom: 30px;
  }
  body.hs-download-landing-page {
    font-size: 14px;
    line-height: 24px;
  }
  .hs-download-form form.hs-form fieldset[class*="form-columns"] .input {
    padding-bottom: 7px !important;
  }
  .hs-download-form form.hs-form fieldset .hs-form-field {
    padding: 0;
  }
  .hs-download-secrion2-right-group .hs-title-grp h2 {
    padding-bottom: 30px;
  }
  .hs-subscribe-newsletter-cnt h3,
  .hs-subscribe-newsletter-cnt .form-title {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 30px;
  }
  body.hs-subscribe-newsletter-page {
    font-size: 14px;
    line-height: 24px;
  }
  .hs-subscribe-newsletter-cnt .read-more {
    font-size: 14px;
    line-height: 24px;
  }
  a#cta_button_538005_8046997b-0339-4626-82f4-ba7530c9bb81 {
    white-space: normal;
  }
  .hs-main-one-column-cnt-section2 .lg-inline {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    margin: -1px 0 10px;
  }
  .hs-main-one-column-cnt-section2 .btn-or {
    font-size: 14px;
    margin: 0;
  }
  .hs-main-one-column-cnt-section2 .form .hs-button.primary {
    font-size: 12px;
    line-height: 16px;
    min-width: 81px;
  }
  .hs-main-one-column-cnt-section2 .form .hs-input {
    width: 250px !important;
  }
  .hs-title-grp h2 {
    padding-bottom:30px;
  }
  .hs-partners-box {
    margin-bottom: 0;
  }
  .hs-partners-box-wrapper {
    display: block; 
  }
  .hs-partners-box.partners-box-small {
    width: 100%;
  }
  .hs-partners-box-wrapper .partners-box-small:nth-of-type(even) {
    margin-left: 0; 
  }
  .hs-main-one-column-cnt-section4 {
    padding-bottom: 5px;
  }
  .blog .body-container-wrapper {
    padding-top: 26px;
    padding-bottom: 49px;
  }
  .hs-blog-header h1 {
    margin-bottom: 64px;
  }
  .blog .body-container-wrapper:after {
    top: 0;
    left: -916px;
    margin: 0;
  }
  .custom-listing-author-img {
    width: 48px;
    height: 48px;
    margin-left: -24px;
    box-shadow: none;
  }
  .blog-listing-wrapper .post-listing .post-item,
  .cm-blog-post-wrap{
    margin: 0 -16px;
    padding: 47px 16px 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
  }
  .post-header h2,
  h2.post-listing-simple {
    margin-bottom: 15px;
    padding-bottom: 25px;
  }
  .custom-blog-byline>div {
    width: 100%;
    float: none;
    text-align: center;
  }
  .custom-blog-byline .social-list {
    margin-top: 16px;
  }
  body.blog {
    font-size: 14px;
    line-height: 24px;
  }
  .custom-blog-byline {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .hs-blog-header h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body p,
  .cm-blog-post-wrap .post-body p{
    margin: 0 0 23px;
  }
  a.blog-more-link {
    line-height: 20px;
  }
  .cm-blog-more-link {
    margin: 0 0 23px;
  }
  .custom-topic a {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 9px;
  }
  .blog-pagination {
    padding: 27px 0 0;
  }
  .blog-pagination a {
    padding: 7px 9px;
    font-size: 12px;
    line-height: 16px;
    min-width: 81px;
  }
  .blog .blog-sidebar {
    margin-top: 0;
  }
  .custom-blog-byline {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 18px;
  }
  .blog .blog-sidebar .hs-input {
    min-height: 40px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .blog .blog-sidebar .hs-button.primary {
    padding: 8px 12px;
    font-size: 12px;
    line-height: 16px;
  }
  .custom-full-width-page-section-grp .cta-form-wrapper .btn-or {
    margin:0;
  }
  .custom-full-width-page-section-grp .lg-inline {
    margin-top: 0;
  }
  .hs-privacy-page .body-container-wrapper {
    padding-top: 26px;
    padding-bottom: 49px;
  }
  .hs-privacy-main-content .hs-page-header {
    padding-bottom: 73px;
  }
  .hs-privacy-page .body-container-wrapper:before {
    top: 0;
    left: -916px;
    margin: 0;
  }
  .popup-inner ,
  .popup-inner-office {
    max-width: 90% !important;
    padding: 32px 20px;
  } 
  .hs-feedback-layout .hs-row1-one-column-group form {
    width: 100%;
  }
  .hs-itxpo-barcelona-layout.hs-seminar-layout  .lets-talk-iso {
    margin-top: 41px;
  }
  .hs-seminar-layout .hs-barcelona-row1-group h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .hs-seminar-layout a.btn.pink-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 7px 12px;
  }
  .form .hs-button.primary {
    font-size: 12px;
    line-height: 16px;
    min-width: 120px;
  }
  .home-banner .form {
    display: block;
  }
  .home-banner .form .form {
    padding: 0 0 20px;
  }
  .home-banner .form .form ~ .cta-wrapper a {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .hs-row1-one-column-group .hs_cos_wrapper_type_rich_text ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .hs-row1-one-column-group p {
    font-size: 14px;
    line-height: 24px;
  }
  .hs-row1-one-column-group h1 {
    padding-bottom: 30px;
  }
  .hs-row1-one-column-group span.section-after {
    top: -6px;
  }
  .hs-careers-row1-group .custom-left-image-col img {
    margin: 0 auto;
    display: block;
  }

  .hs-careers-layout .custom-two-column-with-left-image {
    margin: 0;
  }

  .hs-careers-row1-group .custom-right-col-content {
    padding: 0;
  }

  .custom-one-col-with-button-group {
    margin: 20px 0 0;
  }

  .custom-one-col-with-button-inner {
    margin: 0 0 30px;
    width: 100%;
    float: none;
    min-height: 100%;
  }

  .custom-one-col-with-button-inner p {
    min-height: 100%;
  }
  .hs-code-layout .custom-one-column-with-content-inner p {
    line-height: 24px;
  }
  .hs-demo-video-row1-col2-section p {
    font-size: 14px;
  }
  .hs-code-layout .cell p {
    line-height: 24px;
  }
  .lets-talk-iso .body {
    font-size: 14px;
    line-height: 24px;
  }

  .cell p {
    line-height: 24px;
  }

  .hs-iso-row1-col2-top-section p {
    font-size: 14px;
    line-height: 24px;
  }

  .hs-iso-row1-col2-top-section a {
    line-height: 24px;
    font-size: 14px;
  }

  .hs-iso-row2-col1-section p {
    line-height: 24px;
  }

  .opts-box ul li {
    font-size: 14px;
  }

  .custom-one-column-with-content-inner p {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-one-column-with-content-inner h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .hs-iso-row5-col1-section .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    line-height: 24px;
  }

  .hs-iso-row5-col2-section p {
    font-size: 14px;
    line-height: 24px;
  }
  .compare-table table .rating li {
    padding: 0 2px;
  }
  .hs-office-contact-website-page .cell p {
    line-height: 24px;
  }

  .hs-office-contact-website-page .lets-talk-iso {
    margin-top: 83px;
    padding: 48px 48px;
  }

  .hs-office-contact-website-page .lets-talk-iso p.body {
    font-size: 14px;
    line-height: 24px;
  }

  .hs-office-contact-website-page .lets-talk-iso p.title {
    line-height: 24px;
  }

  .hs-office-contact-website-page .intro-inner {
    padding-bottom: 120px;
  }

  .hs-office-contact-row1-group h2 {
    margin-bottom: 24px;
    padding-bottom: 30px;
  }

  .custom-contact-office-inner {
    width: 100%;
  }

  .map {
    height: 216px;
    margin-bottom: 14px;
  }

  .contact-block h3 img {
    width: 20px;
  }

  .contact-block h3 {
    font-size: 16px;
    line-height: 20px;
    padding-left: 33px;
    margin-bottom: 6px;
  }

  .contact-block {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 29px;
  }

  a.read-more {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-block p {
    line-height: 24px;
  }

  .hs-office-contact-row1-group .hs_cos_wrapper_type_rich_text h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .hs-office-contact-row1-group .hs-two-column-cnt-with-img-cnt-col {
    padding: 30px 20px;
  }
  .intro-news-outer {
    margin-top: 100px;
  }

  img.visible-sm-block {
    display: none;
  }

  img.visible-xs-block {
    display: block;
  }
  
  .forrester-form-container img.visible-xs-block {
    text-align: center;
    margin: 0 auto;
  }

  .hs-code-layout .iso-quote {
    margin-top: 70px;
    padding-top: 50px;
  }

  .hs-code-layout .iso-quote:before,.hs-code-layout .iso-quote:after {
    background-size: 130px;
  }

  .hs-code-layout .iso-quote:after {
    bottom: -100px;
    right: -50px;
  }

  .hs-code-layout .iso-quote .quote-person {
    line-height: 24px;
  }

  .hs-code-row2-group {
    padding: 24% 0 39px;
  }

  .hs-code-row1-group {
    margin-bottom: 20px;
  }

  span.section-after {
    top: -88px;
    left: auto;
    right: -1000px;
    margin: 0;
  }

  .hs-code-row2-group .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    line-height: 24px;
  }

  .compare-table {
    margin: 0 0 89px;
    padding: 6px 0;
  }

  span.hidden-xs {
    display: none;
  }

  .compare-table table td:nth-child(1) {
    width: 33.33%;
  }

  .compare-table table th:first-child, .compare-table table td:first-child {
    padding-left: 17px;
  }

  .compare-table table tr {
    font-size: 14px;
    line-height: 24px;
  }

  .compare-table table td:nth-child(2) {
    width: 33.33%;
  }

  .compare-table table img {
    width: 20px;
  }

  .compare-table table .rating li img {
    width: 20px;
  }

  .compare-table table td {
    height: 40px;
    padding: 8px 5px;
  }

  .compare-table:before, .compare-table-group:before {
    content: none;
  }

  .hs-code-row3-section p {
    font-size: 14px;
    line-height: 24px;
  }

  .hs-code-layout .custom-one-column-with-content-inner h3 {
    font-size: 16px;
  }

  .hs-code-layout .custom-one-column-with-content-inner {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hs-code-layout .custom-one-column-with-content-inner p {
    font-size: 14px;
    line-height: 24px;
  }
  .banner p {
    font-size: 14px;
  }

  .banner h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .hs-training-row1-group .hs-row1-col2-training-section {
  display: none;
  }

  .hs-training-layout .hs-two-column-cnt-with-img-grp {
    padding: 40px 0 0;
    margin: 0 auto;
    max-width: 79%;
  }

  .hs-training-layout .hs-two-column-cnt-with-img-col {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }

  .hs-row1-training-bottom-section .hs-two-column-cnt-with-img-cnt-col {
    padding: 0;
  }

  .hs-training-layout .hs-two-column-cnt-with-img-cnt-col .holder h4 {
    margin-bottom: 8px;
  }

  .hs-training-row1-group {
    padding: 0;
  }

  .hs-row2-training-section {
    padding: 0;
  }

  .hs-row2-training-section h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .custom-one-column-top-image-inner {
    width: 100%;
  }

  span.ico.ico27 {
    margin: -4px 0 23px -7px;
  }

  .custom-one-col-title-inner .content p {
    font-size: 16px;
    line-height: 1.8em;
  }

  .custom-one-col-title-inner .section-title {
    margin-bottom: 24px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
  }

  .hs-training-row3-group {
    margin-bottom: 70px;
  }

  .hs-training-row4-section {
    margin-top: 0 !important;
  }

  .hs-training-row4-section h3 {
    font-size: 20px;
    line-height: 32px;
  }

  form.hs-form fieldset .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  .banner-on-stage .cell {
    padding-bottom: 319px;
  }

  .hs-banner-wrapper.banner-on-stage {
    padding-bottom: 30px;
  }
  .hs-banner-wrapper .left-column {
    margin-bottom: 30px;
  }
  .hs-banner-wrapper .intro-inner.include-separator {
    display: block;
  }
  .hs-banner-wrapper .intro-inner.include-separator .right-column:after {
    content: none;
  }
  .hs-banner-wrapper .intro-inner.include-separator .right-column {
    margin-left: 0;
  }
  .hs-on-stage-website-page .lets-talk-iso {
    transform: none;
  }

  .hs-on-stage-row1-group h2, .hs-on-stage-row1-group p {
    width: 100%;
  }

  .hs-on-stage-row1-group p {
    font-size: 16px;
    line-height: 32px;
  }
  .hs-on-stage-website-page .lets-talk-iso .pink-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 7px 12px;
  }

  .hs-on-stage-row1-group p {
    font-size: 14px;
    line-height: 24px;
  } 
  .support-champs-inner {
    top: 15px;
  }

  .hs-support-row1-group .hs_cos_wrapper_type_rich_text {
    top: 528px;
  }

  .hs-support-row1-group .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    line-height: 24px;
  }

  .hs-support-row1-group span.section-before-span {
    width: 100%;
    left: 55%;
    top: 33px;
  }

  .custom-academy-equal.left {
    display: block;
    width: 100%;
    margin-top: 0;
  }

  .custom-academy-equal.right {
    display: block;
    width: 100%;
    padding: 0 16px;
  }

  .custom-academy-equal.right p {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-academy-equal.right a {
    font-size: 14px;
    line-height: 24px;
  }

  .hs-support-row2-group {
    padding: 198px 0 0;
  }

  .hs-support-row2-group span.section-before-span {
    top: -121px;
    margin-left: -288px !important;
    left: 0;
  }

  .custom-academy-mod {
    margin-bottom: 44px;
  }

  .pink .custom-academy-equal.left img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }

  .custom-academy-equal.right a {
    line-height: 20px;
  }

  .custom-academy-equal.right h3 {
    padding-bottom: 30px;
  }

  .one-column-background-mod {
    padding-top: 218px;
  }

  .latest-wrapper ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .one-column-background-inner h3 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 30px;
    margin-bottom: 24px;
  }

  .hs-support-row4-section h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
    padding-bottom: 30px;
  }

  .hs-support-row3-group {
    margin-bottom: 44px;
  }

  .hs-support-row4-section p {
    font-size: 14px;
    line-height: 24px;
  }

  .hs-support-row4-section a {
    font-size: 14px;
    line-height: 20px;
  }

  .hs-support-row4-section {
    padding: 0 16px;
  }

  .hs-support-row4-group {
    padding-bottom: 50px;
  }
  .hs-demo-video-row1-col2-section form label {
    font-size: 16px;
  }
  .hs-partners-layout .lets-talk-iso {
    margin-top: 50px;
  }

  .lets-talk-iso .title {
    line-height: 24px;
  }
  .custom-one-col-image-without-link-inner {
    width: 100%;
  }

  .contact-popup-group .cta-form-wrapper h3 {
    margin-bottom: 24px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
  }

  .contact-popup-group a.btn.btn-primary.popup-btn {
    display: inline-block;
    padding: 8px 11px;
  }

  .contact-popup-group .lg-inline {
    margin-left: 0;
  }

  .contact-popup-group .lg-inline a.read-more {
    font-size: 14px;
    margin-top: 4px;
  }

  .cta-form-bg-grp.contact-popup-group .cta-form-wrapper {
    padding-bottom: 57px;
  }

  .custom-partners-inner, .custom-partners-inner.excellent, .custom-partners-inner.premium, .custom-partners-inner.certified, .custom-partners-inner.technology {
    width: 50%;
  }

  .logo-box figure {
    height: 106px;
  }

  h2.partners-title {
    margin-bottom: 28px;
  }

  .logo-box figure img {
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
  .banner {
    padding: 0 20px;
  }

  .hs-row1-col1-training-section ul li {
    font-size: 14px;
    line-height: 24px;
    padding: 16px 0;
  }
  .hs-training-layout .hs-two-column-cnt-with-img-grp {
    max-width: 100%;
  }
  .hs-itxpo-barcelona-layout .lets-talk-iso {
    margin-top: 263px;
  }

  .hs-itxpo-barcelona-layout a.btn.btn-primary.popup-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 7px 12px;
  }

  .hs-barcelona-row1-group span.page-center-before-span {
    top: -500px;
  }
  .hs-two-column-equal-inner.col1 p {
    font-size: 14px;
    line-height: 24px;
  }
  .hs-barcelona-row1-group .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    line-height: 24px;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column {
    float: none;
    width: 100%;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col1 p {
    font-size: 12.6px;
    line-height: 24px;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col1 a.btn.pink-btn {
    font-size: 12.6px;
    padding: 7px 12px;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 {
    width: 100%;
    float: none;
    margin: 0;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp {
    margin: 0 0 40px;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col1 {
    padding: 0;
    margin-bottom: 40px;
  }

  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp-column.col2 ul li p {
    font-size: 12.6px;
    line-height: 24px;
  }

  .hs-two-column-equal-inner.col1 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .hs-two-column-equal-grp.equal-with-map {
    display: block;
    margin-bottom: 40px;
  }

  .hs-two-column-equal-inner.col2 {
    width: 100%;
    display: block;
    padding: 0;
  }
  
  .hs-three-col-eql-cnt-with-title-grp, .hs-video-gallery-wrapper .hs-three-col-eql-cnt-with-title-grp {
    margin: 0;
  }

  .custom-representatives-inner {
    display: block;
    width: 100%;
  }

  .people-content {
    display: none;
  }

  .tile-box.gbarca {
    min-height: 100%;
  }

  .custom-representatives-inner .picture {
    width: 200px;
    height: 200px;
  }

  a.btn.popup-btn.btn-pink {
    font-size: 12px;
    line-height: 16px;
    padding: 7px 12px;
  }

  .custom-representatives-group {
    padding: 0 0 40px;
  }
  .hs-betty-row1-group span.section-before {
    transform: rotate(0deg);
    background-size: auto 100%;
    height: 584px;
    margin-top: -276px;
    background-position: 47% 0;
  }

  .hs-row2-betty-group .hs_cos_wrapper_type_rich_text h3 {
    padding-bottom: 30px;
  }

  .custom-pictures-inner {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .custom-pictures-group {
    margin: 0;
  }

  .hs-betty-row3-group {
    margin: 40px 0 0;
  }

  .custom-presentation-inner {
    display: block;
    width: 100%;
    padding: 0;
  }

  .custom-presentation-group {
    margin: 0;
  }
  a.button.btn.btn-white-pink{
    position: absolute;
    bottom: 60px;
    right: 40px;
    margin:0;
  }
  .hs-privacy-main-content .hs-page-header {
    padding-bottom: 52px;
  }
  body.hs-one-col-video-page, body.hs-privacy-page {
    font-size: 14px;
    line-height: 24px;
  }
  .cta-form-wrapper h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .hs-main-one-column-cnt-group .compare-table {
    margin-bottom: 138px;
  }
  .hs-privacy-page span.section-before {
    top: 0;
    left: -916px;
    margin: 0;
  }
  .hs-career-inner-page-cnt .hs-page-header h1 {
    padding-bottom: 30px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 32px;
  }
  .hs-career-inner-page-cnt p {
    margin: 0 0 23px;
  }
  .hs-career-inner-page-cnt .inner-page-center {
    padding: 23px 16px 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
  }
  .body-container .hs-career-inner-page-cnt .page-center.content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-privacy-page .body-container-wrapper {
    padding-top: 4px;
    padding-bottom: 5px;
  }
  .hs-career-inner-page-cnt .hs-title-grp h2 {
    line-height: 32px;
    padding-bottom: 28px;
    margin-bottom: 25px;
  }  
  .hs-career-inner-page-cnt .hs-social-share-group {
    position: relative;
    padding-bottom: 38px;
    padding-top: 14px;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 32px;
  }
  .hs-career-inner-with-social-page .hs-career-inner-page-cnt p:last-child {
    margin-bottom:0;
  }
  .hs-privacy-page.hs-career-inner-with-social-page .body-container-wrapper {
    padding-bottom: 5px;
  }  
  .hs-three-col-with-video-grp-col {
    margin: 0;
  }
  .hs-leadership-page .hs-one-column-video-page-section1 .jr-btn {
    margin-bottom:0;
  }
  .hs-subscribe-newsletter-cnt .hs-title-grp h2 {
    margin-bottom: 35px;
  }
  .hs-row1-why-bettyblock-group .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    line-height: 24px;
  }
  .checkbox-row span.fakelabel span{
    float:none;
  }
  .subscribe-options label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-on-stage-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col1 {
    width: 100%;
    float: none;
    max-width: 100%;
  }

  .hs-on-stage-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col2 {
    width: 100%;
    float: none;
    margin: 20px 0 0;
    padding: 0;
  }
  .home-banner .intro-news-body a {
    display:inline; 
  }
  .hs-academy-course-group .course-details .hs-left-icon-with-title-group {
    display: block;
  }

  .hs-academy-course-group .course-details .hs-left-icon-with-title-item {
    width: 100%;
    padding: 10px 0;
  }
  .hs-academy-row1-bettyblocks-group {
    padding-top: 0;
  }

  .hs-academy-row1-bettyblocks-group span.section-after {
    top: 0;
    left: -916px;
    margin: 0;
  }

  .hs-academy-course-group {
    width: 100%;
  }
  .hs-training-layout .custom-one-column-top-image-inner a:hover {
    margin: 16px 0;
  }
  .hs-training-layout .custom-one-column-top-image-inner a:hover span.before-image {
    opacity: .3;
  }
  .hs-seminar-layout .hs-barcelona-row1-group .hs_cos_wrapper_type_rich_text p {
    padding-bottom: 140px;
  }
  .left-group {
    width: 166px;
  }
  .right-group table th, .compare-right-group table th {
    padding: 20px 5px;
    height: 60px;
  }
  .bundle.options strong {
    font-size: 17px;
  }
  .one-col-bottom-image-inner {
    width: 100%;
    float: none;
  }
  td.get-started {
    display: none;
  }
  .one-col-bottom-image-inner img {
    max-height: 100%;
  }

  .hs-row1-why-bettyblock-group h2 {
    padding-bottom: 30px;
  }

  .title-wrapper .title {
    font-size: 14px;
  }

  .one-col-bottom-image-inner {
    margin-top: 40px;
  }

  .hs-row3-why-bettyblock-group h2 {
    padding-bottom: 30px;
  }

  .hs-row3-why-bettyblock-group .custom-one-col-title-inner {
    padding: 0;
  }

  .hs-row3-why-bettyblock-group span.section-before-span {
    transform: translateX(-27%) translateY(-15%);
  }
  .hs-bettyblocks-platform-row3-group span.page-center-before-span {
    transform: translateX(-27%) translateY(-3%);
  }

  .hs-row4-why-bettyblocks-group p {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
  }

  .hs-betty-two-col .hs-two-column-cnt-with-img-cnt-col p {
    font-size: 14px;
    line-height: 24px;
  }   
  .hs-bettyblock-platform-layout .cell {
    padding-bottom: 36px;
  }

  .hs-bettyblock-platform-row1-group span.page-center-before-span, .hs-bettyblocks-platform-row1-group span.page-center-before-span, .hs-customercase-detail-row1-group span.page-center-before-span {
    top: 371px;
  }
  .hs-bettyblock-platform-row1-group h2 {
    padding-bottom: 30px;
  }

  .hs-bettyblock-platform-row1-group .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-one-col-platform-sub-inner {
    width: 100%;
    float: none;
  }

  .text-block h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .text-block p {
    font-size: 14px;
    line-height: 24px;
  }
  .hs-bettyblock-platform-row2-group {
    margin-top: 0;
  }
  .hs-betty-platform-row4-group .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    line-height: 24px;
  }
  .block1 {
    background-image: none !important;
    height: 100%;
  }

  .block1 .text-block {
    width: 100%;
    left: 0;
    max-width: 100%;
    top: 0;
  }

  .block-image img {
    max-width: 160px;
    margin: 0 auto;
    display: block;
  }

  .block1 .arrow {
    bottom: 184px;
    right: auto;
    left: 0;
    width: 50px;
  }

  .text-block .arrow {
    display: none;
  }

  .custom-one-col-platform-inner.col2 .sub-col2 {float: none;}

  .block2 {
    height: 100%;
    top: 0;
    margin-left: 0;
    background-image: none !important;
  }

  .block2 .text-block {
    top: 0;
    width: 100%;
    left: 0;
    max-width: 100%;
  }

  .block-image {
    width: 100%;
    display: block;
  }

  .custom-one-col-platform-sub-inner.sub-col3 {
    float: none;
  }

  .block3 {
    height: 100%;
    margin-top: 0;
    background-image: none !important;
  }

  .block3 .text-block {
    top: 0;
    width: 100%;
    left: 0;
    max-width: 100%;
  }
  .hs-pricing-row1-group .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    line-height: 24px;
  }

  .hs-pricing-row2-section {
    width: 100% !important;
    float: none !important;
  }

  .hs-pricing-row2-section p {
    font-size: 14px;
    line-height: 24px;
  }

  .hs-pricing-row3-group .hs_cos_wrapper_type_rich_text p, .hs-compare-row3-group .hs_cos_wrapper_type_rich_text p, .hs-compare-detail-row3-group .hs_cos_wrapper_type_rich_text p {
    width: 100%;
  }
  .custom-one-col-left-image-inner {
    width: 57%;
    float: none;
  }

  .hs-pricing-row3-group span.page-center-before-span, .hs-compare-row3-group span.page-center-before-span, .hs-compare-detail-row3-group span.page-center-before-span {
    margin-left: -1290px !important;
    top: -130px;
    height: 1965px;
    background-size: 2425px 1965px;
  }

  .custom-one-col-left-image-inner p {
    font-size: 14px;
  }

  .custom-one-col-left-image-inner h4 {
    font-size: 16px;
    line-height: 32px;
    padding-left: 33px;
    padding-right: 10px;
  }

  .custom-one-col-left-image-inner h4 img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  .right-group, .compare-right-group {
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: 0;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .right-group table, .compare-right-group table {
    min-width: 500px;
  }
  .pricing-holder table, .compare-table-group table {
    font-size: 13px;
  }
  .bundle.options {
    width: 100%;
  }
  .left-group table td {
    padding-left: 10px;
    padding-right: 20px;
  }
  .left-group table th {
    height: 105px;
  }
  .home-banner.custom-banner-area-popup-mod:before {
    width: 1932px;
  }

  .hs-banner-wrapper.home-banner.custom-banner-area-popup-mod .cell {
    padding-bottom: 36px;
  }

  .hs-home-row1-group span.page-center-before-span {
    top: -524px;
  }

  .home-banner .intro-news-body p.news-sub-title {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-two-col-video-group {
    margin: 0;
  }

  .custom-two-col-video-inner.col1, .custom-two-col-video-left-inner.col1 {
    padding: 0;
  }
  .custom-relates-blog {
    padding: 30px 0 0;
  }
  .hs-home-row7-group span.section-before-span {
    bottom: -139px;
  }
  .related-title a{
    display:block;
  }
  .related-title, .related-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-two-col-video-inner .browser-video-wrapper {
    padding: 1px 1px;
    background: none;
  }

  .custom-two-col-video-inner.col2 p, .custom-two-col-left-video-inner.content p {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-two-col-video-inner.col2 a, .custom-two-col-left-video-inner.content a {
    font-size: 14px;
    line-height: 24px;
  }

  .custom-home-feature-mod {
    padding: 25px 0;
    background-image: url(../png/orange_big.png);
    background-position: center;
    background-size: 63%;
    background-repeat: no-repeat;
    display: block;
  }
  .custom-home-feature-inner-bg {
    background-image: none !important;
    padding: 15px 0px;
  }
  .custom-home-feature-mod.v2 {
    background-image: none; 
  }
  .custom-home-feature-mod.v2 .custom-home-feature-inner-bg {
    background-size: 100% 100%;
  }
  .custom-home-feature-mod.v2 .custom-home-feature-inner-bg.purple {
    background-image: url('../png/purple_big.png') !important;
  }
  .custom-home-feature-mod.v2 .custom-home-feature-inner-bg.orange {
    background-image: url('../png/orange_big.png') !important;
  }
  .custom-home-feature-mod.v2 .custom-home-feature-inner-bg.green {
    background-image: url('../png/green_big.png') !important;
  }
  .feature-content {
    padding: 16px 20px;
    min-height: 59px;
  }
  .number {
    display: inline-block;
    font: 700 20px 'Merriweather', serif;
  }

  .usp {
    display: inline-block;
    margin-top: 0;
  }
  .cm-related-gp {
    float: none;
    width: 100%;
  }

  .related-content {
    display: block;
  }

  .related-post-item:hover .description {
    height: 100%;
    vertical-align: middle;
    padding: 30px 0;
  }

  .related-post-item:hover .description * {
  }

  .text-about p {
    font-size: 14px;
    line-height: 24px;
  }
  .img-betty{
    height: 285px;
    padding: 15px;
  } 
  .hs-home-row7-group.section-banner-before.custom-form-gp .cm-form h3 {
    font-size: 20px !important;
  }
  .custom-form-gp .custom-header, .custom-form-gp .custom-subheader {
    color: #fff;
  }
  .img-betty p {
    font-size: 14px;
    line-height: 24px;
  }

  .text-about .logotype {
    width: 36px;
    height: 36px;
    padding: 10px 8px;
  }

  .text-about .logotype img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp .hs-two-column-equal-cnt-grp-column.col1 {
    width: 100%;
    float: none;
  }

  .hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column.col2 {
    width: 100%;
    float: none;
  }

  .hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp {
    font-size: 14px;
    line-height: 24px;
  }

  .hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp p {
    line-height: 24px;
  }

  .hs-aadi-london-row1-group .hs-two-column-equal-cnt-grp-column a.btn.pink-btn {
    font-size: 14px;
  }

  .hs-aadi-london-row1-group .hs-two-column-equal-grp.equal-with-map .hs-two-column-equal-inner.col1 {
    width: 100%;
  }

  .hs-aadi-london-row1-group .hs-two-column-equal-grp.equal-with-map .hs-two-column-equal-inner.col2 {
    width: 100%;
  }
  .hs-two-column-cnt-with-img-grp.left-align.clearfix {
    margin: 0;
  }
  .hs-two-column-cnt-with-img-col, .hs-two-column-cnt-with-img-col-bg {
    padding: 0;
  }
  .hs-two-column-cnt-with-img-grp {
    margin: 0;
  }
  .hs-two-column-cnt-with-img-grp.no-bg {
    margin: 75px 0;
  } 
  .custom-academy-equal,
  .custom-academy-equal.left{
    width:100% !important;
  }
  .custom-academy-equal.left {
    margin-bottom:20px;
  }
  .three-column .custom-representatives-inner {
    width: 100%;
  }

  .three-column .custom-representatives-inner .people-content {
    display: block;
    text-align: center;
  }

  .three-column .custom-representatives-inner .people-content h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .three-column .custom-representatives-inner .people-content h5 {
    text-align: center;
  }
  .hs-betty-row3-section p {
    font-size: 14px;
    line-height: 24px;
  }
  .hs-aadi-london-row1-group .hs-title-grp{
    padding-top: 55px;
  }
  .custom-pictures-inner {
    width: 50%;
  }
  .hs-itxpo-barcelona-layout .hs-two-column-equal-cnt-grp img {
    display:block;
    float:none !important;
  }
  .hs-compare-detail-row3-group {
    margin-bottom: 390px;
  }
  .hs-pricing-row3-group .hs_cos_wrapper_type_rich_text p, .hs-compare-row3-group .hs_cos_wrapper_type_rich_text p, .hs-compare-detail-row3-group .hs_cos_wrapper_type_rich_text p {
    margin: 0 0 48px;
  }
  .custom-one-col-left-image-inner h4 img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    vertical-align: middle;
  }
  .hs-pricing-row3-group h3, .hs-compare-row3-group h3, .hs-compare-detail-row3-group h3 {
    margin-bottom: 32px;
    max-width: 290px;
  }
  
  .compare-page-row3 .hs-compare-detail-row3-group h3 {
    max-width: auto;
    margin-bottom: 0px;
  }
  .hs-pricing-row3-group .hs_cos_wrapper_type_rich_text p, .hs-compare-row3-group .hs_cos_wrapper_type_rich_text p, .hs-compare-detail-row3-group .hs_cos_wrapper_type_rich_text p {
    max-width: 320px;
  }
  .custom-one-col-left-image-inner p {
    margin: 0 0 48px;	
  }
  .custom-one-col-left-image-inner {
    max-width:320px;
    width:100%;
  }
  .hs-search-results {
    width: 90% !important;
  }
  .hs-search-results__title {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  .hs-search-results__prev-page, .hs-search-results__next-page {
    font-size: 14px !important;
    text-align: center;
    padding: 10px !important;
  }
  .hs-platformdemo-row1-group {
    padding-bottom: 0px;
  }
  .hs-platformdemo-row3-group {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #2B3043;
  }
  .hs-platformdemo-row3-group span.page-center-before-span {
    background-image: none !important;
  }
  .hs-platformdemo-row3-group .custom-one-col-title-inner {
    padding: 0;
  }
  .hs-platformdemo-row3-group .cta-form-bg {
    padding: 20px;
    margin: 0px;
  }
  .hs-platformdemo-row3-group .cta-form-bg .cta-form-wrapper, .hs-platformdemo-row5-group .cta-form-bg .cta-form-wrapper {
    padding: 48px 24px;
  }
  .hs-platformdemo-row3-group .cta-form-bg input.hs-button, .hs-platformdemo-row5-group .cta-form-bg input.hs-button {
    margin: 10px;
  }
  .custom-one-col-video {
    margin-bottom: 0;
  }
  .custom-one-col-video:before, .custom-one-col-video:after {
    display: none;
  }
  .custom-one-col-video:after {
    bottom: -30px;
  }
  .custom-banner-area-popup-mod .testimonial-quote {
    font-size: 16px;
  }
  .custom-banner-area-popup-mod .hs-pepople-passionate-testimonial-selectors {
    margin-top: 320px;
  }
  .custom-banner-area-popup-mod .testimonial-left {
    padding-right: 0px;
  }
  .custom-banner-area-popup-mod .hs-pepople-passionate-testimonial-selector {
    width: 150px; 
  }
  .custom-banner-area-popup-mod .hs-pepople-passionate-testimonial-selector .contact-avatar {
    min-height: 0px; 
  }
  .testimonial { padding: 20px; margin-left: -10px; margin-right: -10px; }
  .testimonial blockquote { padding: 50px 20px }
  .lSAction > .lSPrev { left: -5px; }
  .lSAction > .lSNext { right: -5px; }
  .hs-logo-with-bg-grp-item.horizontal {
    width: 100%; 
  }
  .hs-appgallery-row2-group .hs-also-recognized-inner ul li {
    padding: 0 10px 30px;
    min-width: 150px;
  }
  .hs-also-recognized-inner ul li {
    padding: 0 10px 30px;
    min-width: 150px;
  }
  .hs-bettyblocks-platform-row3-section {
    margin-top: -25px;
  }
  .hs-bettyblocks-platform-row5-group span.page-center-before-span {
    top: -200px;
  }
  .hs-bettyblocks-platform-row6-section {
    margin-top: 150px;
  }
  #rocket, #rocket-placeholder, .movement-lines, .clouds {
    display: none; 
  }
  #rocket-placeholder {
    z-index: -1;
    opacity: .2;
    bottom: -75px;
  }
  .custom-one-col-rocket-mod .block2 {
    height: auto; 
  }
  .custom-one-col-rocket-mod .block2 .text-block {
    padding-bottom: 18px; 
  }
  .hs-customercase-detail-row3-group {
    margin-top: 0px; 
  }
  .hs-customercase-detail-row3-group span.page-center-before-span {
    z-index: -1;
    top: -430px;
    margin-left: -1977px !important;
  }
  .hs-customercase-detail-row3-section {
    margin-top: 50px;
    margin-bottom: 275px;
  }
  .hs-customercase-detail-row4-group {
    margin-top: 100px; 
  }
  .hs-customercase-detail-row4-group span.page-center-before-span {
    top: -450px;
  }
  .hs-two-col-customer-partner .content-col {
    width: 50%;
    padding: 0 16px;
  }
  .hs-two-col-customer-partner img {
    margin: 50px auto;
    width: 80%;
  }
  .hs-logo-with-bg-card {
    width: 100%; 
  }
  .hs-logo-with-bg-card .content {
    min-height: 350px;
  }
  .hs-logo-with-bg-card .collection-cta {
    bottom: 50px;
  }
  .custom-iso-quote p {
    font-size: 14px; 
  }
  .hs-two-col-white-tiles-inner.bullet-list img {
    margin-bottom: 0; 
  }
  .hs-one-col-review {
    padding: 20px; 
  }
  .web-right h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .web-time {
    display: grid;
  }
  .video-description {
    bottom: 0;
    height: auto;
    padding: 0 15px 0;
  }
  .video-description .content {
    opacity: 1; 
  }
  .hs-partnership-box-logo {
    max-width: 100px;
    margin-bottom: 20px;
  }
  .hs-partnership-box-content-inner p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hs-two-column-equal-cnt-grp {
    margin: 32px 0; 
  }
  .hs-demo-video-row1-col1-section, .hs-platformdemo-row1-col2-section .hs_cos_wrapper_type_rich_text {
    padding: 30px; 
  }
  .error-404 .body-container .error_message {
    margin-top: 300px;
  }
  .bb--grid-layout-3, .bb--customer-cases-grp {
    grid-template-columns: repeat(1, 1fr);
  }
  .bb--customer-case-item { 
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .pillar-page-layout .cta-form-wrapper,
  .pillar-page-layout .hs-partner-box--holder {
    padding: 30px; 
  }
  
  .forrester-form-container {
    margin-top: -75px !important;
  }
  
  .forrester-form-container .forrester-left-image .hs-left-icon-with-title-item {
    margin-left: 0px;
    padding-left: 20px;
  }
  
  .forrester-form-container .forrester-left-image .hs-left-icon-with-title-item img {
    float: left;
  }
  
  .forrester-form-container .forrester-left-image .hs-left-icon-with-title-item span {
    width: 80%;
    float: left;
  }
  
  .forrester-left-image {
  margin-top: 70px;
  }
  
}

/* End of max-width 767px */

@media(max-width:710px) and (min-width:480px){
  .hs-support-row1-group span.section-before-span {
    top: 88px;
    margin-left: 0px !important;
    left: 0;
    background-size: 1687px 1226px;
  }
}

@media(max-width:650px) {
  .hs-appgallerydetail-row1-group .container-iframe-device, .hs-appgallerydetail-row1-group .nav-tabs, .hs-appgallerydetail-row1-group .tab-content {
    display: none; 
  }
}

@media(max-width:500px){
  .hs-code-layout .cell p br {
    display: none;
  }

  .hs-code-layout .iso-quote h3 {
    font-size: 22px;
  } 
  .contact-social {
    padding: 1px;
  }
  
  .g2-quote .quote {
    width: 100%;
  }
  
  .g2-quote .quote:before {
    left: 0%;
    height: 65px;
    width: 60px;
    top: -20px;
  }
  
  .g2-quote .quote:after {
    right: 0%;
    height: 65px;
    width: 60px;
    bottom: -20px;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .bg-image-section .page-center {
    padding-top:2px;
  }
  .home-banner .form ul.hs-error-msgs.inputs-list {
    bottom: 0;
  } 
  .custom-one-col-left-image-inner p {	
    margin: 0 0 48px;	
  }
  .custom-one-col-left-image-inner {
    max-width: 320px;
    float: none;
    width: 100%;
  }
  .cell {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .lets-talk-iso {
    padding: 40px 30px; 
  }
  .opts-box ul {
    padding-right: 10px;
  }
  .form .hs-button.primary {
    font-size: 12px;
    line-height: 16px;
  }

  .form form {
    padding: 0 10px;
    display: block;
  }
  .home-banner .form form {
    padding: 0; 
  }
  .form .hs-input {
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .form .hs-button.primary {
    border-radius: 5px;
  }

  .form ul.hs-error-msgs.inputs-list {
    position: relative;
  }
  .custom-one-column-with-content-inner h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .custom-one-column-with-content-inner p {
    font-size: 14px;
    line-height: 24px;
  } 
  .checkbox-row span.fakelabel span {
    float: none;
  }
  .cm-form h3 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .custom-form-gp {
    padding: 65px 0; 
  }
  .custom-form-gp .cm-form .hs-input {
    width: 180px !important;
    line-height: 30px;
  }
  .footer-container .custom-form-gp .cm-form .hs-input {
    width: 100% !important;
    line-height: 30px;
  }

  .cm-form .hs-button.primary {
    margin-top: 0;
  }
  .form ul.hs-error-msgs.inputs-list {
    bottom: 0px;
  }
  .hs-our-customers-grp-item {
    width: 100%;
  }
  .customers-home-block-wrapper .hs-our-customers-grp-item figure {
    height: 150px;
  }
  .hs-download-form form.hs-form fieldset.form-columns-2 .hs-form-field {
    padding: 0;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  .hs-download-form form.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    margin-right: 0px !important;
  }
  .hs-download-form form.hs-form fieldset[class*="form-columns"] .hs-input {
    width:100% !important; 
  }

  .hs-download-form .hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
  .hs-download-form .hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto !important;
  }
  .form .hs_error_rollup {
    position: relative;
    bottom: 0;
  }
  .form .hs-input {
    width: 100% !important;
  }
  .footer-container .custom-form-gp .hs_error_rollup {
    bottom: -40px;
    width: 85% !important;
  }
  .footer-container .hs-error-msgs.inputs-list {
    position: absolute;
  }
  .footer-container .custom-form-gp .hs_error_rollup .hs-error-msgs.inputs-list {
    position:static;
  }
  .support-champs .text-box {
    margin-top: 0;
  }
  a.button.btn.btn-white-pink {
    bottom: 0; 
    right: 0; 
    position: relative;
    margin: 0 40px 40px;
  }
  .form .hs_email.hs-form-field {
    display: block;
  }
  .hs-support-row1-group .hs_cos_wrapper_type_rich_text {
    top: 450px;
  }
  .hs-support-row2-group {
    padding: 50px 0 0;
  }
  .hs-support-row2-group span.section-before-span {
    top: -230px;
  }
  .custom-academy-equal.right h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .custom-academy-equal.right {
    margin-top: 25px;
  }
  .pink .custom-academy-equal.left img {
    max-width: 100%;
  }
  .one-column-background-mod {
    padding-top: 150px;
  }
  .hs-support-row1-group span.section-before-span {
    top: -52px;
    margin-left: 0px !important;
    left: 0;
    background-size: 1687px 1173px;
  }
  .custom-partners-inner, .custom-partners-inner.excellent, .custom-partners-inner.premium, .custom-partners-inner.certified, .custom-partners-inner.technology {
    width: 50%;
  }
  .custom-partners-group .partner-popup-logo img {
    width: 100px; 
  }
  .hs-itxpo-barcelona-layout .lets-talk-iso {
    margin-top: 170px;
  }
  
  .hs-barcelona-row1-group span.page-center-before-span {
    top: -570px;
  }
  .hs-why-bettyblocks-layout .cell {
    padding-bottom: 10px;
  }  
  .img-betty p {
    font-size: 14px;
    line-height: 24px;
  }
  .img-betty {
    background-size: 150%;
  }
  .hs-left-icon-with-title-item {
    width: 100%;
    padding: 5px 0;
  }
  .hs-one-col-video-page span.section-before {
    top: 140px;
  }
  .custom-pictures-inner {
    width: 100%;
    padding: 0;
  }

  .custom-pictures-inner .title-box {
    background-position: inherit;
  }
  .hs-iso-certified-row1-group span.page-center-before-span {
    top: -345px;
  }
  .hs-platformdemo-row4-group span.page-center-before-span {
    transform: translateY(-20%);
  }
  .hs-platformdemo-row4-group .custom-one-col-video {
    margin: 50px 0 0; 
  }
  .hs-compare-row1-group .hs-page-header {
    margin-bottom: 75px !important;
  }
  .hs-compare-row2-group {
    margin-top: 0px; 
  }
  .compare-left-group, .compare-right-group {
    width: 200px;
  }
  .compare-left-group table td {
    height: 110px;
    padding-left: 25px; 
  }
  .compare-right-group table th {
    height: 60px;
    padding: 20px;
    width: 145px;
  }
  .compare-right-group table td {
    height: 110px;
    font-size: 13px;
  }
  .hs-compare-row2-group span.page-center-before-span {
    bottom: -550px; 
  }
  .hs-compare-row2-group .compare-table-wrap-group {
    margin-top: 75px;
  }
  .hs-compare-row3-group {
    margin-bottom: 0px;
  }
  .hs-compare-row4-group .hs-also-recognized-inner ul li {
    padding: 0px 10px 30px; 
    min-width: 150px;
  }
  .hs-logo-with-bg-grp-item.discover {
    width: 100%;
  }
  .hs-compare-detail-row2-group .compare-left-group, .hs-compare-detail-row2-group .compare-right-group {
    width: 150px;
  }
  .hs-compare-detail-row2-group .compare-left-group table td {
    padding-left: 15px; 
  }
  .hs-compare-detail-row2-group .compare-right-group tr td:first-of-type {
    padding-right: 25px;
  }
  .hs-compare-detail-row2-group .compare-right-group tr th:first-of-type {
    padding-right: 25px;
  }
  .hs-compare-detail-row2-group .compare-right-group tr td:last-of-type {
    padding-left: 115px;
  }
  .hs-compare-detail-row2-group .compare-right-group tr th:last-of-type {
    padding-left: 115px;
  }
  .hs-compare-detail-row3-group {
    margin-bottom: 400px;
  }
  .hs-compare-detail-row4-group span.page-center-before-span {
    top: -350px;
  }
  .custom-left-image-and-line {
    position: relative;
    width: 50px;
    margin-right: 15px;
  }
  .custom-left-image-and-line:before {
    left: 21px;
    margin-top: 50px;
  }
  .custom-two-column-with-left-image-and-line {
    margin-bottom: 30px;
  }
  .custom-two-column-with-left-image-and-line .custom-left-image-and-line {
    width: 50px;
    margin-right: 15px;
  }
  .custom-right-col {
    margin-top: 5px;
  }
  .custom-right-col-columns {
    display: block;
  }
  .custom-left-col-content, .custom-right-col-content {
    width: 100%;
    margin-top: 25px;
  }
  .custom-left-col-content {
    padding-right: 0px; 
  }
  .custom-two-col-left-video-inner.content h3 {
    margin-left: 0px;
    text-align: center;
  }
  .custom-two-col-left-video-inner.content h3:before {
    left: 50%;
    margin-left: -56px;
  }
  .custom-two-col-left-video-inner.content .bullet-point-list-cta {
    margin-top: 30px;
    text-align: center;
  }
  .hs-appgallerydetail-row1-group .hs-custom-page-header {
    margin-bottom: 0px;
  }
  .hs-partners-box-wrapper {
    display: block;
  }  
  .hs-pepople-passionate-testimonial-selectors.left .testimonial-quote {
    width: 100%;
    font-size: 18px;
  }
  .hs-bettyblocks-platform-row3-group {
    margin-top: 150px;
  }
  .hs-bettyblocks-platform-row3-group span.page-center-before-span {
    transform: translateX(-19%) translateY(-3%);
  }
  .hs-bettyblocks-platform-row3-section {
    margin-top: -100px; 
  }
  .hs-bettyblocks-platform-row5-group span.page-center-before-span {
    top: -350px;
  }
  .hs-bettyblocks-platform-row6-section {
    margin-top: 100px;
  }
  .left-content-rot-img {
    display: block; 
  }
  .left-content-rot-img .left-content-col {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .left-content-rot-img .span4 {
    padding: 0 50px; 
  }
  .customer-case .cta-form-wrapper .author-with-logo {
    padding: 0px;
  }
  .customer-case .hs-pepople-passionate-quote-buttons-more {
    margin: 0; 
  }
  .customer-case .cta-form-wrapper {
    padding: 40px 20px 40px 0; 
  }
  .cta-form-wrapper .cta-wrapper {
    display: flex;
    flex-direction: column;
  }
  .cta-form-wrapper .hs_cos_wrapper_type_cta {
    margin: 0; 
  }
  .cta-form-wrapper .hs_cos_wrapper_type_cta:last-of-type {
    margin-bottom: -15px;
  }
  .cta-form-wrapper .cta_button {
    margin-bottom: 15px; 
  }
  .safari-btn {
    display: flex; 
  }
  .hs-customercase-detail-row3-group span.page-center-before-span {
    top: -250px;
    margin-left: -1600px !important;
  }
  .hs-customercase-detail-row3-group .collection-cta {
    flex-direction: column;
  }
  .hs-customercase-detail-row3-group .collection-cta .cta {
    margin: 0 0 20px 0; 
  }
  .hs-customercase-detail-row3-group.partnership .page-center-before-span {
    top: -430px;
    margin-left: -1977px !important;
  }
  .hs-logo-with-bg-card .collection-cta {
    bottom: 30px;
  }
  .left-video-arrow {
    width: 30px;
  }
  .webinar-itemweb {
    margin-bottom: 10px;
  }
  .webinar-itemweb .dateweb {
    width: auto;
    height: auto;
    padding: 15px;
  }
  .webinar-day {
    font-size: 18px;
  }
  .webinar-month {
    font-size: 14px;
    width: 30px;
  }
  .webinar-title {
    font-size: 13px;
    line-height: 17px; 
  }
  .webinar-time {
    font-size: 11px;
    line-height: 20px;
  }
  .hs-one-col-review:before {
    background-image: none; 
  }
  .webinar-item {
    flex-direction: column;
    padding: 16px; 
  }
  .webinar-item, .dateweb, .webinar-item .descriptionweb {
    width: 100% !important;
  }
  .webinar-item .dateweb {
    display: block;
    margin: 0;
  }
  .webinar-item .descriptionweb {
    margin: 10px 0;
    text-align: center;
  }
  .webinar-item .webinar-cta {
    margin: 0; 
  }
  .upcoming-webs .slick-track {
    margin-left: 0;
  }
  .upcoming-webs .webinar-item:after {
    content: none; 
  }
  .hs-partnership-box-holder {
    border-radius: 5px;
  }
  .hs-partnership-box-content-inner p {
    font-size: 14px; 
  }
  .hs-custom-page-header {
    margin-bottom: 50px; 
  }
  .custom-iso-quote {
    margin: 75px auto; 
  }
  .custom-one-col-image-without-link-mod {
    margin: 50px auto; 
  }
  .hs-two-col-white-tiles-inner.bullet-list .heading img {
    margin-left: 0;
  }
  .hs-two-col-white-tiles-inner.bullet-list .bullet-point-list {
    margin: 0; 
  }
  .custom-one-col-video {
    margin: 50px 0 75px; 
  }
  .iso-quote:before, .custom-iso-quote:before, .iso-quote:after, .custom-iso-quote:after {
    width: 94px;
    height: 102px;
    background-size: contain;
  }
  .custom-one-col-image-without-link-inner.four-cols {
    width: 100%; 
  }
  .hs-two-column-cnt-with-img-grp.bg {
    margin: 0; 
  }
  .page-dark-banner-before.dark-mode .page-center.content-wrapper {
    padding: 130px 16px 200px;
  }
  .search-box-video {
    width: 100%; 
  }
  .hs-breadcrumb-menu-wrapper {
    margin-bottom: 30px;
  }
  .error-404 .body-container .error_message {
    margin-top: 200px;
  }
  .bb--red-bg span.page-center-before-span {
    top: -200px;
  }
  .customers-home-block-wrapper .hs-our-customers-logo-box figure img {
    width: 55%; 
  }
}

/* End of max-width 479px */

@media(max-width:400px){
  .hs-demo-video-row1-col2-section h3 {
    font-size: 20px;
    line-height: normal;
  } 

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  svg.testimonial-block-bottom {
    display: none;
  }
  .form .hs-input,
  .hs-pepople-passionate-quote-buttons-form .hs-input,
  .custom-form-gp .cm-form .hs-input{
    min-height:44px; 
  }
  .hs-partners-box:after {
    bottom: 1px;
  }
  .intro-news-outer .intro-news-top {
    top: 58px;
    position:relative;
  }

  .intro-news-outer .intro-news-bottom {
    top: -58px;
    position:relative;
  }
  .hs-home-row1-group span.page-center-before-span {
    top:-517px;
  }


}

body div#hs-eu-cookie-confirmation {
  background-color: rgba(0, 0, 0, 0.75) !important;
  height: auto !important;
  position: fixed !important;
  width: 100% !important;
  bottom: 0 !important;
  z-index: 10000000 !important;
  background-image: none !important;
  color: #fff !important;
  text-align: center !important;
  top: auto !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font: 18px/32px 'Ubuntu', Arial, Helvetica, sans-serif !important;
  text-align: center !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a{
  display: inline-block !important;
  cursor: pointer !important;
  text-decoration: none !important;
  background: linear-gradient(to bottom,#568eff 0%,#385aff 100%) !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 11px 17px !important;
  font-weight: 700 !important;
  min-width: 110px !important;
  border: 0 !important;
  border-radius: 5px !important;
  position: relative !important;
  transform: translateY(0) !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05) !important;
  margin: 10px !important;
  font-family: inherit !important;
  transition: all .3s;
  white-space: normal !important;
  text-align: center !important;
  background-color: transparent !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
  transform: translateY(-2px) !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05) !important;
  text-decoration:none !important;
  background: linear-gradient(to bottom,#568eff 0%,#385aff 100%) !important;
}


/* separate page edits - Inge 7-02-2019 */

/* betty blocks on stage */
h1.montserrat {
  font: 900 40px/56px 'montserrat', sans-serif;
  color: #fff !important;
  margin: 0 0 10px;
  line-height: 1em;
}

.bbosreg p:first-of-type {margin: 0px 0px 0px;}

/* partner day breakout registration page */

.bbos-pdr .form-columns-1 label.hs-form-checkbox-display {
  min-width: 100%;
}




/* separate page edits - Bjorn 5-04-2019 */


.custom-search {
  position: relative;
}
.footer-container .custom-search {
  display: none;
}
#search-icon {
  cursor: pointer;
  color: #fff;
  position: absolute;
  margin-top: 3px;
}

.hs-search-field {
  position: absolute;
  text-align: right;
  top: 40px;
  right: -85px;
  width: 400px;
  display: none !important;
}
  .hs-search-field.blog {
  display: block !important;
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
}
.hs-search-field.no-after .hs-search-field__input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
} 
.hs-search-field__suggestions #results-for {
  font-weight: bold;
  cursor: auto;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}

.hs-search-field__input {
  box-sizing: border-box;
  width: 88% !important;
  background-color: #fff !important;
  float: left;
  font-size: 14px !important;
  margin-bottom: 0px !important;
  border-radius: 5px 0px 0px 5px !important;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 0 50px rgba(0,0,0,0.16);
  box-shadow: 0 0 50px rgba(0,0,0,0.16);
}
.hs-search-field:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 5px 5px 20px 5px;
  position: absolute;
  top: -6px;
  right: 69px;
  background: #fff;
  margin-left: -13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
}

.hs-search-field.active {
  display: block !important;
}

.hs-search-results {
  width: 70%;
  padding-top: 30px;
}

.hs-search-results__title:hover {
  color: #585d6d;
}

.hs-search-results__listing li {
  padding-bottom: 30px;
}

.hs-search-field__suggestions, .hs-search-field__suggestions.open-menu-list {
  margin: 0;
  list-style: none;
  position: sticky;
  width: 400px !important;
  margin-top: 66px !important;
  background: #fff;
  z-index: 9;
  text-align: left;
  color: #252a3a;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  transition: none;
  padding: 27px 24px 21px;
  visibility: hidden;
  opacity: 0;
  display: none !important;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 0 50px rgba(0,0,0,0.16);
  box-shadow: 0 0 50px rgba(0,0,0,0.16);
  cursor: default;
}

.hs-search-field__suggestions a:hover {
  color: #585d6d;
  background-color: #fff;
}

.hs-search-field__suggestions:after {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  background: #fff;
  margin-left: -13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden; 
}

.main-content .hs-search-field__suggestions {
  position: absolute; 
}

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}

.hs-search-results__title {
  font: 700 24px/40px 'Merriweather', serif;
  color: #262a3a;
  display: block;
}

.hs-search-results__prev-page, .hs-search-results__next-page {
  padding: 14px 17px;
  color: #e9004c;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
  min-width: 125px;
  font-weight: 700;
  border: 0;
  border-radius: 5px;
  position: relative;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05), 0 0 4px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.27);
}

.hs-search-results__prev-page:hover, .hs-search-results__next-page:hover, .hs-search-results__prev-page:focus, .hs-search-results__next-page:focus {
  transform: translateY(-2px);
  color: #e9004c;
}

.hs-search-field_2 {
  position: relative;
  width: 100%;
}
.hs-search-field__input_2 {
  box-sizing: border-box;
  font-size: 14px !important; 
  margin-bottom: 0px !important;
  float: left;
  width: calc(100% - 48px) !important;
  border-radius: 5px 0px 0px 5px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hs-search-field__suggestions_2, .hs-search-field__suggestions_2.open-menu-list {
  margin: 0;
  list-style: none;
  position: absolute;
  width: 100% !important;
  margin-top: 69px !important;
  background: #fff;
  z-index: 9;
  text-align: left;
  color: #252a3a;
  font-size: 14px;
  line-height: 20px;
  border-radius: 6px;
  transition: none;
  padding: 27px 24px 21px;
  visibility: hidden;
  opacity: 0;
  display: none !important;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.16);
  -moz-box-shadow: 0 0 50px rgba(0,0,0,0.16);
  box-shadow: 0 0 50px rgba(0,0,0,0.16);
  cursor: default;
}

.hs-search-field__suggestions_2 a:hover {
  color: #585d6d;
  background-color: #fff;
}

.hs-search-field__suggestions_2 #results-for {
  font-weight: bold;
  cursor: auto;
}
.hs-search-field__suggestions_2 a,
.hs-search-field__suggestions_2 #results-for {
  display: block;
  padding: 10px;
}

.hs-search-field__suggestions_2 li {
  display: block;
  margin-top: 16px;
  padding: 0;
}

.hs-search-field__suggestions_2:after {
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  background: #fff;
  margin-left: -13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
}
.hs-search-form_2 {
  display: flex; 
}

button.custom-search-btn {
  float: left;
  width: 48px;
  cursor: pointer;
  padding: 5px;
  background: #E8014B;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #E8014B;
  border-left: 0;
  outline: none;
}
button.custom-search-btn:hover {
 background: linear-gradient(180deg,#ff0080,#e9004c); 
}