@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,700;0,800;1,400&display=swap');
/* @import url("https://use.typekit.net/eky7ahm.css"); */
@import url("//636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Assets%20S2/Fontawesome/css/font-awesome.min.css");

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but heDS Upselling Modal
lpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * 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;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

/* 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; 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}


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

/* 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;
}

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


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



/*****************************************/
/* HS Cookies styling    */
/*****************************************/

#hs-eu-cookie-confirmation:before{
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button {
    margin: 0;
}
@media (min-width: 751px) {
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-right: inherit !important;
}
#hs-eu-confirmation-button {
    margin: 0 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
    margin-right: inherit !important;
    gap: 1.1em !important;
    row-gap: 1.1em !important;
    column-gap: 1.1em !important;
    margin-bottom: 1.1em !important;
    justify-content: center !important;
}
div#hs-eu-cookie-confirmation {
    transform: none !important;
    -webkit-transform: none !important;
}
#confirmation-button {
    margin: 0;
    width: fit-content;
}
}
@media (max-width: 750px) {
div#hs-eu-cookie-confirmation {
    left: 0 !important;
}
#hs-eu-confirmation-button { 
    margin: 0!important;
}
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-cookie-settings-button {
    margin: 0;
}
#hs-eu-cookie-confirmation{
    position: fixed !important;
    max-width: 800px !important;
    bottom: 3% !important;
    top: auto !important;
    left: 3% !important;
    padding: 0 !important;
    background: #FFFF !important;
    border: 1px solid #1e2f46 !important;
    text-align: center !important;
    width: 30%;
    right: auto !important;
    border-radius: 0 !important;
    z-index: 1111111111111111111 !important;
}
div#hs-eu-cookie-confirmation{
   z-index: 1111111111111111111 !important;
}
@media only screen and (min-width: 960px) {

div#hs-eu-cookie-confirmation .hs-cookie-notification-position-bottom {
    border-bottom: 0;
    bottom: 0;
    top: auto;
    box-shadow: 100vh -100vh 0px 100vh rgba(0,0,0,.28) !important;
}
}
div#hs-eu-cookie-confirmation {
    transform: none !important;
    -webkit-transform: none !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: #fff;
    margin: 0 auto;
    max-width: 1000px;
    padding: 15px 30px 20px 30px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin: 0 0 12px !important;
    color: #23384f;
    font-family: Karla !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    text-align: left;
    text-shadow: none !important;
    font-size: 15px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
    background: none !important;
    box-shadow: none !important;
    color: #1e2f46 !important;
    font-family: Karla !important;
    font-weight: 600 !important;
    line-height: 1.8 !important;
    text-align: left;
    text-shadow: none !important;
}
@media only screen and (min-width: 960px) {
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    border-bottom: 0;
    bottom: 0;
    top: auto;
    box-shadow: -1px 2px 17px 4px #65686b26 !important;
    max-width: 600px !important;
}
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
    border-bottom: 2px solid #1e2f46 !important;
    padding-bottom: 1px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    margin: 30px 0 0 !important;
    text-align: left !important;
    display: contents !important;
    align-items: baseline;
    padding-top: 20px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-color: #1e2f46!important;
    border: 1px solid #1e2f46!important;
    margin-right: 12px !important;
    color: #fff !important;
    font-family: Karla;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    border: 1px solid #1e2f46 !important;
    color: #1e2f46 !important;
    font-family: Karla !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-shadow: none !important;
    font-weight: 600 !important;
    margin-right: 0 !important;
    transition-duration: 0.5s;
}
#hs-eu-decline-button:hover{
   font-weight: 600 !important;
}
#hs-eu-confirmation-button:hover{
   font-weight: 600 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    border-radius: 0;
    display: inline-block;
    padding: 8px 16px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-color: #1e2f46 !important;
    border: 1px solid #1e2f46 !important;
    margin-right: 12px !important;
    color: #fff;
    font-family: Karla !important;
    font-weight: 600 !important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important;
}
#hs-eu-cookie-confirmation-inner{

  text-shadow:none!important;
}
#livechat-compact-container{
z-index: 2 !important;
}

#hs-en-cookie-confirmation-buttons-area{

  text-align: center!important;

}
#hs-eu-cookie-confirmation-inner{
  text-align: center !important;
}
#hs-eu-cookie-confirmation{
  text-align: center !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button {
    margin: 0;
}
#hs-eu-confirmation-button{
    background-color: #1e2f46 !important;
    border: 1px solid #1e2f46 !important;
    margin-bottom: 10px !important;
    margin-right: 0px !important;
    color: #fff;
    font-family: Karla;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 2;
    text-align: center !important;
    text-shadow: none !important;
    width: -webkit-fill-available !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
  
}
#hs-eu-decline-button{
    border: 1px solid #1e2f46 !important;
    color: #1e2f46;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal !important;
    line-height: inherit;
    text-align: center !important;
    text-shadow: none !important;
    width: -webkit-fill-available !important;
    margin-right: 12px !important;
    margin-left: 12px !important;
    border-radius: 0 !important;
  
}

.widget-type-email_subscriptions h1{
    font-weight: normal;
    font-size: 30px;
    line-height: 25px;
    margin: 1px 0px 4px;
    text-align: center;
}
.widget-type-email_subscriptions h2{
    font-size: 18px;
    font-weight: 700;
    margin: 20px 5px;
    color: #00E65F;
}

.header{
    margin: 30px 7px !important;
    font-size: 25px !important;
}
.email-prefs .item .item-inner{
    border: 1px solid #929eaa;
    overflow: hidden;
    margin-top: 5px;
    padding: 15px;
    background: #fafafa;
    border-radius: 0px;
}
.email-edit{
    padding: 15px 20px !important;
    font-size: 15px !important;
    width: 507px !important;
    margin-left: 0px !important;
    margin: 20px 0 !important;
    border: 1px solid #d4d9dd !important;
    border-radius: 0px;
    max-width: 280px !important;
}
.email-prefs .item .item-inner *{
    color: #1e2f46;
    padding: 5px 2px 2px 5px; 
}
.hs-button{
  -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background-color: #326446;
    border-width: 0px;
    color:#fff;
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 9px 35px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    border: 2px solid #326446;
}
a.cta_button {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    vertical-align: middle;
}
.btn-red, .btn-red:focus, .form-btn-red .hs-button {
    background-color: #1e1e23;
    color: #FFFFFF;
    border: 2px solid #1e1e23;
}
#submitbutton {
-webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: rgb(255,91,77);
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: Karla;
    height: auto;
    transition: all .4s ease;
    padding: 9px 9px;
    text-shadow: none;
    width: auto;
    line-height: 1.5em;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: none;
    border-radius: 0px;
    color: #fff;
    border: 2px solid #00E65F;
    max-width: -webkit-fill-available;
}
.page-header{
  text-align: center;
  border-bottom: 1px solid #00E65F;
}
.page-header H1{
    font-size: 28px;
    line-height: 1.2;
}
.page-header H2{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #00E65F;
    line-height: 1.2;
}
.email-prefs .item .item-inner.selected{
    background: #edfbff;
    border: 1px solid #48c6f0;
}

#email-prefs-form{
    position: relative;
    background-color: #fafafa;
    padding: 30px 20px;
}
.hs-input{
    padding: 20px 15px;
    font-size: 15px;
    width: -webkit-fill-available;
    margin-left: 0px;
    max-width: 400px;
    margin-right: 10px; 
}
.nav-container {
    width: 100%;
    margin: 0 auto 0px auto; */
}
.success{
    padding: 20px;
    font-weight: 600;
    line-height: 1.7;
    color: #1e2f46;
}
.success:before {
    content: "";
    display: block;
    background: url(https://636866.fs1.hubspotusercontent-na1.net/hub/636866/hubfs/verified.png?width=25&name=verified.png) no-repeat;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 6px 0 0;
}
/*************** Base sets ***************/

*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Karla', sans-serif;
  font-display: swap;
  overflow-x: hidden;
  color: #1e2f46;
}
/* ************* Responsive Bootstrap Standard ************ */
.page-center {
  /*   display: table;
  float: none !important;
  width: 100% !important; */
  width: 100%  !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto  !important;
  margin-left: auto  !important;
  float: none !important;
}

.page-center-full-image {
  /*   display: table;
  float: none !important;
  width: 100% !important; */
  width: 100%  !important;
  padding-right: 15px;
  padding-left: 0px !important;
  margin-right: auto  !important;
  margin-left: 0  !important;
  float: none !important;
}

