/* @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700&display=swap&subset=latin-ext');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {
	font-family: 'Brandon Grotesque Bold';
	src: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_bld.eot');
	src: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_bld.eot') format('embedded-opentype'), url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_bld.woff2') format('woff2'), url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_bld.woff') format('woff'), url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_bld.ttf') format('truetype'), url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_bld.svg#Brandon_bld') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque Regular';
	src: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_reg.eot');
	src: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_reg.eot') format('embedded-opentype'), url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_reg.woff2') format('woff2'), url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_reg.woff') format('woff'), url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_reg.ttf') format('truetype'), url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_reg.svg#Brandon_reg') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque Medium';
	src: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_med.eot');
	src: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_med.eot') format('embedded-opentype'), url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_med.woff2') format('woff2'), url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_med.woff') format('woff'), url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_med.ttf') format('truetype'), url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/fonts/Brandon_med.svg#Brandon_reg') format('svg');
	font-display: swap;
}
/***********************************************/

/* CSS @imports must be at the top of the file */

/* Add them above this section                 */

/***********************************************/

/****************************************/

/* HubSpot Style Boilerplate            */

/****************************************/

/* These includes are optional, but helpful. */

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

/*****************************************/

* {
	box-sizing: border-box;
}
html {
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Nunito', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #676873;
	-webkit-font-smoothing: antialiased;
}
p {
	margin: 0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Brandon Grotesque Bold', Arial, sans-serif;
	font-weight: 400;
	color: #2E2F34;
}
h2 {
	font-size: 40px;
	color: #2e2f34;
	line-height: 46px;
}
a {
	text-decoration: none;
	outline: none;
	color: #3B45A7;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
body .row-fluid-wrapper .row-fluid .page-center {
	width: 1200px;
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	float: none;
}
body .row-fluid [class*="span"] {
	min-height: 0px;
}
img {
	max-width: 100%;
}
.padding-100-0 {
	padding: 100px 0;
}
.padding-40-0 {
	padding: 40px 0;
}
.widget-type-space {
	display: block;
	visibility: visible;
}

.clear {
	clear: both;
	height: 0px;
}

/*** CONTENT ***/

.body-container{
    margin-top: -55px; 
}

body .body-container{
	margin-top: 0 !important;
    position: relative;
    top: -68px;
}

body.ebooks_typ .body-container{
	top: 0;
	margin-bottom: 60px;
}


body.simple-lp {
	border-top: none;
}

body.simple-lp .body-container {
	margin-top: -25px !important;
	top: 0;
}

body.simple-lp .footer-container-wrapper {
	display: none;
}

body.simple-lp .body-container {
    max-width: 100%;
}

body.simple-lp h1 {
        margin: 0;
    margin-bottom: 12px;
}

body.simple-lp h2 {
    margin: 0;
	margin-bottom: 12px;
}

body.simple-lp h3 {
	margin: 0;
	margin-bottom: 12px;
    font-size: 22px;
}

/** Header Container **/

.bu-header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	transition: all .2s linear;
	z-index: 9;
	background: transparent;
}
.bu-header-wrapper.navbar-fixed-top {
	background: #353f98;
}
.logo-box img {
	height: 55px;
	width: auto;
	transition: all .2s linear;
}
.bu-header-wrapper.navbar-fixed-top .logo-box img {
	height: 40px;
}
.bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	float: right;
}
body .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: 100%;
	right: 0;
	top: -8px;
	width: 240px;
}
body.bu-ctpa .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	background: #f0f3ff;	
}
.bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	max-width: initial;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.2px;
	padding: 0;
	overflow: initial;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
}
.bu-ctpa .bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
	color: #333333;
}
.bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
	padding: 15px 7px;
	transition: all .2s linear;
}
.bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li{
	padding: 10px 15px;
}
.bu-header-wrapper.navbar-fixed-top .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
	padding: 8px 15px;
}
.bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0%;
	height: 2px;
	background: #FBCE40;
	transition: all .2s linear;
}
.bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active a {
	font-weight: 700;
}
.bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a:after {
	width: 100%;
}
/** Body Container **/

.roles-body .csm-banner-top {
  margin-bottom: 100px;
}

.bu-homepage.only-home .csm-banner-top {
	height: 100vh;
}

.bu-homepage.only-home-en .csm-banner-top {
	height: 100vh;
}
.badge-wrapp {
	display: inline-grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 20px;
}
.csm-banner-top {
	background: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/2023/homepage-top-banner-bg-indigo-modif-3.svg') no-repeat center bottom / cover;
	/* height: 100vh; */
	position: relative;
	margin-top: -55px;
}
.crestem-section {
	background: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/2023/homepage-top-banner-bg-indigo-modif-3.svg') no-repeat center bottom / cover;
	background-size: stretch 100%;
}
.csm-banner-top .page-center {
	/* height: 100vh; */
	position: relative;
	z-index: 2;
}
.bu-banner-content {
	position: absolute;
	top: 32.5vh;
	left: 0;
}
.csm-banner-top h1 {
	color: #ffffff;
	margin: 0 0 30px;
	font-size: 70px;
	line-height: 1;
}
.csm-banner-top p {
	color: #fff;
	max-width: 75%;
	margin-bottom: 35px;
	text-align: left !important;
}
.cta {
	border-radius: 50px;
	line-height: 1.5;
	text-align: center;
	padding: 20px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: 'Brandon Grotesque Bold';
	display: inline-block;
	transition: all .2s linear;
	overflow: hidden;
	display: inline-block;
}
.cta.yellow-cta {
	background: #FBCE40;
	color: #000000;
}
.cta.yellow-cta:hover {
	color: #ffffff;
}
.top-banner-white-curved {
	position: absolute;
	height: 100vh;
}
.top-banner-white-curved img.indingosvg {
	width: 100%;
	position: absolute;
	top: -7.18vh;
	left: 0;
	right: 0;
}
body.cine-suntem .top-banner-white-curved img.indingosvg{
	top: 0;
}
.top-hs-badge{
	position: absolute;
    right: 200px;
    top: 130px;
    max-width: 120px;
}

.banner-illustration {
	position: absolute;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
}
.banner-illustration .ilustratie-banner-home-top {
	width: 64.6%;
	bottom: -9.93vh;
	right: 0;
	position: absolute;
	z-index: 3;
}

.bu_lp_hs .banner-illustration .ilustratie-banner-home-top{
	width: 660px;
    max-width: 100%;
    bottom: -110px;
}

.bu_lp_hs .csm_fl_wrapp{
    background: url(https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02020/08/bg_fl_wh_bu.svg) no-repeat top center / cover;
    height: auto;
    min-height: 680px !important;
    padding-top: 170px;
}

.bu_lp_hs .csm_fl_wrapp.grey-section-1 h2 {
    margin-top: 90px;
}

.bu_lp_hs .bu-indigo-section .qs-content {
    background: #3b45a7;
    width: 420px;
}

.bu_lp_hs .ctpa-competente{
	padding: 0;
}

.bu_lp_hs .bu-testimonials {
    margin-top: 0;
}

.bu_lp_hs .bu-indigo-section .qs-content p {
    color: #ffffff;
    margin: 0;
}

.flywheel_wrapper{
	text-align: center;
}

.hs_imp_ill_bu{
	overflow: hidden;
}

.hs_imp_ill_bu img{
	max-width: none;
	width: 640px;
}

.qt_in_wrapp{
	background: #2838a3;
    border-radius: 16px;
    color: #ffffff;
    position: relative;
    z-index: 9999;
    padding: 16px;
    padding-left: 60px;
}

.qt_in_wrapp h5{
	color: #ffffff;
	font-size: 16px;
}

.qt_in_wrapp img{
	max-width: 100px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -50px;
}

.cm_hs_tabs #tabs{ 
	width: 900px;
	max-width: 100%;
	margin: 100px auto;
}

.cm_hs_tabs #tabs > ul{
    display: grid;
    grid-template-columns: 33.3333% 33.3333% 33.4%;
    margin-bottom: -2px;
    position: relative;
    z-index: 2;
}

.cm_hs_tabs #tabs > ul li a{
	display: block;
	text-align: center;
	border-radius: 16px 16px 0 0;
	border: 1px solid #E0E0E0;
	color: #E0E0E0;
	font-weight: 700;
	padding: 20px 0;
	transition: all .2s ease-in-out;
	background: #ffffff;
}

.cm_hs_tabs #tabs > ul li.ui-state-active a{
	border: 1px solid #3440A5;
	opacity: 1;
	color: #3440A5;
	border-bottom: 1px solid #ffffff;
}

.cm_hs_tabs #tabs > ul li:first-child a{
	border-radius: 16px 16px 0 0;
}

.cm_hs_tabs .ui-tabs-panel{
    border-radius: 0 0 16px 16px;
    border: 1px solid #3440A5;
    padding: 16px;
    position: relative;
    z-index: 1;
}

