@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');img{vertical-align:initial!important}.container-fluid .row-fluid .container{float:none;max-width:1400px;width:90%;margin:0 auto}#hs_cos_wrapper_module_16292342094456744_ > img{cursor:pointer}.selos{display:flex !important;align-items:center;gap:7px}body > div.footer-container-wrapper > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3 > div > div.span2.widget-span.widget-type-cell{display:flex;justify-content:space-around}}.wall:target{display:block}::-webkit-scrollbar{width:6px;background:#F4F4F4}::-webkit-scrollbar-thumb{background:#fc1490;border-radius:30px}.services-topics__number,.services-topics__title{color:#64006E !important;font-weight:bold;font-size:20px}.services-topics__title{border-left:2px solid #000}.dobra-ebook.ebook{width:220px!important;height:auto}.services-topics__description{font-size:14px}.mark-bg,.mark-bg-left{background-color:#FFF8F9}.areas2:hover{cursor:pointer;color:black!important;transition:filter 0.5s}.lang_switcher_class:after{color:black!important;background-color:white!important;min-height:50px!important}.globe_class:after{background-color:white!important;min-height:50px!important}/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//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");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/



/* Testimonial */
.quote-box {
    font-size: 13px;
    color: #3D3D3D;
    line-height: 24px;
    border: 1px solid #E2E2E2;
    padding: 12px 22px;
    border-radius: 6px;
    position: relative;
    margin: 0 0 30px 0;
}
.quote-box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #E2E2E2;
    position: absolute;
    bottom: -11px;
    left: 50px;
}