@media only screen and (max-device-width: 736px) {

}
@media (min-width: 750px) {

}   
@media (min-width: 992px) {
  .page-center {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .page-center {
    max-width: 1170px !important;
  }
}


.page-center-full {
  /*   display: table;
  float: none !important;
  width: 100% !important; */
  width: 100%  !important;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto  !important;
  margin-left: auto  !important;
  float: none !important;
}
@media only screen and (max-device-width: 736px) {

}
@media (min-width: 750px) {

}   
@media (min-width: 992px) {
  .page-center-full {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .page-center-full {
    max-width: 1170px !important;
  }
  
}

/*************** Globals ***************/
a {
    color: #1E2F46;
    text-decoration: none;
}
a:hover, 
a:focus{
   color: #316446;
   text-decoration: none;
}
.lang_list_class li a:hover{
  color: #00e65f; 
  text-decoration: none;
}
img {
  max-width: 100%;
}
.hs_cos_wrapper_type_rich_text table {
  width: 100%;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
.widget-type-space {
  padding: 1px;
}

/*************** Typography ***************/
p, li,
q {
  color: #1E2F46;
  font-size: 16px ;
  font-weight: 300;
  line-height: 2;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
 /* margin: 0 0 10px 0; */
  padding: 0;
  font-family: 'Karla', sans-serif;
}

/* -------- Headings -------- */
h1, h2, h3, h4, h5, h6 {
  color: #1E2F46;
  font-family: 'Karla', sans-serif;
  font-weight: 300;
  margin:0 0 25px ;
  text-rendering: optimizelegibility;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover ,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{color: #1E2F46;text-decoration: none;}
h1 {
  font-size: 55px;
  line-height: 1.2;
}
h2 {
  font-size: 46px;
  line-height: 1.2;
}
h3 {
  font-size: 28px;
  line-height: 1.5;
}
h4,.h4 {
  font-size: 20px;
  line-height: 1.4;
}
h5 {
  font-size: ;
}
h6 {
  font-size: ;
}

/* ==========================================================================
Custom Menu Primary
========================================================================== */
/* Override max width on menu links */
.custom-menu-primary li{
  margin-bottom: 0;
  padding: 5px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
.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;
  text-align: left;
 /* padding: 6px 0px; */
  padding: 15px 18px;
  border:none;
  font-weight: normal;
}
.all-solutions-menu{
 border-top: 1px solid #f54a3d; 
 padding: 18px 10px 5px;
}
/* -------- Additional Main menu Styling ------------- */
.custom-menu-primary .hs-menu-flow-horizontal{
  text-align: right;
  line-height:0;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600 !important;
  line-height: 1.3;
/*  padding: 0;
  margin: 10px 15px; */
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{
  color: #00e65f;
  outline: none;

}
.lang_switcher_class .globe_class{
  background-image: none;
  width: auto;
  height: auto;
  padding-right: 24px;    
  padding-top: 5px;
  display: inline-flex;
}
.lang_switcher_class-mob{
    right: 0;
    display: none;
}
.lang_list_class {
    display: none;
    position: absolute;
    top: 17px;
    text-align: center;
    z-index: 100;
    list-style-type: none;
    padding: 15px 0 0;
    margin: 0;
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.lang_list_class:before,.lang_list_class:after{
  display: none;
}
.lang_list_class {  
  top: auto;
  width: max-content;
}
.lang_list_class li:first-child,.lang_list_class li:last-child{
  padding: 0;
  border: none;
}
.lang_list_class li a{
    text-decoration: none;
    color: #1e2f46;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 5px 0 5px;
    display: block;
    white-space: normal;
    font-weight: 600;
    padding: 10px;
    border-bottom: 1px solid #dedfe0;
}
.lang_list_class li {
    position: relative;
    line-height: 1;
    font-size: 13px;
    color: #00E65F !important;
    padding: 0 !important;
    background-color: #fff;
    border-left: none !important;
    border-right: none !important;
}
.lang_list_class li:active {
    color: #00E65F !important;
}
.lang_list_class li a:active{
   color: #1e2f4663 !important;
}
.hs-rss-item {
  border: 1px solid #d4d9dd;
  padding: 30px 30px 20px;
  background-color: #fafafa;
}
.hs-rss-title{
    font-size: 28px;
    line-height: 45px;
    font-family: 'Karla', sans-serif;
    font-weight: 300;
}
.hs-rss-byline{
  margin-top: 15px;
  margin-bottom: 15px;
}
/* .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child > a{
overflow: hidden !important;
text-indent: -999999px;
margin-bottom: 3px;
line-height: 0;
margin-top: 7px;
padding-right: 13px;
} */
/*custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child > a:before,*/
.footer-lang{
  margin-bottom: 15px;
}
.globe_class::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/Globe%20Lang%20Switcher%2022XSMALL.svg);
  display: block;  
  width: 22px;
}
.footer-lang .globe_class::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/Globe%20Lang%20Switcher%2022XSMALL.svg);
  max-width: 17px;
  padding-top: 4px;
}
/*.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child > a:after,*/
.globe_class::after{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DropDown%20Switcher%2022XSMALL.svg);
  display: block;  
  width: 12px;    
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
  right: 0;
  position:absolute;
}
.footer-lang .globe_class::after {
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DropDown%20Switcher%2022XSMALL.svg);
}

.custom-menu-primary .hs-menu-children-wrapper,.lang_list_class{
    padding: 0;
    background: #FFFF;
    text-align: left;
    margin-top: 29px;
    box-shadow: rgba(50, 50, 50, 0.05) 0px 10px 100px, rgba(50, 50, 50, 0.07) 0px 15px 35px, rgba(0, 0, 0, 0.05) 0px 5px 15px;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}
@media (max-width: 992px) {
.custom-menu-primary .hs-menu-children-wrapper,.lang_list_class{
  box-shadow: none;
  }
.custom-menu-primary .hs-menu-children-wrapper::before,.lang_list_class::before{
  display: none;
  }
.fa-angle-down{
  display:none !important;
  }
.arrow_icon{
  display:block !important;
  }
}
.custom-menu-primary .hs-menu-children-wrapper::before,.lang_list_class::before{
    content: "";
    position: absolute;
    z-index: 990;
    box-shadow: rgba(50, 50, 50, 0.03) -2px -2px 2px;
    background-color: rgb(255, 255, 255);
    top: -3%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translateX(-50%) rotate(45deg);
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 > a{
  position: relative;
}
/*.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active > a::before{
  content: "";
  width: 8px;
  height: 8px;
  position:absolute;
  bottom: -6px;
  left: -7px;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active > a::before{  
  background: #97D4E9;  
}
*/

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1201px) {
  .custom-menu-primary .hs-menu-wrapper,.custom-menu-primary .mobile-trigger+div{ 
    display:block !important;
  }  
  .flex-row-fluid .custom-menu-primary .row-fluid [class*="span"]{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */

/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 1200px){

  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }

  /* Toggle Button
  ========================================================================== */
  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 13px;          /* Position Button at right of screen  */
    right: 0;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 0 8px ;
    background: #ffffff; /* Background color */
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top:-50px;
    color: transparent; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#21BBD1;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#21BBD1;
    background-color: transparent; 
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #1A237E; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #1A237E; /* Icon color */
  }

  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #00E65F; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    width: 100%;
    flex: 0 0 100% !important;
    margin: 0;
  }

  /* Hide menu on mobile */
  /*.custom-menu-primary.js-enabled .hs-menu-wrapper*/
  .custom-menu-primary.js-enabled .mobile-trigger + div,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  /*.custom-menu-primary.js-enabled .hs-menu-wrapper*/
  .custom-menu-primary.js-enabled .mobile-trigger+div{
    width: auto;
    top: 0;             
    left: -20px;
    right: -20px;
    padding: 0;
    background: rgb(255, 255, 255);
    z-index: 5;
    position: absolute;
    margin-top: 0;
    padding:20px 0;
    border-radius:0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:transparent; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    padding: 15px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  /*.custom-menu-primary .hs-menu-wrapper > ul li:not(:nth-last-child(2)):not(:last-child)*/
  .custom-menu-primary .hs-menu-wrapper > ul li{

    border-top: 1px dotted rgba(255, 91, 77, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#3F4D71; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #00E65F; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  /*   .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2)*/
  .custom-menu-primary .widget-type-cta{
    text-align: center;
  } 

  .mobile-open .mobile-trigger i {
    background-color: #fff !important;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    opacity: 1;
    background-color: #1A237E;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    opacity: 1;
    background-color: #1A237E;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .mobile-trigger i{
    background-color:#1A237E ;
    -webkit-transition: .25s all ease;
    -moz-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  .mobile-trigger i:before {
    top: -6px;
    opacity: 1;
    background-color: #1A237E;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
  }
  .mobile-trigger i:after {
    top: 6px;
    opacity: 1;
    background-color: #1A237E;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
  }  
  .custom-menu-primary .hs-menu-children-wrapper{
    left: 0 !important;
    border: none;
    border-radius: 0;
    transform: none;
  }
  .lang_switcher_class{
    position: absolute;
    top: 25px;
    right: 65px;
    z-index: 99999999;
  }
  .custom-menu-primary .row-fluid > div {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}


/*************** Structure ***************/
/* -------- Header ---------------- */
body.fixed-nav{
  padding-top: 70px;
}
body.fixed-nav .header-container-wrapper{
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 100%;
  background: #FFFFFF;
}
.header-content{
  padding: 16px 20px 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
  position: relative;
  z-index: 999999;
}
.header-content-2{
 padding: 5px 20px 5px;
  /*
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
  position: relative;
  z-index: 999999;
  */
}
/* -------- Footer ---------------- */
.footer-container-wrapper{
  position: relative;
}
.footer-menu{
  padding: 60px 0 0 0;
  position: relative;
  z-index: 10;
}
.footer-menu-left,.footer-menu-right{
  padding-top: 30px;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{width:100%;}
.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li{
  float: none;
  position: relative;
  
  display: inline-block;
  width: 30.33333333333%;
  vertical-align: top;
  margin-bottom: 30px;
}
/* .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li + li{
  margin-top: 60px;
} */
.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>ul.hs-menu-children-wrapper{
  opacity: 1;
  visibility: visible;
  position: relative;
}
.footer-menu-left .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 > a{
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
 /* margin-bottom: 15px; */
  /*
}
 .footer-menu-left .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 ul li + li{
  margin-top: 15px;
} */
}
.footer-menu-left .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1::before{
  content:"";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #FFFFFF;
  opacity: .10;
  top: -5px;
  left: -20px;
}
.footer-menu-right ul li{
  word-break: break-word;
}
.footer-menu-right ul li a{
  color: #f0ebf0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.86px;
}
.footer-menu-right ul li a:hover{
  color: #fff;
}
.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  white-space: normal;
}
.footer-menu-right ul li + li{
  margin-top: 18px;
}
.footer-menu .hs-menu-wrapper ul li a{
  padding: 0;
}
.footer-menu ul li a,.copyright-text p{
  font-size: 13px;
  line-height: 1.8;
  border: none;
}
/*.footer-menu ul li a{  
  text-transform: uppercase;
} */

.footer-menu-left ul li a{
  color: #f0ebf0;  
}
.footer-menu-left ul li a:hover{
  color: #fff;  
}

.copyright-text p,.footer-connect h3{
  color: #FFFFFF;
}
.copyright-text p{
  margin: 0;
}
.copyright-wrapper{
  position: relative;
  padding: 18px 0;
}
.footer-connect{
  padding-top: 60px;
  padding-bottom: 10px;
  position: relative;
}
.footer-form{
  z-index:1;
}
.footer-form .hs-form{
  max-width: 435px;
  display: block;
}
.footer-form .hs-form-field{
  margin-bottom: 0;
}
.footer-form .hs-form .hs_email{
  width: 100%;
  max-width: 245px;
  margin-right: 13px;
}
.footer-form .hs-form .hs_error_rollup{
  width: 0;
  overflow: hidden;
  display: none;
}
.footer-connect h3{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.17px;
  line-height: 1.4;
  font-weight: 700;
  
}
.footer-social-link ul{
  list-style: none;
}
.footer-social-link ul li{
  display: inline-block;
  margin: 0 10px 5px 0;
}
.footer-social-link ul li a{
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  background: #fff;
  color:#1e2f46;
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  filter: grayscale(1);
}
.footer-social-link ul li a:hover{
  background: #d3d3d3;
  color: #fff;
}
/*.footer-social-link ul li a:hover .iconsvg{
   -webkit-filter: invert(100%) sepia(100%) saturate(0) hue-rotate(327deg) brightness(100%) contrast(100%);
   filter: invert(100%) sepia(100%) saturate(0) hue-rotate(327deg) brightness(100%) contrast(100%);
}*/
.iconsvg{
   height: 20px;
   width: auto;
}
.footer-logo-bg{
  position: absolute;
  right: 0;
}

.scroll-top{
  position: fixed;
  bottom: 8%;
  left: 5%;
}
.scroll-top > a,.scroll-top > a:focus{ 
  z-index: 0;
  position: relative;
  overflow: hidden;
  color: #00E65F;
  background: #FFFFFF;
  display: inline-block;
  text-align: center;
  padding: 7px;
  border-radius: 25px;
}
.scroll-top img{
  max-width: 30px;
}
.scroll-top i{
  font-size: 25px;
  display: block;
  margin-bottom: 5px;
}

/* ------------------ Banner ---------------- */
.banner{
  background-color: transparent;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;  
}
.banner-custom-padd {
  padding-top: 100px !important;
}
#banner-custom-padd {
    padding-top: 100px !important;
}
.banner .banner-logo_container{
  position: relative;
}
.banner-content{
  max-width: 560px;
}
.banner-content,.banner-content h1{
  color: #FFFFFF;
}
.banner-content_copy{
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
  max-width: 455px;
  margin-bottom: 40px;
}
.banner.home-banner .banner-logo{
  display: inline-block;
  position: absolute;
  /*   bottom: -200px; */
  right: 0;
  /*top: 45px; */
  top: -70px;
}

.banner .cover_vid{  
  z-index: -1;
  background-size: 110% auto; 
  width: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 115%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner.video_bg{
}
.banner-video-bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}


/* -------- Form ---------------- */
.hs-error-msgs{
  list-style: none;

}
.hs-form-field {
  margin-bottom: 20px;
  position: relative;
}
.hs-form-field label{
  font-size: 16px;
  font-weight: 300;
}
.dark-form label{
  color: #FFFFFF;
}
.hs-error-msgs label{
  font-size: 12px;
  color: #FF0000;
}
fieldset{
  max-width: 100% !important;
}
.home-template .hs-form fieldset.form-columns-1 .hs-fieldtype-select{
 /*---- width: 50%; ----*/
}
.hs-form  fieldset.form-columns-1 .hs-fieldtype-select select{
  width: 100%;
}
.dark-form{
  padding: 50px 55px;
}
.form-no-padding{
  padding: 0 !important;
}
.dark-form textarea, 
.dark-form input[type="text"], 
.dark-form input[type="password"], 
.dark-form input[type="datetime"], 
.dark-form input[type="datetime-local"], 
.dark-form input[type="date"], 
.dark-form input[type="month"], 
.dark-form input[type="time"], 
.dark-form input[type="week"], 
.dark-form input[type="number"], 
.dark-form input[type="email"], 
.dark-form input[type="url"], 
.dark-form input[type="search"], 
.dark-form input[type="tel"], 
.dark-form input[type="color"],
.dark-form select{
  background: transparent;
  border-width: 0 0 1px 0;
  border-color: rgba(255,255,255,0.5);
  padding: 0 0 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,255,255,0.5) !important;
}
.dark-form option{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  color: #1e2f46 !important;
  background-color: #fff !important;
}
.dark-form.progressive-js-enabled textarea, 
.dark-form.progressive-js-enabled input[type="text"], 
.dark-form.progressive-js-enabled input[type="password"], 
.dark-form.progressive-js-enabled input[type="datetime"], 
.dark-form.progressive-js-enabled input[type="datetime-local"], 
.dark-form.progressive-js-enabled input[type="date"], 
.dark-form.progressive-js-enabled input[type="month"], 
.dark-form.progressive-js-enabled input[type="time"], 
.dark-form.progressive-js-enabled input[type="week"], 
.dark-form.progressive-js-enabled input[type="number"], 
.dark-form.progressive-js-enabled input[type="email"], 
.dark-form.progressive-js-enabled input[type="url"], 
.dark-form.progressive-js-enabled input[type="search"], 
.dark-form.progressive-js-enabled input[type="tel"], 
.dark-form.progressive-js-enabled input[type="color"],
.dark-form.progressive-js-enabled select{
  font-size: 18px;
  border-bottom: none;
}

/*---------------------Webkit-Autofill----------------*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
   color: #fff;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0px 0px 0px 0px #33568230 inset;
  transition: background-color 5000s ease-in-out 0s;}
  
/*---------------------End-of-Webkit-Autofill----------------*/
.legal-consent-container ul li label span span:before {
  display: none !important;
}

.formlabel-js-enabled .hs-form-field > label {
  position: absolute;
  top: 1px !important;
  left: 10px;
  color: rgba(255,255,255,0.4);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formlabel-js-enabled .hs-form-field.active > label{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0 !important;
  left: 0;
  top: 0;
}
.dark-form.formlabel-js-enabled ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
.dark-form.formlabel-js-enabled ::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
.dark-form.formlabel-js-enabled :-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
.dark-form.formlabel-js-enabled :-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}
.dark-form.progressive-js-enabled ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #45576F;
}
.dark-form.progressive-js-enabled ::-moz-placeholder { /* Firefox 19+ */
  color: #45576F;
}
.dark-form.progressive-js-enabled :-ms-input-placeholder { /* IE 10+ */
  color: #45576F;
}
.dark-form.progressive-js-enabled :-moz-placeholder { /* Firefox 18- */
  color: #45576F;
}
.dark-form .hs-error-msgs{
  margin-top: 5px;
  color: #FFFFFF;
  font-size: 12px;
}
.dark-form .submitted-message{
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
/* footer-form-title*/
.form-title{
  color: #FFFFFF !important;
} 
/*-----------------*/
.footer-form .hs-form-field > label {
  left: 0;
}
.legal-consent-container,.legal-consent-container p,.legal-consent-container .hs-form-booleancheckbox-display{
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
}
.legal-consent-container ul{
  list-style: none;
}
.legal-consent-container ul li label input[type=checkbox]{
  position: absolute;
  opacity: 0;
}
.legal-consent-container ul li label span{
  position: relative;
}
.legal-consent-container ul li label span::before{
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
}
.legal-consent-container ul li label input[type=checkbox]:checked + span::after{
  content: "\f00c";
  font: normal normal normal 20px/1 FontAwesome;
  color: #00e65f;
  position: absolute;
  left: 0;
  top: 0;
}
.legal-consent-container .hs-richtext{
  margin-bottom: 15px;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin: 20px 20px 20px 0 !important;
}
.progressive-js-enabled .hs-form-required{
  display: none;
}
.progressive-js-enabled .form-banner-v2__formheader{
  font-size: 14px;
  letter-spacing: 0.47px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom:50px;
}
.progressive-js-enabled .disable{
  position: relative;
}
.progressive-js-enabled .disable::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(29,47,69,0.80);
  z-index: 1;
}
.progressive-js-enabled .hs-error-msgs{
  display: none;
}

/* -------- Other Elements / Modules ---------------- */

.value-proportion_title{
 /* margin-bottom: 13px; */
  margin-bottom: 20px;
}

.value-proportion_tittle_floatleft{
 /* margin-bottom: 13px; */
  margin-bottom: 0;
}
.value-proportion_subtitle{
  margin-bottom: 27px;
  font-size: 14px;
  line-height: 23px;
  padding-top: 5px;
}

.same-color-hover:hover{
  color: #1e2f46 !important;
}
.value-proportion_height{
  margin-bottom: 30px;
}

.value-proportion_height-short{
  margin-bottom: 30px;
  height: 210px;
}
.value-proportion_height-small{
  margin-bottom: 30px;
  height: auto;
}

.value-proportion_item{
  position: relative;
  padding: 27px;
}

.value-proportion_item-short{
  position: relative;
  padding: 27px;
  text-align: left;
  padding: 30px;
  transition-duration: 0.5s;
  outline: 2px solid transparent;
  height: 500px;
}
.value-proportion_content_floatleft{
  text-align: left;
  display: inline-flex;
  float: left;
  align-items: center;
}
.value-proportion_content_floatleft-full-features{
  text-align: left;
  display: -webkit-inline-box;
  float: left;
}
.value-proposition-features{
  display: inline-block; 
  list-style: none; 
  width: auto;
  margin: 10px 10px 30px 30px;
}
.value-proposition-features-list{
  color: #1E2F46;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  padding: 0;
  font-family: 'Karla', sans-serif;
}
.fa-digi-red{
color: #00e65f;
}
.nav-option-blue{
  color:#48c6f0 !important;
}
.nav-option-blue:hover{
  background-color: #edfbff !important;
}
.nav-option-yellow{
  color:#ffc14d !important;
}
.nav-option-yellow:hover{
  background-color: #fff9ed !important;
}
.nav-option-green{
  color:#3dcc8e !important;
}
.nav-option-green:hover{
  background-color: #edfff7 !important;
}
.nav-option-green:visited{
  background-color: #edfff7 !important;
}
.value-proportion_item-shadow{
  position: relative;
  padding: 27px;
  text-align: center;
  padding: 30px 10px;
  margin-bottom: 25px;
  text-align: center;
  transition-duration: 500ms;
    border: 2px solid #f1f1f1;
    border-radius: 0;
}
.value-proportion_item-shadow:hover{
  -webkit-box-shadow: 0 9px 19px 5px #00e65f17;
  -moz-box-shadow: 0 9px 19px 5px #00e65f17;
  box-shadow: 0 9px 19px 5px #00e65f17;
  transform: translateY(-6px);
  border: 2px solid #00e65f;
  
  
}
.value-proportion_item-shadow-nolink{
  position: relative;
  padding: 27px;
  text-align: center;
  padding: 30px 10px;
  /*------
  -webkit-box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.08);
  -moz-box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.08);
  box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.08);
  border-bottom: 3px solid #fff;
  -------*/
  margin-bottom: 15px;
  text-align: center;
  transition-duration: 500ms;
  cursor: initial;
}
.value-proportion_item-active{
  color: #00e65f;
  border: 2px solid #00e65f;
  -webkit-box-shadow: 0 9px 19px 5px #00e65f17;
  -moz-box-shadow: 0 9px 19px 5px #00e65f17;
  box-shadow: 0 9px 19px 5px #00e65f17;
  margin-bottom: 15px;
  text-align: center;
  transition-duration: 500ms;
  
}
.value-proportion_item-active:hover{
  -webkit-box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.08);
  -moz-box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.08);
  box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.08);
  transform: none;
  cursor: initial;
}  
.value-proportion_itemSquare{
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  background: #FFEFED;
}
.value-proportions__copy{
  max-width: 847px;
  margin-bottom: 45px;
}
.active_box_effect-green{
  box-shadow: 0px 9px 16px 9px rgba(63, 204, 142, 0.15);
  outline: 2px solid #3fcc8e;
  transition-duration: 0.5s;
  transform: translateY(-10px);
}
.active_box_effect-yellow{
  box-shadow: 0px 9px 16px 9px rgba(255, 193, 78, 0.1);
  outline: 2px solid #ffc14e;
  transition-duration: 0.5s;
  transform: translateY(-10px);
}
.active_box_effect-blue{
  box-shadow: 0px 9px 16px 9px rgba(74, 198, 240, 0.09);
  outline: 2px solid #4ac6f0;
  transition-duration: 0.5s;
  transform: translateY(-10px);
}
.cta-banner{
  position:relative;
  padding: 55px 0;
  background-color: #1E2F46;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 45%;
}
.cta-banner__overlay{
  background-blend-mode: overlay;
}
.cta-banner_content{
  max-width: 790px;
  margin-left: auto;
}
.cta-banner_content h2{
  color: #FFFFFF;
  margin-bottom: 70px;
}
.cta-banner_text-and-cta{
  display: flex;
  align-items: center;
  flex-direction: row;
}
.cta-banner_cta_text{
  color: #fff; 
  text-align: left; 
  float: left; 
  margin-right: auto; 
  font-weight: 700;
  max-width: 530px;
}
.cta-bannner_box1{
  position: relative;
  height: 85px;
  width: 85px;
}
.cta-bannner_box1Image{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*   background-color: #97D4E9;   */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cta-bannner_box1Image.cta-bannner_box1BM,.cta-bannner_box3.cta-bannner_box3BM{
  background-blend-mode: screen;
}
.cta-bannner_box1Container{
  position: absolute;
  top: -40px;
  z-index: 2;
}
.cta-bannner_box2{
  width: 232px;
  height: 65%;
  position: absolute;
  background: rgba(151,212,233,0.26);
  top: 0;
  margin-left: 50px;
  z-index: 1;
}
.cta-bannner_box2Inner{
  padding-bottom: 50%;
  max-width: 116px;
  background: #97D4E9;
  opacity: 0.60;
  z-index: 3;
  margin-left: 35px;
}
.cta-bannner_box3{
  /*   background-color: #97D4E9; */
  height: 40%;
  position: absolute;  
  width: 124px;
  bottom: -5%;
  margin-left: 282px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.tooltip {
  position: relative;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  color: #1d2f45;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 5px 12px;
  background: #FFFF;
  margin-top: 29px;
  box-shadow: rgba(50, 50, 50, 0.05) 0px 10px 100px, rgba(50, 50, 50, 0.07) 0px 15px 35px, rgba(0, 0, 0, 0.05) 0px 5px 15px;
  position: absolute;
  z-index: 1;
  max-width: 200px;
  overflow: scroll;
  font-size: 10px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.imageText-slide_text{
  padding-bottom: 30px;
}
.imageText-slide_large-text{
  padding: 5px 135px 30px 10px;
  max-width: 800px;
}
@media (max-width: 1327px){
  .imageText-slide_large-text{
  padding: 5px 5px 5px 15px;
}
}
.imageText-slide_subheader{
  margin-bottom: 25px;
}
.imageText-slide_copy{
  margin-bottom: 30px;
}
.largeimageText-slide_copy{
  margin-bottom: 30px;
  max-width: 255px;
  
}
.imageText-slide_imageContainer{
  position: relative;
  padding-top: 20px;
  padding-right: 45px;
} 
.imageText-slide_imagethumbContainer{
  position: relative;
  padding-top: 0;
  padding-right: 0;
} 
.imageText-slide_imageContainer::before{
  content: "";
  background: rgba(0,0,0,0.10);
  position: absolute;
  width: 141px;
  height: 142px;
  right: 0;
  top: 0;
}
.imageContainer--nosquaretopmost.imageText-slide_imageContainer::before {
  content: none;
}
.column--reverse .imageText-slide_imageContainer::before {
  right: auto;
  left: 0;
}
.imageText-slide_imageContainer::after,.imageText-slide_imagebox{
  width: 208px;
  height: 205px;
  position: absolute;
  top: 142px;
  right: 45px;
}
.column--reverse .imageText-slide_imageContainer::after,
.column--reverse .imageText-slide_imagebox{
  right: auto;
  left: 45px;
}
.imageText-slide_image{
  padding-top: 92%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 469px;  
}
.imageText-slide_dark-image{
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: auto;
    height: 350px;
}
.imageText-slide_full-image{
  padding-top: 60%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% auto; 
}
@media only screen and (max-width: 1144px){
  .imageText-slide_full-image{
  padding-top: 93% !important;
}
}
.imageText-slide_imagethumb{
  padding: 5px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 469px;  
}
.imageText-slide_logo{
  position: absolute;
/*   left: -15%;
  -webkit-transform: translate(-30%,-50% );
  -ms-transform: translate(-30%,-50% );
  transform: translate(-30%,-50% );
  top: 75%; */
  z-index: 2;
  
  left: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  bottom: 0;
}
.column--reverse .imageText-slide_logo{
  left: auto;
  right: 0;
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
}
.imageText-slide_imagebox{  
  background-repeat: no-repeat;
  opacity: 0.55;  
  z-index:1;
  background-size: cover;
  background-position: center;
}
.imageText-slide_imageContainer::after{
  background: #D8D8D8;
  content: "";
}
.imageText-slide_imageContainer.imageContainer--nosquare::after {
  content: none;
}
.custom-slick-nav button,
.custom-slick-nav.slick-arrow{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  background: transparent;
}
.custom-slick-nav{
  display: block;
  position: absolute;
  z-index: 5;
  left: 15px;
  bottom: 0;
  right: 15px;
}
.custom-slick-nav-news button,
.custom-slick-nav-news.slick-arrow{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  background: transparent;
}
.custom-slick-nav-news{
    z-index: 3;
    padding: 20px 15px;
    background: rgba(255,255,255,0.65);
    position: absolute;
    right: 0;
    left: auto;
    bottom: auto;
    top: -60px;
}
.custom-slick-pagination{
  display: inline-block;
  margin: 0 15px;
}
.socialize-slick-next{
  right: 5%;
  border-radius: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 13px 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #ffffff;
  z-index: 1;  
  transition: all .2s ease-in-out;
  opacity: 0.8;
}
.socialize-slick-prev{
  left: 5%;
  border-radius: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 13px 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #ffffff;
  z-index: 1; 
  transition: all .2s ease-in-out;
  opacity: 0.8;
}
.socialize-slick-prev:hover {
  -webkit-transform: translate(0, -50%) scale(1.1);
  -ms-transform: translate(0, -50%) scale(1.1);
  transform: translate(0, -50%) scale(1.1);
  opacity: 1;
}
.socialize-slick-next:hover {
  -webkit-transform: translate(0, -50%) scale(1.1);
  -ms-transform: translate(0, -50%) scale(1.1);
  transform: translate(0, -50%) scale(1.1);
  opacity: 1;
}
.socialize-slide-caption {
  position: absolute; 
  text-align: left;
  bottom: 10%;
  color: #fff; 
}
.thumbs-slide-caption {
   bottom: 30%;
   position: absolute !important;
   left: 10%;
}
.thumbs-slide-description {
   width: 40%;
   color: #fff;
   margin-bottom: 15px;
   font-size: 28px;
}
.socialize-slide-caption_date {
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #00E65F;
  line-height: 1.2;
}
.thumbs-slide-caption_date {
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #00E65F;
  line-height: 1.2;
  margin-bottom: 10px;
  max-width: 80%; 
}
.socialize-slide-caption_title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 28px;
}
.socialize-slide-caption_cta {
  border-bottom: 2px solid;
  text-align: left;
  margin-bottom: 10px;
  display: initial;
  cursor: pointer;
  font-size: 10px;
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  text-decoration: none;
  padding-bottom: 5px;
}
.socialize-slide-caption_cta:hover{
  color: #00E65F;
}
.socialize-slide-caption_cta:focus{
  color: #00E65F;
  outline: none;
}
.header-bg{
  position: relative;
}
.header-bg_text{
  max-width: 275px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.icon-text__list,.header-bg_text{
  padding-top: 80px;
}
.header-bg_subheader{
  margin-bottom: 40px;
}
.header-bg > .header-bg__bgWrapper{
  width: 100%;
  max-width: 460px;
  position: absolute;
}
.header-bg__image{
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.68;
  background-repeat: no-repeat;
}
.header-bg__image2,.imageTextSimple__squareimage{
  position: absolute;
  width: 167px;
  height: 169px;
  bottom: -85px;
  right: 178px;
  z-index: 2;
  background-position: center;
}
.header-bg__image::after,.imageTextSimple__image::after{
  content: "";
  height: 205px;
  width: 208px;
  position: absolute;
  bottom: -30px;
  background: #F4EFEB;
  opacity: 0.5;
  right: -30px;
}
.value-proportion_icon{
  margin-left: 20px;
  margin-right: 15px;
  text-align: center;
}
#value-proportion_icon-hover{
 /* margin-bottom: 20px; */
  text-align: center;
}
#value-proportion_icon-hover::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.value-proportion_icon-left{
  margin-bottom: 20px;
  text-align: left;
}