.cm_hch_bu_col{
    text-align: center;
    background: #FAFAFA;
    padding: 24px 16px 0;
    border-radius: 16px;
    margin: 24px 0;
    position: relative;
}

.cm_hch_bu_col img{
    position: absolute;
    max-width: 40px;
    top: -20px;
    left: 50%;
    margin-left: -20px;
}

body .show_horizontal_spacer .row-fluid [class*="span"] {
    min-height: 1px;
}

.client-logos img{
    width: 20%;
    float: left;
    z-index: 9;
    position: relative;
    filter: grayscale(100%);
    margin-left: 10%;
}

.bu-icon-wedo p img {
	display: inline-block;
	vertical-align: middle;
	max-width: 18px;
}
.bu-icon-wedo p span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-size: 12px;
	font-weight: 700;
}
.grey-section-1 {
	position: relative;
	height: 100vh;
}
.grey-section-1 h2 {
	margin-top: -90px;
}
.grey-bg-curved-top-right img {
	width: 100%;
	position: absolute;
	bottom: 0vh;
	z-index: -9;
}
.ilustratie-program img.programilustratie {
	width: 100%;
	position: absolute;
	max-width: none;
	left: 0;
	bottom: 0;
}

.ilustratie-program img.attract{
	position: absolute;
    left: 13%;
    top: 3%;
}

.ilustratie-program img.convert{
    position: absolute;
    left: 33%;
    top: 0%;
}

.ilustratie-program img.close{
    position: absolute;
    left: 43%;
    top: 8%;
}

.ilustratie-program img.delight {
    position: absolute;
    left: 76%;
    top: 60%;
}

.iti-ofer-prog {
	position: relative;
}

.program-beans-icons{
	padding: 45px 40px 0;
}
.program-beans-icons img {
	width: 48%;
	float: left;
	margin: 1%;
}

.program-beans-icons img.flr{
	float: right;
}

.program-beans-icons img.pulse{
	animation: pulse-bean 2s ease-in-out;
}

.ctpa-header-banner .header-text-cum-teajutam h1{
    font-family: 'Brandon Grotesque Regular',Arial,sans-serif;
    font-size: 62px;
    line-height: 72px;
}

.header-text-cum-teajutam{
    padding-right: 100px;
}

.cine-suntem-header-image img{
    position: absolute;
    right: 0;
    width: 55%;
    top: 110px;
}
.cine-suntem .bu-banner-content {
	padding: 148px 0 74px 0;
}
.cine-suntem .csm-banner-top {
	margin-top: 0;
}
.cine-suntem .csm-banner-top .bu-banner-content p{
	padding-right: 200px;
}

.cine-suntem.cu-cine-lucram .csm-banner-top .bu-banner-content p{
	padding-right: 40px;
}

@keyframes pulse-bean {
	0% {
		transform: scale(1.0)
	}
	50% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1.0)
	}
}

.what-we-do-hidden-items ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	width: 140px;
}
.what-we-do-hidden-items ul li {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	padding: 10px 0;
	cursor: pointer;
	line-height: 1;
}
.what-we-do-hidden-items ul li span {
	display: inline-block;
	position: relative;
}
.what-we-do-hidden-items ul li span:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0%;
	height: 2px;
	background: #2E2F34;
	transition: all .2s linear;
}
.what-we-do-hidden-items ul li:hover span:before {
	width: 100%;
}
.what-we-do-hidden-items ul li span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    left: 125px;
    opacity: 0;
    top: -5px;
    transition: all .2s linear;
    position: absolute;
    border-style: solid;
    border-width: 13px 17.6px 13px 0;
    border-color: transparent #2e2f34 transparent transparent;
}
.what-we-do-hidden-items ul li:hover span:after {
	left: 135px;
	opacity: 1;
}
.what-we-do-hidden-items ul ul {
	position: absolute;
	top: -10px;
	right: -210px;
	display: none;
	width: 200px;
	background: #2E2F34;
	color: #ffffff;
	border-radius: 5px;
}
.what-we-do-hidden-items ul li.active ul{
	display: block;
}

.what-we-do-hidden-items ul li.active span:before{
	width: 100%;
}

.what-we-do-hidden-items ul li.active span:after{
	left: 135px;
	opacity: 1;	
}

.what-we-do-hidden-items ul li:hover ul {
	display: block;
}
.what-we-do-hidden-items ul ul li {
	text-transform: none;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
}
.procesul-nostru {
	padding: 0 0 100px;
}
.proces-explicat-wrapper {
	position: relative;
	margin-top: 30px;
}
.proces-explicat {
	background: #f0f3ff;
	border-radius: 5px;
	padding: 20px 40px;
	max-width: 80%;
	margin: 0 auto 20px !important;
	float: none !important;
	position: relative;
	z-index: 2;
}
.proces-explicat-border {
	display: block;
	border: 1px solid #2e2f34;
	width: 100% !important;
	position: absolute;
	height: 160px;
	left: 0;
	top: 15%;
	z-index: 1;
	background: #ffffff;
}

.prog-illustratie-mobil{
	display: none;
}
.lp-content-wrapper{
	padding: 60px 0;
}
.lp-content-wrapper h1{
	font-size: 46px;
}
bopdy .lp-content-wrapper #hs_cos_wrapper_section_header{
	margin: 0 !important;
}
.arrow-down {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 9px;
	animation: up-down 2s infinite;
}
.arrow-up {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	animation: up-down 2s infinite;
}
@keyframes up-down {
	0% {
		margin-top: 0;
	}
	50% {
		margin-top: -4.5px;
	}
	100% {
		margin-top: 0px;
	}
}

.circle-wrapper{
    position: absolute;
    top: -55px;
    width: 80% !important;
    left: 10%;
}

.databox-badge{
	position: absolute;
    right: -50px;
    z-index: 3;
    width: 100px;
    top: 320px;
}

.circle-wrapper img.circle-circle{
	animation: circle-rotate 5s infinite;
}