.quote-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    position: absolute;
    bottom: -10px;
    margin-left: 1px;
    left: 50px;
}
.quote {
    border: none;
    padding: 0;
    font-size: 16px;
    color: #666666;
    margin: 0px;
}
.details {
    font-size: 14px;
    font-family: ;
    padding-top: 20px;
}  
.name {
    display: block;
    font-weight: bold; 
    color: ;
}
.quote-box .title {
    display: block;
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
}
.quote-box .fa{
    font-size: 18px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.testimonial-headshot{
    margin-bottom: 30px;
}
.testimonial-headshot img{
    border-radius: 50%;
    max-width: 80px;
    max-height: 80px;
    border: 1px solid #E2E2E2;
    margin-left: 25px;
    margin-right: 15px;
    float: left;
}
.img-rounded {
    border-radius: 6px;
}


/* Accordion */
.accordion { margin-bottom: 20px; }
.accordion_group {
    margin-bottom: 2px;
    border: 1px solid ;
    border-radius: 4px;
    background: #f0f0f0;
    padding: 5px 10px;
}
.accordion_header {
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 10px 15px 10px 25px;
}
.accordion_content { padding: 10px 15px 10px 25px; }
.accordion_group .accordion_icon {
    position: relative;
}
.accordion_group .accordion_icon::before,
.accordion_group .accordion_icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 15px;
    height: 2px;
    margin-top: 10px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s;
    transition: all .25s;
    background-color: rgba(25, 26, 26, 0.7);
}
.accordion_group.expanded .accordion_icon::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
}
.accordion_group .accordion_icon::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
}
.accordion_group .accordion_icon::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion_group.expanded .accordion_icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media (max-width: 767px) {}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}body{background:#f9eaed;color:rgba(25,26,26,.7);font-family:'Poppins', sans-serif;;font-size:18px;line-height:1.6}.container-fluid .row-fluid .page-center{page-center text-align:center;float:none;margin:0 auto}a{color:#000;font-weight:400!important;text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:hover,a:focus{color:#000000}.chatLauncher{z-index:100 !important}#hs_cos_wrapper_module_1591973452938294 > button{z-index:100 !important}::-moz-selection{color:#fff;background:rgba(25,26,26,.7);text-shadow:none}::selection{color:#fff;background:rgba(25,26,26,.7);text-shadow:none}p{}small{}strong{}em{}cite{}code{}pre{}sup,sub{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}h1,h2,h3,h4,h5,h6{color:#1a1a1a;font-weight:700;line-height:1.2;margin:5px 0 5px}h1{line-height:1.3;font-size:64px;font-weight:700;margin:5px 0 15px}h2{font-size:46px;line-height:1.2}h3{font-size:30px;font-weight:600}h4{font-size:18px;letter-spacing:2px;font-weight:200}.linkotes h4{font-size:24px;letter-spacing:2px;font-weight:200}h4 a:link{text-decoration:none!important;font-weight:200!important}.page-center a:link{font-weight:400!important}.stroke{-webkit-text-stroke-width:1px;-webkit-text-stroke-color:black;-webkit-text-fill-color:#F9EAED}h5{font-size:14px}h6{font-size:13px}ul.unstyled,ol.unstyled{list-style:none;margin:0;padding:0}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.scrolled{background-color:rgba(249,234,237,1)}.header-container-wrapper{background-color:#fff;margin-top:0px;position:sticky;top:0px;width:100%;z-index:999}.header-container{}.header-container .widget-type-logo{margin-top:15px}.header-container .hs_cos_wrapper_type_logo a{}.header-container .hs_cos_wrapper_type_logo a img{max-width:200px;margin-top:-10px}.header-container .widget-type-cta a{text-align:center;display:block;border:2px solid #fff;color:#fff;font-size:12px;padding:9px 16px;font-family:'Poppins', sans-serif;;text-transform:uppercase;letter-spacing:2px;-webkit-transition:background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;-moz-transition:background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;-o-transition:background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;-ms-transition:background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;transition:background-color .1s 0s ease-in-out, color .1s 0s ease-in-out;margin-top:10px}.header-container .widget-type-cta a:hover{background-color:#ffffff;color:#181818}.body-container-wrapper{background-color:#fff}.accentColor1{color:#ffffff}.accentColor2{color:#1a1a1a}.accentColor3{color:#ddd}.padding10tb{padding:10px 0px}.padding20tb{padding:20px 0px}.padding40tb{padding:40px 0px}.padding60tb{padding:60px 0px}.padding80tb{padding:80px 0px}.padding100tb{padding:100px 0px}.faleConosco{background:}.faleConosco .faleConosco__container > .row-fluid-wrapper > .row-fluid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;align-items:flex-start;justify-items:center;grid-gap:50px}.faleConosco .faleConosco__container > .row-fluid-wrapper > .row-fluid > .widget-span{width:100%}.faleConosco .faleConosco__container .text__container{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;align-items:center;grid-gap:50px;justify-items:center;padding:25px 0;max-width:500px}.faleConosco .faleConosco__container .form__container{margin:0}.faleConosco .faleConosco__container .form__container form .hs-form-field input,.faleConosco .faleConosco__container .form__container form .hs-form-field select,.faleConosco .faleConosco__container .form__container form .hs-form-field textarea{border-radius:0!important}.faleConosco .faleConosco__container .form__container .hs-error-msgs li{color:rgba(255,255,255,1)!important}.faleConosco .faleConosco__container .form__container form .legal-consent-container a{transition:all .3s ease-in-out;color:}.faleConosco .faleConosco__container .form__container form .legal-consent-container a:hover{color:}.faleConosco .faleConosco__container .form__container form .actions .hs-button{background:;font:bold normal 1rem/100% "Poppins",sans-serif!important;border-radius:0 !important;height:50px}.faleConosco .faleConosco__container .form__container form .actions .hs-button:hover{box-shadow:5px 5px 3px #222;filter:grayscale(.4);transform:translateY(-2px) scale(1.03);opacity:1!important}.footerMenu .hs-item-has-children{margin-right:60px}.footerMenu .hs-item-has-children ul:last-child > li > a{margin-right:0}.footer .footer__container .hs-menu-wrapper > ul:first-child > li > ul.hs-menu-children-wrapper > li,.footer .footer__container .hs-menu-wrapper > ul:first-child > li > ul.hs-menu-children-wrapper > li > a{color:#000!important;transition:all .3s ease-in-out;cursor:pointer!important}.hs-menu-children-wrapper > li > a:hover{text-decoration:underline #000}.footer .footer__container .hs-menu-wrapper > ul:first-child > li > ul.hs-menu-children-wrapper > li{margin:0.5rem 0 0}.footer .footer__container .hs-menu-wrapper > li{font:normal bold 1rem/115% 'Poppins',sans-serif!important;list-style:none!important}.footer .footer__container .hs-menu-wrapper > ul:first-child > li,.footer .footer__container .hs-menu-wrapper > ul:first-child > li > a{cursor:initial !important;font-weight:bold !important;color:#000 !important}@media (max-width:768px){h2{text-align:left !important;font-size:30px !important}.mobile-trigger i:before,.mobile-trigger i::before,.mobile-trigger i:after,.mobile-trigger i::after{display:block!important}#hs_cos_wrapper_module_1630092853893375{padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px}.dobra1 h1{font-size:30px !important}#hs_cos_wrapper_module_1649077239515205{margin-top:50px !important}.dobra-ebook .row-fluid{display:flex !important;flex-direction:column-reverse !important}#hs_cos_wrapper_module_1634309510210228{margin-top:40px !important}.services-list__section-title h2 span{font-size:30px !important}.services-list__section-title strong{font-size:0 !important}#hs_cos_wrapper_module_1638823483770334{margin-bottom:0 !important}#hs_cos_wrapper_module_1634309510210228{margin-bottom:50px !important}.dobra4 .row-fluid{display:flex;flex-direction:column-reverse}#hs_cos_wrapper_module_1648559069144305{margin-top:0 !important}#hs_cos_wrapper_module_1648559069144304{margin-top:40px !important}.text__container{text-align:center}#hs_cos_wrapper_module_1673885496871556{text-align:center !important}.selos{width:90% !important;margin:0 auto !important;text-align:center}#hs_cos_wrapper_module_1673885496871561{text-align:center;display:flex;justify-content:center}}#hs_cos_wrapper_module_1673885496871563_{margin-top:40px !important;display:flex;flex-direction:column;align-content:center;justify-content:center;flex-wrap:wrap}#hs_cos_wrapper_module_1673885496871556{margin-bottom:40px !important;text-align:left}.footer .footer__container .hs-menu-wrapper>ul:first-child>li,.footer .footer__container .hs-menu-wrapper>ul:first-child>li>a{margin-top:30px}.span12 .widget-span .widget-type-cell .footer .padding60tb{padding:1px 0px !important}body.simple-landing-page{background:#fff}body.error-template .header-container-wrapper,body.password-template .header-container-wrapper,body.subscription-template .header-container-wrapper{background:#1f1f1f;padding-bottom:15px}body.error-template .body-container-wrapper,body.password-template .body-container-wrapper,body.subscription-template .body-container-wrapper{padding-top:90px}#hubspot-topic_data{font-family:'Poppins', sans-serif;;font-size:16px;text-transform:uppercase;letter-spacing:1px;margin:30px 0;color:#1a1a1a}#hubspot-topic_data a.topic-link{text-transform:none}.social-sharing-widget-vertical{width:85px;height:295px;margin:0 20px 0 -105px;padding:10px 8px 5px;border:1px solid #ddd;background-color:#f6f6f6;display:block;text-align:center;float:left}#captcha_wrapper{margin-bottom:20px}#comments-listing{border-bottom:1px solid #ccc;margin-bottom:30px;margin-top:30px}.faleConosco{background:linear-gradient(101.45deg,#64006E 0%,#C20077 100%)}.faleConosco__container h2{400 normal 2rem/115% 'Poppins'!important}.faleConosco .faleConosco__container > .row-fluid-wrapper > .row-fluid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;align-items:flex-start;justify-items:center;grid-gap:50px}.faleConosco .faleConosco__container > .row-fluid-wrapper > .row-fluid > .widget-span{width:100%}.faleConosco .faleConosco__container .text__container{padding:25px}.faleConosco .faleConosco__container .form__container{margin:0}.faleConosco .faleConosco__container .text__container{text-align:center}.faleConosco .faleConosco__container>.row-fluid-wrapper>.row-fluid{grid-template-columns:1fr!important;grid-gap:25px}.faleConosco .faleConosco__container .text__container .cards__container .card{margin-bottom:2rem}::-webkit-input-placeholder{color:#A8A8A8}input:-moz-placeholder{color:#A8A8A8}.form__container .hs-form .hs-input:hover{background-color:rgba(0,0,0,.3)}.form__container{margin:0 auto;background:rgba(0,0,0,0);padding:1.5rem;box-sizing:border-box;border-radius:8px}.form__container .form-title,.form__container form .hs-form-field label span{font:400 normal 1.1rem/100% ,sans-serif!important;color:#FFFFFF;margin-bottom:1rem}.form__container form .hs-form-field{width:100% !important;box-sizing:border-box;margin-bottom:.5rem}.hs-form fieldset.form-columns-1,.hs-form fieldset.form-columns-2{margin:0 0 .3rem}.hs-form fieldset.form-columns-1 .input,.form__container form .hs-form-field div.input{margin 0!important;width:100%}.inputs-list{padding:0}.hs-form fieldset.form-columns-2 div.hs-form-field:last-child .input{margin:0!important}.form__container form .hs-form-field input,.form__container form .hs-form-field select,.form__container form .hs-form-field textarea{font:400 normal .9rem/100% ,sans-serif!important;color:#222;background:#F2F2F2;border:0;outline:0;border-radius:0;box-sizing:border-box;padding:0 .5rem;height:38px;width:100%;margin:8px 0 !important}.form__container form .hs-form-field textarea{padding:.5rem;min-height:100px}form .hs-form-field input[type='checkbox']{width:auto !important;height:auto!important}.legal-consent-container li{list-style:none!important}.legal-consent-container p{font-size:.8rem!important;color:#FFFFFF !important}.legal-consent-container a{font-size:.8rem!important;color:#fff;text-decoration:underline #fff}.form__container form .input{margin:0!important}.form__container fieldset.form-columns-1 .hs-input{width:100%!important}.form__container fieldset.form-columns-2{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.form__container fieldset.form-columns-2 .hs-input{width:100%!important}.form__container fieldset.form-columns-1 .legal-consent-container .hs-input{width:auto!important}.form__container form .actions .hs-button{width:100%;box-sizing:border-box;height:50px;background:rgba(35,31,32,1);border:0;outline:0;padding:0 .5rem;border-radius:0;font:bold normal 1rem/100% "Poppins",sans-serif!important;color:#FFF;cursor:pointer;transition:all .5s;margin:8px 0 !important;max-width:500px}.form__container form .actions .hs-button:hover{opacity:.5}.hs-error-msgs li{list-style:none!important;font:400 normal .7rem/100% "Poppins",sans-serif!important;color:red;margin-top:.3rem}.hs-form-required{color:red!important}@media (max-width:400px){body form.hs-form fieldset .hs-form-field{padding:0}body form.hs-form fieldset.form-columns-3 .hs-form-field,body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{width:100%}body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"]{width:auto}}.hsformerror{font-size:12px !important;border:0 !important;color:#FFF!important;background-image:none!important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;-o-box-shadow:none !important;-ms-box-shadow:none !important;box-shadow:none !important;z-index:99999 !important}body .hs-button.primary,body input[type="button"],.cta_solid_button{cursor:pointer;-webkit-appearance:none;display:inline-block;color:#fff;font-size:14px;border:0px;padding:10px 30px;font-family:'Poppins', sans-serif;;text-transform:uppercase;letter-spacing:2px;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}body .hs-button.primary:hover,body input[type="submit"]:hover,body input[type="button"]:hover,.cta_solid_button:hover{color:#fff}.widget-type-google_search .hs-button.primary{width:20%;float:right;padding:4px;font-size:22px;text-align:center}@media (max-width:1139px){.social-sharing-widget-vertical{width:auto;height:auto;margin:10px 0 10px 0;display:inline-block;float:none}}@media (max-width:1030px){.container-fluid .row-fluid .page-center{padding:20px 15px}}@media (max-width:1030px) and (min-width:768px){body.error-template .body-container-wrapper,body.password-template .body-container-wrapper,body.subscription-template .body-container-wrapper{padding-top:140px}.brain{opacity:0.1}}@media (max-width:767px){body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-9 > div > div > div > div > div > div > div > div > div > div > div > div > div{display:flex;flex-direction:column-reverse}h1{font-size:25px}h2{font-size:24px}.banner-text h1{font-size:30px}.header-container .widget-type-cta a{position:absolute;top:50px;right:10px}.banner{padding:100px 20px 40px;min-height:0 !important}.custom-menu-primary .hs-menu-wrapper>ul ul{padding:0}.header-container .widget-type-cta a{display:none}.footer-text span{display:block}.footer-text{font-size:16px}}@media (max-width:768px){body > div.body-container-wrapper > div > div:nth-child(4) > div > div > div > div{padding:0 5% !important}iframe{width:300px;height:auto}body > div.header-container-wrapper > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3 > div > div.span2.widget-span.widget-type-logo{text-align:center !important}.header-container-wrapper{margin-top:0 !important}.bannerr{background-color:#ed227c;margin-top:0px !important}h1{text-align:center !important}body > div.body-container-wrapper > div > div:nth-child(4) > div > div > div.row-fluid-wrapper.row-depth-1.row-number-7 > div > div > div > div > div.span7.widget-span.widget-type-cell{background-image:none !important}#hs_cos_wrapper_module_1539610608818158 > h1 > span:nth-child(1) > span > span{color:#fff !important}#hs_cos_wrapper_module_16290048255153677_ > img,#hs_cos_wrapper_module_16289639572842121_ > img{display:none}#hs_cos_wrapper_module_16289668655492200 > div > div.c-carousel_slides.js-carousel.glider > div > div{text-align:center}#hs_cos_wrapper_module_16289668655492200 > div > div.c-carousel_slides.js-carousel.glider > div > div > div:nth-child(1) > img:nth-child(1){margin-right:0 !important}#hs_cos_wrapper_module_16289668655492200 > div > div.c-carousel_slides.js-carousel.glider > div > div > div:nth-child(2) > img:nth-child(1){margin-right:0 !important;margin-left:0 !important}}.section.post-footer{padding-bottom:0}#comment-form .field{margin-bottom:15px}#comment-form textarea,#comment-form input[type="text"],#comment-form input[type="number"],#comment-form input[type="email"]{padding:10px 20px}.row-fluid .topsocial-icon ul li a{position:relative}.row-fluid .topsocial-icon ul li:a:before{position:absolute;content:"";color:#fff;left:0;top:5px;font-size:18px}.row-fluid .topsocial-icon ul li a:hover:before{color:#444}.row-fluid .topsocial-icon ul li:first-child a:before{content:"\f09a";font-family:"FontAwesome"}.row-fluid .topsocial-icon ul li:nth-child(2) a:before{content:"\f099";font-family:"FontAwesome"}.row-fluid .topsocial-icon ul li:nth-child(3) a:before{content:"\f0e1";font-family:"FontAwesome"}@media only screen and (max-width:500px){.selos{flex-direction:column}}body > div.body-container-wrapper > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div > div > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-4 > div > div{margin-top:20px}#\ parent > div.reatng-beaner-contaner > div:nth-child(1) > div.reatng-beaner-top > span,#\ parent > div.reatng-beaner-contaner > div:nth-child(1) > div.rating-beaner-bottom > span.rating-beaner-rating.b-ratingmodule_1701105926594161,#\ parent > div.reatng-beaner-contaner > div:nth-child(1) > div.rating-beaner-bottom > span.rating-beaner-review.n-reviewmodule_1701105926594161{color:white !important}#\ parent > div.reatng-beaner-contaner{color:white !important}#\ parent > div.reatng-beaner-contaner > div:nth-child(2) > a{display:none !important}#\ parent > div.reatng-beaner-contaner{background:transparent !important;border:none !important;color:white !importante}#banner{background:#151414;background-image:url(https://2961239.fs1.hubspotusercontent-na1.net/hubfs/2961239/%5BHome%5D%20-%20geral%202024/Geral%20pt-br/Mosaico%20header.svg);background-repeat:no-repeat;background-position:bottom;background-size:contain;height:25rem}@media only screen and (min-width:1920px)