.icon-text__icon{
  margin-bottom: 20px;
}

.icon-text__content{
  font-weight: 300;
  line-height: 2;
}
.icon-text{
  margin-bottom: 70px;
}
.icon-text__content .cta_button{
  margin-top: 20px;
}
.clients-logo__item,.clients-logo__subheader{
  margin-bottom: 30px;
}
.clients-logo h2{
  margin-bottom: 55px;
}

.testimonials{
  background-image: -webkit-linear-gradient(35deg, #7ecdff, #bee1eb);
  background-image: -o-linear-gradient(35deg, #7ecdff, #bee1eb);
  background-image: linear-gradient(35deg, #7ecdff, #bee1eb);
}
.testimonials .slick-list{  
  padding: 105px 0;
  overflow: visible;
}
.testimonial-item{
  outline:none;
}
.testimonial-item_copy{ 
  background: #FFFFFF;
  padding: 105px 65px 80px;
  position: relative;
}
/*------- Integrations Pages ------*/
.integration-title-block {
  align-items: center;
  display: flex;
  justify-content: flex-start; 
  margin-bottom: 20px;
}
.integration-circled-icon {
    margin: 10px;
    border-radius: 100%;
    background-color: #fff;
    padding: 10px;
    width: 90px;
    height: 90px;
    box-shadow: 0px 4px 19px 0 rgba(25,114,232,0.18);
}
.integration-title-texts {
    padding: 10px;
    margin: 10px;
}
.integration-title-name {
    font-size: 20px;
    font-weight: 700;
    color: #1e2f46;
    margin-bottom: 10px;
}
.integration-title-tag {
   color: #1d2f45; 
   font-size: 10px; 
   text-transform: uppercase; 
   letter-spacing: 1.5px;
   margin-bottom: 20px;
}
.integrations-ctas-block {
   margin-bottom: 20px;
   right: 0;
   margin-left: auto;
   align-items: center;
   display: flex;
}
.integration-off-website {
   margin: 5px 10px;
   font-size: 11px !important;
}
.integration-request-cta {
   margin: 5px 10px;
   font-size: 12px;
}
.integration-overview-block {
   display: flex;
}
.integration-overview-left{
  -webkit-box-flex: 0;
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 15px;
  padding: 30px 30px 0 0;
}
.integration-related-tag {
    background-color: #1e2f46;
    padding: 4px 12px;
    margin: 10px 10px 10px 0;
    border-radius: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
}
.integration-related-bs {
    padding: 4px 12px;
    margin: 10px 10px 10px 0;
    border-radius: 0;
    background-color: #00E65F;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
}
a.integration-related-bs:hover {
    color: #00E65F;
    background-color: #fff;
    border: 1px solid;
}
.integration-overview-title{
  font-weight: 700; 
  font-size: 22px;
}
.integration-overview-right{
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  max-width: 30%;
  border-left: 1px solid #e6e6e6;
  padding: 30px;
}
.integration-overview-link{
  display: block; 
  font-size: 12px; 
  font-weight: 600; 
  text-decoration: none; 
  margin-bottom: 20px;
}
.integration-data-flow-table  {
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
  margin: 20px 0 0;
}
.integration-data-flow-table td{
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    overflow: hidden;
    padding: 13px 20px;
    word-break: normal;
    border-color: #e6e6e6;
    text-align: center;
}
.integration-data-flow-table th{
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 13px 20px;
    word-break: normal;
    border-color: #e6e6e6;
}
.integration-data-flow-table .integration-data-flow-table-col{
  border-color:#e6e6e6;
  font-size:16px;
  text-align:center;
  vertical-align:middle;
}
.integration-overview-right-blc{
  margin: 0 0 40px 0;
}
.integration-data-flow-icon{
  margin: 10px;
  border-radius: 100%;
  background-color: #fff;
  padding: 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #e6e6e6;
}
.integration-data-flow-icon-blc {
  display: inline-flex;
  justify-items: center;
}
.integration-data-flow-icon-text {
  font-weight: 600;
  font-size: 13px;
  color: #1e2f46;
  justify-content: center;
  margin: auto;
}
/*-------Swiper Slider----*/

.swiper-container {
  width: 100%;
  height: 100px;
  margin-left: 50px;
  margin-right: 50px;
  overflow: hidden !important;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  box-sizing: border-box;
  padding: 2px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  filter: none;
  height: 30px !important;
  opacity: 1;
  border-bottom: 3px solid transparent;
}
.gallery-thumbs .swiper-slide:hover {
  width: 25%;
  filter: none;
  height: 30px !important;
  opacity: 1;
  
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-bottom: 3px solid #1d2f45;
  filter: none;
  height: 30px !important;
}

.swiper-button-next {
    content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DIGIMIND%20Website%20-%20Icons/Socialize_Slider_Right.svg);
    right: 2% !important;
    border-radius: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50% !important;
    display: block;
    width: 40px !important;
    height: 40px !important;
    padding: 10px 10px !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #ffffff;
    z-index: 1;
    transition: all .2s ease-in-out;
    opacity: 0.8;
}
.swiper-button-next:hover {
    -webkit-transform: translate(0, -50%) scale(1.1);
    -ms-transform: translate(0, -50%) scale(1.1);
    transform: translate(0, -50%) scale(1.1);
    opacity: 1;
}
.swiper-button-prev {
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DIGIMIND%20Website%20-%20Icons/Socialize_Slider_Left.svg);
    left: 2% !important;
    border-radius: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50% !important;
    display: block;
    width: 40px !important;
    height: 40px !important;
    padding: 10px 10px !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #ffffff;
    z-index: 1;
    transition: all .2s ease-in-out;
    opacity: 0.8;
}
.swiper-button-prev:hover {
    -webkit-transform: translate(0, -50%) scale(1.1);
    -ms-transform: translate(0, -50%) scale(1.1);
    transform: translate(0, -50%) scale(1.1);
    opacity: 1;
}
.swiper-wrapper {
   height: auto !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .15 !important;
}
/* ---------- */
.integration-item_copy{ 
  background: #FFFFFF;
  padding: 105px 65px 80px;
  position: relative;
}
.testimonial-item_copy p{ 
  background: #FFFFFF;  
  font-size: 26px;
  color: #1E2F46;
  letter-spacing: 0;
  line-height: 1.8;
}
.integration-item_copy p{ 
  background: #FFFFFF;  
  font-size: 26px;
  color: #1E2F46;
  letter-spacing: 0;
  line-height: 1.8;
}
.testimonial-item_qmark{
  position: absolute;
  font-size: 300px;
  letter-spacing: 14.29px;
  font-weight: 700;
  top: -125px;
}
.row-fluid .span5.testimonial-item_wrapper{
  position: relative;
  margin: 40px 0;
}
.testimonial-item_bg{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}
.testimonial-item_bg::after{
  content: "";
  width: 134px;
  height: 135px;
  position: absolute;
  background: #FFFFFF;
  opacity: 0.12;
  top: -40px;
  right: -40px;
}
video.testimonial-item_video {
    height: auto;
    width: auto;
}
video.testimonial-item_video:focus {
    outline: none !important;
}

.testimonial-item_copy::after {
  content: "";
  background: #97D4E9;
  width: 2px;
  height: 50px;
  position: absolute;
  bottom: -25px;
}
.testimonial-item_name{
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 40px 0 18px;
}
.testimonial-item_author{
  padding-left: 65px;
}
.testimonials .custom-slick-nav{
  position: absolute;
  bottom: -40px;
  color: #FFFFFF;
  left: 25px;
}
.testimonials .custom-slick-nav-news{
  position: absolute;
  bottom: -40px;
  color: #FFFFFF;
  left: 25px;
}

.featuredPosts__first .span6,.imageText .span6{
  position: relative;  
  margin: 0;
  width: 50%;
}
.featuredPosts__first-mobile-visible .span6,.imageText .span6{
  position: relative;  
  margin: 0;
  width: 50%;
}
.featured-post-image,.imageText-image{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.imageText-video{
    position: relative;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
.featured-post-contentWrapper,.imageText-contentWrapper{
  padding: 25px 0;
}
.featured-post-content,.imageText-content{
  background: #FFFFFF;
  padding: 55px 60px;
}
.featuredPosts__first .featured-post-copy,.imageText .imageText-copy{
  margin-bottom: 30px;
}
.featuredPosts__first-mobile-visible .featured-post-copy,.imageText .imageText-copy{
  margin-bottom: 30px;
}
.featured-post-category{
  margin-bottom: 20px;
}

.featuredPosts-module__bottom{
  margin-top: 70px;
}
.featuredPosts-module__bottom  h3{
  margin-bottom: 0;
}
.featured-post-logo img{
  position: absolute;
  top: -145px;
  right: -147px;
  display: none; 
}
.featured-post-logo img:first-child{
  z-index: 1;
}

.featuredPosts__slick{
  margin-top: 55px;
}
.featuredPosts__slick-news{
  margin-top: 55px;
}
.featuredPosts__slick .custom-slick-nav{
  z-index: 3;
  padding: 20px 15px;
  background: rgba(255,255,255,0.65);
  position: absolute;
  right: 0;
  left: auto;
  bottom: auto;
  top: -60px;
  display: none;
}
.featuredPosts__slick-news .custom-slick-nav-news{
    z-index: 3;
    padding: 20px 15px;
    background: rgba(255,255,255,0.65);
    position: absolute;
    right: 0;
    left: auto;
    bottom: auto;
    top: -60px;
    display: none;
}
.featuredPosts__slick.slick-initialized .custom-slick-nav{
  display:block;
}
.featuredPosts__slick-news.slick-initialized .custom-slick-nav-news{
  display:block;
}

.formBanner-module{
  background-color: #48C6F0;
  background-repeat: no-repeat;
  padding: 50px 0 60px;
  background-size: cover;
  background-position: center right;
}
.formBanner-module_form{
  position:relative;
  max-width: 680px;
  padding: 50px 55px;
}
.formBanner-module_header{
  position: relative;
  z-index: 5;
}
.formBanner-module_bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .10;
  background-position-y: 30%;
  background-position-x: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}
.formBanner-module_form::before{
  content:"";
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1e1e23;
}
.formBanner-module_form .hs_cos_wrapper_type_form *{
  position: relative;
  z-index: 3;
}
.formBanner-module_box1,.formBanner-module_box1Wrapper::before,.formBanner-module_box1Wrapper{
  position: absolute;
  width: 244px;
  height: 244px;
}
.formBanner-module_box1Wrapper{
  right: -194px;
  bottom: -50px;
}
.formBanner-module_box1{  
  z-index: 1;
  background-repeat: no-repeat;
  background-position-x: 70%;
  background-position-y: 50%;  
  opacity: 0.86;  
}
.formBanner-module_box2{
  position: absolute;
  width: 134px;
  height: 134px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  left: -134px;
  top: 0;
  opacity: .5;
}
.formBanner-module_box1Wrapper::before{
  content:"";
  background: #000000;
  z-index: 1;
}

.form-banner-v2__image > div{
  padding-bottom: 85%;  
  background-repeat: no-repeat;
  background-size: cover;
}
.form-banner-v2 .row-fluid [class*="form-banner-v2__formWrapper"]{
  margin-left: 0;  
}
.form-banner-v2__image{
  position: relative;
  margin-top: 95px;
}
.form-banner-v2__image.form-banner-v2__has-copy{
  margin-top: 55px;
}
.form-banner-v2__image::before{
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  background: rgba(30,47,70,0.10);
  bottom: -50px;
  left: -45px;
}
.form-banner-v2__copy{
  max-width: 370px;
}
.form-banner-v2__copy,.form-banner-v2__copy p{
  font-size: 26px;
  line-height: 1.6;
  font-weight: 300;
  color: #1E2F46;
}
.form-banner-v2__form.form-banner-v2__graysquare{
  position:relative;
  margin-top: 30px;
}
.form-banner-v2__form.form-banner-v2__graysquare::before{
  content: "";
  position: absolute;
  width: 234px;
  height: 234px;
  background: rgba(30,47,70,0.10);
  top: -30px;
  right: -30px;
}

.icon-title-inline .subheader,.icon-title-inline__item{
  margin-bottom: 15px;
}
.icon-title-inline h2{
  margin-bottom: 50px;
}
.icon-title-inline__icon{
  margin-right: 20px;
}
.icon-title-inline__title{
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
}
.icon-title-inline__f-icon{
  font-size: 25px;
  height: 50px;
  width: 50px;
  border: 2px solid #00E65F;
  border-radius: 50%;
}

.card-item{
  position:relative;
}
.card-item_image{
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.card-item_badge{
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition-duration: 500ms;
}
.card-item_badge:hover{
  transform: translateY(-6px);
  
}
.red-card-item_badge{
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition-duration: 500ms;
  -webkit-box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.08);
  -moz-box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.08);
  box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.08); 
}
.red-card-item_badge:hover{
  transform: translateY(-6px);
  -webkit-box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.21);
  -moz-box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.21);
  box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.21);
  transform: translateY(-6px);
}
.blue-card-item_badge{
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition-duration: 500ms;
  -webkit-box-shadow: 0px 9px 19px 5px rgba(0, 40, 86, 0.08);
  -moz-box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.08);
  box-shadow: 0px 9px 19px 5px rgba(0, 40, 86, 0.08);
}
.blue-card-item_badge:hover{
  transform: translateY(-6px);
  -webkit-box-shadow: 0px 9px 19px 5px rgba(0, 40, 86, 0.21);
  -moz-box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.21);
  box-shadow: 0px 9px 19px 5px rgba(0, 40, 86, 0.21);
}
.green-card-item_badge{
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition-duration: 500ms;
  -webkit-box-shadow: 0px 9px 19px 5px rgba(0, 139, 125, 0.08);
  -moz-box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.08);
  box-shadow: 0px 9px 19px 5px rgba(0, 139, 125, 0.08);
}
.green-card-item_badge:hover{
  transform: translateY(-6px);
  -webkit-box-shadow: 0px 9px 19px 5px rgba(0, 139, 125, 0.21);
  -moz-box-shadow: 0px 9px 19px 5px rgba(255,92,77,0.21);
  box-shadow: 0px 9px 19px 5px rgba(0, 139, 125, 0.21);
}
.card-item_logo{
  position: absulute;
  width: 250%;
  height: 60px;
  text-align: left;
  bottom: 20;
  
}
.card-item_image2{
  opacity: .84;
  background-position-x: right;
  background-position-y: 0;
}