@keyframes circle-rotate {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-90deg);
	}
	50% {
		transform: rotate(-180deg);
	}
	75% {
		transform: rotate(-270deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
.proces-explicat-border.ped-2 {
	top: 44%;
}
.proces-explicat h3 {
	font-size: 24px;
	color: #2E2F34;
	margin: 0 0 10px;
}
.proces-explicat p {
	margin: 0;
}
.quote-image img {
	border-radius: 50%;
}
.performante {
	position: relative;
}
.csm-ilustratie-roadmap img.ilustratie-perf {
	position: absolute;
	right: 1%;
	width: 60%;
	z-index: 2;
	bottom: -128px;
}
.greyperf-bg{
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    z-index: -1;
}

/*
Roluri 
*/

.roluri-title h1 {
  font-size: 54px;
}

.section-roles .page-center .roluri-inner-wrap {
  max-width: 910px;
  margin: 0 auto;
  display: block;
  float: none;
  margin-bottom: 40px;
}

.despre-noi-wrap {
  margin-bottom: 40px;
}

.despre-noi-wrap h2{
  font-size: 54px;
}

.despre-noi-text {
    font-size: 16px;
}

.custom-roles-wrap {
  margin-bottom: 40px;
}
.custom-roles-wrap .sp-arrow:before {
    transition: all .3s; /* W3C */
  -webkit-transition: all .3s; /* Safari & Chrome */
  -moz-transition: all .3s; /* Firefox */
  -ms-transition: all .3s; /* Internet Explorer */
  -o-transition: all .3s; /* Opera */  
}
.custom-roles-wrap.opened .sp-arrow:before {
    transform: rotate(90deg); /* W3C */
  -webkit-transform: rotate(90deg); /* Safari & Chrome */
  -moz-transform: rotate(90deg); /* Firefox */
  -ms-transform: rotate(90deg); /* Internet Explorer */
  -o-transform: rotate(90deg); /* Opera */
}

.art_cta{
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 38px;
    transform: scale(1);
	transition: all .3s ease-in-out;
}

.art_cta:hover{
	transform: scale(1.01);
}



.custom-roles-wrap .inner-wrap {
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 0 17px -7px #00000040;
      z-index: 99;
    position: relative;
      margin-bottom: -22px;
}

.custom-roles-wrap .inner-wrap .role-header {
    padding: 13px 30px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
  min-height: 74px;
}

.custom-roles-wrap .inner-wrap .role-body {
    padding: 13px 30px;
}

.custom-roles-wrap .inner-wrap .role-footer {
    padding: 17px 30px;
    border-top: 1px solid #eeeeee;
}

.role-content {
    font-size: 16px;
    font-family: Myriad Pro;
    font-weight: 400;
}

.role-content h5 {
    font-size: 16px;
    font-family: Myriad Pro;
    font-weight: 700;
    margin: 10px 0 5px;
}

.custom-roles-wrap .inner-wrap button.apply-toggle-form {
    background-color: #fbce40;
    border: none;
    padding: 20px 43px;
    border-radius: 39px;
    outline: none;
    font-family: Brandon Grotesque Bold;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    cursor: pointer;
}
.custom-roles-wrap .inner-wrap button.apply-toggle-form.opened {
background-color: #ebebeb;
}

.audio_transcript{
	max-width: 70%;
	margin: 24px auto 0;
}


.role-body-wrap {
  display: none;
}

.role-form {
  display: none;
 background-color: #fff;
    padding: 70px 30px 30px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: 0 0 17px -7px #00000040;
}

.custom-roles-wrap h2 {
        margin: 6px 0 0 0;
    display: inline-block;
    color: #3240a5;
    font-size: 24px;
    font-family: 'Brandon Grotesque Bold';
}

.custom-roles-wrap .role-toggle {
    float: right;
    padding: 10px 30px 10px 10px;
    position: relative;
    font-family: 'Brandon Grotesque Bold';
    font-size: 21px;
    color: #333333;
    cursor: pointer;
}
.custom-roles-wrap .role-toggle .sp-arrow {
position: absolute;
    right: 0px;
    top: 14px;
}
.typ-wrapper {
	background: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/img/homepage-top-banner-bg-indigo.svg') no-repeat center;
	background-size: cover;
	/* PT. FULL HEIGHT */
	min-height: calc(100vh - 170px) !important;
	/* min-height: calc(120vh - 170px) !important; */
}
.typ-text-wrapper {
	margin: 240px 0 140px 0;
}


/* CTPA */

.roles-body .body-container-wrapper {
      background-color: #f8f8f8;
}

.bu-ctpa .body-container-wrapper{
	position: relative;
    z-index: 7;
    margin-top: -60px;
}

.ctpa-header-banner{
	background-image: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/img/ctpa-header-banner.svg');
    padding: 125px 0 100px;
    background-repeat: no-repeat;
    background-size: 114%;
    background-position: center bottom;
    margin-top: -45px;
}

.ctpa-header-banner h1{
    font-size: 72px;
    line-height: 82px;
    margin-bottom: 20px;
}

.ctpa-people{
	position: relative;
}

.ctpa-people img{
    margin-top: 0;
    position: relative;
    min-width: 1920px;
    left: 50%;
    top: -210px;
    transform: translate(-50%, 0px);
}

.ctpa-cum-lucram{
    padding: 100px 0;
	position: relative;
	margin-top: -400px;
}

.ctpa-cum-lucram-bg img{
	position: absolute;
    top: -120px;
    z-index: 2;
    min-width: 1920px;
    left: 50%;
    transform: translate(-50%, 0);
}

.ctpa-cum-lucram .cum-lucram-col{
	margin-top: -200px;
}

.ctpa-cum-lucram .cum-lucram-col img{
	max-width: 300px;
}

.strategie-si-setup{
    padding-top: 0;
    padding-left: 150px;
    position: relative;
    z-index: 3;
    margin-top: -10px;
}

.strategie-si-setup h3{
	font-size: 30px;
	margin-bottom: 10px;
	position: relative;
}

.strategie-si-setup h3:before{
	content: "";
    display: block;
    position: absolute;
    color: #fff;
    font-size: 150px;
    left: -100px;
    top: -5px;
    line-height: 150px;
}

.strategie-si-setup h3:first-child:before{
	content: "1" !important;
}

.strategie-si-setup:nth-child(2) h3:before{
	content: "2";
}

.ctpa-competente{
    padding: 100px 0 0;
    background: #fff;
    position: relative;
    z-index: 3;
}

.ctpa-competente h2{
	text-align: center;
}

.ctpa-competente ul {
    text-align: justify;
    margin-bottom: 30px;
}

.ctpa-competente ul li{
    display: inline-block;
    font-size: 14px;
    margin: 0 -4px 20px 0;
    font-weight: 600;
    text-align: center;
    width: 20%;
}

.ctpa-competente ul li img{
    margin-right: 7px;
    vertical-align: middle;
    height: 20px;
}

.ctpa-rezultate{
    padding: 100px 0;
    position: relative;
}

.abs-image-rez img{
	position: absolute;
    z-index: -1;
    min-width: 1920px;
    left: 50%;
    top: 110px;
    transform: translate(-50%, 0);
}

.ctpa-big-numbers{
	padding-left: 100px;
}

.big-nr{
	display: inline-block;
	margin-right: 30px;
	margin-top: 140px;
}

.big-nr p{
	font-size: 22px;
}

.big-nr span{
    font-size: 100px;
    line-height: 100px;
    margin: 0;
    color: #2e2f34;
    font-family: 'Brandon Grotesque Bold',Arial,sans-serif;
}

.ctpa-prefooter{
    position: relative;
    padding: 100px 0;
}

.ctpa-prefooter-bg img{
	position: absolute;
    left: 50%;
    top: 0;
    min-width: 1920px;
    transform: translate(-50%, 0);
    z-index: -1;
}

.ctpa-pref-white{
	color: #ffffff;
	padding-right: 60px;
}

.ctpa-pref-white h2{
	color: #ffffff;
}
.ctpa-pref-black{
	text-align: right;
}

/* Cine suntem */
.box-top-cs{
	padding-top: 0;
}

.top-text-box-bu-cs{
    background: #fff;
    padding: 30px;
    width: 470px;
    max-width: 100%;
    float: right;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.csm-banner-top .top-text-box-bu-cs p{
	color: #8c8c8f;
	margin: 0;
}

.we-are-beans{
	width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cefacem-nr span span{
    font-size: 145px;
    width: 100%;
    line-height: 110px;
    display: block;
    color: #f0f3ff;
    margin: 0;
    vertical-align: top;
    font-family: 'Brandon Grotesque Bold',Arial,sans-serif;
}

.cefacem-nr p{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    vertical-align: middle;
    padding-left: 0;
    font-size: 14px;
}


/* CU CINE LUCRAM */
.cu-cinelucram-img{
    padding-top: 130px;
}

.cu-cine-icons img{
    display: inline-block;
    width: 30px;
    vertical-align: top;
    margin-top: 4px;
}

.cu-cine-icons p{
    display: inline-block;
    width: calc(100% - 35px);
    padding-left: 10px;
    vertical-align: top;
}

.cu-cine-lucram .bu-indigo-section .qs-content{
    background: #3b45a7;	
    width: 420px;
}
.cu-cine-lucram .bu-indigo-section .qs-content p{
	color: #ffffff;
	margin: 0;
}
.cu-cine-lucram .bu-indigo-section .qs-footer{
	width: 420px;
}
body.cu-cine-lucram .sp-horizontal .sp-arrows{
    margin: 0;
	width: 100%;
}
body.cu-cine-lucram .bu-testimonials {
    margin-top: 0;
}
body.cu-cine-lucram .footer-bg-grey img{
	z-index: -1;
}
body.cu-cine-lucram .client-logos{
	background: #f3f5ff;
    border-radius: 5px;
    margin-top: 14px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	overflow: hidden;
}

.client-logos img{
    mix-blend-mode: multiply;	
}

/*   Studiu de caz   */

.studiu-btn {
	background: #fbce40;
    border-radius: 50px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
	font-size: 15px;
    padding: 20px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-in-out;	
}
.despre-client{
    background: #3b45a6;
    padding: 35px;
    background-image: linear-gradient(to bottom right, #3b45a6, #767dc2);
    border-radius: 25px;
    color: #ffffff;
	position: relative;
}

.despre-client .logo-holder{
    text-align: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 25px;
    position: absolute;
    top: -32px;
    right: 35px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);	
}

.despre-client .logo-holder img{
	max-width: 70px;
}

.studiu-big-numbers .ctpa-big-numbers{
    padding-left: 0;	
}

.studiu-big-numbers .big-nr {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
}

.studiu-big-numbers .big-nr p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.studiu-big-numbers .big-nr span {
    font-size: 80px;
    line-height: 70px;
    margin: 0;
    font-family: 'Brandon Grotesque Bold',Arial,sans-serif;
}

.bubble-liste-studiu li{
    position: relative;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}

.bubble-liste-studiu li:before{
    content: "";
    display: block;
    width: 30px;
	height: 30px;
    margin-top: -15px;
    left: -15px;
    top: 50%;
    position: absolute;
    background: url(https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/img/bean-list.svg) no-repeat center center / 100%;
}

.studiu-indigo{
	padding: 100px 0 !important;
}

.colored-boxes{
    background: #3b45a6;
    padding: 50px 25px;
    border-radius: 25px;
    color: #ffffff;
    margin-bottom: 20px;
}

.colored-boxes.indigobox{
    background-image: linear-gradient(to bottom right, #3b45a6, #767dc2);	
}
.colored-boxes.greenbox{
    background-image: linear-gradient(to bottom right, #0cca88, #3887b4);
}

.colored-boxes .big-nr-color{
	text-align: center;
}

.colored-boxes .big-nr-color span{
    font-family: 'Brandon Grotesque Bold', Arial, sans-serif;
    font-size: 125px;
    line-height: 80px;
}

.colored-boxes .big-nr-color p{
    margin: 0;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}

.cu-cine-lucram.case-study .bu-indigo-section .qs-content{
	background: transparent;
	background-image: linear-gradient(to bottom right, #3b45a6, #767dc2);
}

.api-indigo{
	background: #4f58a6;
    color: #ffffff;
    text-align: center;
	padding: 60px 0;
}

.api-indigo h2,
.api-indigo p{
	color: #ffffff !important;
}

.api-indigo h4.white-text{
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 18px;
    max-width: 90%;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto 50px;
}

.api-indigo .body-icon-item{
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 30px;
    min-height: 195px;
}

.api-indigo .team-item img{
    margin-bottom: -30px;	
}

.certs{
	display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.cert_item{
	padding: 0 8px;
	position: relative;
}

.cert_item img{
    max-width: 32px;
}

.cert_name{
    position: absolute;
    background: #333333;
    border-radius: 16px;
    word-break: unset;
    width: 200px;
    font-size: 13px;
    padding: 10px;
    left: 50%;
    top: -58px;
    color: #ffffff;
    transform: translate(-50%, 0);
	opacity: 0;
	transition: all .2s linear;
}

.cert_item:hover .cert_name{
	top: -48px;
	opacity: 1;
}

.benefits-of-smarketing h2{
    font-size: 60px;
    color: #4f58a6;
    line-height: 1;
    margin: 0;	
}

.benefits-of-smarketing .banner-content .bu-banner-text h3{
	font-family: 'Nunito', Arial, sans-serif;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    color: #676873;
}

.bu-full-width-banner img.csm-benefits-image{
    max-width: 90%;	
}

.cm-new .bu-full-width-banner{
	height: 300px;
}

/* loader */

.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    z-index: 9999999;
    background: #ffffff;
}

#beans-loader{
    max-width: 300px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sp-mask {
	min-height: 420px !important;
}
.qslide-wrapp {
	position: relative;
	margin-top: 5px;
}
.qslide-wrapp>img {
	display: none;
	position: absolute;
	left: 50%;
	top: -80px;
	margin-left: -80px;
	width: 160px;
	max-width: 160px;
	border-radius: 50%;
}
body .row-fluid .qs-content {
	padding: 30px 30px 30px;
	background: #F0F3FF;
	border-radius: 5px;
	text-align: center;
	width: 360px;
	max-width: 100%;
	margin: 0 auto;
}
body .row-fluid .qs-content p {
	color: #2E2F34;
}
.qs-footer {
    width: 360px;
    margin: -10px auto 0;
    padding-right: 100px;
    background: #ffffff;
    padding: 10px;
    border-radius: 0 0 8px 8px;
}
body .row-fluid .qs-footer p {
	color: #2E2F34;
	font-weight: 700;
	font-size: 16px;
	margin: 0;
}
body .row-fluid .qs-footer small {
	font-size: 12px;
	color: #2E2F34;
	display: block;
}
body .sp-horizontal .sp-next-arrow, .sp-horizontal.sp-rtl .sp-previous-arrow {
	right: 0;
	left: auto;
	width: 21px;
	height: 24px;
	border-radius: 0px;
	background-color: transparent;
}
body .sp-horizontal .sp-previous-arrow {
    width: 21px;
    height: 24px;
    border-radius: 0px;
    background-color: transparent;
    left: 0;
    right: auto;
}
body .sp-horizontal .sp-arrows {
   /* width: 360px;*/
    left: auto;
    top: auto;
    bottom: auto;
    right: 0;
    height: 20px;
    opacity: 1;
    position: absolute;
    margin: 0 !important;
    top: 30px;
}
body .sp-arrow:before {
	width: 100%;
	left: 0;
	bottom: 0;
	transform: none;
	content: '';
	background: url(https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/img/long-arrow-left.png);
	height: 24px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	
}
body .sp-arrow:after {
	display: none;
}
.bu-indigo-section {
	padding: 40px 0 100px;
	position: relative;
}
.bu-indigo-section .page-center {
	position: relative;
	z-index: 2;
}
.bu-indigo-section h2, .bu-indigo-section p {
	color: #ffffff;
}
.white-absolute-curve img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
}
.left-text-90 p {
	width: 85%;
}
.bu-testimonials {
	margin-top: 90px;
}
.bean {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	border-radius: 0 50% 50% 50%;
	vertical-align: middle;
}
.bean.indigo-bean {
	background: #3b45a7;
}
.bean.blue-bean {
	background: #009AE6;
}
.bean.green-bean {
	background: #0ACF85;
}
.bean.yellow-bean {
	background: #FBCE40;
}
.bean img {
	height: 25px;
	display: inline-block;
}
.bean-wrapp {
	margin-bottom: 20px;
}

.modal-content{
	max-width: 500px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.modal-content a{
	color: #ffffff;
}

.form-modal{
	background-color: #2939a4 !important;
    color: #ffffff !important;
	visibility: hidden;
}

.close-animatedModal{
	width: 52px;
    height: 52px;
    position: absolute;
    right: 30px;
    margin-left: -26px;
    top: 30px;
    transition: all .3s ease-in-out;
    transform: rotate(0);
}
.close-animatedModal:hover{
	transform: rotate(90deg);
}

.prefooter-cta-wrapper{
    background: #fcce40;
    padding: 60px 0;
}

.prefooter-cta-wrapper a.cta.yellow-cta{
	background: #3a46a7;
    color: #fff;
}

.prefooter-cta-wrapper p{
    margin: 5px 0 0;
    font-size: 36px;
    color: #fff;
    font-family: 'Brandon Grotesque Bold';
}

.icons-what-we-look-for p {
	display: inline-block;
	width: calc(100% - 85px);
	vertical-align: middle;
	padding: 0 210px 0 20px;
	margin: 0;
}
.pre-footer {
	position: relative;
	overflow: hidden;
}
.pre-footer .page-center {
	position: relative;
	z-index: 3;
}
.footer-bg-grey img {
	position: absolute;
	bottom: 0;
	z-index: 2;
	left: 0;
	width: 110%;
	max-width: none;
}
body .hs-form-field input[type="text"], body .hs-form-field input[type="email"], body .hs-form-field input[type="phone"], body .hs-form-field input[type="number"], body .hs-form-field input[type="tel"], body .hs-form-field input[type="date"], body .hs-form-field textarea, body .hs-form-field select {
	box-sizing: border-box;
	padding: 0 15px;
	min-height: 27px;
	border-radius: 5px;
	line-height: 46px;
	height: 46px;
	background: #ffffff;
	border: 1px solid #ececec;
	display: block;
	margin-bottom: 10px;
	transition: all .2s linear;
	width: 100% !important;
}
body .hs-form-field input[type="text"]:focus, body .hs-form-field input[type="email"]:focus, body .hs-form-field input[type="phone"]:focus, body .hs-form-field input[type="number"]:focus, body .hs-form-field input[type="tel"]:focus, body .hs-form-field input[type="date"]:focus, body .hs-form-field textarea:focus, body .hs-form-field select:focus {
	outline: none;
	border: 1px solid #c3ebff;
}
body label {
	font-size: 13px;
}
body .hs-form-field textarea{
	width: 100% !important;
	min-height: 100px;
	resize: none;
}
body .hs-button {
	border-radius: 33px;
	line-height: 60px;
	text-align: center;
	padding: 0 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: 'Brandon Grotesque Bold';
	display: inline-block;
	transition: all .2s linear;
	overflow: hidden;
	background: #fbce40;
	color: #000000;
	border: none;
	-webkit-appearance: none;
}
body .hs-button:hover, body .hs-button:focus {
	color: #ffffff;
	outline: none;
}
.hs-error-msg {
	color: red;
}
.bu-footer-wrapper {
	padding: 65px 0;
	background: #2E2F34;
	color: #ffffff;
	margin-top: -68px;
}
.logo-beans-footer {
	height: 40px;
	/* margin-right: 30px; */
	vertical-align: middle;
}
.hubspot-badge {
	max-width: 120px;
	vertical-align: middle;
}
.databox-partner{
    max-width: 120px;
    margin-top: 10px;	
}
.footer-container-wrapper{
	position: relative;
	z-index: 9;
}
.footer-bottom {
	margin-top: 60px;
}
.footer-bottom p {
	margin: 0;
	line-height: 1;
	font-size: 13px;
	opacity: 1;
	transition: all .2s linear;
}
.footer-bottom .footer-links p {
	text-align: right;
}
.footer-bottom .footer-links p:hover {
	opacity: .8;
}
.footer-bottom .footer-links p a {
	color: #fbce3f;
}
.hide-on-desktop {
	display: none;
}

.footer-menus h3{
	color: #ffffff;
	margin: 0;
	font-size: 18px;
}

.footer-menus ul li{
	padding: 0;
	margin: 0 0 5px;
}

.footer-menus .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #ffffff;
}

.footer-menus ul li a i{
    width: 25px;
    height: 25px;
    display: block;
	background-size: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	transition: all .2s linear;
}

.footer-menus ul li:hover a i{
	opacity: .6;
}

.footer-menus ul li a i.facebook{
	background-image: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/img/facebook.svg');
}
.footer-menus ul li a i.linkedin{
	background-image: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/website/img/linkedin.svg');
}
.footer-menus ul li a i.instagram{
	background-image: url('https://www.beans-united.ro/hubfs/02019/website/img/instagram.svg');
}
.footer-menus ul li a i.youtube{
	background-image: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/2024/youtube-ic-con.svg');
} 

.footer-menus .social-menu ul li{
	display: inline-block;
	margin-right: 5px;
}

.ebook-text h3{
    font-size: 28px;
	color: #5f5f5f;
}

.ebook-text ul{
	margin-bottom: 20px;
}

.ebook-text ul li{
    margin-bottom: 10px;
    font-size: 18px;
}

.ebook-text ul li:before{
    display: inline-block;
    content: "";
    background: url(https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02019/08/bullet.svg) no-repeat center center / 15px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.hs-content-path-contact form,
.hs-content-path-en-contact .csm-banner-top form{
	padding: 20px;
    background: #f5f5f5;
    color: #000;
    border-radius: 30px;
}

body.hs-content-path-contact .csm-banner-top label,
body.hs-content-path-contact .csm-banner-top form p,
body.hs-content-path-en-contact .csm-banner-top form p,
body.hs-content-path-en-contact .csm-banner-top label{
    color: #333333;
    font-size: 11px;
    text-align: justify;
    margin: 0;
}

body.hs-content-path-contact .csm-banner-top form p a,
body.hs-content-path-en-contact .csm-banner-top form p a{
	color: #3B45A7;
}

/*** PROVIZORIU ***/

.custom-menu-primary{
    padding-top: 10px;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
	background: #2839a3;
	width: auto;
	padding: 8px;
	border-radius: 8px;
}
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
	width: auto;
    white-space: nowrap;
	text-overflow: initial;
}

body.hs-content-name-cum-te-putem-ajuta .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
body.hs-content-name-cum-te-putem-ajuta-en .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
body.ebooks_typ .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
	background: #f0f3ff;
}

.bu-header-wrapper{
	position: relative;
	padding: 0;
}

.logo-box img{
	position: relative;
	top: 15px;
}

.bu-header-wrapper.navbar-fixed-top {
    background: transparent;
}

.hs-menu-depth-2{
	padding-bottom: 0;
}

.bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a{
	border: 2px solid #ffffff;
    border-radius: 14px;
    padding-right: 6px;
    overflow: hidden;
	background: transparent;
	transition: all .3s ease-in-out;
	display: initial;
	width: auto;
}

.bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a:hover{
	background: #ffffff;
	color: #3B45A7;
}

.bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child a img{
	height: 18px;
    display: inline-block;
    margin-right: 4px;
}
/* LP Content Marketing 2020 */

.banner-top-CM {
	background-image: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02020/06/LP-Content-Marketing-2020/banner-top.svg');
	background-repeat: no-repeat;
	overflow-x: hidden;
	background-size: cover;
	height: 500px;
	background-position: center;
	-webkit-font-smoothing: antaliased !important;
}

.csm-banner-cta-wrapper a {
    background: #fbce40;
    color: #000;
    border-radius: 33px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Brandon Grotesque Bold';
    display: inline-block;
    transition: all .2s linear;
    overflow: hidden;
	display: inline-block;
    }

.csm-banner-cta-wrapper a:hover {
	color: #fff;
}

.background-middle-first {
	background-image: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02020/06/LP-Content-Marketing-2020/background-1.2.svg');
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
    padding: 40px 0 60px;
	-webkit-font-smoothing: antaliased !important;
}

.ebook-container-wrapper {
	background-image: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02020/06/LP-Content-Marketing-2020/background-2.2.svg');
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
    padding: 100px 0;
	-webkit-font-smoothing: antaliased !important;
}

.ebooks-container-lp {
	text-align: center;
}

.form-container-wrapper-lp{
	background-image: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02020/06/LP-Content-Marketing-2020/background-form.svg');
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center 5px;
	-webkit-font-smoothing: antaliased !important;
}

.form-container-lp{
    padding: 20px;
    background: #f5f5f5;
    color: #000;
    border-radius: 30px;
	margin-bottom: 30px;
}

body .row-fluid .spacer-lp {
	min-height: 1px !important;
}

.lp-cm.cu-cine-lucram .bu-indigo-section .qs-content {
    background: #3b45a7;
    width: 420px;
	border-radius: 10px;
}

.lp-cm .sp-mask {
		min-height: 300px !important;
}

.lp-cm.cu-cine-lucram .bu-indigo-section .sp-slide:nth-child(2) .qs-content, 
.lp-cm.cu-cine-lucram .bu-indigo-section .sp-slide:nth-child(2) .qs-content {
    background: #47b67e;
}

.lp-cm.cu-cine-lucram .bu-indigo-section .sp-slide:nth-child(3) .qs-content {
    background: #facd42;
}

.lp-cm .bu-indigo-section {
	padding: 100px 0px 0px;
}

.lp-cm h1 {
	margin: 0;
	font-size: 48px;
	color: #ffffff;	
}

.lp_Article_wrapper{
	padding: 100px 0;
}

.lp_article{
    background: #f5f5f5;
    border-radius: 16px;
    box-shadow: 0 0 16px rgba(0,0,0,.01);
    overflow: hidden;
}

.lp_article_text{
	padding: 16px;
}

.inb_method_table_wrpper{
	/* padding: 0 0 100px; */
}

.inb_method_table .method_table_row{
    display: grid;
    grid-template-columns: 10% 45% 45%;
    border-radius: 16px;
    overflow: hidden;
    align-items: center;
	margin-bottom: 24px;
}

.method_table_row.attract_row{
	background:#505ba8;
	color: #ffffff;
}

.method_table_row.convert_row{
	background: #90a3f5;
	color: #ffffff;
}

.method_table_row.close_row{
	background: #21d68c;
	color: #ffffff;
}

.method_table_row.delight_row{
	background: #ffd652;
	color: #333333;
}

.method_label{
    background: #ffffde;
    color: #333333;
    min-height: 265px;
    text-align: center;
}

.method_label h4{
	margin: 110px 0 0;
    transform: rotate(-90deg);
    font-size: 22px; 
} 

.ce_obtinem, .cum_obtinem{
	padding: 24px;
}

.ce_obtinem{
	border-right: 1px solid #fff;
}

/* ANIMATIONS */

#rotating-bubbles{
    height: 156px;
    width: 72px;
    display: block;
    margin: 0 auto;
    overflow: visible;
    position: absolute;
    right: 32%;
    bottom: 27%;
	z-index: 4;
}
#rotating-bubbles path{
	fill:none; 
	stroke: transparent;
	stroke-width:5; 
	stroke-dasharray:10,10;
}
#rotating-bubbles .cls-2{
	fill:#0acf85;
	animation: wheel linear 3s 1s infinite;
		transform-origin: 50% 50%;
}
#rotating-bubbles .cls-3{
	fill:#7288e8;
	animation: wheel linear 2.4s 1s infinite;
		transform-origin: 50% 50%;
}
#rotating-bubbles .cls-4{
	fill:#1731a4;
	animation: wheel linear 3.1s 2.2s infinite;
		transform-origin: 60% 60%;
}
#rotating-bubbles .cls-5{
	fill:#fbce40;
	animation: wheel linear 4s .4s infinite;
		transform-origin: 50% 50%;
}
#rotating-bubbles .cls-6{
	fill:#0acf85;
	animation: wheel linear 3.4s .6s infinite;
		transform-origin: 50% 50%;
}
#rotating-bubbles .cls-7{
	fill:#7288e8;
	animation: wheel linear 3.1s .7s infinite;
	transform-origin: 52% 55%;
}