/* 
  .card-item_image2,.card-item_image.card-item-img2bg::before,.card-item.post-webinars .card-item_imageoverlay{
  height: 152px;
  width: 152px;
  position: absolute;
  right: 0;
  top: -20px;
} 
*/

.card-item_image.card-item-img2bg::before{
  z-index: 2;
}
.card-item_image.card-item-img2bg::before{
  background-color: #ECECEC;
  content:"";
  z-index: 0;
}
.card-item_badge.card-item-img2bg::before{
  z-index: 2;
}
.card-item_badge.card-item-img2bg::before{
  background-color: #ECECEC;
  content:"";
  z-index: 0;
}
.card-item_content {
  background: #FFFFFF;
  padding: 30px;
  margin-left: 30px;
  margin-top: -70px;
  position: relative;  
  z-index: 2;
}
.card-item_content_dirtygrey-global{
  background: #FAFAFA;
  padding: 30px;
  margin-left: 30px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.card-item_news-content {
  background: #FFFFFF;
  padding: 30px;
  margin-top: 50px;
  position: relative;  
  z-index: 2;
}
.card-item_badge-content {
  padding: 30px; 
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-item_category{
  margin-bottom: 25px;
}
.card-item_copy,.featuredPost_height{
  margin-bottom: 30px;
  height: auto !important;
}
.card-item-news_copy,.news-featuredPost_height{
  margin-bottom: 30px;
  height: 380px !important;
  overflow: hidden;
}
.card-item_title h4{
  margin-bottom: 20px;
}
.card-item-news_title h4{
  margin-bottom: 20px;
  font-weight: 600;
}
.card-item_badge-title{
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 75px;
}
.card-item_badge-title::after{
    content: ' ';
    width: 40px;
    border-bottom: 3px solid #00E65F;
    text-align:left;
    font-size: 50px;
}
.team-member__item{
  margin-bottom: 60px;
}
.team-member__sociallinks,.location-module__item ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.team-member__sociallinks li{
  display: inline-block;
}
.team-member__sociallinks li + li{
  margin-left: 10px;
}
.location-module__item ul li span{
  margin-right: 10px;
}

.location-module__item{
  margin-top: 89px;
}
.location-module__item ul li + li{
  margin-top: 20px;
}
.location-module__item .card-item_content{
  border-bottom: 3px solid #1E2F46;
}
.location-module__flag{
  position: absolute;
  width: 94px;
  height: 94px;
  top: -29px;
  left: -17px;
  opacity: 0.9;
}

.imageTextSimple-module_text{
  padding: 40px 0;
}
.imageTextSimple__image{
  padding-top: 80%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 458px;
  background-size: cover;
  position: relative;
}

.page-nav{
  padding: 40px 0;
}
.page-nav.fixed{
  position: fixed;
  width:100%;
  padding: 20px 0;
  top: 0;
  background: #FFFFFF;
  z-index: 999999999;
}
.page-nav ul li{
  margin: 0 25px;
}
.page-nav ul li:first-child{
  margin-left: 0;
}

text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    border: none;
    outline: none;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    position: relative;
    overflow: hidden !important;
    z-index: 0;
    font-family: 'Karla', sans-serif !important;
    background-color: transparent;
    color: #1f3046;
    cursor: pointer;
    padding-bottom: 2px;
    border-bottom: 2px solid #ff5c4d;
/*---------------- Services Page Navigation 1 -----------------*/
.spage-nav{
  padding: 40px 0;
}
.spage-nav.fixed{
  position: fixed;
  width:100%;
  padding: 20px 0;
  top: 0;
  background: #FFFFFF;
  z-index: 999999999;
}
.spage-nav ul li{
  margin: 0;
}
.spage-nav ul li:first-child{
  margin-left: 0;
}
.page-nav-slider{
  padding: 0 !important; 
  border-top: 1px solid rgba(7,96,115,.07); 
  border-bottom: 1px solid rgba(7,96,115,.07); 
  background: fff;
}
/*---------- Thank You Module ------*/
.thank_you_download-icon{
    width: 45px;
    border-width: 0px;
    border: 0px;
    height: 100%;
    margin-right: 14px;
    transition-duration: 0.5s;
}
.thank_you_download-icon:focus {
    outline: none;
}
.thank_you_download-icon:hover {
    transform: translateY(6px);
}
.typ-sharing-button img {
    height: 40px;
    width: auto;
    transition-duration: 0.5s;
    margin-right: 20px;
}
.typ-sharing-button img:hover {
    transform: translateY(-6px);
}
.typ-sharing-button img:focus {
    outline: none;
}
/* -------- Blog ---------------- */
/* .featuredPosts__first .featured-post-title,  */
/* .featuredPosts__first .featured-post-copy { padding-left: 25px; }
.featuredPosts__first .btn { margin-left: 25px; } */

.post-itemhide .blog-one { display:none; }
.post-itemhide .search-results { display:block; }

.blog-section{
  padding: 50px 0 100px;
}
.blog-template .featuredPosts__header h2{
  font-size: 65px;
  max-width: 625px;
}
.post-case-study .subheader{
  color: #FFC14D;
}
.blog-listing-wrapper{
  position: relative;
}
.blog-listing-wrapper.loading::before{
  content: "";
  background: url(//636866.fs1.hubspotusercontent-na1.net/hubfs/636866/loading.gif)no-repeat center/auto rgba(250,250,250,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.post-listing .post-item{
  margin-top: 50px;
}
.post-listing .post-item .card-item_content,.blog-template .featuredPosts__first .featured-post-content {
  padding: 30px 30px 1px 35px;
  position: relative;
}
.post-listing .post-item .card-item_content,.blog-template .featuredPosts__first-mobile-visible .featured-post-content {
  padding: 30px 30px 1px 35px;
  position: relative;
}
.blog-template .featuredPosts__first .featured-post-content{
  padding-bottom: 70px;
}
.blog-template .featuredPosts__first-mobile-visible .featured-post-content{
  padding-bottom: 70px;
}
.post-listing .post-item .subheader,.hs-blog-listing .featuredPosts__first .subheader{
  font-size: 14px !important;
  letter-spacing: 0.47px !important;
  line-height: 1.3 !important;
  margin-bottom: 19px;
  margin-left: 28px;
}
.blog-template .post-business-case .post-category.subheader,.featuredPosts__first.post-business-case .featuredPosts__first .subheader{
  color: #00E65F;
}
.blog-template .post-caso-de-exito .post-category.subheader,.featuredPosts__first.post-caso-de-exito .featuredPosts__first .subheader{
  color: #00E65F;
}
.blog-template .post-cas-detude .post-category.subheader,.featuredPosts__first.post-cas-detude .featuredPosts__first .subheader{
  color: #00E65F;
}
.blog-template .post-industry-report .post-category.subheader,.featuredPosts__first.post-industry-report .featuredPosts__first .subheader{
  color: #48c6f0;
}
.blog-template .post-reporte-sectorial .post-category.subheader,.featuredPosts__first.post-reporte-sectorial .featuredPosts__first .subheader{
  color: #48c6f0;
}
.blog-template .post-rapport-sectoriel .post-category.subheader,.featuredPosts__first.post-rapport-sectoriel .featuredPosts__first .subheader{
  color: #48c6f0;
}
.blog-template .post-webinar .post-category.subheader,.featuredPosts__first.post-webinar .featuredPosts__first .subheader{
  color: #ffc14d;
}
.blog-template .post-guide .post-category.subheader,.featuredPosts__first.post-guide .featuredPosts__first .subheader{
  color: #3dcc8e;
}
.blog-template .post-guia .post-category.subheader,.featuredPosts__first.post-guia .featuredPosts__first .subheader{
  color: #3dcc8e;
}
.post-listing .post-item .card-item.post-business-case .card-item_content::before,.featuredPosts__first.post-business-case .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DIGIMIND%20Website%20Icons/Business%20case%202.svg);
}
.post-listing .post-item .card-item.post-caso-de-exito .card-item_content::before,.featuredPosts__first.post-caso-de-exito .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DIGIMIND%20Website%20Icons/Business%20case%202.svg);
}
.post-listing .post-item .card-item.post-cas-detude .card-item_content::before,.featuredPosts__first.post-cas-detude .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DIGIMIND%20Website%20Icons/Business%20case%202.svg);
}
.post-listing .post-item .card-item.post-industry-report .card-item_content::before,.featuredPosts__first.post-industry-report .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DIGIMIND%20Website%20Icons/Insustry%20Report%20Icon%202.svg);
}
.post-listing .post-item .card-item.post-rapport-sectoriel .card-item_content::before,.featuredPosts__first.post-rapport-sectoriel .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DIGIMIND%20Website%20Icons/Insustry%20Report%20Icon%202.svg);
}
.post-listing .post-item .card-item.post-reporte-sectorial .card-item_content::before,.featuredPosts__first.post-reporte-sectorial .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DIGIMIND%20Website%20Icons/Insustry%20Report%20Icon%202.svg);
}
.post-listing .post-item .card-item.post-webinar .card-item_content::before,.featuredPosts__first.post-webinar .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DIGIMIND%20Website%20Icons/Webinar%20Icon.svg);
}
.post-listing .post-item .card-item.post-guide .card-item_content::before,.featuredPosts__first.post-guide .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DIGIMIND%20Website%20Icons/Guide%20icon.svg);
}
.post-listing .post-item .card-item.post-guia .card-item_content::before,.featuredPosts__first.post-guia .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DIGIMIND%20Website%20Icons/Guide%20icon.svg);
}
.blog-template .post-etude-de-cas .post-category.subheader,.featuredPosts__first.post-etude-de-cas .featuredPosts__first .subheader{
  color: #FFC14D;
}
.blog-template .post-livre-blanc .post-category.subheader,.featuredPosts__first.post-livre-blanc .featuredPosts__first .subheader{
  color: #48C6F0;
}

.post-listing .post-item .card-item.post-etude-de-cas .card-item_content::before,.featuredPosts__first.post-etude-de-cas .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Assets%20S2/Images/case-study-icon.png);
}
.post-listing .post-item .card-item.post-livre-blanc .card-item_content::before,.featuredPosts__first.post-livre-blanc .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Assets%20S2/Images/white-paper-icon.png);
}
.featured-post-tag-img{
  position: absolute;
  left: -20px;
  top: -15px;
  height: 60px;
}
.post-listing .post-item .card-item .card-item_content::before,.featuredPosts__first .featured-post-content::before{
  position: absolute;
  left: -20px;
  top: -15px;
}
.post-listing .card-item-videostory_bgoverlay{
    background: #1E2F46;
    z-index: 1;
    opacity: .28;
    position: absolute;
    height: 360px;
    width: 100%;
}
.post-listing .card-item.post-webinar .card-item_bgoverlay,.card-item.post-webinar .card-item_imageoverlay{
  background: #1E2F46;
  z-index: 1;
  opacity: .52;
}
.post-listing .card-item.post-webinar .card-item_bgoverlay,.card-item.post-webinar .card-item_badgeoverlay{
  background: #1E2F46;
  z-index: 1;
  opacity: .28;
}
.post-listing .card-item.post-webinar .card-item_bgoverlay{
  position: absolute;
  height: 360px;
  width: 100%;
}
.post-listing .card-item.post-webinar img.play-btn{
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  left: 50%;  
}
.post-listing .card-item.post-business-case img.play-btn{
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  left: 50%;  
}
.post-listing.card-item.post-webinar .card-item_imageoverlay{
  z-index: 2;
}