@keyframes wheel {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.minge-verde{
	position: absolute;
    width: 1.56%;
	animation: green-ball ease-in-out 3.1s .7s;
	transform-origin: 50% 50%;
	animation-iteration-count: 2;
	z-index: 2;
}

@keyframes green-ball {
  0% {
	  top: 66%;
	  right: 50%;
  }
  50% {
	  top: 41%;
	  right: 47%;
  }
  75% {
	  top: 22%;
	  right: 34%;
  }
  100% {
	  top: 40%;
	  right: 24%;
  }
}

.minge-galbena{
    width: 1.3%;
    position: absolute;
	animation: yellow-ball ease-in-out 3.1s .7s infinite;
	bottom: 20.3%;
    right: 44.8%;
	z-index: 1;
}

@keyframes yellow-ball {
  0% {
    bottom: 20.3%;
    right: 44.8%;
  }
  50% {
	  bottom: 20.3%;
      right: 41.8%;
  }
  75% {
	  bottom: 20.3%;
	  right: 42%;
  }
  100% {
	  bottom: 20.3%;
    right: 44.8%;
  }
} 

.green-anim-lead{
    width: 4%;
    position: absolute;
    top: 30.4%;
    right: 26%;
	animation: green-lead linear 3s 0s infinite;
}

@keyframes green-lead {
  0% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
} 

.white-bg-studiu{
	margin-top: -80px;
}

.white-bg-studiu{
	background: #ffffff;
	z-index: 3;
	position: relative;
	padding: 0 20px 5px;
	border-radius: 21px;
	margin-top: 0px;
}

.beans-funnel img{
	max-height: 95vh;
	display: block;
	margin: 0 auto;
}

.hs_cos_wrapper_type_linked_image img{
	width: 100%;
}

@media (max-width: 1920px) and (min-width: 1441px) {
	.greyperf-bg {
		position: absolute;
		bottom: -80px;
		left: 0;
		width: width;
		height: auto;
		z-index: -1;
	}
}

.badge-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
		justify-content: center;
		justify-items: center;
		align-items: center;
}