/*----------- live Webinar Styles ---------*/
.live-webinar-details {
    align-items: center;
    display: flex;
    margin: 10px;
    top: 0;
    position: absolute;
    width: auto;
    z-index: 1;
}
img.live-webinar {
    height: 20px;
    margin-right: 10px;
}
.live-webinar-text {
    display: flex;
    flex-direction: column;
    color: #fff;
}
span.live-webinar-date {
    font-weight: 700;
    font-size: 12px;
    width: max-content;
}
span.live-webinar-time {
    font-size: 12px;
    color: #fff;
    width: max-content;
}

/*----*/

.post-listing .card-item_image2{
  z-index: 1;
  opacity: 1;
}
.blog-topics-nav{  
  margin-bottom: 50px;
}
.blog-topics-nav ul li + li{
   margin: 0 auto 0 auto;
}
.blog-topics-nav ul li a{
  border: none;
}
.blog-topics-nav ul li.active a{
  color: #00E65F;
  border-bottom: 2px solid #00E65F;
}
input.search_icon {
    position: absolute;
    right: -12px;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/Search_ICON%20SVG%20GRAY.svg) no-repeat;
    -webkit-border-radius: 0 60px 60px 0;
    -moz-border-radius: 0 60px 60px 0;
    -o-border-radius: 0 60px 60px 0;
    -ms-border-radius: 0 60px 60px 0;
    border-radius: 0 60px 60px 0;
    background-position: center center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #1d2f45;
    top: 11px;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.resources-blogs-search-field:hover ~ input.search_icon {
    background: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/Search_ICON%20SVG%20BLUE.svg) no-repeat;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0 60px 60px 0;
    -moz-border-radius: 0 60px 60px 0;
    -o-border-radius: 0 60px 60px 0;
    -ms-border-radius: 0 60px 60px 0;
    border-radius: 0 60px 60px 0;
    background-position: center center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
input.search_icon:focus {
  background: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/Search_ICON%20SVG%20BLUE.svg) no-repeat;
  outline: none;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0 60px 60px 0;
  -moz-border-radius: 0 60px 60px 0;
  -o-border-radius: 0 60px 60px 0;
  -ms-border-radius: 0 60px 60px 0;
  border-radius: 0 60px 60px 0;
  background-position: center center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
input.search_icon:active {
  background: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/Search_ICON%20SVG%20BLUE.svg) no-repeat !important;
  outline: none;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0 60px 60px 0;
  -moz-border-radius: 0 60px 60px 0;
  -o-border-radius: 0 60px 60px 0;
  -ms-border-radius: 0 60px 60px 0;
  border-radius: 0 60px 60px 0;
  background-position: center center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
input.search_icon:hover {
  background: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/Search_ICON%20SVG%20BLUE.svg) no-repeat;
  outline: none;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0 60px 60px 0;
  -moz-border-radius: 0 60px 60px 0;
  -o-border-radius: 0 60px 60px 0;
  -ms-border-radius: 0 60px 60px 0;
  border-radius: 0 60px 60px 0;
  background-position: center center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
.resources-blogs-search-field{
   padding: 0 25px 0 0 !important;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 70px 0 20px;
    height: 60px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: none;
    outline: none;
    border-bottom: 2px solid #757575;
    background: transparent;
    height: 50px;
    padding: 0 20px;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 0;
    height: 30px;
}
.resources-blogs-search-field:hover{
  border-bottom: 2px solid #1c2e44;
}
.resources-blogs-search-field:focus{
  border-bottom: 2px solid #1c2e44;
}
.resources-blogs-search-field:active{
  border-bottom: 2px solid #1c2e44;
}
.back-to-link{
    font-weight: 600;
    font-size: 16px;
    padding-bottom:5px;
    margin-bottom: 40px;
    display: inline-flex;
    border-bottom: 2px solid transparent;
    animation-delay: 0.2s;
    color: #8a949f;
}
.back-to-link:hover{
    color: #1c2e44;
}
.hs-search-results__listing li {
    margin: 0;
    padding: 0;
    padding: 35px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 7px 17px 2px rgba(0, 0, 0, 0.06);
}
a.hs-search-results__title {
    font-size: 27px;
    line-height: 2;
}
.blog-pagination{
  padding-top: 60px;
}
.blog-pagination .pagination li a{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #9BA1AB;
  font-weight: 700;
}
.blog-pagination .pagination li.active a{
  color:#1E2F46;
}
.blog-pagination .pagination li + li{
  margin-left: 15px;
}
.blog-pagination .pagination li {
    margin: 5px;
    padding: 10px;
}
.formlabel-js-enabled .hs-form-field > label {
    position: absolute;
    left: 0;
    color: rgba(255,255,255,0.4);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    margin-bottom: 0;
    color: #e3e6e8;
    position: relative;
}

ul.inputs-list.multi-container {
    margin-top: 20px;
}


/*------------ collapsible modules ------------ */
.collap_btn {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    border: none;
    outline: none;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    position: relative;
    overflow: hidden !important;
    z-index: 0;
    font-family: 'Karla', sans-serif !important;
    background-color: transparent;
    color: #1e1e23;
    cursor: pointer;
    padding-bottom: 2px;
    border-bottom: 2px solid #00E65F;
}
.active_btn, .collap_btn:hover {
  color: #00E65F;
}
.collap_btn .arrow_icon{
    font-weight: 900;
    margin-left: 5px;
    font-size: 16px;
}
.active_btn .arrow_icon {
  transform: rotate(180deg);
}
.collapcontent {
  max-height: 0;
  margin-top: 40px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fafafa;
}
.active_btn ~ .collapcontent:before {
  content: "";
  position: absolute;
  z-index: 990;
  box-shadow: rgba(50, 50, 50, 0.03) -2px -2px 2px;
  background: #fafafa;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%) rotate(45deg);
  margin-top: -8px;
}
.right_aligh_50{
  left: 50%;
  margin-left:15px;
}
/* -------- Blog Post---------------- */
.blog-post-wrapper .post-header h1{
  font-size: 52px;
  margin-bottom: 70px;
}
.blog-post-wrapper .imageText-image::before,.blog-post-wrapper .imageText-contentWrapper .form-banner-v2__formWrapper::before{
  position: absolute;
  content: "";
  background: #1E2F46;
  opacity: 0.10;
}
.blog-post-wrapper .imageText-image::before{  
  width: 150px;
  height: 150px;  
  top: -30px;
  left: -30px;  
  z-index: 1;
}
.blog-post-wrapper .imageText-contentWrapper .form-banner-v2__formWrapper::before{
  width: 234px;
  height: 234px; 
  bottom: 0;
  right: -30px;
}
.blog-post-wrapper .imageText{
  margin-bottom: 100px;
}
.blog-post-wrapper .post-body{
  font-size: 16px;
  color: #1E2F46;
  line-height: 2;
  font-weight: 300;
  max-width: 550px;
  margin-bottom: 20px;
}
.blog-post-wrapper .post-body__column2{
  margin-bottom: 70px;
}
.blog-post-wrapper .post-body ul{
  list-style: none;
  padding-left: 15px;
}
.blog-post-wrapper .post-body ul li{
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
}
.blog-post-wrapper .post-body ul li::before{
  content: "•";
  position: absolute;
  left: 0;
}
.post-sharing ul{
  list-style: none;
}
.post-sharing-inline {
  display: inline-flex;
}
.post-sharing ul li .post-sharing_icon{
  margin-right: 20px;
}
.post-sharing ul li .post-sharing_label{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.post-sharing ul li {
  margin-top: 20px;
  margin-right: 20px;
}
.post-sharing ul li .post-sharing_icon a {
  width: 50px;
  height: 50px;
  font-size: 27px;
  border: 2px solid #00e65f;
  border-radius: 50%;
}

.slick-slide{
  outline: none;
}

/* -------- Helpers ---------------- */
ul.horizontal-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: baseline;
}
ul.horizontal-list li{
  display: inline-block;
  margin: 10px auto;
}
/* -------- Spacing ---------------- */
.section-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.mb-0{
  margin-bottom: 0;
}
.mt-40{
  margin-top: 40px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-60{
  margin-bottom: 60px;
}
/* -------- Text ---------------- */
.subtitle{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #00E65F;
  line-height: 1.2;
}
.sub-subtitle{
  font-size: 20px;
  font-weight: 300;
  color: #00E65F;
  line-height: 1.7;
}

.subtitle-blue{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #00E65F;
  line-height: 1.2;
}
.subtitle-blue-small{
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #1e2f46;
  line-height: 1.2;
  word-break: break-word;
}
.sub-subtitle-blue{
  font-size: 20px;
  font-weight: 300;
  color: #1e2f46;
  line-height: 1.7;
}

.post-sharing .subheader {
    color: #1e1e23;
}
.subheader{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #00e65f;
  line-height: 1.2;
}
.small-title_blue{
  color: #1E2F46;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  position:relative;
  margin-bottom: 15px;
}
.small-title_blue::before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -13px;
  background: #1E2F46;
  opacity: 0.10;
}
/*---
.ta-right{
  text-align: right;
}
___*/
.ta-center{
  text-align: center;
}
.fw-bold{
  font-weight: 700;
}
.c-white{
  color: #FFFFFF;
}
.c-red{
  color: #00e65f;
}
.c-blue{
  color: #97D4E9;
}
.uppercase{
  text-transform: uppercase;
}