.ggl-part {
	max-width: 100px;
}

@media (max-width: 1440px) and (min-width: 1281px) {
	.csm-ilustratie-roadmap img.ilustratie-perf {
		bottom: -95px;
	}
	.banner-illustration .ilustratie-banner-home-top {
		bottom: -50px;
	}
	.greyperf-bg{
        position: absolute;
		bottom: -80px;
		left: 0;
		width: 100%;
		z-index: -1;
	}
	.performante{ 
		padding-top: 0;
	}
	.top-banner-white-curved img.indingosvg{
		top: 0;
	}
	.white-bg-studiu{
		background: #ffffff;
		z-index: 3;
		position: relative;
		padding: 0 20px 5px;
		border-radius: 21px;
		margin-top: 0px;
	}
}

@media (max-width: 1366px) and (min-width: 1281px) {
	.ilustratie-program img.attract{
		top: 0%;
	}
	.ilustratie-program img.close {
		left: 42%;
		top: 6%;
	}
	.csm-ilustratie-roadmap img.ilustratie-perf {
		bottom: -91px;
	}
	.top-banner-white-curved img.indingosvg{
		top: 0;
	}
}

@media (max-width: 1280px) and (min-width: 1025px) {
	.top-banner-white-curved img.indigosvg {
		top: 0;
	}
	.csm-ilustratie-roadmap img.ilustratie-perf {
		width: 65%;
		bottom: -93px;
	}
	.white-absolute-curve img {
		width: 120%;
		max-width: 120%;
	}
	.bu-indigo-section {
		overflow: hidden;
	}
	.cu-cine-lucram .bu-indigo-section{ 
		overflow: initial;
	}
	.ilustratie-program img.programilustratie{
		bottom: -40px;
	}
	.ilustratie-program img.close {
		left: 42%;
		top: 10%;
	}
	.ilustratie-program img.delight {
		top: 62%;
	}
	.top-banner-white-curved img.indingosvg{
		top: 0;
	}
}


@media (max-width: 1024px) and (min-width: 768px){
	.top-banner-white-curved img.indingosvg {
		width: 100%;
		position: absolute;
		top: -37vh;
		left: 0;
		right: 0;
	}
	.csm-banner-top h1 {
		font-size: 70px;
		margin: 100px 0 15px;
	}
	.white-bg-studiu{
		background: #ffffff;
		z-index: 3;
		position: relative;
		padding: 0 20px 5px;
		border-radius: 21px;
		margin-top: 0px;
	}
	.studiu-indigo {
		padding: 0px 0 !important;
	}
	.csm-banner-top{
		margin-top: 0;
	}
}

@media (min-width: 2200px) {
	.crestem-section {
	background: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/2023/indigo-crestem-v3.svg') no-repeat center bottom / cover;
}
}

@media(min-width: 1600px){
	.footer-bg-grey img {
		display: none;
	}
}

@media(max-width: 1024px){
	body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2 ul.hs-menu-children-wrapper{
		width: 100%;
	    position: initial;
		background: #1f306f;
	}
	.badge-wrapp {
		grid-template-columns: 1fr;
	}
}

/* LP CM 2020 - Media (START) */

@media (max-width:  767px) {
    .method_label {
   min-height: 0;
}
    .method_label h4 {
   margin: 0;
   transform: none;
}
    
	.inb_method_table .method_table_row {
    overflow: visible;
}
	.title-method-table h3 {
	display: none;
	}
	
	.form-container-lp {
		margin-bottom: 90px;
	}
	
	.ebook-container-wrapper {
		padding: 0;
	}
	
	.lp-cm .bu-indigo-section {
	padding: 0;
}
	.lp-cm .sp-mask {
		min-height: 350px !important;
	}
	.method-main-title p br {
		display: none;
	}
	.background-middle-first p br {
		display: none;
	}
	.ce_obtinem{
	border-right: none;
}
}

@media (min-width: 767px) {
    .obtinem-titlu {
   display: none;
}
}

@media (max-width: 1023px) {
 	.banner-top-CM {
	background-image: url('https://362704.fs1.hubspotusercontent-na1.net/hubfs/362704/02020/06/LP-Content-Marketing-2020/banner-top-mobile.svg');
}
}

@media (max-width: 425px) {
	.databox-badge {
	right: 0;
    width: 90px;	
	}
}


/* LP CM 2020 - Media (END) */

@media (max-width: 1024px) {

	body .header-container .bu-header-wrapper {
		margin-top: 15px;
		padding: 0;
		position: relative;
	}
	.header-text-cum-teajutam {
		padding-right: 0;
	}
	body .row-fluid-wrapper .bu-header-wrapper .row-fluid .page-center{
		position: relative;
	}
	.logo-box img{
		height: 45px;
	}
	.menu-trigger{
		position: absolute;
		right: 20px;
		top: 0px;
		width: 45px;
		height: 45px;
	}
	.menu-trigger span{
	    position: absolute;
		width: 100%;
		height: 3px;
		background: #ffffff;
		display: block;
		top: 50%;
		left: 0;
		right: 0;
		margin-top: -1.5px;
		transition: all .2s linear;
	}
	.menu-trigger.active span{
		width: 85%;
		left: 7.5%;
		right: 7.5%;
	}
	.menu-trigger span:after,
	.menu-trigger span:before{
		content:"";
		height: 3px;
		position: absolute;
		left: 0;
		background: #ffffff;
		transition: all .2s linear;
	}
	.menu-trigger span:before{
		top: 10px;
		width: 85%;
	}
	.menu-trigger span:after{
		top: -10px;
		width: 85%;
	}
	.menu-trigger.active span:before,
	.menu-trigger.active span:after{
		width: 0;
	}
	.custom-menu-primary{
		background: #2234a2;
		display: none;
		position: absolute;
		left: 0;
		top: 55px;
		width: 100% !important;
		text-align: right;
		box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.2);
	}
	.body-container-wrapper{
/* 		margin-top: -75px;
        overflow: hidden;
		overflow-y: scroll; */
	}
	.despre-client{
		    padding: 35px 20px 5px;
	}
	.hide-on-mob {
		display: none;
	}
	.hide-on-desktop {
		display: block;
	}
	.top-banner-white-curved {
		position: initial;
		height: auto;
	}
	.csm-banner-top .page-center {
		height: auto;
	}
	.bu-banner-content {
		position: initial;
		margin-top: 130px;
	}
	.csm-banner-top h1 {
		font-size: 48px;
		margin: 0 0 15px;
	}
	.csm-banner-top p {
		max-width: 100%;
		margin-bottom: 15px;
	}
	.top-banner-white-curved img.indigosvg {
		top: 0;
	}
	.banner-illustration{
		position: initial;
        height: auto;
		top: 0;
        left: 0;
	}
	.banner-illustration .ilustratie-banner-home-top{
		bottom: -20px;
		right: auto;
		position: absolute;
		max-width: none;
		left: -5px;
		width: 100%;
	}
	.padding-100-0 {
        padding: 30px 0;
    }
	h2{
	    font-size: 30px;
		line-height: 34px;
	}
	h2 br{
		display: none;
	}
	.quote-image img {
		border-radius: 50%;
		max-width: 80px;
		margin: 0 auto;
		display: block;
	}
	.proces-explicat h3{
		font-size: 22px;
	}
	.grey-section-1 h2{
		margin-top: 0;
	}
	.proces-explicat{
		padding: 20px;
		max-width: 90% !important;
		margin: 10px auto !important;
	}
	.proces-explicat-border{
		width: 104% !important;
		left: -2%;
	    height: 180px;
	}
	.arrow-down{
		left: 10px;
	}
	.arrow-up{
		right: 10px;
	}
	.procesul-nostru {
		padding: 0 0 30px;
	}
	.grey-section-1{
		height: auto;
	}
	.ilustratie-program img.programilustratie{
		position: relative;
	}
	.grey-bg-curved-top-right img {
		width: 100%;
		position: absolute;
		bottom: auto;
		top: -18px;
	}
	.program-beans-icons{
		margin-top: 80px;
	}
	.circle-wrapper {
		position: absolute;
		top: 35px;
		width: 100% !important;
		left: 0%;
	}
	.csm-ilustratie-roadmap img.ilustratie-perf {
		position: relative;
		right: 0;
		width: 100%;
		z-index: 2;
		bottom: 0;
	}
	.white-absolute-curve img{
		display: none;
	}
	.bu-indigo-section h2, .bu-indigo-section p {
		color: #2e2f34;
	}
	.bu-indigo-section .qs-content p{
		font-size: 14px;
	}
	.sp-mask {
		min-height: 500px !important;
	}
	body .sp-horizontal .sp-arrows{
		width: 100%;
		bottom: -20px;
	}
	body .sp-horizontal .sp-previous-arrow{
		right: 50px;
	}
	.icons-what-we-look-for p{
		padding: 0 0 0 20px;
	}
	.bu-indigo-section{
		padding: 0 0 100px;
	}
	.footer-bottom p{
	    margin: 0 0 10px;
	}
	.footer-bottom .footer-links p {
		text-align: left;
	}
	.logo-beans-footer {
        height: 35px;
	}

	body .hs-button{
		 width: 100%;
	}
	.top-hs-badge {
		position: absolute;
		right: 75px;
		top: 70px;
		max-width: 80px;
	}
	.cine-suntem .csm-banner-top .bu-banner-content p {
		padding-right: 100px;
	}
	.cu-cine-lucram.cine-suntem .csm-banner-top .bu-banner-content p {
		padding-right: 0;
	}
	.cine-suntem .bu-banner-content{
		margin-top: 100px;
	}
	.cine-suntem-header-image img {
		position: absolute;
		right: 0;
		width: 72%;
		bottom: -28px;
	}
	.bu-ctpa .body-container-wrapper{
		overflow: hidden;
		overflow-y: scroll;
		margin-top: -60px;
        padding-top: 60px;
	}
  
  .roluri-title h1,
  .despre-noi-wrap h2{
      font-size: 34px;
      line-height: 1;
  }
  
  .roles-body .csm-banner-top {
    margin-bottom: 50px;
}
  