/* -------- Buttons ---------------- */
.btn,.form-btn-red .hs-button
/*,.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a*/{
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 35px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  /*   border:none; */
  outline: none;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
  position: relative;
  overflow:hidden !important;
  z-index:0;
  font-family: 'Karla', sans-serif !important;
}
/* .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a{
background-color: #FF5B4D;
color: #FFFFFF;
letter-spacing: 0.93px;
font-weight: 700;
border-radius: 22px;
padding: 9px 35px;
margin: 0 15px;
border: 2px solid #ff5b4d;
} */
.btn:hover,.btn:focus{
  text-decoration: none;  
}
.btn::after,.form-btn-red .actions::after
/*,.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a::after*/{
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn:hover::after,.form-btn-red .actions:hover::after
/*,.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a:hover::after*/{
  left: 20px;
}
.btn.btn-lg:hover::after{
  left: 25px;
}
.btn.btn-lg::after{
  font-size: 20px;
}
.btn.btn-lg{
  padding: 18px 60px;
  border-radius: 0;
}
.btn-white{
  background-color: #FFFFFF;
  color: #00E65F;
  border: 2px solid #FFFFFF;
}
.btn-red,.btn-red:focus,.form-btn-red .hs-button {
  background-color: #1e1e23;
  color: #FFFFFF;
  border: 2px solid #1e1e23;
}
.btn-outlined-red{
  border: 2px solid #1e1e23;
  color: #1e1e23;
  padding: 9px 35px;
}
.btn-outlined-white{
  border: 2px solid #fff;
  color: #ff5a4d;   
  padding: 9px 35px;
  background-color: #fff;
}
.btn-outlined-white:hover {  
  background-color: #ff5a4d;
  color: #fff;
  border-color: transparent;
}
.btn-outlined-yellow{
  border: 2px solid #FFC14D;
  color: #FFC14D;
  padding: 9px 35px;
}
.btn-outlined-green{
  border: 2px solid #3DCC8E;
  color: #3DCC8E;
  padding: 9px 35px;
}
.btn-outlined-blue{
  border: 2px solid #48C6F0;
  color: #48C6F0;
  padding: 9px 35px;
}
.link-text,.link-text:focus{
  color: #1E2F46;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 2px solid #00e65f;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.link-text-green,.link-text-green:focus{
  color: #1E2F46;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 2px solid #3dcc8e;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.link-text-green:hover{
  color: #3dcc8e !important;
}
.link-text-blue,.link-text-blue:focus{
  color: #1E2F46;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 2px solid #48c6f0;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.link-text-blue:hover{
  color: #48c6f0 !important;
}
.link-text-yellow,.link-text-yellow:focus{
  color: #1E2F46;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 2px solid #ffc14d;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.link-text-yellow:hover{
  color: #ffc14d !important;
}
.link-text-white{
  color: #fafafa !important;
}
.btn-white::before,.btn-outlined-red::before,.btn-red::before,.btn-outlined-white::before,.form-btn-red .actions::before,
/*.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a:hover::before,*/
.btn-outlined-yellow::before,.btn-outlined-green::before,.btn-outlined-blue::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.btn-white:hover,.btn-outlined-red:hover,.btn-outlined-yellow:hover,.btn-outlined-green:hover,.btn-outlined-blue:hover{
  color: #00e65f!important;
}
.btn-red:hover,.form-btn-red .actions:hover input
/*,.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a:hover*/{
  color: #00e65f !important;
}
.btn-white:hover::before,.btn-outlined-red:hover::before,.btn-red:hover::before,.btn-outlined-white:hover::before,.form-btn-red .actions:hover::before,
/*.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a:hover::before,*/
.btn-outlined-yellow:hover::before,.btn-outlined-green:hover::before,.btn-outlined-blue:hover::before{
  top: 0;
}
.btn-white::before,.btn-outlined-red::before{  
  background: #1e1e23;  
}
.btn-outlined-white::before{  
  background: #00E65F;  
}
.btn-outlined-yellow::before{
  background: #FFC14D;  
}
.btn-outlined-green::before{
  background: #3DCC8E;  
}
.btn-outlined-blue::before{
  background: #48C6F0;  
}

.link-text:hover,.page-nav li.active a{
  color: #00e65f!important;
}

/*------------- Services page Navigation 2 ------------*/


.spage-nav li.active{
  border-bottom: 2px solid;
  z-index: 99999999999 !important;
}

.form-btn-red .actions{
  display: inline-block;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #326446;
  border: 2px solid #326446;
}
.form-btn-red .actions:hover{
    border: 2px solid #326446;
}
.form-btn-red .hs-button{
  background-color: transparent;
  color: #FFFF;
  padding: 9px 33px;
  border: 2px solid transparent;
}
.form-btn-red .actions:hover input{
  background: transparent;
}
.form-btn-red .actions:hover::after{
  color: #00e65f;
}
.btn-icon-red,.btn-icon-red:hover,.btn-icon-red:focus{
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: #00E65F;
  color: #FFFFFF;
  border: none;
}

/* -------- Background Colors ---------------- */
.bg-darkblue{
  background: #1e1e23;
}
.bg-red{
  background: #00E65F;
}
.bg-dirtywhite{
  background: #FAFAFA;
}
.bg-lightblue{
  background-color: #97D4E9
}
/* -------- Custom Grid ---------------- */
.flex-row-fluid .row-fluid,.custom-row,.d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-row{
  margin-left: -15px;
  margin-right: -15px;
}
.custom-column{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-column-content{
  margin: 0 15px;
  }
.custom-column-xs-3 .custom-column{
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.full-width-3-clm{
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
}
.full-width-3-item{
    height: 300px;
    width: auto;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
}
.valign-row-fluid_center .row-fluid,.valign-row-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jcontent-row-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jcontent-row-fluid_right .row-fluid{
  -ms-flex-pack: end!important;
  -webkit-box-pack: end!important;
  justify-content: flex-end!important;
}
.animated {
  -webkit-animation-duration: 0.50s !important;
  animation-duration: 0.50s !important;
}

@media (max-width: 1430px){
  .services-menu-titles {
   padding-left: 30px !important;
   padding-right: 30px !important;
  }
  .services-menu-icons {
    display: none !important;
  }
}
@media (max-width: 650px){
  .page-nav-slider {
    display: none !important;
  }
}
@media (max-width: 1255px){
  .services-menu-titles {
   padding-left: 10px !important;
   padding-right: 10px !important;
  }
  .services-menu-icons {
    display: none !important;
  }
  .value-proportion_item-short{
    height: auto;
  }
}

@media (min-width: 768px){
  .custom-column-3 .custom-column {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px){

  .custom-column-3 .custom-column{
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .custom-column-6 .custom-column{
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .custom-column-2 .custom-column{
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .custom-column-4 .custom-column{
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .flex-row-fluid .row-fluid .span9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74.30939226%;
    flex: 0 0 74.30939226%;
  }
  .flex-row-fluid .row-fluid .span3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.928176794%;
    flex: 0 0 22.928176794%;
  }
  .flex-row-fluid .row-fluid .span1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.801104972%;
    flex: 0 0 5.801104972%;
  }
  .flex-row-fluid .row-fluid .span2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.364640883%;
    flex: 0 0 14.364640883%;
  }
  .flex-row-fluid .row-fluid .span4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.491712705%;
    flex: 0 0 31.491712705%;
  }
  .flex-row-fluid .row-fluid .span5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.055248616%;
    flex: 0 0 40.055248616%;
  }
  .flex-row-fluid .row-fluid .span6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.618784527%;
    flex: 0 0 48.618784527%;
  }
  .flex-row-fluid .row-fluid .span7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.182320438000005%;
    flex: 0 0 57.182320438000005%;
  }
  .flex-row-fluid .row-fluid .span8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.74585634900001%;
    flex: 0 0 65.74585634900001%;
  }
  .flex-row-fluid .row-fluid .span10{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82.87292817100001%;
    flex: 0 0 82.87292817100001%;
  }
  .flex-row-fluid .row-fluid .span11{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.436464082%;
    flex: 0 0 91.436464082%;
  }  
  .footer-menu_left .hs-menu-wrapper > ul > li{
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mobile-add,.mobile-only{
    display: none !important;
  }
  .banner .banner-inner{
    min-height: 600px;
  }
}
@media (min-width: 992px){
  .footer-menu_left .hs-menu-wrapper > ul > li{
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 1200px){
  .banner .cover_vid{
    min-width: 200%;
  }
}
@media (max-width: 991px){
    .blocker {
    padding: 20px 0 !important;
    }
    .wcs.wcs-modal {
    padding: 40px 20px !important;
    }
   .integration-data-flow-icon {
    margin: 5px;
    padding: 5px;
    width: 35px;
    height: 35px;
    }
   .integration-data-flow-icon-blc {
    display: block;
    }
   .integration-overview-block {
     display: block;
   }
   .integration-overview-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .integration-overview-right{ 
    flex: 0 0 100%; 
    max-width: 100%;
    border: none;
    padding: 30px 0;
  } 
  .integration-title-block {
    display: block;
    text-align: center;
  }
  .integrations-ctas-block {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .lang_switcher_class-mob {
    display: block !important;
    right: 0;
  }
  .cta-banner_text-and-cta{
  white-space: pre-line;
  display: grid;
  }
  .desktop-only{
    display: none !important;
  }
  h1 {
    font-size: 40px !important;
  }
  h2{
    font-size: 36px;
  }
  h3{
    font-size: 20px;
  }  
  .hs_submit{
    text-align: center;
  }
  .banner{
    margin-bottom: 45px;
  }
  .banner-content_copy{
    font-size: 16px !important;
  }
  .banner .banner-inner{
    padding: 50px 0 !important;
  }
  .banner .banner-logo_container {
    display: none;
    width: 100%;
    text-align: right;
  }
  .banner.home-banner .banner-logo{
    position: relative;
    max-width: 254px;
  }
  .banner .cover_vid{
    min-width: 300%;
  }
  .banner.home-banner .banner-logo {
    bottom: -50px;
  }

  .cta-banner{
    padding: 166px 0 85px;
  }
  .cta-bannner_box2{
    height: 177px;
    right: 0;
    margin-right: 30px;
    top: -40px;
  }
  .cta-bannner_box1Container {
    top: -85px;
    right: 0;
  }
  .cta-bannner_box2Inner{
    position: absolute;
    width: 88px;
    height: 88px;
    right: 55px;
    padding: 0;
  }
  .cta-bannner_box3{
    display: none;
  }
  .cta-banner_cta{
    text-align:left;
  }

  .header-bg__image{
    margin: 0 -15px;
  }
  .header-bg__bgWrapper,.header-bg__image,.header-bg{
    height: 93% !important;
  }
  .header-bg_text{
    padding-top: 173px;
    margin: 0;
  }
  .header-bg__image::after,.imageTextSimple__image::after{
    right: 0;
    top: -30px;
    width: 140px;
    height: 140px;
  }
  .header-bg__image2,.imageTextSimple__squareimage{
    width: 87px;
    height: 88px;
    top: 0;
    right: 115px;
  }
  .header-icon-module{
    padding-top: 0 !important;
  }
  .icon-text__list{
    padding-top: 25px;
  }
  .icon-text{
    margin-bottom: 40px;
  }

  .imageText-slider,.section-100{
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  .section-100{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .imageText-slide_imageContainer::after, .imageText-slide_imagebox{
    width: 99px;
    height: 99px;
    top: 65px;
    right: 0;
  }
  .imageText-slide_logo{
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 30px;
    top: auto;
  }
  .imageText-slide_logo img{
    max-width: 173px;
    height: auto;
  }
  .imageText-slide_imageContainer::before{
    width: 67px;
    height: 67px;
  }
  .imageText-slide_imageContainer{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .imageText-slider_wrapper .slick-list{
    overflow: visible !important;
  }
  .imageText-slide_image{
    background-position: center right;
    /*     background-size: 155%; */
    min-height: auto;
  }
  .imageText-slide_subheader {
    margin-bottom: 15px;
  }
  .imageText-slide_header h2{
    margin-bottom: 0;
  }
  .imageText-slider_wrapper .custom-slick-nav{
    margin-top: 15px;
  }
   .imageText-slider_wrapper .custom-slick-nav-news{
    margin-top: 15px;
  }
  .imageTextSimple__image{
    padding-top: 50%;
    margin: 0 auto;
  }
  .testimonial-item_copy{
    padding: 45px 20px;
  }
  .integration-item_copy{
    padding: 45px 20px;
  }
  .testimonial-item_copy p{
    font-size: 20px;
    line-height: 1.6;
    font-weight: 200;
  }
   .integration-item_copy p{
    font-size: 20px;
    line-height: 1.6;
    font-weight: 200;
  }
  .testimonial-item_bg{
    display: none;
  }
  .testimonial-item_bg-show{
    display: block !important;
  }
  .video-banner-icon-none{
    display: none !important;
  }
  .testimonial-item_qmark{
    font-size: 200px;
    letter-spacing: 9.52px;
    top: -85px;
  }
  .testimonials .slick-list{
    padding: 75px 0 80px;
  }
  .testimonial-item_author{
    padding: 0 !important;
  }
  .testimonials .custom-slick-nav{
    width: 150px;
    left:0;
    bottom: -45px;
  }
   .testimonials .custom-slick-nav-news{
    width: 150px;
    left:0;
    bottom: -45px;
  }
  .testimonial-item_wrapper{
    position: unset !important;
  }
  .testimonial-item_content .row-fluid{
    display: block;
  }
  .testimonial-item_name{
    margin-top: 0;
    max-width: 200px;
  }
  .home-template .featuredPosts__first{
    display: none;
  }
  .home-template .featuredPosts__first-mobile-visible{
    display: block;
    padding: 20px;
  }
  .featuredPosts__first .span6, .imageText .span6{
    padding: 0;
  }
  .featuredPosts__first-mobile-visible .span6, .imageText .span6{
    padding: 0;
  }

  .featuredPosts-module__bottom,.formBanner-module_header h2{
    text-align: center;
  }
  .featuredPosts-module__bottom h3{
    margin-bottom: 20px;
  }

  .dark-form{
    padding: 30px;
  }
  .hs-form fieldset.form-columns-1 .hs-fieldtype-select{
    width: 100%;
  }
  .hs-form .actions{
    text-align: center;
  }
  .formBanner-module_box1, .formBanner-module_box1Wrapper::before, .formBanner-module_box1Wrapper{
    width: 136px;
    height: 136px;
  }
  .formBanner-module_box1Wrapper{
    top: -136px;
    right: -25px;
    opacity: 0.66;
  }
  .formBanner-module{
    padding-top: 100px;
  }  
  .formBanner-module{
    background-position-x: 43%;
    background-position-y: 68%;
  }
  .formBanner-module_box2{
    display: none;
  } 
  .form-banner-v2__image > div{
    padding-bottom: 50%;
  }

  .clients-logo {
    padding-bottom: 15px !important;
  }

  .featuredPosts-module__bottom {
    margin-top: 30px;
  }
  .featuredPosts-module {
    padding-bottom: 50px;
  }

  .form-banner-v2__image{
    margin-top: 0;
    margin-bottom: 50px;
  }

  .row-fluid > div{
    width: 100% !important;
  }
  .footer-menu{
    display: none !important;
  } 
  .footer-connect{    
    z-index: 3;
  }
  .copyright-text{
    text-align:left;
    margin-top: 5px;
  }
 
  .dark-form textarea, 
  .dark-form input[type="text"], 
  .dark-form input[type="password"], 
  .dark-form input[type="datetime"], 
  .dark-form input[type="datetime-local"], 
  .dark-form input[type="date"], 
  .dark-form input[type="month"], 
  .dark-form input[type="time"], 
  .dark-form input[type="week"], 
  .dark-form input[type="number"], 
  .dark-form input[type="email"], 
  .dark-form input[type="url"], 
  .dark-form input[type="search"], 
  .dark-form input[type="tel"], 
  .dark-form input[type="color"], 
  .dark-form select,.formlabel-js-enabled .hs-form-field>label{
    font-size: 14px;
    line-height: 1.4;
  }
  .page-nav{
    display: none;
  }
  .spage-nav{
    display: none;
  }
  .active_box_effect-green{
    box-shadow: none; 
    outline: none; 
    transition-duration: 0s; 
    transform: none; 
  }
  .featured-post-image, .imageText-image{
    padding-top: 90%;
    position: relative;
  }  
  .footer-form{
    margin-bottom: 50px;
  } 
  .post-sharing-inline {
    display: block;
  }
  .swiper-button-prev {
    display: none !important;
  }
  .swiper-button-next {
    display: none !important;
  }
  .thumbs-slide-description {
    width: 80%;
    font-size: 20px;
  }
  .gallery-thumbs .swiper-slide {
    height: 30px !important;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    height: 40px !important;
    border-bottom: 1.5px solid #1d2f45 !important;
  }
  .gallery-thumbs .swiper-slide:hover {
    height: 40px !important;
  }
  .right_aligh_50{
  left: 0 !important;
  }
  .blog-topics-nav ul li + li{
    margin: 10px 0;
  }
  .horizontal-list {
    flex-direction: column;
}
  ul.pagination.horizontal-list {
    flex-direction: initial;
}

}
@media (max-width: 480px){
  .formlabel-js-enabled form.hs-form .form-columns-2 .hs-form-field,formlabel-js-enabled .hs-form fieldset.form-columns-1 .hs-form-field{
    width: 50% !important;
    float: left !important;
  }
  .hs-form fieldset.form-columns-1 .legal-consent-container .hs-form-field{
    width: 100% !important;
    float: none !important;
  }

  .blog-topics-nav ul li{
    display: block;
    text-align: left;
    margin-bottom: 15px;
  }  
}



/*----------------- Video Popup -------------------*/

.video-banner-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  
  display: block;
  width: 3em;
  height: 3em;
  
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.0);
	transform: translateX(-50%) translateY(-50%) scale(1.0);
  
  -webkit-transition: 
		all 0.2s ease-out 0.05s;
	transition: 
		all 0.2s ease-out 0.05s;
}
@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 5em;
    height: 5em;
  }
}
.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
	-o-transform: translateX(-50%) translateY(-50%) scale(1.2);
	transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.content {
  display: block;
  min-height: 100vh;
  max-width: 40rem;
  margin: 2.5rem auto;
  padding: 1.5rem;
}
@media (min-width: 641px) {
  .content {
    margin: 5.75rem auto;
    padding: 2.5rem;
  }
}


@media (min-width: 641px) {
  .content h1 {
    font-size: 4em;
  }
}


/* Customer Stories Modal */
.modal {
   max-width: 920px !important;
   background: #000 !important;
   padding:0 !important;
   -webkit-box-shadow: 0 0 10px #0000005e !important;
    -moz-box-shadow: 0 0 10px #0000005e !important;
    -o-box-shadow: 0 0 10px #0000005e !important;
    -ms-box-shadow: 0 0 10px #0000005e !important;
    box-shadow: 0 0 10px #0000005e !important;
    
}
.blocker {
   z-index: 11111111 !important;
}

/* Video Modal
-----------------------------------------*/
.modal p{
  height: 0;
}
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}
.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;

  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);

  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;


  /* using flexbox for vertical centering */

  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.video-modal .overlay {
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    padding: 1.2rem;
}