@media (max-width: 1024px) and (min-width: 768px){
	.top-banner-white-curved img.indingosvg {
		width: 100%;
		position: absolute;
		top: -37vh;
		left: 0;
		right: 0;
	}
	.top-hs-badge {
		position: absolute;
		right: 20px;
		top: 200px;
		max-width: 140px;
	}
	.csm-banner-top h1 {
		font-size: 70px;
		margin: 60px 0 15px;
	}
	.ilustratie-program img.programilustratie {
		width: 100%;
		position: absolute;
		max-width: none;
		left: -80px;
		bottom: -50px;
		opacity: .4;
	}
	.grey-bg-curved-top-right img{
		top: auto;
		bottom: 0;
	}
	.grey-section-1{
		overflow: hidden;
		padding-top: 40px;
	}
	.grey-section-1 .row-fluid .span6{
		width: 35%;
	}
	.grey-section-1 .row-fluid .span6.iti-ofer-prog{
		width: 65%;
		margin: 0;
	}
	.quote-image img{
		max-width: 100%;
	}
	.csm-ilustratie-roadmap img.ilustratie-perf {
        position: absolute;
		right: 0;
		width: 70%;
		z-index: 2;
		bottom: -40px;
	}
	.custom-menu-primary{
		margin: 0 !important;
	}
	.bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
		float: none;
	}
	.bu-header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
		float: none;
		margin: 0;
		display: block;
	}
	.ilustratie-program img.attract,
	.ilustratie-program img.convert,
	.ilustratie-program img.close,
	.ilustratie-program img.delight{
		display: none;
	}
}


	
@media (max-width: 1024px) and (min-width: 768px) and (orientation : landscape){
	.top-banner-white-curved img.indingosvg {
		width: 100%;
		position: absolute;
		top: -140vh;
		left: 0;
		right: 0;
	}
	.banner-illustration .ilustratie-banner-home-top {
		bottom: 0px;
		right: 0px;
		position: absolute;
		max-width: none;
		left: auto;
		width: 70%;
	}
	.grey-section-1 {
		overflow: hidden;
		padding-top: 240px;
	}
}
@media (max-width: 1024px) and (min-width: 768px){
	.bu-ctpa .body-container {
		overflow: hidden;
		margin-top: -75px;
	}
	.bu-ctpa .program-beans-icons {
		margin-top: 0px;
	}
	.ctpa-header-banner{
		background-size: cover;
		background-position: top center;
		margin-top: 0;
		padding: 0;
	}
	.ctpa-header-banner h1 {
        font-size: 46px;
		line-height: 1.2;
	}
	.header-text-cum-teajutam {
		padding-right: 0;
		margin-top: 130px;
	}
	.ctpa-people img{
		top: -250px;
        transform: translate(-50%,0px); 
		left: 80%;
	}

	.ctpa-cum-lucram .cum-lucram-col {
		margin-top: -120px;
		position: relative;
        z-index: 3;
	}
	.ctpa-cum-lucram .cum-lucram-col img {
		max-width: 200px;
	}
	.strategie-si-setup{
		padding-top: 0;
		padding-left: 70px;
	}
	.strategie-si-setup h3:before{
		font-size: 110px;
		left: -60px;
		top: -25px;
	}
	.ctpa-competente ul li span{
		display: block;
	}
	.ctpa-competente ul li{
		vertical-align: top;
	}
	.big-nr span {
		font-size: 100px;
		line-height: 100px;
	}
	.big-nr{
		margin-top: 10px;
	}
	.big-nr p {
		font-size: 20px;
	}
	.ctpa-pref-white {
		color: #fff;
		padding-right: 0px;
	}
	.ctpa-competente{
		padding: 100px 0 0;
	}
	body.cine-suntem .csm-banner-top h1 {
		font-size: 48px;
	}
	body.cine-suntem .csm-banner-top .bu-banner-content {
		padding-top: 0;
		padding-bottom: 0;
	}
	.box-top-cs {
		padding-top: 200px;
	}
	body.cine-suntem .csm-banner-top,
	body.cu-cine-lucram .csm-banner-top{
		height: auto;
	}
	body.cine-suntem .top-banner-white-curved img.indingosvg{
		top: -73vh;
	}
	body.cine-suntem.cu-cine-lucram .top-banner-white-curved img.indingosvg{
		top: -65vh;
	}
	body.cine-suntem .greyperf-bg{
		bottom: 19px;
	}
	.cefacem-nr span span {
		font-size: 85px;
		width: 30px;
		line-height: 70px;
	}
	.cefacem-nr p {
		width: calc(100% - 30px);
	}
	body.cine-suntem .cine-suntem-header-image img {
    width: 50%;
	}
	body.cine-suntem .we-are-beans {
		width: 300px;
		position: absolute;
		bottom: -110px;
		right: auto;
		left: 50%;
		margin-left: -150px;
	}
	body.cine-suntem .page-center .left-text-90{
        width: 100%;
		padding: 0;
		color: #ffff;		
	}
	body.cine-suntem .page-center .bubble-liste-studiu{
		width: 100%;
		margin: 0;
	}
	body.cine-suntem .bu-indigo-section h2,
	body.cine-suntem .bu-indigo-section h3,
	body.cine-suntem .bu-indigo-section p {
		color: #333333;
		width: 100%;
	}
	.bu-indigo-section .qs-content p{
		color: #2E2F34 !important;
	}
	body.case-study .slider-pro {
		margin-top: -80px;
	}
	.case-study .qslide-wrapp>img{
		top: -65px;
		margin-left: -65px;
		width: 130px;
	}
	body.cine-suntem.case-study .bu-indigo-section p{
		color: #676873;
	}
	body.cine-suntem.case-study .program-beans-icons {
		margin-top: 0;
		padding: 0;
	}
	body.cine-suntem.cu-cine-lucram .bu-indigo-section .qs-footer p{
		color: #2e2f34;
	}
	body.cu-cine-lucram .sp-horizontal .sp-arrows {
		margin: -120px auto 0;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.bu-homepage.only-home .csm-banner-top, .bu-homepage.only-home-en .csm-banner-top {
	height: initial;
}

.bu-homepage.only-home .banner-illustration .ilustratie-banner-home-top, .bu-homepage.only-home-en .banner-illustration .ilustratie-banner-home-top {
	position: initial;
	width: 100%;
}
	
  .custom-roles-wrap h2 {
    font-size: 21px;
    width: 62%;
}
  
	.client-logos img {
		width: 33%;
		float: left;
		z-index: 9;
		position: relative;
		filter: grayscale(100%);
		margin-left: 0;
	}
    .ilustratie-program img.attract,
	.ilustratie-program img.convert,
	.ilustratie-program img.close,
	.ilustratie-program img.delight,
	.ilustratie-program img.programilustratie{
		display: none;
	}
	.greyperf-bg{
		bottom: 70px;
	}
	.grey-bg-curved-top-right img {
		width: 100%;
		position: absolute;
		bottom: -40px;
		top: auto;
	}
	.csm-banner-top{
		margin-top: 0;
	}
	.menu-trigger{
		top: 15px;
        width: 30px;
	}
	.prog-illustratie-mobil{
		display: block;
		position: relative;
		z-index: 9;
		margin-bottom: -40px;
	}
	.ctpa-header-banner{
		background-size: cover;
	}
	.bu-ctpa .body-container{
		margin-top: -75px;
	}
	.ctpa-header-banner h1 {
		font-size: 44px;
		line-height: 52px;
		margin-bottom: 20px;
	}
	.program-beans-icons {
		margin: 40px 0 30px;
		padding: 0;
	}
	.ctpa-people img{
		left: 60%;
		top: -160px;
		transform: translate(-40%,0px);
		min-width: 1580px;
	}
	.ctpa-cum-lucram .cum-lucram-col {
		margin-top: -100px;
		position: relative;
		z-index: 3;
	}
	.ctpa-rezultate {
		padding: 0;
	}
	.big-nr{
		margin: 20px 30px 90px 0;
	}
	.ctpa-cum-lucram .cum-lucram-col img {
		max-width: 250px;
		margin: 0 auto;
		display: block;
	}
	.strategie-si-setup{
		padding-left: 40px;
	}
	.strategie-si-setup h3:before{
		font-size: 100px;
		left: -50px;
		top: -5px;
		line-height: 100px;
	}
	.ctpa-cum-lucram-bg img{
		top: 380px;
		left: 0;
	}
	.ctpa-competente ul li{
		width: 50%;
	}
	.ctpa-competente ul li img{
		display: block;
        margin: 0 auto;
	}
	.ctpa-big-numbers {
		padding-left: 0;
	}
	.big-nr span {
        font-size: 75px;
		line-height: 75px;
	}
	.big-nr p {
		font-size: 18px;
	}
	.ctpa-prefooter-bg img{
		top: -140px;
	    min-width: 1750px;
	}
	.ctpa-pref-black {
		text-align: center;
		margin-top: 160px;
	}
	.ctpa-pref-black h2,
	.ctpa-pref-black p{
		text-align: center !important;
	}
	.ctpa-prefooter {
		position: relative;
		padding: 50px 0;
	}
	.ctpa-pref-white {
		color: #fff;
		padding-right: 0;
	}
	.we-are-beans{
		position: initial;
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	body .left-text-90 h3{
		color: #2e2f34;
	}
	body.cine-suntem .cine-suntem-header-image img {
    position: initial;
	}
	body.cine-suntem .csm-banner-top .bu-banner-content{
		padding-top: 0;
		padding-bottom: 0;
	}
	body.cine-suntem .csm-banner-top h1{
		font-size: 44px;
		line-height: 1.2;
	}
	body.cine-suntem.case-study .csm-banner-top h1{
		margin: 140px 0 15px;
	}
	body.cine-suntem.case-study .bu-indigo-section{
		padding: 0;
	}
	.white-bg-studiu {
		margin-top: -10px;
	}
	body.cine-suntem .csm-banner-top p{
		max-width: 100%;
		font-size: 15px;
		margin-bottom: 35px;
		text-align: left;
	}
	body.cine-suntem  .box-top-cs {
		padding-top: 0;
	}
	.cefacem-nr{
		margin-top: 40px;
	}
	body.cu-cine-lucram .csm-banner-top{
		height: auto;
	}
	.cu-cinelucram-img {
		padding-top: 0;
	}
	body.cu-cine-lucram .client-logos{
		margin-top: 70px;
		overflow: hidden;
	}
	body.cu-cine-lucram .client-logos img{
		float: none;
		display: inline-block;
		margin-right: -2px;
		vertical-align: middle;
	}
	body.cu-cine-lucram .sp-horizontal .sp-arrows {
		margin: -75px auto 0;
		width: 100%;
	}
	body.cine-suntem .top-banner-white-curved img.indingosvg {
		top: -94px;
		width: 110%;
		max-width: none;
	}
	.top-text-box-bu-cs{
		float: none;
        margin: 40px 0;
	}
	.cefacem-nr span span {
        font-size: 100px;
        width: 100%;
		line-height: 30px;
	}
	.cine-suntem-header-image img {
		position: relative;
		right: 0;
		width: 100%;
		bottom: -28px;
	}
	.cine-suntem .csm-banner-top .bu-banner-content p {
		padding-right: 0;
	}
	.modal-content {
		margin: 20px;
        margin-top: 100px;
		margin-bottom: 100px;
		transform: none;
	}
	.green-anim-lead{
		width: 7%;
		position: absolute;
		top: auto;
		bottom: 37.5%;
		right: 38%;
	}
	.banner-illustration .ilustratie-banner-home-top{
		bottom: -10px;
		right: auto;
		position: absolute;
		max-width: none;
		left: -15%;
		width: 130%;
	}
	#rotating-bubbles{
		right: 39%;
        bottom: 16%;
	    width: 50px;
	}
	.minge-verde{
		width: 2.56%;
		bottom: 21.5%;
		right: auto;
		left: 12%;
	}
	@keyframes green-ball {
	  0% {
		  bottom: 21.5%;
		  right: auto;
		  left: 12%;
		  transform: scale(1)
	  }
	  50% {
		  bottom: 39.5%;
		  right: auto;
		  left: 45%;
		  transform: scale(1.3)
	  }
	  100% {
		  bottom: 33.5%;
		  right: auto;
		  left: 64%;
		  transform: scale(.7)
	  }
	} 
	.minge-galbena{
		right: auto;
		left: 21%;
		bottom: 16%;
		width: 3%;
	}
	@keyframes yellow-ball {
	  0% {
		  left: 21%;
		  bottom: 16%;
	  }
	  50% {
		  left: 25%;
		  bottom: 16%;
	  }
	  75% {
		  left: 23%;
		  bottom: 16%;
	  }
	  100% {
		  left: 21%;
		  bottom: 16%;
	  }
	} 
	.bu-ctpa .body-container-wrapper{
		overflow: hidden;
		overflow-y: scroll;
		margin-top: -60px;
        padding-top: 60px;
	}
/* 	body .body-container{
		margin-top: 0 !important;
		position: relative;
		top: 0;
	} */
	body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
		position: relative;
		visibility: visible;
		opacity: 1;
		margin-top: 15px;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children{
		position: relative;
        padding-bottom: 0 !important;
	}
	body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		background: #102882;
	}
	body.bu-ctpa .custom-menu-primary {
        background: #fbce40;
	}
	body.hs-content-name-cum-te-putem-ajuta .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		background: #f5ba00;
	}
	body.bu-ctpa .menu-trigger span,
	body.bu-ctpa .menu-trigger span:after, 
	body.bu-ctpa .menu-trigger span:before{
	    background: #fbce40;	
	}
	.bu-ctpa .body-container-wrapper {
		overflow: hidden;
		overflow-y: scroll;
		margin-top: -70px;
		padding-top: 0;
	}
	.colored-boxes .big-nr-color span{
	    font-size: 110px;
        line-height: 100px;	
	}
	.colored-boxes .big-nr-color p{
		font-size: 18px;
	}
	.colored-boxes{
		margin-bottom: 20px;
	}
	.case-study .bu-indigo-section h2 span, .case-study .bu-indigo-section p span{
		color: #333333 !important;
	}
	.case-study .bu-indigo-section p{
		width: 100%;
		color: #676873;
	}
	.studiu-indigo{
		padding: 0 0 50px !important;
	}
	body.case-study  .slider-pro {
		margin-top: 0;
	}
	.despre-client{
		margin-top: 50px;
	}

	.custom-roles-wrap .inner-wrap .role-header {
		padding: 10px 15px;
	}
	.inb_method_table .method_table_row{
		display: block;
	}
}

@media (max-width: 481px) {
  .custom-roles-wrap h2 {
    font-size: 17px;
    width: 63%;
    line-height: 1.2;
    margin-top: 7px;
}
  
  .custom-roles-wrap .role-toggle {
    font-size: 16px;
    position: absolute;
    right: 25px;
    padding: 13px 30px 10px 10px;
    top: 10px;
  }
}
	


@media (max-width: 1024px){
.logo-box img {
    height: 26px;
    top: 0;
} (edited)
	}