.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
  
	margin: 0 auto;

	overflow-y: visible;

	background: #000;
  
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
 @media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
	}
}

/* modal close button */
.close-video-modal {
	display: block;
    position: absolute;
    right: 0;
    top: -40px;

    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #000;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
	opacity: 1.0;

	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}
.show-video-modal .video-modal .overlay {
	opacity: 1.0;
  z-index: -2;
}
.show-video-modal .video-modal-content {
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
} 

/*---- Promo Bar -----*/
.bbs-page-center {
    float: none !important;
    max-width: 1145px !important;
    margin: 0 auto !important;
}

.bbs-cb1-container {
  padding: 40px;
}

.bbs-cb1-header {
  text-align: left;
  padding: 10px 0;
  max-width: 500px;
}

.bbs-cb1-ctas {
  justify-content: center;
  margin-top:20px;
}

.bbs-cb1-ctas > span {
  padding: 0;
}

@media(max-width: 767px) {
  .bbs-cb1-ctas {
    flex-direction: column;
    align-items: center;
  }
  
  .bbs-cb1-ctas .hs_cos_wrapper_type_cta {
    padding: 10px 0;
  }
}
  .bbs-cb1-background {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
  }
button#hide {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff1c;
  padding: 10px;
  border-radius: 100%;
  margin: 10px;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  cursor: pointer;
}
button#hide:focus {
  outline: none;
}
button#hide:hover {
  background-color: #1d2f45 !important;
}
.promobar-container {
   display: flex; 
   padding: 10px; 
   align-items: center;
}
.promobar-ctas {
   margin-top: 0; 
   right: 0; 
   margin-left: auto;
}
@media (max-width: 991px) {
.promobar-container {
    display: block;
    padding: 20px;
    align-items: center;
}
.promobar-ctas { 
    margin-top: 10px;
}
}
.banner-inner-impr {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.nav-up {
  top: -400px;
  position: absolute;
}
.nav-down{

}

.title_tag_c {
  font-size: 15px;
  font-weight: 700;
  margin: 5px;
  vertical-align: super;
}
.title_tag_p_c {
  font-size: 11px;
  font-weight: 700;
  margin: 1px;
  vertical-align: super;
}

/*-------------- Events Template -----------*/
.event_info {
  align-items: center;
  margin: 40px 0 10px 0;
}
.event_info_item {
  display: inline-flex;
  align-items: center;
  margin: 0 30px 15px 0;
}
.event_info-img{
  height: 20px;
  width: auto;
  margin-right: 8px;
}
.event_info_txt{
  color: #1E2F46;
  font-size: 12px;
  font-weight: 400;
}
.featured-event-tag-img {
  position: absolute;
  left: -15px;
  top: 12px;
  height: 60px;
}




/* New HS Layout Fix

@media (min-width: 1280px) {
.container-fluid:before, .container-fluid:after {
    display: block !important;
    content: "";
}
.row-fluid:before, .row-fluid:after {
    display: block !important;
    content: "";
}
  )

.container-fluid:before, .container-fluid:after {
    display: block !important;
    content: "";
}
.row-fluid:before, .row-fluid:after {
    display: block !important;
    content: "";
}
-----------------------------------------*/