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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Noto+Sans:400,700');
@import url('//cdn2.hubspot.net/hubfs/5391146/ISC_October2019%20Theme/css/LOO_icons.css');
@import url('//fonts.googleapis.com/css?family=Lato:300,300i,400,400i&display=swap');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

@font-face {
  font-family: LOOP_icons;
  src: url("//cdn2.hubspot.net/hubfs/5391146/ISC_October2019%20Theme/Font/LOOP_icons.eot?#iefix") format("eot"),
    url("//cdn2.hubspot.net/hubfs/5391146/ISC_October2019%20Theme/Font/LOOP_icons.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5391146/ISC_October2019%20Theme/Font/LOOP_icons.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5391146/ISC_October2019%20Theme/Font/LOOP_icons.svg") format("svg");
}
*[class*="icon"]:not(.edit):before {
  font-family: LOOP_icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  line-height: 1.5;
}


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

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

*, *: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-color: #fff;
  font-family: "Noto Sans",sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3f4c57;
font-family: 'Noto Sans', sans-serif !important;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .container-fluid .row-fluid .page-center {
    border-left: 1px solid #f2f4f6;
    border-right: 1px solid #f2f4f6;
  }
}
/* Highlighted Text */
::-moz-selection {
  background-color: #e76b66;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #e76b66;
  color: #fff;
  text-shadow: none;
}


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

/* Basic text */
p {
  line-height: 1.65;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1,h4 {
  font-size: 36px;
  margin: .67em 0
}
h2 {
  font-size: 32px
}

h3 {
  font-size: 28px
}

h5 {
  font-size: 22px
}

h6 {
  font-size: 18px
}

p {
  line-height: 1.65
}

/* Anchor Links */
a {
  color: inherit;
  text-decoration: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


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

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

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

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


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


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

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

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


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

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

.header-search, .login-wrapper {
  display: none;
}

.custom-logo img {
  height: 71.25px;
  padding: 3px 13px 4px;
  width: auto !important;
  display: block;
}


.custom-logo, .custom-menu-primary {
  float: left !important;
  margin-left: 0 !important;
  width: auto !important;
}
.hs-right-header-group {
  float: right !important;
  margin-right: 0 !important;
  width: auto !important;
}

.header__item {
  font-weight: 700;
}
.header__options__item {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  border-left: 1px solid #e8ebee;
  font-size: 22px;
}
.header__options__item {
  max-height: 95px;
}
.header__item {
  text-transform: uppercase;
  line-height: 71.25px;
  padding: 0 16px;
  color: #576876;
  float: left;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header__item.active {
  background-color: #e76b66;
  color: #fff;
}
.login-header {
  padding: 32px 16px;
}

.custom-header-language{
  position: relative;
  background-color: #3f4c57;
  padding: 32px 16px;
}
.login-wrapper {
  position: relative;
  background-color: #3f4c57;
}
.custom-header-language:after, .login-wrapper:after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display:block;
  right: 0;
  background-image: url(//cdn2.hubspot.net/hubfs/5391146/ISC_October2019%20Theme/Image/map-1.png);
  background-color: #3f4c57;
  background-repeat: no-repeat;
  background-position: -25% 9%;
  opacity: .1;
}
.custom-header-language > div, .login-wrapper > * {
  position: relative;
  z-index: 2;
}
.custom-header-language .hs-menu-wrapper > ul {
  display: block;
}
.custom-header-language .hs-menu-wrapper > ul > li {
  padding-right: 16px;
}

.custom-header-language .hs-menu-wrapper > ul > li > ul > li > a {
  background-color: transparent;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  display: block;
  padding: 8px 0; 
  position: relative;
  color: #fff;
}
h1.dumbo, h1.jumbo, h4.dumbo, h4.jumbo {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}
h1.jumbo, h4.jumbo {
  font-size: 46px;
}
.custom-menu-primary {
  min-height: 0 !important;
}
.header__options__item.is-active:hover, 
.header__options__item:hover .button--icon__icon {
  color: #fff;
}

.custom-header-wrapper ul li.hs-menu-item .hs-mysteryshopping .productlogo:after, 
.custom-header-wrapper ul li.hs-menu-item .hs-mysteryshopping:after,.custom-header-wrapper ul li.hs-menu-item .hs-clientmystere .productlogo:after, 
.custom-header-wrapper ul li.hs-menu-item .hs-clientmystere:after,.custom-header-wrapper ul li.hs-menu-item .hs-clientemisterio .productlogo:after, 
.custom-header-wrapper ul li.hs-menu-item .hs-clientemisterio:after   {
  background: #eda56b!important;
}
.custom-header-wrapper ul li.hs-menu-item .hs-voice .productlogo:after,
.custom-header-wrapper ul li.hs-menu-item .hs-voice:after {
  background: #82cfcf!important;
}
.custom-header-wrapper ul li.hs-menu-item .hs-audits .productlogo:after, .custom-header-wrapper ul li.hs-menu-item .hs-audits:after, .custom-header-wrapper ul li.hs-menu-item .hs-simplytasks .productlogo:after, .custom-header-wrapper ul li.hs-menu-item .hs-simplytasks:after, .custom-header-wrapper ul li.hs-menu-item .hs-enquetesemployes .productlogo:after, .custom-header-wrapper ul li.hs-menu-item .hs-enquetesemployes:after, .custom-header-wrapper ul li.hs-menu-item .hs-fastinsight .productlogo:after, .custom-header-wrapper ul li.hs-menu-item .hs-fastinsight:after, .custom-header-wrapper ul li.hs-menu-item .hs-evaluateur .productlogo:after, .custom-header-wrapper ul li.hs-menu-item .hs-evaluateur:after, .custom-header-wrapper ul li.hs-menu-item .hs-tasker .productlogo:after, .custom-header-wrapper ul li.hs-menu-item .hs-tasker:after, .custom-header-wrapper ul li.hs-menu-item .hs-auditorias .productlogo:after, .custom-header-wrapper ul li.hs-menu-item .hs-auditorias:after, .custom-header-wrapper ul li.hs-menu-item .hs-audyty .productlogo:after, .custom-header-wrapper ul li.hs-menu-item .hs-audyty:after, .custom-header-wrapper ul li.hs-menu-item .hs-audit .productlogo:after, .custom-header-wrapper ul li.hs-menu-item .hs-audit:after,.custom-header-wrapper ul li.hs-menu-item .hs-audits .productlogo:after,
.custom-header-wrapper ul li.hs-menu-item .hs-audits:after{
  background: #fea09b!important;
}
.custom-header-wrapper ul li.hs-menu-item .hs-simplytasks .productlogo:after,
.custom-header-wrapper ul li.hs-menu-item .hs-simplytasks:after{
  background: #00aef7!important;
}
.custom-header-wrapper ul li.hs-menu-item .hs-enquetesemployes .productlogo:after, .custom-header-wrapper ul li.hs-menu-item .hs-enquetesemployes:after, .custom-header-wrapper ul li.hs-menu-item .hs-ankietypracownicze .productlogo:after, .custom-header-wrapper ul li.hs-menu-item .hs-ankietypracownicze:after,.custom-header-wrapper ul li.hs-menu-item .hs-employeesurveys .productlogo:after,
.custom-header-wrapper ul li.hs-menu-item .hs-employeesurveys:after, .custom-header-wrapper ul li.hs-menu-item .hs-encuestasempleados .productlogo:after, 
.custom-header-wrapper ul li.hs-menu-item .hs-encuestasempleados:after,.custom-header-wrapper ul li.hs-menu-item .hs-inqueritoscolaboradores .productlogo:after, 
.custom-header-wrapper ul li.hs-menu-item .hs-inqueritoscolaboradores:after{
  background: #9198ff!important;
}
.custom-header-wrapper ul li.hs-menu-item .hs-fastinsight .productlogo:after,
.custom-header-wrapper ul li.hs-menu-item .hs-fastinsight:after{
  background: #39ce9a!important;
}
/* =============== Content =============== */

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

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


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}


.hs-bottom-footer {
  font-weight: 700;
  font-size: 14.4px;
  padding: 16px 0 0;
}
.hs-copyright a {
  padding: 4px 8px;
  color: #3f4c57;
  display: inline-block;
  text-decoration:none;
}
.meta-footer__social {
  line-height: 65px;
  display: inline-block;
}
.meta-footer__social__item {
  float: left;
  border-right: 1px solid #e8ebee;
  color: #3f4c57;
  width: 65px;
}
.social__item {
  text-align: center;
  font-size: 20px;
  color: #3f4c57;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  overflow: hidden;
}
.meta-footer__social__item:first-of-type {
  border-left: 1px solid #e8ebee;
}

.button--special:before, .hero__layer--bg:after {
  left: 0;
  content: '';
}
.button--special:before {
  transition: bottom .2s 0s,-webkit-transform 0s .2s; 
  transition: bottom .2s 0s,transform 0s .2s;
  transition: bottom .2s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
}
.button--special:hover:before {
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  bottom: 0;
}
.button--special.button--white:before {
  background-color: #f2f4f6;
}

.button--special__content {
  z-index: 1;
}
.button--icon__icon {
  display: inline-block;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.social__item__icon {
  opacity: .5;
}
.button--icon:hover .button--icon__icon {
  -webkit-animation: iconShake .6s forwards;
  animation: iconShake .6s forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.social__item:hover .social__item__icon {
  opacity: 1;
}
.hs-top-footer {
  color: #fff;
  background-color: #3f4c57;
  padding: 32px 0;
}
.hs-footer-address-group .hs-footer-address-items {
  display: inline-block;
  min-height: 1px;
  box-sizing: border-box;
  float: left;
  direction: ltr;
  padding-left: 16px;
  padding-right: 16px;
  width: 50%;
}

.hs-footer-address-group-wrap .header, .hs-footer-logo {
  padding-left: 16px;
  padding-right: 16px;
}
.hs-footer-address-group-wrap .header h5 {
  font-family: "Noto Sans",sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.footer__item .primary {
  color: #e76b66!important;
}
.hs-footer-address-items-inner .footer__item {
  display: block;
  line-height: 1.1;
  padding-top: 5.33px;
  padding-bottom: 5.33px;
  font-size: 12.8px;
}

.hs-footer-logo {
  display: block;
  font-size: 11.52px;
  margin-top: 32px;
}

.hs-footer-logo p {
  margin:0 0 8px;
  opacity: .5;
}
.hs-footer-logo p + a {
  height: auto;
  margin-right: 32px;
}
.hs-footer-logo img {
  vertical-align: middle;
  opacity: .5;
}
.hs-footer-logo img:hover {
  opacity: 1;
}
.hs-footer-address-items-inner .footer__item .footer__item__icon {
  font-size: 11.52px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.hs-footer-address-items-inner .footer__item a {
  color: #fff;
  text-decoration: none;
}
.hs-footer-address-items-inner .footer__item .footer__item__icon:before {
  line-height: inherit;
}
.hs-footer-address-items-inner .footer__item .footer__item__icon:before {
  line-height: 1;
  vertical-align: inherit;
}
.spacer--1 {
  height: 16px;
}

/*** Footer Menu **/ 
.custom-footer-menu .hs-menu-wrapper > ul {
  display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  line-height: 1.1;
  padding-top: 5.33px;
  font-size: 14.4px;
  padding-bottom: 5.33px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a {
  line-height: 1.1;
  padding-top: 5.33px;
  padding-bottom: 5.33px;
  font-size: 12.8px;
  color: #fff;
  text-decoration: none;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover {
  color: #e76b66;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  min-height: 1px;
  box-sizing: border-box;
  float: left !important;
  direction: ltr;
  padding-left: 16px;
  padding-right: 16px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > ul {
  margin-top: 16px;
}
.header-search:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  right: 0;
  background-image: url(//cdn2.hubspot.net/hubfs/5391146/ISC_October2019%20Theme/Image/map-1.png);
  background-color: #3f4c57;
  background-repeat: no-repeat;
  background-position: -25% 9%;
  opacity: .1;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  text-transform: uppercase;
  line-height: 71.25px;
  padding: 0 16px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #3f4c57;
  font-weight: 700;
  text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-header-wrapper > div:first-child {
  position: relative;
  border-bottom: 1px solid #e8ebee;
  background: #fff;
}
.sub-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub-menu ul li {
  display: inline-block;
  line-height: 75px;
  margin: 0 32px;
  position: relative;
}

.sub-menu ul li a {
  opacity: .6;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  color: #3f4c57;
  line-height: 75px;
  display: inline-block;
  height: 100%;
}
.sub-menu ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 4px;
  background: #3f4c57;
  bottom: 0;
  transition: all .25s ease;
}
.sub-menu ul li a:hover:after {
  width: 100%;
}
.sub-menu:first-child ul li > a {
  opacity: 1;
}
.sub-menu ul li a .producttext {
  opacity: .6;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  color: #3f4c57;
  line-height: 75px;
  display: inline-block;
  height: 100%;
}
.sub-menu {
  text-align: center;
  display: none;
}
.sub-menu ul li a {
  text-decoration: none;
}
.sub-menu#joinus ul {
  padding-left: 33%;
}
.sub-menu#joinus ul li {
  float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  opacity: .6;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  color: #3f4c57;
  padding: 8px 10px;
  line-height: inherit;
  text-decoration: none;
}


.custom-header-wrapper ul li.hs-menu-item .productlogo {
  display: inline-block;
  width: 30px;
  margin-right: 13px;
  height: 22px;
  position: relative;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.custom-header-wrapper ul li.hs-menu-item .productlogo:after, .custom-header-wrapper ul li.hs-menu-item .productlogo:before {
  content: '';
  position: absolute;
  bottom: 0;
}

.custom-header-wrapper ul li.hs-menu-item .productlogo:after {
  z-index: 1;
  background: #bab6b7;
  width: 7px;
  height: 100%;
  -webkit-transform: skewX(-36deg) skewY(0);
  transform: skewX(-36deg) skewY(0);
  left: 15px;
}

.custom-header-wrapper ul li.hs-menu-item .productlogo:before {
  z-index: 2;
  background: #3f4c57;
  width: 7px;
  height: 50%;
  -webkit-transform: skewX(36deg) skewY(0);
  transform: skewX(36deg) skewY(0);
  right: 20px;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1150px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display:none !important;
  }
}



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

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

@media (max-width:1149px){

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

  /* ===== Mobile Toggle Button ===== */

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

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

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

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-header-wrapper > div > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper {
    display:none;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{

  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    position: relative;
    z-index: 5;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #3f4c57;
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary .hs-menu-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content:"";
    display:block;
    right: 0;
    background-image: url(//cdn2.hubspot.net/hubfs/5391146/ISC_October2019%20Theme/Image/map-1.png);
    background-repeat: no-repeat;
    background-position: -266% 22%;
    opacity: .1;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 66.5px !important;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    width: 33.33%;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    cursor: pointer;
    color: #3f4c57;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: #fff;
    width: 100%;
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color:#fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    opacity: 1;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    color: #3f4c57;
    line-height: 50px;
    text-align: left;
    border-bottom: solid 1px rgba(101,112,121,.3);
    border-right: solid 1px rgba(101,112,121,.3);
    padding: 0;
    padding-left: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) >  ul > li > a {
    padding-top: 1px;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-logo {
    order: 2;
  }
  .custom-menu-primary {
    order: 1;
    width: 100% !important;
  }
  .hs-right-header-group {
    order: 4;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    transition: height .2s 0s,-webkit-transform 0s .2s;
    transition: height .2s 0s,transform 0s .2s;
    transition: height .2s;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before {
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    z-index: -5;
    height: 100%;
  }

}



/* Blog Post Title */

.custom-blog .post-header h2 {}
.custom-blog .post-header h2 a {
  text-decoration: none;
  color: inherit;
}
.custom-blog .post-header h2 a:hover {
  text-decoration: none;
  color: inherit;
}
.custom-blog .post-header h1 {}

.custom-blog #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}

.custom-blog #hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.custom-blog .blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;    
  border-bottom:solid 1px #ddd;    
}
.custom-blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}
.custom-blog .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item > span {
  vertical-align: top !important;
}
/* Read More Link */
.custom-blog a.more-link {
  display:inline-block;
  margin:15px 0;
}


/* Blog Social Sharing Icons */
.custom-blog .hs-blog-social-share {
  margin: 20px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
.custom-blog .custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

.custom-blog #comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom-blog #comments-listing.no-comments {
  border: none;
}


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

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

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

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

.custom-blog .comment-date {
  display: block !important;
  text-align: left;
}

/* Pagination */
.custom-blog .blog-pagination {
  clear:both;
}
.custom-blog .blog-pagination a {
  display: inline-block;
  margin: 0 10px;
}

.custom-blog h2.post-listing-simple a {
  color: inherit;
}
.custom-blog .post-listing-simple .post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}


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

.blog .blog-sidebar {}

/* Blog Modules */
.custom-blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}




/* =============== Blog Author Page and Author Bio =============== */

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

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

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

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


.custom-blog ul.no-list.hs-error-msgs.inputs-list {
  color: red;
  padding: 0;
  list-style: none;
}

@media (max-width:767px) {
  .custom-blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    margin: 10px 0 10px !important;
    float: none !important;
    max-width: 100% !important;
    max-height: 100% !important;
  }
}
@media (max-width:991px) {
  .custom-blog .section.post-body img {
    float: none !important;
    margin: 15px 0 !important;
  }
}


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


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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  font-family: 'Lato',arial,sans-serif;
  font-size: 16px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #adafb1;
  color: #adafb1;
  letter-spacing: -1px;
  border-radius: 0px;
  outline: 0;
  transition: all .3s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0);
}

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

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

input[type="tel"],
input[type="tel"]:focus
{
width:
  

}


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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: 'Montserrat',sans-serif;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: #e76b66;
  border-color: #e76b66;
  -webkit-appearance: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  border: 2px solid #FFF;
  border-color: #e76b66;
  background: #e76b66;
  color: #FFF;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}
body .hs-form-field {
  margin-bottom: 15px;
}

/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */
.button--special {
  position: relative;
  overflow: hidden;
}
.button--special:before, .hero__layer--bg:after {
  left: 0;
  content: '';
}
.button--special:before {
  transition: bottom .2s 0s,-webkit-transform 0s .2s;
  transition: bottom .2s 0s,transform 0s .2s;
  transition: bottom .2s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
}
.button--special.button--white-alt:before {
  background-color: #e76b66;
}
.button--special__content {
  z-index: 1;
}
.button--icon__icon {
  display: inline-block;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.elem--unactive {
  transition: opacity .2s;
  opacity: 1;
}
.elem--active {
  transition: opacity .2s;
  opacity: 0;
}
.header__item__close {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.custom-header-language .hs-menu-wrapper > ul > li > a:empty {
  display: none;
}
.custom-header-language .hs-menu-wrapper > ul > li > ul > li > a:before {
  font-family: LOOP_icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  content: "";
  text-transform: none;
  transition: width .2s;
  font-size: 14.4px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -3px;
  width: 0;
  overflow: hidden;
}
.custom-header-language .hs-menu-wrapper > ul > li > ul > li > a:hover:before {
  width: 15px;
}
.custom-header-language .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #e76b66;
}
.login-header h4 {
  margin-bottom: 0;
  color: #e76b66;
}
.login-content-group .login-content-items {
  display: inline-block;
  min-height: 1px;
  box-sizing: border-box;
  float: left;
  direction: ltr;
}
.margin-top--no {
  margin-top: 0;
}
.uppercase {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.login-content-group .login-content-items {
  color: #fff;
}
.login__button {
  display: inline-block;
  outline: 0;
  position: relative;
  padding: 16px 48px;
  border: 2px solid #fff;
  color: #3f4c57;
  background: 0 0;
}
.button--special:before, .hero__layer--bg:after {
  left: 0;
  content: '';
}
.button--special:before {
  transition: bottom .2s 0s,-webkit-transform 0s .2s;
  transition: bottom .2s 0s,transform 0s .2s;
  transition: bottom .2s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
}
.button--special.button--light:before {
  background-color: #fff;

}
.button--special:hover {
  cursor: pointer;
  color: #3f4c57;
}
.button--special.button--light:before {
  background-color: #fff;
}
.button--special:hover:before {
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  bottom: 0;
}
.button--text__text, .languages__link {
  font-weight: 700;
  text-transform: uppercase;
}
.button--text span {
  display: inline-block;
  vertical-align: middle;
}
.button--text__text {
  letter-spacing: .08em;
  color: #e76b66;
}
.button--text__arrow {
  transition: margin .2s;
  margin-left: 0;
  margin-right: 8px;
}
.button--text span {
  display: inline-block;
  vertical-align: middle;
}
.button--border .button--text__arrow {
  transition: all .2s;
  color: #fff;
}
.button--text:hover .button--text__arrow, .has-button:hover .button--text__arrow {
  margin-left: 8px;
  color: #3f4c57;
  margin-right: 0;
}
.login-content-group .login-content-items:nth-child(2) {
  margin-left: 0;
}
.login-content-items-btn {
  overflow: hidden;
}
.login-content-group {
  overflow: hidden;
  padding: 0 0 16px;
  margin-bottom: 32px;
}
.active .elem--unactive {
  opacity: 0;
}
.active .elem--active {
  opacity: 1;
}
.center, .clients__grid__item, .header__item__close, .meta-footer, .swiper-pagination, .swiper-zoom-container, .tabs__nav {
  text-align: center;
}
.header-search {
  padding: 32px 22px;
  font-size: 32px;
  background-color: #3f4c57;
  position: relative;
}
.header-search input.hs-search-field__input {
  color: #fff;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 16px 16px 16px 48px;
  display: block;
  padding-left: 64px;
  line-height: normal;
  height: auto;
  font-family: "Noto Sans", sans-serif;
  font-size: 32px;
  letter-spacing: normal;
}


.header-search input.hs-search-field__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.header-search input.hs-search-field__input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.header-search input.hs-search-field__input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.header-search input.hs-search-field__input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.search__button {
  color: #e76b66;
  transition: color .2s;
  border: none;
  background: 0 0;
  outline: 0;
  position: absolute;
  padding: 12.8px 16px;
  line-height: normal;
  height: auto;
  font-size: 32px;
  cursor: pointer;
}
.header-search-inner {
  position: relative;
  z-index: 5;
}

.pop-up-form {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  font-family: 'Lato',arial,sans-serif;
}

.pop-up-form h1,
.pop-up-form h2,
.pop-up-form h3,
.pop-up-form h4,
.pop-up-form h5,
.pop-up-form h6{
  line-height: 1.5;
}

.twp-contact-us .header-container {
  padding: 10px 0;
  background: #fff;
  z-index: 9999;
/*   border-bottom: 2px solid #e76b66; */ /* Bottom border removed on 12.11.2019 - Soft relaunch for ISC-CX(EN only) */
}

.twp-form h3.form-title {
  padding: 60px 0px;
  text-align: center;
  font-size: 36px;
  font-family: 'Montserrat',sans-serif;
  margin: 11px 0;
  text-rendering: optimizelegibility;
  margin-top: 0;
  color: #3f4c57;
  width: calc( 100vw - 17px);
  position: relative;
  left: calc(((((100vw - 17px)* 48.717948718)/100) - (100vw - 17px))/2);
}

.twp-form-group.pop-up-form .twp-form .hs-form-required {
  display: none;
}

.pop-up-form.twp-form-group .hs-input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #adafb1;
  color: #adafb1;
  letter-spacing: -1px;
  border-radius: 0px;
  outline: 0;
  transition: all .3s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(0,0,0,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(0,0,0,0);
}

.pop-up-form textarea {
  min-height: 200px;
}
.pop-up-form p {
  line-height: 1.5;
  margin: 10px 0;
}
.pop-up-form .hs-form-field label {
  font-weight: 700;
  font-family: sans-serif !important;
}

..pop-up-form form.hs-form fieldset {
  font-family: sans-serif;
}

.pop-up-form a {
  text-decoration: none;
  color: #3f4c57;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;x
  transition: all .4s ease-in-out;
}
.header__item *[class*="icon"]:before {
  line-height: inherit;
}
.box--light {
  background-color: #f2f4f6;
}
.box--padding--huge {
  padding: 16px;
}
.hs-board-members {
  background-color: #e8ebee;
  text-align: center;
  padding: 32px 16px;
}
.hs-complany-two-col-right {
  display: flex;
  flex-wrap: wrap;
}
.hs-complany-two-col-right .hs-col-left h4 {
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hs-complany-two-col-right .hs-col-left h4 span {
  color: #e76b66;
}
.hs-complany-two-col-right .hs-col-left p {
  font-size: 22px;
  letter-spacing: .02667em;
}
.line {
  position: relative;
}
.line--small {
  background-color: #3f4c57;
}
.line--small {
  transition: width .6s;
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  height: 3px;
  width: 0;
  max-width: 70%;
  margin-bottom: 32px;
}
.line--small.is-onscreen {
  width: 270px;
}
.line__subline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #e76b66;
}
.line--small .line__subline {
  width: 50%;
}
.quotes__header__title {
  margin: 0;
}
.primary {
  color: #e76b66;
}
.button--special__content {
  z-index: 1;
}
.quotes__nav__item__name {
  color: #e76b66;
  font-size: 19px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  margin: 20px 0 5px;
}
.quotes__nav__item__position {
  color: #3f4c57;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 35px;
  display: block;
  text-align: center;
}
.uppercase {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.mover {
  background-color: #f2f4f6;
  padding: 5% 5% 3%;
} 
.mover__content {
  position: relative;
  z-index: 1;
}
.hs-our-team-group .mover {
  text-align: center;
}
.bigger {
  font-size: 22px;
  letter-spacing: .02667em;
}
.hs-our-team-group .mover .centered {
  padding-bottom: 32px;
}
.team {
  padding-top: 7px;
  overflow: hidden;
}
.team__item {
  padding: 0;
  width: calc(14.28% - 6px);
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
  position: relative;
}
.team__item, .team__item__container {
  position: relative;
}
.team__item:nth-child(7n) {
  margin-right: 0;
  float: right;
}
.team__item__img {
  display: block;
  width: 100%;
  height: auto;
}
.team__item__description {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity .2s;
  background-color: rgba(87,104,118,.7);
  color: #fff;
  opacity: 0;
}
.team__item__description__content {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  transition: all .2s;
  background: #fff;
  padding: 16px 7px 13px;
  margin: 0;
}
.team__item__description__content {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  transition: all .2s;
  background: #fff;
  padding: 16px 7px 13px;
  margin: 0;
}
.team__item__description__position {
  font-size: 12px;
  display: block;
  color: #adafb1;
  line-height: 16px;
}
.team__item:hover .team__item__description, .team__item.is-active .team__item__description {
  opacity: 1;
}
.team__item:hover .team__item__description__content, .team__item.is-active .team__item__description__content {
  bottom: 0;
}
.team__item__description__name {
  font-weight: 700;
  display: block;
  color: #3f4c57;
  font-size: 12px;
  margin-bottom: 2px;
}
.hs-advanced-tabber-group {
  padding: 5%;
}
.hs-advanced-tabber-content-group .hs-advanced-tabber-items {
  display: none;
}
.hs-advanced-tabber-content-group .hs-advanced-tabber-items.active {
  display: block;
}
.hs-advanced-tabber-nav-group {
  margin-bottom: 32px;
  display: block;
}
.hs-advanced-tabber-nav-group ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.hs-advanced-tabber-nav-group ul li {
  display: inline-block;
}
.margin-bottom--075 {
  margin-bottom: 12px;
}
.hs-work-with-us-left-col .hs-tv-nav-style {
  margin-top: 68px;
}
.hs-advanced-tabber-nav-group ul li > a {
  font-size: 22px;
  padding: 8px 32px;
  display: block;
  margin-bottom: 1px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  background-color: transparent;
  text-decoration: none;
  color: #3f4c57;
  position: relative;
}
.hs-advanced-tabber-nav-group ul li > a:hover {
  color: #e76b66;
}
.hs-advanced-tabber-nav-group ul li.active > a {
  color: #e76b66;
  background-color: transparent;
}
.hs-advanced-tabber-nav-group ul li > a:after {
  transition: all .2s;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #e76b66;
  margin-left: 0;
}
.hs-advanced-tabber-nav-group ul li.active > a:after {
  width: 130px;
  margin-left: -65px;
}
.hs-tab1-group {
  display: flex;
  flex-wrap: wrap;
}
.hs-tab1-group .hs-tab1-items {
  display: block;
  padding: 16px 16px 0;
}
.hs-tab1-group .hs-tab1-items .hs-tab1-items-inner {
  position: relative;
  overflow: hidden;
  background-color: #f2f4f6;
}
.hs-tab1-group .hs-tab1-items .hs-tab1-items-inner .brick__front {
  padding: 64px 32px 16px;
}
.hs-tab1-group .hs-tab1-items .hs-tab1-items-inner .brick__front .brick__icon {
  vertical-align: middle;
  font-size: 65px;
  color: #e76b66;
  margin-bottom: 16px;
  margin-right: 0;
  float: none;
  display: block;
}
.hs-tab1-group .hs-tab1-items .hs-tab1-items-inner .brick__front span.brick__title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  vertical-align: middle;
  line-height: 1.2;
}
.hs-work-with-us-left-col {
  position: relative;
  background-color: #e76b66;
  padding: 64px 0 48px;
}
.hs-work-with-us-right-col {
  background-color: #f2f4f6;
}
.work-with-us-header {
  padding: 16px;
  border-bottom: 2px solid #e8ebee;
  position: relative;
}
.work-with-us-conetnt ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.work-with-us-conetnt ul li {
  margin-bottom: 16px;
  color: #3f4c57;
  padding: 32px;
  background-color: #fff;
}
.work-with-us-conetnt ul li a {
  color: #3f4c57;
  text-decoration: none;
}
.work-with-us-conetnt {
  padding: 16px;
}
.hs-tv-nav-style {
  cursor: pointer;
  color: #fff;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: all .4s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  margin-bottom: 0;
  padding: 16px 48px 16px 16px;
  font-size: 22px;
  padding-left: 64px;
  cursor: default;
  background-color: #3f4c57;
}
.hs-tv-nav-style span.slideout__nav__item__radio__active {
  font-size: 18px;
  margin-top: 3px;
}
.work-with-us-header h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.news__header__select select {
  transition: border .2s;
  position: relative;
  width: 100%;
  padding: 11.2px 40px 11.2px 16px;
  background: 0 0;
  border: 2px solid #e8ebee;
  font-weight: 700;
  color: #9d9799;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ie-appearance: none;
  appearance: none;
  height: auto;
  font-family: "Noto Sans",sans-serif;
}
.news__header__select {
  position: relative;
  width: 100%;
}

.news__header__select select:hover{
  cursor: pointer;
  border-color: rgba(157,151,153,.5);
}

.news__header__select__arrow {
  position: absolute;
  background-color: #f2f4f6;
  color: #9d9799;
  right: 2px;
  top: 8px;
  padding: 6px 12px;
}
.work-with-us-conetnt ul li h5 {
  margin: 0 0 16px;
  letter-spacing: .04em;
}
div#loadMore {
  padding: 16px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.custom-top-header {
  font-size: 14.4px;
  color: #adafb1;
  letter-spacing: .08em;
  font-weight: 700;
  line-height: 1.55;
  padding: 28px 32px;
  border-bottom: 2px solid #e8ebee;
  display: none;
}
.custom-pop-full-wrap .main-content {
  padding: 32px 16px;
  line-height: 1.65;
}
.custom-pop-full-wrap .main-content h1:first-child {
  line-height: 1.3;
}
.custom-pop-full-wrap .main-content *:first-child {
  margin-top: 0;
}
.custom-pop-full-wrap .main-content ul {
  margin-bottom: 32px;
  padding-left: 24px;
}
.custom-pop-full-wrap .main-content ul li {
  margin-bottom: 16px;
}
.overlay__sidebar .button--icon {
  display: block;
  border-bottom: 1px solid #fff;
}
.overlay__sidebar [class*="icon"]:before {
  line-height: initial;
}
.custom-pop-full-wrap h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form {
  display: block;
  padding-top: 16px;
}
.custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form h3 {
  margin-top: 28px;
}
.custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .field > label {
  display: none;
}
.custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .field .hs-input {
  width: 100%;
  background: 0 0;
  font-size: 18px;
  transition: all .2s;
  max-width: 100%;
  font-weight: 400;
  border: 0;
  border-bottom: 3px solid #adafb1;
  padding: 8px 0;
  line-height: normal;
  font-family: "Noto Sans",sans-serif;
  color: #3f4c57;
  height: auto;
  letter-spacing: normal;
  -webkit-appearance: none;
}
.custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .field {
  position: relative;
  padding: 19.2px 0;
}
ul.no-list.hs-error-msgs.inputs-list {
  font-size: 12.8px;
  margin-top: 4px;
  color: #e76b66;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.pop-up-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 20px;
  font-weight: 700;
  font-family: sans-serif !important;
}
.custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .field .hs-input.invalid,
.custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .field .hs-input.error {
  border-color: #e76b66;
}
.custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form form.hs-form fieldset {
  margin-left: -16px;
  margin-right: -16px;
}
.custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .field {
  padding-left: 16px;
  padding-right: 16px;
}
.form__field--select__arrow {
  transition: all .2s;
  position: absolute;
  color: #9d9799;
  padding: 6px 12px;
  right: 0;
  top: 0;
}
.custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .field .input {
  position: relative;
}

.pop-up-form {
  position: relative;
  padding-top: 20px;
}

.twp-contact-us .pop-up-form .twp-form h3.form-title {
  padding: 0 0 21px 0;
}

.pop-up-form .twp-form h3.form-title {
  width: 100%;
  margin: auto !important;
  left: 0;
  padding-top: 9px;
  padding-bottom: 21px;
}

.twp-form-group .twp-form form {
  width: 48.717948718%;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto;
}
.grid-lg-3, .grid-md-4, .grid-lg-9 {
  display: inline-block;
  min-height: 1px;
  box-sizing: border-box;
  float: left;
  direction: ltr;
  padding-left: 16px;
  padding-right: 16px;
}
.gutter-bottom, .margin-bottom {
  padding-bottom: 16px;
}
.wrapper:after {
  display: table;
  border-spacing: 0;
  content: "";
  clear: both;
}
.brick {
  position: relative;
  overflow: hidden;
  background-color: #f2f4f6;
}
.brick__highlight {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  display: block;
  font-size: 55px;
  color: #e76b66;
}
.brick__title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  vertical-align: middle;
  line-height: 1.2;
  display: table-cell;
  display: block;
}
.tabs__content__item.js-slideout-content .brick__front {
  position: relative;
  z-index: 1;
  padding: 16px;
  text-align: left;
  display: table;
}
.brick__separator {
  display: none;
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 70%;
  height: 2px;
  background-color: #fff;
}
.accordion {
  padding: 16px;
}
.accordion__item {
  background-color: #f2f4f6;
  margin-bottom: 8px;
}
.accordion__icon, .accordion__title {
  position: relative;
}
.accordion__title {
  font-weight: 700;
  padding: 16px;
  cursor: pointer;
}
.accordion__item.is-active .accordion__title {
  color: #e76b66;
}
.accordion__icon__active, .accordion__icon__unactive {
  transition: opacity .2s;
  color: #e76b66;
}
.accordion__item.is-active .accordion__icon__unactive {
  opacity: 0;
}
.accordion__icon__active {
  position: absolute;
  left: 0;
}
.accordion__item.is-active .accordion__icon__active {
  opacity: 1;
}
.accordion__content {
  display: none;
  padding: 0 16px 16px;
}
.map {
  position: relative;
  margin-bottom: 32px;
}
.map__img {
  display: block;
  opacity: .3;
  width: 100%;
  height: auto;
}

.map__blinker {
  height: 32px;
  width: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  border-radius: 1000px;
  background-color: rgba(231,107,102,.3);
  border: 1px solid rgba(231,107,102,.35);
  opacity: 0;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.165,.84,.44,1);
  animation-timing-function: cubic-bezier(.165,.84,.44,1);
}
.map__blinker:nth-of-type(20n+1) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
.map__blinker:nth-of-type(20n+2) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.map__blinker:nth-of-type(20n+3) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.map__blinker:nth-of-type(20n+4) {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.line--center {
  margin-left: auto;
  margin-right: auto;
}
.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.hs-one-column-with-content p:first-child {
  margin-top: 40px;
}
.hs-one-column-with-content * {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.65;
}
.hs-one-column-with-content ul {
  padding: 0;
  margin-bottom: 45px;
  margin-top: -10px;
  -webkit-column-count: 2;
  column-count: 2;
}
.hs-one-column-with-content ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 50px;
  line-height: 2.9;
}
.hs-one-column-with-content ul li:after, .hs-one-column-with-content ul li:before {
  content: '';
  position: absolute;
  top: 13px;
}
.hs-one-column-with-content ul li:after {
  z-index: 1;
  background: #e76b66;
  width: 7px;
  height: 20px;
  -webkit-transform: skewX(-36deg) skewY(0);
  transform: skewX(-36deg) skewY(0);
  left: 15px;
}
.hs-one-column-with-content ul li:before {
  z-index: 2;
  background: #3f4c57;
  width: 7px;
  height: 10px;
  -webkit-transform: skewX(36deg) skewY(0);
  transform: skewX(36deg) skewY(0);
  left: 4px;
  top: 23px;
}
.hs-one-column-with-content ul li {
  margin: 0;
}
.page-center .image-gallery-wrapper .page-center {
  border: none;
}
.join-us-full-wrap .image-gallery-wrapper .images {
  padding: 0;
}
.tabber-group {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.tabber-group .tabber-content-nav {
  position: relative;
  background-color: #e76b66;
  padding: 64px 0 48px;
}
.slideout__nav__item {
  display: none;
}
.tabber-content-group .tabber-content-items {
  padding: 32px;
  display: none;
}
.tabber-content-group .tabber-content-items.is-active {
  display: block;
}
.tabber-content-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.tabber-content-nav ul li a {
  cursor: pointer;
  color: #fff;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: all .4s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  padding: 24px 48px 24px 16px;
  margin-bottom: 1px;
  display: block;
  text-decoration: none;
}
.tabber-content-nav ul li.is-active > a {
  cursor: default;
  background-color: #3f4c57;
}
.slideout__nav__arrow {
  display: none;
  opacity: 1;
}

.no-gutter {
  padding: 0;
}

.spacer--2 {
  height: 32px;
}

.accordion__title {
  font-family: "Noto Sans",sans-serif;
  font-size: 16px;
  line-height: 1.1;
  padding-top: 14px;
  padding-bottom: 18px;
}   

.custom-comment-section {
  padding-bottom: 50px;
}

.custom-filter-nav .widget-module ul{
  display: none;
}
.custom-filter-nav .block {
  overflow: hidden;
  margin-bottom: 36px;
  text-align: right;
}
.custom-filter-nav .block h3 {
  line-height: 53px;
  margin-right: 35px;
  color: #bab6b7;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 35px 0 0;
  display: inline-block;
}
.custom-filter-nav .widget-module {
  position: relative;
  width: auto;
  right: auto;
  top: auto;
  text-align: left;
  float: right;
  min-width: 200px;
  cursor: pointer;
}
.custom-filter-nav .widget-module select#tinynav1 {
  transition: border .2s;
  position: relative;
  width: 100%;
  padding: 11.2px 40px 11.2px 16px;
  background: 0 0;
  border: 2px solid #e8ebee;
  font-weight: 700;
  color: #9d9799;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ie-appearance: none;
  appearance: none;
  height: 50.38px;
  cursor: pointer;
  border-radius: 5px;
  font-family: "Noto Sans",sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.custom-filter-nav .widget-module:before {
  content: "";
  position: absolute;
  font-family: LOOP_icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  background-color: #f2f4f6;
  color: #9d9799;
  right: 2px;
  top: 8px;
  padding: 6px 12px;
}
.custom-filter-nav .widget-module select#tinynav1:hover{
  cursor: pointer;
  border-color: rgba(157,151,153,.5);
}

.custom-pop-full-wrap .main-content *{  
  color: #3f4c57;
}

.clients-content .clients-item-wrapper .image-item.active > img {
  opacity: 0;
}

.clients-content .clients-item-wrapper .image-item > img {
  transition: all 0.3s ease;
}

.header-container .hs-search-field--open .hs-search-field__suggestions {
  border: none;
  padding: 0 15px 10px;
}

.header-container .hs-search-field--open .hs-search-field__suggestions li,
.header-container .hs-search-field--open .hs-search-field__suggestions li a {
  color: #fff;
  background-color: transparent;
}


.hs-form select {}
.hs-form select:focus {

/* min-width: 250px !important; */

}



.twp-form .widget-type-form {
  min-height: 500px;
  display: block;
}

.search__button:hover{
  color: #fff;
}

.twp-contact-us .pop-up-form {
  padding-bottom: 200px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}

.work-with-us-header h2 {
  font-size: 36px;
}

.news__header__select select {
  line-height: 1.5;
  width: auto;
  letter-spacing: 0;
}

.hs-work-with-us-left-col .hs-tv-nav-style {
  margin-top: 72px;
  line-height: 1.5;
  padding: 18px 48px 16px 64px;
}

.hs-work-with-us-left-col .hs-tv-nav-style .icon--radio-active {
  margin-right: 7px;
  margin-top: 0;
  display: inline-block;
  position: relative;
  top: 2px;
}

.hs-work-with-us-left-col .hs-tv-nav-style:after {
  transition: opacity .2s;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 13px 12.5px 0;
  border-color: transparent #fff transparent transparent;
  border-color: transparent #f2f4f6 transparent transparent;
  content:
    "";
  opacity: 1;
}

body.modal-open {
  overflow: hidden;
}

.overlay__container {
  overflow: hidden
}
.overlay {
  display: none
}
div#hidden-content {
  display: none;
}
.overlay__article {
  overflow: hidden;
}
.overlay__box {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 950px;
  margin: 0 auto
}
.overlay__article {
  padding-right: 60px;
  opacity: 0
}
.overlay__sidebar {
  right: 0;
  top: 0;
  width: 60px;
  line-height: 60px;
  height: 100%;
  background-color: #f2f4f6;
  position: absolute;
}
.button--special:hover:before {
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  bottom: 0;
}
.button--special.button--light-alt:before {
  background-color: #e8ebee;
}
.button--special:before {
  transition: bottom .2s 0s,-webkit-transform 0s .2s;
  transition: bottom .2s 0s,transform 0s .2s;
  transition: bottom .2s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
}
.button--special:before, .hero__layer--bg:after {
  left: 0;
  content: '';
}
div#overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(87,104,118,.9);
  margin: auto;
  align-items: center;
  justify-content: center;
  overflow: auto;
  z-index: 5;
}
.overlay__article iframe {
  border: 0;
  background: transparent;
  width: 100% !important;
}
.overlay__sidebar__buttons {
  width: 60px
}
.overlay__sidebar__item {
  width: 100%
}
.overlay--static {
  display: block
}
.overlay--static .overlay__article {
  opacity: 1
}
.hs-board-members-items-content img {
  margin: 0 auto;
}
iframe#iframe {
  min-height: 100vh;
}

.overlay.show {
  display: block;
}

.banner-area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form ::-webkit-input-placeholder {
  color: #adafb1;
  font-weight: 400;
  font-size: 18px;
  opacity:1;
  letter-spacing: .04em;
}
.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form ::-moz-input-placeholder {
  color: #adafb1;
  font-weight: 400;
  font-size: 18px;
  opacity:1;
  letter-spacing: .04em;
}
.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form ::-ms-input-placeholder {
  color: #adafb1;
  font-weight: 400;
  font-size: 18px;
  opacity:1;
  letter-spacing: .04em;
}
.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form select.hs-input,
.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form input[type="file"] {
  color: #adafb1;
}
.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .hs_submit.hs-submit {
  text-align: right;
  margin-top: 10px;
}
.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .actions{
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: border-color .2s;
  padding: 8px 32px;
  border: 2px solid #adafb1;
  border-radius: 10px;
  display: inline-block;
}
.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .actions:before{
  content: "";
  transition: margin .2s;
  margin-left: 0;
  margin-right: 13px;
  display: inline-block;
  vertical-align: middle;
  font-family: LOOP_icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  position: relative;
  z-index: 1;
}
.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .actions:hover:before{
  margin-right: 6px;
  margin-left: 7px;
}
.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .actions:after{
  content:"";
  background-color: #f2f4f6;
  transition: bottom .2s 0s,-webkit-transform 0s .2s;
  transition: bottom .2s 0s,transform 0s .2s;
  transition: bottom .2s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  z-index: 0;
}
.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .actions:hover:after{
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  bottom: 0;
}

.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .hs-button.primary {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .actions input.hs-button.primary.large {
  letter-spacing: .08em;
  color: #e76b66;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Noto Sans",sans-serif;
  font-size: 16px;
  background: transparent;
}

.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form label.hs-error-msg,
.custom-careers-detail .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .hs_error_rollup label {
  font-size: 12.8px;
  display: block;
  margin-top: 4px;
  color: #e76b66;
}

/** V2 **/
.banner-area {
  padding-bottom: 22%;
  position: relative;
}

.banner-area h1.banner-area-title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 92px;
}

.banner-area .banner-area-content {
  position: absolute;
  padding-right: 32px;
  margin-bottom: 0;
  max-width: 70%;
  left: 96px;
  bottom: 32px;
  width: 100%;
}

.banner-area h1.banner-area-title span {
  color: #fff;
}

.banner-area-line {
  position: relative;
  height: 5px;
  background-color: #f89894;
}

.banner-area-line .banner-area-subline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #e76b66;
  width: 40%;
}

/*Banner*/

/* Section Header */

.section-header-wrapper .section-header {
  padding: 64px 96px;
  text-align: center;
}

.section-header-wrapper .section-header h5.section-header-heading {
  margin-bottom: 12px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 32px;
  font-size: 22px;
}

.section-header-wrapper .section-header h5.section-header-heading span {
  color: #e76b66;
}

.section-header-wrapper .section-header .section-header-line {
  background-color: #3f4c57;
  position: relative;
  transition: width .6s;
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  height: 3px;
  width: 0;
  max-width: 70%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.section-header-wrapper .section-header .section-header-line.appare{
  width: 270px;  
}

.section-header-wrapper .section-header .section-header-line .section-header-subline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #e76b66;
  width: 50%;
}

.section-header-sub-heading-group {
  display: block!important;
  float: none!important;
  margin-left: auto!important;
  margin-right: auto!important;
  clear: both!important;
  width: 66.66667%;
  padding-left: 0;
  padding-right: 0;
}

.section-header-sub-heading-group h3.section-header-sub-heading {
  line-height: 1.3;
  font-size: 32px;
  margin-bottom: 16px;
}

.services-row3 .services-wrapper .page-center .top-inner {
  width: 75%;
  margin: auto;
}

/* Section Header */

/* Services */

.services-item {
  position: relative;
  width: 33.33333%;
  display: inline-block;
  min-height: 1px;
  box-sizing: border-box;
  float: left;
  direction: ltr;
  overflow: hidden;
}

.services-item-inner {
  transition: background-color .2s;
  background-color: #f2f4f6;
  text-align: center;
  border: 1px solid #fff;
  padding: 48px 16px 16px;
  cursor: pointer;
  color: #3f4c57;
  overflow: hidden;
}



.icon-cart:before {
  content: "";
}

.services-item-icon {
  font-size: 65px;
  margin-bottom: 32px;
  display: block;
  color: #e76b66;
  line-height: 1;
}

h3.services-item-divider {
  padding: 55px 20px 30px;
  clear: both;
  display: block;
  text-align: center;
  box-sizing: border-box;
  margin-top: 0;
}

span.services-item-title {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 1.1;
  font-size: 24px;
}

.icon-badge:before {
  content: "";
}

.icon-audits:before {
  content: "";
}

.icon-simply-tasks:before {
  content: "";
}

.icon-survey:before {
  content: "";
}

.icon-fast-insight:before {
  content: "";
}

@-webkit-keyframes iconShake {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  15% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  40% {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }

  100% {
    -webkit-transform: scale(1.0001);
    transform: scale(1.0001)
  }
}

@keyframes iconShake {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  15% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  40% {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }

  100% {
    -webkit-transform: scale(1.0001);
    transform: scale(1.0001)
  }
}

.services-item-inner:hover .services-item-icon {
  -webkit-animation: iconShake .6s forwards;
  animation: iconShake .6s forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services-item-inner:before {
  left: 0;
  content: '';
  transition: bottom .2s 0s,-webkit-transform 0s .2s;
  transition: bottom .2s 0s,transform 0s .2s;
  transition: bottom .2s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  background-color: #e8ebee;
}

.services-item-inner:hover:before {
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  bottom: 0;
}

.services-item-content {
  position: relative;
}

.clients-wrapper {}

.clients-wrapper .clients {
  position: relative;
  padding: 64px 96px;
  background-color: #e76b66;
  text-align: center;
}

.clients-wrapper .clients .clients-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .05;
  background-size: cover;
}

.clients-content {
  position: relative;
  z-index: 1;
}

.clients-content h4.heading {
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #fff;
}

.clients-content .clients-line {
  position: relative;
  transition: width .6s;
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  height: 3px;
  width: 0;
  max-width: 70%;
  margin-bottom: 32px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.clients-content .clients-line.appare{
  width: 270px;
}


.clients-content .clients-line .clients-subline {
  background-color: #3f4c57;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.clients-content .sub-heading-group {
  display: block!important;
  float: none!important;
  margin-left: auto!important;
  margin-right: auto!important;
  clear: both!important;
  width: 75%;
  padding-left: 32px;
  padding-right: 32px;
}

.clients-content .clients-item-wrapper {
  margin-top: 48px;
  overflow: hidden;
}

.connect-with-us {
  padding: 64px 13.6px;
  text-align: center;
}

.connect-with-us .twp-spacer-1 {
  height: 16px;
}

.connect-with-us .twp-spacer-3 {
  height: 48px;
}

.connect-with-us h5.connect-with-us-heading {
  line-height: 1.1;
  margin-bottom: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #e76b66;
}

.connect-with-us .connect-with-us-line {
  position: relative;
  background-color: #3f4c57;
  transition: width .6s;
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  height: 3px;
  width: 0;
  max-width: 70%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.connect-with-us .connect-with-us-line.appare {
  width: 270px;  
}

.connect-with-us .connect-with-us-line .connect-with-us-subline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #e76b66;
  width: 50%;
}

.connect-with-us .twp-content-group a.item-wrapper {
  width: 25%;
  padding: 0 13.6px;
  display: block;
  min-height: 1px;
  box-sizing: border-box;
  float: left;
  direction: ltr;
  text-decoration: none;
  padding-bottom: 16px;
}

.connect-with-us .twp-content-group:after {
  clear: both;
  content: "";
  display: block;
}

.connect-with-us .twp-content-group a.item-wrapper .item {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: auto;
  cursor: pointer;
  background-color: #e76b66;
}

.connect-with-us .twp-content-group a.item-wrapper .item .item-inner {
  position: relative;
  z-index: 1;
  display: block;
  padding: 64px 32px 16px;
  text-align: center;
}

.connect-with-us .twp-content-group a.item-wrapper .item:before {
  left: 0;
  content: '';
  transition: bottom .2s 0s,-webkit-transform 0s .2s;
  transition: bottom .2s 0s,transform 0s .2s;
  transition: bottom .2s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  background-color: #3f4c57;
}

a.item-wrapper .item .item-inner span.item-icon {
  display: inline-block;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  vertical-align: middle;
  font-size: 65px;
  color: #fff;
  margin-bottom: 16px;
  margin-right: 0;
  float: none;
  line-height: 1.2;
}

a.item-wrapper .item:hover .item-inner span.item-icon{
  -webkit-animation: iconShake .6s forwards;
  animation: iconShake .6s forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.icon-clockwerk:before {
  content: "";
}

.item-wrapper .item .item-inner span.item-heading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  display: block;
}

.item-wrapper .item .item-inner span.item-button {
  border: none;
  outline: 0;
  background: 0 0;
  padding: 0;
  position: relative;
  color: #3f4c57;
  display: block;
  width: 100%;
  bottom: auto;
  left: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.45;
}

.item-wrapper .item .item-inner span.item-button span.item-button-icon {
  transition: margin .2s;
  margin-left: 0;
  margin-right: 8px;
  vertical-align: middle;
  color: #3f4c57;
  display: inline;
  position: relative;
  top: 2px;
}

.icon-arrow-right:before {
  content: "";
}

.item-wrapper .item .item-inner span.item-button span.item-button-text {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  vertical-align: middle;
  color: #3f4c57;
  display: inline;
  position: relative;
  top: 2px;
}

.icon-star:before {
  content: "";
}

.icon-tasker:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.connect-with-us .twp-content-group a.item-wrapper .item:hover:before {
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  bottom: 0;
}

.connect-with-us .twp-content-group a.item-wrapper .item:hover span.item-button-text {
  color: #fff;
}

.connect-with-us .twp-content-group a.item-wrapper .item:hover span.item-button-icon {
  color: #fff;
  margin-left: 8px;
  margin-right: 0;
}

.connect-with-us .connect-with-us-sub-heading {
  width: 75%;
  display: block!important;
  float: none!important;
  margin-left: auto!important;
  margin-right: auto!important;
  clear: both!important;
  padding-left: 32px;
  padding-right: 32px;
}

.clients-content .clients-item-wrapper .clients-item {
  margin-right: -2px;
  margin-bottom: -2px;
}

.clients-content .clients-item-wrapper .image-item {
  vertical-align: middle;
  width: 16.66667%;
  padding-left: 32px;
  padding-right: 32px;
  display: inline-block;
  min-height: 1px;
  box-sizing: border-box;
  float: left;
  direction: ltr;
  position: relative;
  border-right: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
  height: 100px;
}

.clients-content .clients-item-wrapper .image-item .image-item-helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.clients-content .clients-item-wrapper .image-item img {
  max-width: 70% !important;
  max-height: 50%;
  margin: auto;
  opacity: 1;
  display: inline;
  vertical-align: middle;
}

.clients-content .clients-item-wrapper .clients-item:after {
  clear: both;
  content: "";
  display: block;
}

.clients-content .sub-heading-group p.sub-heading {
  font-size: 22px;
  letter-spacing: .02667em;
  line-height: 1.65;
}

.heading-with-bg {
  padding: 96px 64px;
  position: relative;
  color: #fff;
  background-size: cover;
}

.icon-reporting:before {
  content: "";
}

.icon-presentation:before {
  content: "";
}

.heading-with-bg:after {
  content: '';
  background-color: #576876;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: .9;
}

.heading-with-bg-inner {
  position: relative;
  z-index: 1;
}

.heading-with-bg-inner .heading-with-bg-texts {
  float: left;
  display: block;
}

.heading-with-bg-inner > .hs_cos_wrapper_type_cta {
  display: block;
  float: right;
}

.heading-with-bg-inner:after {
  content: "";
  display: table;
  clear: both;
}

.heading-with-bg-inner > .hs_cos_wrapper_type_cta a {
  padding: 18px 48px 14px 48px;
  border: 2px solid #fff;
  overflow: hidden;
  outline: 0;
  background: 0 0;
  position: relative;
  display: inline-block;
  letter-spacing: .08em;
  color: #e76b66;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}

.heading-with-bg-inner > .hs_cos_wrapper_type_cta a:after {
  left: 0;
  content: '';
  transition: bottom .2s 0s,-webkit-transform 0s .2s;
  transition: bottom .2s 0s,transform 0s .2s;
  transition: bottom .2s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  background-color: #fff;
  z-index: -1;
}

.heading-with-bg-inner > .hs_cos_wrapper_type_cta a:hover:after {
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  bottom: 0;
}

.heading-with-bg-inner > .hs_cos_wrapper_type_cta a:before {
  z-index: 2;
  margin-left: 0;
  margin-right: 11px;
  display: inline-block;
  vertical-align: middle;
  transition: all .2s;
  color: #fff;
  content: "";
  font-family: LOOP_icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  position: relative;
  top: -2px;
}

.heading-with-bg-inner > .hs_cos_wrapper_type_cta a:hover:before {
  margin-left: 8px;
  margin-right: 3px;
  color: #3f4c57;
}

.heading-with-bg-inner .heading-with-bg-texts span.heading-with-bg-info {
  font-size: 14.4px;
  display: block;
  letter-spacing: .08em;
}

.heading-with-bg-inner .heading-with-bg-texts h4.heading-with-bg-call {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 8px;
  margin-bottom: 0;
}

.image-gallery-wrapper .images {
  padding-top: 96px;
}

.image-gallery-wrapper .images .left {
  width: 41.66667%;
  display: inline-block;
  min-height: 1px;
  box-sizing: border-box;
  float: left;
  direction: ltr;
  overflow: hidden;
}

.image-gallery-wrapper .images .right {
  width: 58.33333%;
  display: inline-block;
  min-height: 1px;
  box-sizing: border-box;
  float: left;
  direction: ltr;
}

.image-gallery-wrapper .images .left .image-item {
  overflow: hidden;
  background-size: cover;
  transition: all 14s;
  position: relative;
  padding-bottom: 100%;
  background-position: top center;
  padding-bottom: 0;
  height: 580px;
}

.image-gallery-wrapper .images .right .image-item-8 {
  width: 66.66667%;
}

.image-gallery-wrapper .images .right .image-item-wrapper {min-height: 1px;box-sizing: border-box;float: left;direction: ltr;display: block;overflow: hidden;}

.image-gallery-wrapper .images .right .image-item-wrapper .image-item {
  transition: all 14s;
  position: relative;
  background-position: top center;
  overflow: hidden;
  height: 290px;
  padding-bottom: 0;
  background-size: cover;
}

.image-gallery-wrapper .images:after {
  clear: both;
  content: "";
  display: block;
}

.image-gallery-wrapper .images .right .image-item-4 {
  width: 33.33333%;
}

.image-gallery-wrapper .images .right .image-item-6 {
  width: 50%;
}

.image-gallery-wrapper .images .right .image-item-12 {
  width: 100%;
}

.image-gallery-wrapper .images .image-item:after {
  content: '';
  background-color: #576876;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: opacity 1s;
  opacity: .7;
}

.image-gallery-wrapper .images .image-item:hover:after {
  opacity: 0;
}

.image-gallery-wrapper .images .image-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.services-item.active .services-item-icon {
  color: #fff;
}

.services-item.active .services-item-texts {
  color: #fff;
}

.services-item.active .services-item-inner {
  background-color: #3f4c57;
  cursor: pointer;
}

.services-item.active .services-item-inner:before {
  bottom: -100%;
}

.services-item-hidden-wrapper {
  width: 100%;
  float:left;
}

.services-item-hidden {
  background-color: #f2f4f6;
  padding: 32px 0;
}

.services-item.active {}

.services-item.active .services-item-arrow {
  bottom: 1px;
}

.services-item .services-item-arrow {
  transition: bottom .2s;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px;
  border-color: transparent transparent #f2f4f6;
}

.services-item-hidden-inner {
  padding: 5%;
}

.services-item-hidden-header-wrapper {
  margin-bottom: 64px;
  text-align: center;
  line-height: 1.5;
}

.services-item-hidden-header-inner {
  margin-bottom: 1px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  display: inline-block;
  font-size: 22px;
  padding: 6px 32px 8px 32px;
  cursor: default;
  position: relative;
  color: #e76b66;
  background-color: transparent;
  line-height: 1.5;
}

.services-item-hidden-header-inner:after {
  transition: all .2s;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #e76b66;
  margin-left: 0;
  width: 130px;
  margin-left: -65px;
}

.services-item-hidden-content-wrapper {
  padding-top: 8px;
}

.services-item-hidden-content-width {
  width: 66.66667%;
  padding-left: 16px;
  padding-right: 16px;
  display: block!important;
  float: none!important;
  margin-left: auto!important;
  margin-right: auto!important;
  clear: both!important;
}

.services-item-hidden-content-width .bottom-button-wrapper {
  margin-top: 48px;
}

.services-item-hidden-content-width .bottom-button-wrapper a.bottom-button {
  outline: 0;
  background: 0 0;
  margin-bottom: 24px;
  border-color: #404c56!important;
  padding: 16px 48px 15px 48px;
  border: 2px solid #fff;
  color: #fff;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.services-item-hidden-content-width .bottom-button-wrapper a.bottom-button:before {
  transition: bottom .2s 0s,-webkit-transform 0s .2s;
  transition: bottom .2s 0s,transform 0s .2s;
  transition: bottom .2s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  background: #404c56!important;
  left: 0;
  content: '';
}

.services-item-hidden-content-width .bottom-button-wrapper a.bottom-button span.bottom-button-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.services-item-hidden-content-width .bottom-button-wrapper a.bottom-button span.bottom-button-text {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .08em;
  color: #e76b66;
  font-weight: 700;
  text-transform: uppercase;
}

.services-item-hidden-content-width .bottom-button-wrapper a.bottom-button span.bottom-button-arrow {
  transition: margin .2s;
  margin-left: 0;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  color: #404c56!important;
  transition: all .2s;
  position: relative;
  top: 1px;
}

.services-item-hidden-content-width .bottom-button-wrapper a.bottom-button:hover {
  cursor: pointer;
  color: #3f4c57;
}

.services-item-hidden-content-width .bottom-button-wrapper a.bottom-button:hover:before {
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  bottom: 0;
}

.services-item-hidden-content-width .bottom-button-wrapper a.bottom-button:hover span.bottom-button-arrow {
  color: #fff !important;
  margin-left: 8px;
  margin-right: 0;
}

.services-item-hidden-content-width .bottom-button-wrapper a.bottom-button:hover span.bottom-button-text {
  color: #fff!important;
}

.services-item-description {
  display: block;
  margin: 8px 0 16px;
  font-size: 14.4px;
}

.heading-with-right-image {
  padding: 0 60px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.heading-with-right-image-wrapper .page-center {
  background: #f2f4f6;
  position: relative;
  padding-top: 60px;
}

.heading-with-right-image-content {
  background: #fff;
  overflow: hidden;
  min-height: 540px;
  position: relative;
}

.heading-with-right-image-content .image {
  width: 50%;
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.heading-with-right-image-content .text {
  float: left;
  width: 50%;
  padding: 20px 220px 40px 50px;
}

.heading-with-right-image-content .text h1 {
  margin: .67em 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 55px;
  line-height: 1.1;
}

.heading-with-right-image-content .text p {
  font-size: 18px;
  line-height: 1.6;
}

.heading-with-right-image-wrapper .page-center:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 313px;
  z-index: 1;
  background: #3f4c57;
}

.orange .heading-with-right-image-wrapper .page-center:before {
  background-color: #eda56b;
}

.heading-with-content-wrapper {}

.heading-with-content-wrapper .page-center {
  background: #f2f4f6;
}

.heading-with-content-inner {
  padding: 130px 5% 60px;
  text-align: center;
}

.heading-with-content-inner > h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 8px;
  margin: 0 0 40px;
}

.orange .heading-with-content-inner > h2 {
  color: #eda56b;
}

.heading-with-content-inner span.line {
  position: relative;
  width: 1px;
  height: 80px;
  display: inline-block;
  background: #9d9799;
  opacity: .4;
  margin-bottom: 39px;
}

.heading-with-content-inner .content {
  box-sizing: border-box;
  width: 100%;
  max-width: 860px;
  padding: 0 30px;
  margin: 0 auto;
  text-align: left;
}

.heading-with-content-inner .content h3:first-child {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 0 15px;
  text-align: center;
  line-height: 1.5;
}

.orange .heading-with-content-inner .content h3:first-child {
  color: #eda56b;
}

.heading-with-content-inner .content p {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 35px;
  color: #404c56;
}

.key-benefits-wrapper {}

.key-benefits-wrapper .page-center {
  background: #f2f4f6;
}

.key-benefits-content {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 105px;
  overflow: hidden;
}

.key-benefits-content span.key-benefits-subline {
  font-size: 20px;
  text-align: center;
  display: block;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.key-benefits-content h2.key-benefits-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 36px;
  text-align: center;
  margin: 0 0 65px;
  padding: 0;
}

.orange .key-benefits-content h2.key-benefits-title {
  color: #eda56b;
}

.key-benefits-content .image {
  height: 100%;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  width: 50%;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
  float: left;
  direction: ltr;
  display: inline-block;
}

.key-benefits-content .content {
  padding-left: 32px;
  padding-right: 32px;
  width: 50%;
  height: 100%;
  position: relative;
  min-height: 400px;
  box-sizing: border-box;
  float: left;
  direction: ltr;
  display: inline-block;
}

.key-benefits-content:after {
  clear: both;
  content: "";
  display: block;
}

.key-benefits-content .content ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  list-style-type: none;
  left: 190px;
  width: 65%;
}

.key-benefits-content .content ul li {
  font-size: 18px;
  line-height: 1.5;
  margin: 50px 0;
  position: relative;
}

.key-benefits-content .content ul li span {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: -60px;
  top: -6px;
  background: #3f4c57;
  border-radius: 50%;
}

.key-benefits-content .content ul li span:before {
  left: 21px;
  top: 10px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.key-benefits-content .content ul li span:after {
  left: 12px;
  top: 18px;
  height: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.key-benefits-content .content ul li span:before,.key-benefits-content .content ul li span:after {
  background: #fff;
  content: '';
  position: absolute;
  width: 2px;
}

.orange .key-benefits-content .content ul li span {
  background: #eda56b;
}

.testimonial-slider-wrapper .page-center {
  background: #f2f4f6;
  padding: 130px 0;
  text-align: center;
}

.testimonial-slider .testimonial-item {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
  display: block !important;
}

.testimonial-slider .testimonial-item .testimonial-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin: 0 auto 40px;
}

.testimonial-person {
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 20px;
}

.testimonial-person span {
  display: block;
}

.testimonial-person span:first-child {
  font-weight: 700;
}

.testimonial-slider-wrapper ul.slick-dots {
  padding: 0;
  margin: 0;
  margin-top: 35px;
  line-height: 3px;
}

.testimonial-slider-wrapper ul.slick-dots li {
  display: inline-block;
  width: 7px;
  height: 7px;
  opacity: 1;
  border-radius: 50%;
  background: #3f4c57;
  margin: 0 24px!important;
  position: relative;
  cursor: pointer;
  line-height: normal;
  opacity: .3;
}

.testimonial-slider-wrapper ul.slick-dots li button {
  display: none;
}

.testimonial-slider-wrapper ul.slick-dots li.slick-active:before {
  content: '';
  opacity: 1;
  border: 1px solid #e76b66;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -9px;
  top: -9px;
  background: 0 0;
  border-radius: 50%;
  transition: all .25s ease;
}

.testimonial-slider-wrapper ul.slick-dots li.slick-active {
  background: #e76b66;
  opacity: 1;
}

.orange .testimonial-slider-wrapper ul.slick-dots li.slick-active {
  background: #eda56b;
}

.orange .testimonial-slider-wrapper ul.slick-dots li.slick-active:before {
  border-color: #eda56b;
}

.hs-services-inner .connect-with-us-wrapper .page-center {
  background: #f2f4f6;
}

.orange .connect-with-us h5.connect-with-us-heading {
  color: #eda56b;
}

.orange .connect-with-us .twp-content-group a.item-wrapper .item{
  background: #eda56b;  
}


.orange .connect-with-us .connect-with-us-line .connect-with-us-subline {
  background-color: #eda56b;
}

.video-wrapper {
  background: #3f4c57;
}

.video-inner {
  position: relative;
  width: 94%;
  max-width: 1040px;
  padding: 120px 0;
  margin: 0 auto;
}

.video-content {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}

.video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-content .video-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-content .video-button .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all .25s ease;
  transform: translate(-50%,-50%);
  width: 155px;
  height: 155px;
  background: #fff;
  border-radius: 50%;
}

.video-content .video-button .play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all .25s ease;
  content: '';
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 29px solid transparent;
  border-right: none;
  border-left: solid 50px #e76b66;
  margin-left: 6px;
}

.video-content .video-button:hover .play {
  width: 170px;
  height: 170px;
}

.video-content .video-button:hover .play:after {
  -webkit-transform: translate(-50%,-50%) rotate(120deg);
  transform: translate(-50%,-50%) rotate(120deg);
  margin-top: 5px;
  margin-left: -4px;
}

/* Pink */

body.pink .heading-with-right-image-wrapper .page-center:before,
body.pink .key-benefits-content .content ul li span,
body.pink .testimonial-slider-wrapper ul.slick-dots li.slick-active,
body.pink .connect-with-us .connect-with-us-line .connect-with-us-subline,
body.pink .connect-with-us .twp-content-group a.item-wrapper .item  {
  background-color: #fea09b;
}

body.pink .heading-with-content-inner > h2,
body.pink .heading-with-content-inner .content h3:first-child,
body.pink .key-benefits-content h2.key-benefits-title,
body.pink .connect-with-us h5.connect-with-us-heading{
  color: #fea09b;
}

body.pink .testimonial-slider-wrapper ul.slick-dots li.slick-active:before {
  border-color: #fea09b;
}

body.pink .video-content .video-button .play:after{
  border-left-color: #fea09b;
}

/* Pink */

/* Light Green */

body.light-green .heading-with-right-image-wrapper .page-center:before,
body.light-green .key-benefits-content .content ul li span,
body.light-green .testimonial-slider-wrapper ul.slick-dots li.slick-active,
body.light-green .connect-with-us .connect-with-us-line .connect-with-us-subline,
body.light-green .connect-with-us .twp-content-group a.item-wrapper .item  {
  background-color: #82cfcf;
}

body.light-green .heading-with-content-inner > h2,
body.light-green .heading-with-content-inner .content h3:first-child,
body.light-green .key-benefits-content h2.key-benefits-title,
body.light-green .connect-with-us h5.connect-with-us-heading{
  color: #82cfcf;
}

body.light-green .testimonial-slider-wrapper ul.slick-dots li.slick-active:before {
  border-color: #82cfcf;
}

body.light-green .video-content .video-button .play:after{
  border-left-color: #82cfcf;
}

/* Light Green */

/* Blue */

body.blue .heading-with-right-image-wrapper .page-center:before,
body.blue .key-benefits-content .content ul li span,
body.blue .testimonial-slider-wrapper ul.slick-dots li.slick-active,
body.blue .connect-with-us .connect-with-us-line .connect-with-us-subline,
body.blue .connect-with-us .twp-content-group a.item-wrapper .item  {
  background-color: #00aef7;
}

body.blue .heading-with-content-inner > h2,
body.blue .heading-with-content-inner .content h3:first-child,
body.blue .key-benefits-content h2.key-benefits-title,
body.blue .connect-with-us h5.connect-with-us-heading{
  color: #00aef7;
}

body.blue .testimonial-slider-wrapper ul.slick-dots li.slick-active:before {
  border-color: #00aef7;
}

body.blue .video-content .video-button .play:after{
  border-left-color: #00aef7;
}

/* Blue */

/* purple */

body.purple .heading-with-right-image-wrapper .page-center:before,
body.purple .key-benefits-content .content ul li span,
body.purple .testimonial-slider-wrapper ul.slick-dots li.slick-active,
body.purple .connect-with-us .connect-with-us-line .connect-with-us-subline,
body.purple .connect-with-us .twp-content-group a.item-wrapper .item  {
  background-color: #9198ff;
}

body.purple .heading-with-content-inner > h2,
body.purple .heading-with-content-inner .content h3:first-child,
body.purple .key-benefits-content h2.key-benefits-title,
body.purple .connect-with-us h5.connect-with-us-heading{
  color: #9198ff;
}

body.purple .testimonial-slider-wrapper ul.slick-dots li.slick-active:before {
  border-color: #9198ff;
}

body.purple .video-content .video-button .play:after{
  border-left-color: #9198ff;
}

/* purple */

/* green */

body.green .heading-with-right-image-wrapper .page-center:before,
body.green .key-benefits-content .content ul li span,
body.green .testimonial-slider-wrapper ul.slick-dots li.slick-active,
body.green .connect-with-us .connect-with-us-line .connect-with-us-subline,
body.green .connect-with-us .twp-content-group a.item-wrapper .item  {
  background-color: #39ce9a;
}

body.green .heading-with-content-inner > h2,
body.green .heading-with-content-inner .content h3:first-child,
body.green .key-benefits-content h2.key-benefits-title,
body.green .connect-with-us h5.connect-with-us-heading{
  color: #39ce9a;
}

body.green .testimonial-slider-wrapper ul.slick-dots li.slick-active:before {
  border-color: #39ce9a;
}

body.green .video-content .video-button .play:after{
  border-left-color: #39ce9a;
}

/* green */


.home-banner-wrapper .home-banner {
  position: relative;
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
  -webkit-animation-timing-function: cubic-bezier(.77,0,.175,1);
  animation-timing-function: cubic-bezier(.77,0,.175,1);
  -webkit-animation: slideIn .8s;
  animation: slideIn .8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes slideIn {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideIn {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.home-banner-inner {
  position: relative;
  padding-bottom: 100%;
  background: #3f4c57;
  overflow: hidden;
}

.home-banner-inner video.home-banner-video {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  transform: translate(-50%,-50%);
}

.home-banner-inner .mobile-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.home-banner-inner .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 4;
}

.home-banner-inner .content .home-banner-img {
  opacity: 0;
  position: absolute;
}

.home-banner-inner .content .home-banner-img {
  -webkit-animation: fadeInMap .6s;
  animation: fadeInMap .6s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.home-banner-inner .content .home-banner-img img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.home-banner-inner .content .home-banner-content {
  position: absolute;
  left: 16px;
  bottom: 40%;
  margin-bottom: -64px;
  top: auto;
  line-height: 1.4;
}

.home-banner-inner .content .home-banner-content h1.home-banner-title {
  margin-bottom: .5em;
  max-width: 300px;
  margin: 44px 0;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 44px;
  color: #e76b66;
  line-height: 1.1;
}

.white {
  color: #fff;
}

.home-banner-inner .content .home-banner-img {
  opacity: 0.3;
}

.home-banner-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #fff;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14.4px;
}

.home-banner-button a {
  color: #fff !important;
  text-decoration: none;
}

span.icon-arrow-down:before {
  content: "";
}

.home-banner-line {
  height: 5px;
  background-color: #f89894;
  position: relative;
}

.home-banner-line .home-banner-subline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #e76b66;
  width: 40%;
}

.twp-home-row1-content {
  background: #f2f4f6;
  padding: 16px;
}

.twp-home-row1-content h5:first-child {
  margin-bottom: 47px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  position: relative;
}

.twp-home-row1-content h5:first-child > span {
  color: #e76b66;
}

.twp-home-row1-content h5:first-child:before {
  background-color: #e76b66;
  content: "";
  position: absolute;
  transition: width .6s;
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  height: 3px;
  width: 270px;
  max-width: 70%;
  left: 0;
  right: 0;
  bottom: -15px;
  top: auto;
  margin: auto;
}

.twp-home-row1-content .hs_cos_wrapper_type_rich_text {
  display: block;
}

.twp-home-row1-content .hs_cos_wrapper_type_rich_text > *:not(:first-child) {
  display: block!important;
  float: none!important;
  margin-left: auto!important;
  margin-right: auto!important;
  clear: both!important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

.twp-home-row1-content h5:first-child:after {
  background-color: #3f4c57;
  content: "";
  position: absolute;
  transition: width .6s;
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  height: 3px;
  width: calc(( 270px * 50)/100);
  max-width: 70%;
  left: 50%;
  right: auto;
  bottom: -15px;
  top: auto;
  margin: auto;
}

.services-accordion-wrapper .page-center {
  margin-bottom: 100px !important;
}

.services-accordion-wrapper .services-accordion {
  transition: all .6s .56s;
  position: relative;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.77,0,.175,1);
  animation-timing-function: cubic-bezier(.77,0,.175,1);
  -webkit-animation: slideInIntro .4s;
  animation: slideInIntro .4s;
  -webkit-animation-delay: .56s;
  animation-delay: .56s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes slideInIntro {
  100% {
    opacity: 1
  }
}

@keyframes slideInIntro {
  100% {
    opacity: 1
  }
}
.services-accordion-inner {
  padding: 16px;
  text-align: center;
}

.services-accordion .services-accordion-inner {
  padding-left: 0!important;
  padding-right: 0!important;
  padding-bottom: 0;
}

.services-accordion .services-accordion-inner h5.section-header {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 12px;
}

.services-accordion .services-accordion-inner .services-accordion-line {
  background-color: #3f4c57;
  position: relative;
  transition: width .6s;
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  height: 3px;
  width: 0;
  max-width: 70%;
  margin-bottom: 32px;
  width: 270px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.services-accordion .services-accordion-inner .services-accordion-line .services-accordion-subline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #e76b66;
  width: 50%;
}

.services-accordion-item-mobile {
  height: 100%;
  border-right: solid 1px #fff;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  width: calc(100% / 6.01);
  float: left;
  width: 100%!important;
  clear: both;
  border-right: none;
  border-bottom: solid 1px #fff;
  height: auto;
  overflow: hidden;
}

.services-accordion-listing {
  height: 630px;
  background: #f3f4f6;
}

.services-accordion-listing a.services-accordion-item.desktop {
  height: 100%;
  border-right: solid 1px #fff;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  width: calc(100% / 6.01);
  float: left;
  transition: all .25s ease;
  background-color: transparent;
  text-decoration: none;
  color: #3f4c57;
}

a.services-accordion-item.desktop .services-accordion-item-title {
  padding: 30px 20px;
}

a.services-accordion-item.desktop .services-accordion-item-image {
  width: 100%;
  height: 250px;
  opacity: 0;
  transition: all .15s ease 0s;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

a.services-accordion-item.desktop .services-accordion-item-image-text {
  padding: 30px 20px;
  opacity: 0;
  transition: all .15s ease 0s;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}

a.services-accordion-item.desktop .services-accordion-item-title span.services-accordion-item-productlogo {
  display: inline-block;
  width: 30px;
  margin-right: 9px;
  height: 22px;
  position: relative;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-bottom: 14px;
}

.services-accordion-item-productlogo:after,.services-accordion-item-productlogo:before {
  content: '';
  position: absolute;
  bottom: 0;
}

.services-accordion-item-productlogo:after {
  z-index: 1;
  background: #bab6b7;
  width: 7px;
  height: 100%;
  -webkit-transform: skewX(-36deg) skewY(0);
  transform: skewX(-36deg) skewY(0);
  left: 15px;
}

.services-accordion-item-productlogo:before {
  z-index: 2;
  background: #3f4c57;
  width: 7px;
  height: 50%;
  -webkit-transform: skewX(36deg) skewY(0);
  transform: skewX(36deg) skewY(0);
  right: 20px;
}

a.services-accordion-item.desktop .services-accordion-item-title h4 {
  text-transform: uppercase;
  font-size: 17px;
  transition: all .25s ease;
  line-height: 1.3;
}

a.services-accordion-item.desktop .services-accordion-item-image .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.services-accordion-listing a.services-accordion-item.desktop:hover {
  width: calc(100% / 3.5)!important;
  outline: 0;
}

.services-accordion-listing a.services-accordion-item.desktop:hover .services-accordion-item-productlogo:after {
  background: #fff;
}

a.services-accordion-item.desktop:hover .services-accordion-item-title h4 {
  color: #fff;
}

a.services-accordion-item.desktop:hover .services-accordion-item-image {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all .15s ease .25s;
  opacity: 1;
}

a.services-accordion-item.desktop:hover .services-accordion-item-image-text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all .15s ease .25s;
  opacity: 1;
}

a.services-accordion-item.desktop .services-accordion-item-image-text p {
  color: #404c56;
  font-size: 14px;
  line-height: 1.6;
}

.services-accordion-listing:hover a.services-accordion-item.desktop,
.services-accordion-listing.active a.services-accordion-item.desktop
{
  width: calc(100% / 7.01);
}

.services-accordion-listing a.services-accordion-item.desktop.orange:hover,
.services-accordion-listing a.services-accordion-item.active {
  background: #eda56b;
  width: calc(100% / 3.5)!important;
  outline: 0;
}

.orange .services-accordion-item-title h4 {
  color: #eda56b;
}

.orange .services-accordion-item-productlogo:after{
  background-color: #eda56b;
}

.light-green .services-accordion-item-title h4 {
  color: #82cfcf;
}

.light-green .services-accordion-item-productlogo:after{
  background-color: #82cfcf;
}

.services-accordion-listing a.services-accordion-item.desktop.light-green:hover {
  background: #82cfcf;
}

.red .services-accordion-item-title h4 {
  color: #fea09b;
}

.red .services-accordion-item-productlogo:after{
  background-color: #fea09b;
}

.services-accordion-listing a.services-accordion-item.desktop.red:hover {
  background: #fea09b;
}

.violet .services-accordion-item-title h4 {
  color: #9198ff;
}

.violet .services-accordion-item-productlogo:after{
  background-color: #9198ff;
}

.services-accordion-listing a.services-accordion-item.desktop.violet:hover {
  background: #9198ff;
}

.blue .services-accordion-item-title h4 {
  color: #00aef7;
}

.blue .services-accordion-item-productlogo:after{
  background-color: #00aef7;
}

.services-accordion-listing a.services-accordion-item.desktop.blue:hover {
  background: #00aef7;
}

.green .services-accordion-item-title h4 {
  color: #39ce9a;
}

.green .services-accordion-item-productlogo:after{
  background-color: #39ce9a;
}

.services-accordion-listing a.services-accordion-item.desktop.green:hover {
  background: #39ce9a;
}

.content-with-background {
  opacity: 1;
  position: relative;
  padding: 5% 5% 3%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content-with-background:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  opacity: .75;
  background: #3f4c57;
}

.content-with-background .content-with-background-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.content-with-background .content-with-background-inner h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 12px;
}

.content-with-background .content-with-background-inner .content {
  display: block!important;
  float: none!important;
  margin-left: auto!important;
  margin-right: auto!important;
  clear: both!important;
  width: 75%;
  padding-left: 32px;
  padding-right: 32px;
}

.content-with-background .content-with-background-inner .content p {
  font-size: 22px;
  letter-spacing: .02667em;
}

.content-with-background-button a {
  color: #fff !important;
  text-decoration: none;
}

.content-with-background-button .icon-arrow-down-circle {
  display: inline-block;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: opacity .2s;
  font-size: 45px;
  cursor: pointer;
  line-height: 1.25;
}

.icon-arrow-down-circle:before {content: "";}

.content-with-background-button:hover .icon-arrow-down-circle {
  -webkit-animation: iconShake .6s forwards;
  animation: iconShake .6s forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home-banner-button:hover .icon-arrow-down {
  -webkit-animation: jump 1.5s infinite;
  animation: jump 1.5s infinite;
  display: inline-block;
}

@-webkit-keyframes jump {
  0%,20%,40% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  10%,30% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

@keyframes jump {
  0%,20%,40% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  10%,30% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

.services-row3 .services-wrapper .page-center .top-inner:after {
  clear: both;
  content: "";
  display: block;
}

.banner-area-wrapper.blog-banner .banner-area {
  background-color: #3f4c57;
}


.hs-blog-post .post-header .page-center {
  background: #f2f4f6;
  position: relative;
  padding-top: 60px;
}

.hs-blog-post .post-header .page-center:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 313px;
  z-index: 1;
  background: #3f4c57;
}

.blog .body-container-wrapper .widget-span {
  min-height: 0 !important;
}

.post-header-inner {
  padding: 0 60px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.post-header-content {
  background: #fff;
  overflow: hidden;
  min-height: 540px;
  position: relative;
}

.post-header-image {
  width: 50%;
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.post-header-text {
  float: left;
  width: 50%;
  padding: 20px 220px 40px 50px;
  position: relative;
}

.post-header-text span.post-header-date {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #bab6b7;
  display: block;
  margin-top: 25px;
}

.post-header-text h1 {
  font-size: 38px;
  line-height: 1.1;
}

.post-header-text p {
  font-size: 18px;
  line-height: 1.6;
}

.post-body-content {
  padding-left: 96px;
  padding-right: 96px;
}

.post-body-content > .hs_cos_wrapper_type_rich_text > * {
  box-sizing: border-box;
  width: 75%;
  padding-left: 32px !important;
  padding-right: 32px !important;
  max-width: none;
}

.post-body-content > .hs_cos_wrapper_type_rich_text h2{
  color: #e76b66;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 400;
  margin: 110px auto 30px;
  padding: 0 20px;
}

.post-body-content > .hs_cos_wrapper_type_rich_text > *:first-child {
  margin-top: 0;
  padding-top: 110px;
}

.hs-blog-post .post-body .page-center {
  background: #f2f4f6;
  padding-bottom: 90px;
}

.post-body-content > .hs_cos_wrapper_type_rich_text p {
  font-size: 17px;
  line-height: 1.5;
  text-align: justify;
  font-weight: 400;
  margin: 0 auto 20px;
}

.post-body-content > .hs_cos_wrapper_type_rich_text ul,
.post-body-content > .hs_cos_wrapper_type_rich_text ol {
  margin: 0 auto 20px;
  padding-left: 53px!important;
}

.post-body-content > .hs_cos_wrapper_type_rich_text img{
  margin: 0 auto 20px; 
}

.related-post-content {
  padding: 100px 0;
}

.related-post-content h4 {
  text-align: center;
  color: #e76b66;
}

.related-post-line {
  background-color: #3f4c57;
  position: relative;
  transition: width .6s;
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55);
  height: 3px;
  width: 270px;
  max-width: 70%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.related-post-line .related-post-subline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #e76b66;
  width: 50%;
}

.related-post-listing {
  overflow: hidden;
  margin: 80px auto 0;
  max-width: 1340px;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
}

.related-post-listing a.related-post-item {
  transition: all .3s ease;
  background: #f2f4f6;
  padding: 30px;
  position: relative;
  width: calc(33.33% - 20px);
  float: left;
  height: 220px;
  margin-right: 30px;
  cursor: pointer;
  vertical-align: top;
  text-align: left!important;
  float: none!important;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.related-post-listing a.related-post-item:last-child {
  margin: 0!important;
}

.related-post-listing a.related-post-item span.related-post-date {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #bab6b7;
  display: block;
  transition: all .3s ease;
}

.related-post-listing a.related-post-item p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .9px;
  margin: 15px 0 0;
  color: #3f4c57;
}

.related-post-listing a.related-post-item:hover {
  background: #e76b66;
}

.related-post-listing a.related-post-item:hover span.related-post-date {
  color: #fff;
}


.hs-blog-listing .blog-content {
  padding: 64px 96px;
}

.hs-blog-listing .body-container-wrapper .page-center.content-wrapper {
  background: #f2f4f6;
}

.recent-post-item {
  height: 380px;
  background: #fff;
  display: block !important;
}

.recent-post-item .recent-post-right {
  float: right;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.recent-post-item .recent-post-left {
  width: 55%;
  height: 100%;
  float: left;
  background: #fff;
  text-align: left;
}

.recent-post-item a.recent-post-link {
  display: block;
  height: 100%;
  color: inherit;
  outline: 0;
  text-decoration: none;
}

.recent-post-item .recent-post-left .recent-post-content {
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.recent-post-item .recent-post-left .recent-post-content .recent-post-date {
  color: rgba(157,151,153,.7);
  display: block;
  letter-spacing: .16em;
  margin-bottom: 16px;
  font-size: 14.4px;
  font-weight: 700;
  margin: 0 0 25px;
}

.recent-post-item .recent-post-left .recent-post-content h4.recent-post-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #3f4c57;
}

.recent-post-wrapper ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 35px;
  line-height: 3px;
  text-align: center;
}

ul.slick-dots li {
  display: inline-block;
  width: 7px;
  height: 7px;
  opacity: 1;
  border-radius: 50%;
  background: #3f4c57;
  margin: 0 24px!important;
  position: relative;
  cursor: pointer;
  line-height: normal;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li.slick-active:before {
  content: '';
  opacity: 1;
  border: 1px solid #e76b66;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -9px;
  top: -9px;
  background: 0 0;
  border-radius: 50%;
  transition: all .25s ease;
}

ul.slick-dots li.slick-active {
  background: #e76b66;
  opacity: 1;
}

.post-listing {
  margin-top: 60px;
}

.post-listing .post-item {
  margin-bottom: 40px;
}

.blog-pagination {
  text-align: center;
}

.blog-pagination a {
  margin-right: 20px;
  color: inherit;
  text-decoration: none;
}

.hs-tab1-group .hs-tab1-items:nth-last-child(-n+4) {
  padding-bottom: 16px;
}

.hs-tab1-group .hs-tab1-items .hs-tab1-items-inner .brick__front .brick__icon {
  line-height: 1;
}

body:not(.blog) .recent-post-wrapper {}

body:not(.blog) .recent-post-wrapper .recent-post-slider {
  padding: 80px 96px 64px;
}

body:not(.blog) .recent-post-wrapper .page-center:after {
  background: #f2f4f6;
  width: 100%;
  height: 420px;
  position: relative;
  margin-top: -380px;
  content: "";
  display: block;
  z-index: -1;
}

body:not(.blog) .recent-post-wrapper .recent-post-right {
  float: right;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.hs-home .connect-with-us:before{
  position: absolute;
  left: 0;
  z-index: -1;
  background: #f2f4f6;
  content: '';
  height: 264px;
  width: 100%;
  margin-top: -64px;
}

.hs-home .connect-with-us{
  position: relative;
}

.smaller {
  font-size: 14.4px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.no-gutter {
  padding: 0 !important;
}

.spacer--2 {
  height: 32px !important;
}

.accordion__title {
  font-family: "Noto Sans",sans-serif;
  font-size: 16px;
  line-height: 1.1;
  padding-top: 14px !important;
  padding-bottom: 18px !important;
}    

.hs-board-members-wrap-group ul.slick-dots {
  padding: 0;
  margin-top: 35px;
  line-height: 3px;
  width: 100%;
  position: absolute;
  bottom: -30px;
  display: block;
  background: 0 0;
  margin: 0;
  text-align: center;
}

.hs-board-members-wrap-group ul.slick-dots li {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3f4c57;
  margin: 0 24px!important;
  position: relative;
  cursor: pointer;
  line-height: normal;
  opacity: 1;
}

.hs-board-members-wrap-group ul.slick-dots li button {
  display: none;
}

.hs-board-members-wrap-group ul.slick-dots li.slick-active {
  background: #e76b66;
  opacity: 1;
}

.hs-board-members-wrap-group ul.slick-dots li.slick-active:before {
  content: '';
  opacity: 1;
  border: 1px solid #e76b66;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -9px;
  top: -9px;
  background: 0 0;
  border-radius: 50%;
  transition: all .25s ease;
}

.services-accordion-listing a.services-accordion-item.active .services-accordion-item-productlogo:after {
  background: #fff;
}
.services-accordion-listing a.services-accordion-item.active .services-accordion-item-title h4 {
  color: #fff;
}
.services-accordion-listing a.services-accordion-item.active .services-accordion-item-image {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all .15s ease .25s;
  opacity: 1;
}
.services-accordion-listing a.services-accordion-item.active .services-accordion-item-image-text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all .15s ease .25s;
  opacity: 1;
}

.blog.hs-blog-post .post-body-content a {
  color: #e76b66;
  text-decoration: none;
}
.tabber-content-items-content a.button.button--text {    text-decoration: none;    color: #3f4c57; }

.tabber-content-nav ul li.is-active a:hover {
  padding: 16px 48px 16px 16px;
  font-size: 22px;
  padding-left: 64px;
}

/** End V2 **/

.sample-blog .body-container-wrapper .page-center.content-wrapper {
  padding-left: 96px !important;
  padding-right: 96px !important;
  background: #ffffff;
}

.sample-blog .body-container-wrapper {
  padding-bottom: 50px !important;
}
.work-with-us-conetnt ul li {
  box-sizing: content-box;
}
.nu .body-container-wrapper .content-wrapper.page-center {
  padding-left: 16px;
  padding-right: 16px;
}
.nu .body-container-wrapper {
  padding-bottom: 50px !important;
}  
.sp .body-container-wrapper .content-wrapper.page-center {
  padding-left: 16px;
  padding-right: 16px;
}
.sp .body-container-wrapper .page-center {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}   
.replying {
  padding-left: 0;
}

.sample-blog.hs-blog-listing .blog-content {
  padding: 0 !important;
}

.sp form,
.nu form{
  max-width: 750px;
}
input + input {
  margin-top: 20px;
}
.hs-tv-nav-style.unactive .icon--radio-active:before {
  content: "";
}

.no-navigation .widget-type-space {
  width: auto;
  margin-left: 0;
  float: right !important;
}

.no-navigation .custom-logo {
  float: left !important;
}

.no-navigation .custom-header-wrapper > div > .row-fluid {
  display: block !important;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media screen and (min-width: 641px) {
  .hs-work-with-us-right-col {
    display: block !important;
  }
  .custom-pop-full-wrap .main-content {
    padding: 48px 32px;
  }
  .work-with-us-header h2 {
    display: block;
    color: #e76b66;
    margin: 0;
    padding-right: 240px;
  }
  .news__header__select__field {
    width: auto;
  }
  .news__header__select {
    position: absolute;
    width: auto;
    right: 48px;
    top: 40px;
  }
  .work-with-us-conetnt {
    padding: 32px 48px;
  }
  .hs-work-with-us-group {
    display: flex;
    flex-wrap: wrap;
  }
  .hs-work-with-us-left-col {
    width: 33.33333%;
  }
  .hs-work-with-us-right-col {
    width: 66.66667%;
  }
  .button--special__content {
    position: relative;
  }
  .button--special__content {
    position: relative;
  }
  .hs-bottom-footer {
    padding: 32px 0 0;
  }
  .button--special__content {
    position: relative;
  }
  .hs-top-footer {
    padding: 48px 32px;
  }
  .hs-footer-address-group .hs-footer-address-items , 
  .hs-footer-address-group-wrap .header, .hs-footer-logo,
  .custom-footer-menu .hs-menu-wrapper > ul > li,
  .nu .body-container-wrapper .content-wrapper.page-center,
  .sp .body-container-wrapper .content-wrapper.page-center{
    padding-left: 24px;
    padding-right: 24px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 33.33333%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 95px;
    padding: 0 32px;
  }
  .header__item {
    line-height: 95px;
    padding: 0 32px;
    font-size: 28px
  }
  .custom-header-language:after {
    background-position: -266% 22%;
  }
  .custom-header-language .hs-menu-wrapper > ul > li {
    width: 25%;
    padding-right: 24px;
    float: left !important;
  }
  h1.jumbo, h4.jumbo {
    font-size: 55.2px;
  }
  .header-search:after {
    background-position: -266% 22%;
  }

  .custom-logo img {
    height: 95px;
    padding: 10px 33px 16px;
    vertical-align: middle;
  }
  .box--padding--huge {
    padding-bottom: 32px;
  }
  .hs-board-members {
    padding: 48px 16px;
  }
  .hs-complany-two-col-right .hs-col-right,
  .hs-complany-two-col-right .hs-col-left{
    width: 50%;
  }
  .hs-tab1-group .hs-tab1-items {
    width: 50%;
    padding: 8px;
  }
  .hs-tab1-group .hs-tab1-items .hs-tab1-items-inner {
    min-height: 290px;
    width: 100%;
  }
  .work-with-us-header {
    padding: 48px;
    border-bottom: 2px solid #e8ebee;
  }
  .hs-complany-two-col-right .hs-col-left {
    padding-right: 16px;
  }
  .hs-complany-two-col-right .hs-col-right {
    padding-left: 16px;
    padding-right: 16px;
  }
  .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form form.hs-form fieldset {
    margin-left: -24px;
    margin-right: -24px;
  }
  .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .field {
    padding-left: 24px;
    padding-right: 24px;
  }
  .grid-md-4 {
    width: 33.33333%;
  }
  .brick {
    min-height: 290px;
    width: 100%;
  }
  .brick__highlight {
    font-size: 35px;
  }
  .brick__title {
    font-size: 18px;
    line-height: 1.5;
  }
  .grid-lg-3, .grid-md-4, .grid-lg-9  {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tabs__content__item.js-slideout-content .brick__front {
    display: block;
    padding: 16px 32px;
  }
  .brick__separator {
    display: block;
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 16px;
  }
  .map__blinker {
    height: 64px;
    width: 64px;
    margin-top: -32px;
    margin-left: -32px;
  }
  .map__blinker {
    height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
  .tabber-group .tabber-content-nav {
    width: 41.66667%;
  }
  .tabber-group .tabber-content-group {
    width: 58.33333%;
  }
  .tabber-content-group .tabber-content-items {
    padding: 64px;
  }
  .tabber-content-nav ul li a {
    margin-bottom: 0;
    background-color: transparent;
    padding: 16px 32px 16px 16px;
    padding-left: 32px;
  }
  .tabber-content-nav ul li a:hover {
    padding-left: 48px;
    padding-right: 16px;
  }
  .slideout__nav__arrow {
    transition: opacity .2s;
    display: block;
    position: absolute;
    margin-top: -12.5px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 13px 12.5px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
    top: 32px;
  }

  .overlay {
    padding:0
  }

  .overlay__sidebar {
    width: 80px;
    line-height: 80px
  }

  .overlay__sidebar__buttons {
    width: 80px
  }

  .overlay__article {
    padding-right: 80px
  }

  /** V2 **/
  .twp-hide-md {
    display: none;
  }

  .services-item-hidden-wrapper.mobile-only {
    display: none !important;
  }

  .services-wrapper.mobile {
    display: none;
  }

  .home-banner-inner .content .home-banner-content h1.home-banner-title {
    font-size: 52.8px;
    margin-bottom: 26.4px;
  }

  .home-banner-inner {
    padding-bottom: 49%;
  }

  .home-banner-inner .mobile-background {
    display: none;
  }

  .home-banner-inner .content .home-banner-img {
    position: absolute;
  }

  .home-banner-inner video.home-banner-video {
    display: block;
  }

  .home-banner-inner .content .home-banner-content {
    bottom: 28%;
  }

  .twp-home-row1-content {
    background: #f2f4f6;
    padding-bottom: 32px;
  }

  .services-accordion-inner {
    padding-bottom: 32px;
  }

  .home-banner-inner .content .home-banner-content h1.home-banner-title{
    font-size: 42.8px;
    margin-bottom: 0.67em;
  }

  .mobile-tab {
    display: none !important;
  }

  .services-item-hidden-content-wrapper {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    padding: 8px 0 0 !important;
  }

  /** End V2 **/ 

}

@media screen and (min-width: 1025px){
  .services-accordion-item-mobile {
    display: none;
  }
}


@media screen and (min-width: 1149px) {
  .login-content-group .login-content-items {
    width: calc(33.33333% - (16px*3));
    margin-left: calc(16px*3);
  }
}
@media screen and (min-width: 1150px) {
  .nu .body-container-wrapper .content-wrapper.page-center,
  .sp .body-container-wrapper .content-wrapper.page-center{
    padding-left: 96px;
    padding-right: 96px;
  }
  .work-with-us-conetnt ul li h5 {
    min-height: 70px;
  }
  .hs-tab1-group .hs-tab1-items .hs-tab1-items-inner .brick__front span.brick__title {
    display: block;
    font-size: 18px;
    line-height: 1.5;
  }
  .hs-tab1-group .hs-tab1-items .hs-tab1-items-inner {
    height: 290px;
    text-align: center;
  }
  .custom-header-language{
    padding: 32px 48px;
  }
  .header__item {
    padding: 0 24px;
  }
  .hs-bottom-footer {
    text-align: left;
    line-height: 65px;
    padding: 0 64px;
  }
  .hs-copyright a {
    margin-left: 64px;
    padding: 0 16px;
  } 
  .meta-footer__social {
    float: right;
  }
  .hs-top-footer {
    padding: 48px 64px;
  }
  .hs-footer-address-group .hs-footer-address-items,
  .hs-footer-address-group-wrap .header, 
  .hs-footer-logo, 
  .custom-footer-menu .hs-menu-wrapper > ul > li{
    padding-left: 32px;
    padding-right: 32px;
  }
  .hs-footer-address-group-wrap {
    overflow: hidden;
    margin-right: -3.6%;
  }
  .custom-footer-menu .hs_cos_wrapper_type_menu {
    display: block;
    margin-left: -1.9%;
  }
  .hide-lg {
    display: none;
  }
  .custom-logo img {
    height: 95px;
    padding: 10px 33px 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 24px;
    border-left: 1px solid #e8ebee;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    border-right: 1px solid #e8ebee;
  }
  .custom-header-language:after {
    background-position: 93% 30%;
  }
  .custom-header-language .hs-menu-wrapper > ul > li {
    padding-right: 32px;
  }
  h1.jumbo, h4.jumbo {
    font-size: 92px;
  }
  .login-header {
    padding: 32px 48px;
  }
  .login-wrapper:after {
    background-position: 93% 30%;
  }
  .login-content-group {
    padding: 0 0 32px;
  }
  .header-search:after {
    background-position: 93% 30%;
  }
  .box--padding--huge {
    padding: 64px 96px;
  }
  .hs-complany-two-col-right .hs-col-left {
    width: 33.33333%;
  }
  .hs-complany-two-col-right .hs-col-right {
    width: 58.33333%;
    margin-left: 8.33333%;
  }
  .hs-our-team-group .mover .centered {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    padding-left: 32px;
    padding-right: 32px;
  }
  .hs-advanced-tabber-nav-group {
    margin-bottom: 64px;
  }
  .hs-tab1-group .hs-tab1-items {
    width: 25%;
    padding: 0 13.6px;
  }
  .hs-tab1-items:nth-child(4) ~ .hs-tab1-items {
    margin-top: 25px;
  }
  .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form form.hs-form fieldset {
    margin-left: -32px;
    margin-right: -32px;
  }
  .custom-pop-full-wrap .main-content .hs_cos_wrapper_type_form .hs-form .field {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hs-complany-two-col-right .hs-col-right {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .no-gutter-lg, .no-margin-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .brick {
    height: 290px;
    text-align: center;
  }
  .brick__highlight {
    margin-bottom: 16px;
    margin-top: 16px;
    font-size: 52px;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-3, .grid-md-4, .grid-lg-9  {
    padding-left: 32px;
    padding-right: 32px;
  }
  .tabs__content__item.js-slideout-content .brick__front {
    padding: 64px 32px 16px;
    text-align: center;
  }
  .brick__separator {
    bottom: auto;
    left: auto;
    right: 0;
    top: 15%;
    height: 70%;
    width: 2px;
  }
  .map {
    margin-top: -32px;
  }
  .tabber-content-group .tabber-content-items {
    padding: 96px 144px 64px;
  }
  .tabber-content-nav ul li a {
    padding: 16px 48px 16px 16px;
    font-size: 22px;
    padding-left: 64px;
  }
  .tabber-content-nav ul li a:hover {
    padding-left: 80px;
    padding-right: 32px;
  }
  .services-item-inner {
    height: 350px;
  }

  .services-item-texts {
    height: 114px;
  }

  .services-accordion-inner {
    padding: 64px 96px;
  }

  .twp-home-row1-content {
    padding: 64px 96px;
  }

  .home-banner-inner .content .home-banner-content {
    width: 50%;
    left: 96px;
    bottom: 24%;
  }

  .home-banner-inner .content .home-banner-img {
    top: 18%;
    right: 2%;
    max-width: 100%;
  }

  .home-banner-inner .content .home-banner-content h1.home-banner-title {
    font-size: 70.4px;
    margin-bottom: 0.5em;
  }


  .twp-home-row1-content .hs_cos_wrapper_type_rich_text > *:not(:first-child) {
    width: 75%;
  }

  .show-lg {
    display: block !important;
  }
} 
@media screen and (min-width: 1250px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 32px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    border-left: 1px solid #e8ebee;
  }
  .header__item {
    padding: 0 32px;
  }
}
@media screen and (max-width: 1300px) {
  .team__item {
    width: calc(16.66% - 5.83px);
  }
}
@media screen and (min-width: 1310px) {
  .home-banner-inner .content .home-banner-content h1.home-banner-title {
    font-size: 88px;
    margin-bottom:44px;
  }

}

/* =============== Screen sizes smaller than .page-center =============== */
@media screen and (max-width: 1440px){

  .services-row3 .services-wrapper .page-center .top-inner {
    width: 75%;
  }
  .sample-blog .banner-area {
    padding: 0;
  }
  .sample-blog .banner-area .banner-area-content {
    position: static;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 46px;
  }
}

@media screen and (max-width: 1300px){
  .team__item:nth-child(7n) {
    margin-right: 7px;
    float: left;
  }
  .team__item:nth-child(6n) {
    margin-right: 0;
    float: right;
  }
  .team__item img {
    width: 100%;
  }

}
@media screen and (max-width: 1280px){

  .heading-with-right-image-content .text h1 {
    font-size: 48px;
  }

  .heading-with-right-image-content .text p {
    font-size: 16px;
  }

  .heading-with-right-image-content {
    min-height: 480px;
  }

  .heading-with-right-image-content .text {
    padding: 20px 100px 40px 50px;
  }

  .heading-with-content-inner{
    padding: 110px 5% 50px;
  }

  .heading-with-content-inner > h2{
    font-size: 55px;
  }

  .post-header-content {
    min-height: 480px;
  }

  .post-header-text {
    padding: 20px 100px 40px 50px;
  }

  .post-header-text p {
    font-size: 16px;
  }

}

@media screen and (max-width: 1279px){

  .hs-board-members-wrap-group ul.slick-dots {
    padding: 0;
    margin-top: 35px;
    line-height: 3px;
    width: 100%;
    position: absolute;
    bottom: -30px;
    display: block;
    background: 0 0;
    margin: 0;
    text-align: center;
  }

  .hs-board-members-wrap-group ul.slick-dots li {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3f4c57;
    margin: 0 24px!important;
    position: relative;
    cursor: pointer;
    line-height: normal;
    opacity: 1;
  }

  .hs-board-members-wrap-group ul.slick-dots li button {
    display: none;
  }

  .hs-board-members-wrap-group ul.slick-dots li.slick-active {
    background: #e76b66;
    opacity: 1;
  }

  .hs-board-members-wrap-group ul.slick-dots li.slick-active:before {
    content: '';
    opacity: 1;
    border: 1px solid #e76b66;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -9px;
    top: -9px;
    background: 0 0;
    border-radius: 50%;
    transition: all .25s ease;
  }

  .hs-board-members-wrap-group {
    border-bottom: solid 60px #f2f4f6;
  }

}
@media screen and (max-width: 1150px){
  .custom-search-page .box--padding--huge {
    padding-top: 32px;
  }
  .key-benefits-content {
    padding: 100px 80px;
  }

  .key-benefits-content .content ul {
    left: 130px;
    width: 70%;
  }

  .quotes__nav__item__position {
    font-size: 12px;
    padding-bottom: 30px;
  }

}

@media (max-width: 1149px) {
  .hs-copyright .hs_cos_wrapper_type_rich_text span {
    display: block;
  }
  .hs-footer-column, .custom-footer-menu {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .custom-footer-menu {
    margin-top: 32px;
  }
  .hs-copyright span {
    display: block;
    text-align: center;
  }
  .hs-copyright {
    width: 100% !important;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8ebee;
  }
  .hs-copyright + div {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .meta-footer__social {
    vertical-align: middle;
  }
  .hs-copyright a {
    margin-top: 16px;
  }
  .hs-copyright + div {
    text-align: center;
  }
  .sub-menu-group {
    display: none;
  }
  .login-content-group .login-content-items {
    float: none;
    width: 100%;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .quotes__nav__item__name {
    font-size: 18px;
  }

  .hs-advanced-tabber-nav-group ul li > a {
    font-size: 16px;
    display: inline-block;
    padding: 8px 16px;
    background-color: transparent;
    color: #3f4c57;
  }

  .hs-tab1-group .hs-tab1-items .hs-tab1-items-inner .brick__front .brick__icon {
    font-size: 45px;
    margin-right: 16px;
    float: none;
    margin-bottom: 0;
  }

  .hs-tab1-group .hs-tab1-items .hs-tab1-items-inner .brick__front {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 16px 32px;
  }

  .hs-tab1-group .hs-tab1-items .hs-tab1-items-inner .brick__front span.brick__title {
    line-height: 1.5;
  }

  .hs-home .hs-tab1-group .hs-tab1-items:nth-last-child(-n+4) {
    padding-bottom: 8px;
  }

  .hs-tab1-group .hs-tab1-items:last-child {
    padding-bottom: 16px !important;
  }

  .hs-advanced-tabber-content-group .no-gutter-md {
    padding: 0;
  }

  .tabs__content__item.js-slideout-content .brick__front {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }

  .spacer--2.hide.show-md.hide-lg {
    display: block;
  }

  .hs-advanced-tabber-content-group .gutter-bottom {
    padding-bottom: 16px;
  }

  .accordion__container {
    position: absolute;
    width: 300px;
    z-index: 1;
  }

  .tabs__content__item.js-slideout-content .accordion__container + div {
    width: 100%;
  }

  .custom-filter-nav .block {
    margin-top: 35px;
  }

  .hs-our-team-group .mover .centered {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hs-work-with-us-left-col .hs-tv-nav-style {
    line-height: 1.5;
    padding: 15px 32px 19px 32px;
    font-size: 16px;
  }

  .hs-work-with-us-left-col .hs-tv-nav-style .icon--radio-active {
    line-height: 1 !important;
    top: 4px;
    margin-right: 6px;
  }

  span.producttext {
    opacity: 0.6;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a {
    padding-top: 1px;
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    opacity: 0.6;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before {
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    z-index: -5;
    height: 100%;
  }
  .banner-area {
    padding-bottom: 26%;
  }

  .banner-area h1.banner-area-title {
    font-size: 55.2px;
  }

  .banner-area .banner-area-content {
    bottom: 32px;
    left: 16px;
    max-width: 70%;
  }

  .section-header-wrapper .section-header {
    padding: 16px;
    padding-bottom: 32px;
  }

  .section-header-sub-heading-group h3.section-header-sub-heading {
    line-height: 1.3;
    font-size: 24px;
    margin-bottom: 32px;
  }

  .services-row3 .services-wrapper .page-center .top-inner {
    width: 100%;
  }

  span.services-item-title {
    font-size: 18px;
    padding-bottom: 8px;
  }

  .services-item-icon {
    font-size: 50px;
  }

  .services-item-inner {
    transition: background-color .2s;
    background-color: #f2f4f6;
    text-align: center;
    padding: 24px 16px;
  }

  .image-gallery-wrapper .images{
    padding-top:0;
  }

  .image-gallery-wrapper .images .right .image-item-wrapper .image-item {
    height: 217.5px;
    padding-bottom: 0;
  }

  .image-gallery-wrapper .images .left .image-item {
    height: 435px;
  }

  .heading-with-bg {
    padding: 64px 32px;
  }

  .heading-with-bg-inner > .hs_cos_wrapper_type_cta {
    float: none;
  }

  .heading-with-bg-inner .heading-with-bg-texts {
    float: none;
  }

  .heading-with-bg-inner .heading-with-bg-texts h4.heading-with-bg-call {
    margin: .67em 0;
    margin-top: 8px;
  }

  .clients-wrapper .clients {
    padding: 16px 16px 32px 16px;
  }

  .clients-content .clients-item-wrapper .image-item {
    width: 25%;
  }

  .clients-content .sub-heading-group {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .connect-with-us {
    padding: 16px 8px 32px;
  }

  .connect-with-us .connect-with-us-sub-heading {
    padding-left: 24px;
    padding-right: 24px;
  }

  .connect-with-us .twp-content-group a.item-wrapper {
    width: 50%;
    padding: 8px;
  }

  .connect-with-us .twp-content-group a.item-wrapper .item .item-inner {
    padding: 16px 32px;
    text-align: left;
  }

  a.item-wrapper .item .item-inner span.item-icon {
    font-size: 45px;
    margin-right: 16px;
    float: none;
    margin-bottom: 0;
  }

  .item-wrapper .item .item-inner span.item-button {
    display: none;
  }    

  .connect-with-us .twp-content-group a.item-wrapper:nth-child(2n+1) {
    clear: left;
  }

  .services-item-hidden-header-inner {
    font-size: 16px;
  }

  .services-item-hidden-content-width {
    width: 100%;
    padding: 0;
  }

  .services-item-hidden-header-wrapper {
    margin-bottom: 32px;
  }

  .twp-home-row1-content .hs_cos_wrapper_type_rich_text > *:not(:first-child) {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-with-background .content-with-background-inner .content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .post-body-content > .hs_cos_wrapper_type_rich_text > * {
    width: 100%;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .post-body-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .post-body-content > .hs_cos_wrapper_type_rich_text ul,
  .post-body-content > .hs_cos_wrapper_type_rich_text ol{
    padding-left: 45px!important;
  }

  .hs-blog-listing .blog-content {
    padding: 16px;
    padding-bottom: 32px;
  }

  body:not(.blog) .recent-post-wrapper .recent-post-slider {
    padding: 32px 16px;
  }
  .sample-blog .body-container-wrapper .page-center.content-wrapper {
    padding-left: 24px !important;
    padding-right: 24px !important;
    background: #ffffff;
  }
}
@media screen and (max-width: 1100px){

  .related-post-content {
    padding: 70px 0 90px;
  }

  .related-post-listing a.related-post-item {
    width: calc(50% - 10px);
    padding: 20px;
  }

  .related-post-listing {
    padding: 0 15px;
    margin: 60px auto 0;
  }

  .related-post-listing a.related-post-item p {
    font-size: 20px;
  }

  .related-post-listing a.related-post-item {
    margin-right: 15px;
  }

}
@media (max-width: 1080px){
  .twp-form h3.form-title {
    padding: 10px;
    width: 100%;
    left: 0;
  }
}
.custom-header-language .hs-menu-wrapper > ul > li > ul > li > a {
  white-space: normal !important;
}

@media screen and (max-width: 1024px) {
  .team__item {
    width: calc(20% - 5.6px);
  }

  .team__item:nth-child(6n) {
    margin-right: 7px;
    float: left;
  }

  .team__item:nth-child(5n) {
    margin-right: 0;
    float: right;
  }
  .services-accordion-listing a.services-accordion-item.desktop {
    display: none;
  }

  .services-accordion-item-mobile .services-accordion-item-title {
    padding: 30px 20px;
  }

  .services-accordion-item-mobile .services-accordion-item-title span.services-accordion-item-productlogo {
    display: inline-block;
    width: 30px;
    margin-right: 9px;
    height: 22px;
    position: relative;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    margin: 0 15px 0 0;
  }

  .services-accordion-item-title h4 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    transition: all .25s ease;
    line-height: 1.3;
  }

  .services-accordion-item-image {
    width: 50%;
    float: left;
    transition: none!important;
    -webkit-transform: none!important;
    transform: none!important;
    display: none;
  }

  .services-accordion-item-text {
    opacity: 0;
    width: 50%;
    float: left;
    transition: none!important;
    -webkit-transform: none!important;
    transform: none!important;
    height: auto;
    display: none;
    padding: 30px;
    transition: opacity 0.5s ease !important;
  }

  .services-accordion-listing {
    height: auto;
    overflow: hidden;
  }

  .services-accordion-item-mobile.orange:hover {
    background: #eda56b;
  }

  .services-accordion-item-mobile.light-green:hover {
    background: #82cfcf;
  }

  .services-accordion-item-mobile.red:hover {
    background: #fea09b;
  }

  .services-accordion-item-mobile.violet:hover {
    background: #9198ff;
  }

  .services-accordion-item-mobile.blue:hover {
    background: #00aef7;
  }

  .services-accordion-item-mobile.green:hover {
    background: #39ce9a;
  }

  .services-accordion-item-mobile:hover {}

  .services-accordion-item-mobile:hover h4 {
    color: #ffffff !important;
  }

  .services-accordion-item-mobile:hover .services-accordion-item-productlogo:after {
    background: #ffffff !important;
  }

  .services-accordion-item-text.active {
    opacity: 1;
  }

  .services-accordion-item-image.active {
    opacity: 1;
  }

  .services-accordion-item-text p {
    color: #404c56;
    font-size: 14px;
    line-height: 1.6;
  }

  .services-accordion-item-text a.services-accordion-item-button {
    border: none;
    outline: 0;
    background: 0 0;
    padding: 0;
    position: relative;
    color: #3f4c57;
    text-decoration: none;
  }

  .services-accordion-item-text a.services-accordion-item-button span.services-accordion-item-button-text {
    font-weight: 700;
    color: #404c56;
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .08em;
    display: inline-block;
    vertical-align: middle;
  }

  .services-accordion-item-text a.services-accordion-item-button span.icon-arrow-right {
    margin-left: 10px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #404c56;
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 18px;
    transition: margin .2s;
  }

  .services-accordion-item-text a.services-accordion-item-button:hover span.icon-arrow-right {
    margin-left: 16px;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px){

  .key-benefits-content {
    padding: 80px 30px;
  }

  .key-benefits-content .content ul {
    left: 100px;
    width: 73%;
  }

  .testimonial-slider-wrapper .page-center {
    padding: 100px 0;
  }

}
@media screen and (max-width: 950px){

  .heading-with-right-image {
    padding: 0 45px;
  }

  .heading-with-right-image-wrapper .page-center {
    padding-top: 45px;
  }

  .heading-with-right-image-content .text h1 {
    font-size: 36px;
  }

  .heading-with-right-image-content .text {
    padding: 15px 40px 40px;
  }

  .heading-with-right-image-content .text p {
    font-size: 15px;
  }

  .heading-with-right-image-content {
    min-height: 400px;
  }

  .heading-with-content-inner {
    padding: 100px 4% 50px;
  }

  .heading-with-content-inner > h2{
    font-size: 45px;
  }

  .heading-with-content-inner .content p{
    font-size: 18px;
  }

  .hs-blog-post .post-header .page-center {
    padding-top: 45px;
  }

  .post-header-inner {
    padding: 0 45px;
  }

  .post-header-text {
    padding: 15px 40px 40px;
  }

  .post-header-text span.post-header-date {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 13px;
  }

  .post-header-text h1 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .post-header-text p {
    margin-top: 12px;
    font-size: 14px;
  }

  .post-header-content {
    min-height: 400px;
  }

  .related-post-listing a.related-post-item span.related-post-date {
    font-size: 13px;
  }


}
@media (max-width: 865px){
  .pop-up-form {
    padding-top: 0;
  }
  .twp-form-group .twp-form form {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .team__item {
    width: calc(25% - 5.25px);
  }

  .team__item:nth-child(5n) {
    margin-right: 7px;
    float: left;
  }

  .team__item:nth-child(4n) {
    margin-right: 0;
    float: right;
  }

}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .twp-form-group .twp-form form {
    width: 100%;
  }
  .twp-contact-us .header-container {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    width: 50%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li span {
    display: initial;
  }
  .hs-home .connect-with-us:before {
    position: absolute;
    left: 0;
    z-index: -1;
    background: #f2f4f6;
    content: '';
    height: 264px;
    width: 100%;
    margin-top: -64px;
    height: calc(100% + 15px);
  }
  .twp-content-group {
    background: #fff;
  }
  .heading-with-right-image-content .image {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 300px;
  }

  .heading-with-right-image-content .text {
    width: 100%;
    float: none;
    padding: 15px 40px 30px;
  }

  .heading-with-content-inner {
    padding: 80px 3% 40px;
  }

  .heading-with-content-inner > h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }

  .heading-with-content-inner span.line{
    height: 65px;
    margin-bottom: 29px;
  }    

  .heading-with-content-inner .content h3:first-child {
    font-size: 18px;
  }

  .heading-with-content-inner .content p{
    font-size: 16px;
    margin-bottom: 30px;
  }


  .key-benefits-content {
    padding: 70px 0 40px;
  }

  .key-benefits-content span.key-benefits-subline {
    font-size: 18px;
  }

  .key-benefits-content h2.key-benefits-title {
    margin: 0 0 25px;
    font-size: 30px;
  }

  .key-benefits-content .image {
    display: none;
  }

  .key-benefits-content .content {
    height: auto;
    min-height: initial;
    width: 100%!important;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
  }

  .key-benefits-content .content ul {
    left: auto;
    top: auto;
    position: relative;
    -webkit-transform: initial;
    transform: initial;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .key-benefits-content .content ul li {
    padding-left: 60px;
  }

  .key-benefits-content .content ul li span {
    left: 0;
  }

  .testimonial-slider-wrapper .page-center {
    padding: 90px 0 100px;
  }

  .post-header-image {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 300px;
  }

  .post-header-text {
    width: 100%;
    float: none;
    padding: 15px 40px 30px;
  }

  .related-post-listing a.related-post-item {
    width: 100%;
    height: auto;
  }

  .recent-post-item .recent-post-right {
    width: 100%;
    float: none;
    height: 200px;
  }

  .recent-post-item .recent-post-left {
    width: 100%;
    float: none;
  }

  .recent-post-item .recent-post-left .recent-post-content {
    padding: 20px;
  }

  .recent-post-item {
    height: auto;
  }

  body:not(.blog) .recent-post-wrapper .recent-post-right {
    width: 100%;
    float: none;
    height: 200px;
  }

  .related-post-listing a.related-post-item {
    margin: 0 0 15px!important;
  }
} 
@media screen and (max-width: 650px){

  .heading-with-content-inner > h2 {
    font-size: 30px;
  }

  .heading-with-content-inner{
    padding: 70px 3% 40px;
  }

  .heading-with-content-inner .content{
    padding: 0;
  }

  .heading-with-content-inner span.line{
    height: 60px;
    margin-bottom: 24px;
  } 

  .services-accordion-item-image {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    height: auto;
  }

  .services-accordion-item-text {
    width: 100%;
  }

  .img-spacer {
    display: none;
  }

  .services-accordion-item-text a.services-accordion-item-button span.icon-arrow-right {
    margin-bottom: 12px;
    position: relative;
    top: -1px;
  }

}
@media (max-width: 640px) {
  .sample-blog .body-container-wrapper .page-center.content-wrapper {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .hs-tv-nav-style.unactive {
    background-color: #e76b66;
  }
  .hs-work-with-us-left-col .hs-tv-nav-style.unactive:after {
    transform: none;
  }
  .custom-header-language .hs-menu-wrapper > ul > li {
    width: 50%;
    float: left !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    line-height: 47.5px !important;
  }
  .custom-menu-primary .hs-menu-wrapper:after {
    background-position: -25% 9%;
  }
  .header-search {
    padding: 0;
    font-size: 16px;
  }
  .search__button{
    font-size: 16px;
  }
  .header-search input.hs-search-field__input {
    font-size: 16px;
    padding: 16px 16px 16px 48px;
  }
  .login-content-group .login-content-items h2 {
    margin-bottom: 16px;
  }
  p {
    font-size:14.4px
  }
  h1,h4 {
    font-size: 28px
  }
  h2 {
    margin-bottom: 16px
  }
  .bigger {
    font-size: 16px
  }
  .hs-complany-two-col-right .hs-col-left p {
    font-size: 16px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li > a {
    position: relative;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    padding: 16px 0;
    border-top: 1px solid #fff;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li > a:before {
    content: "+";
    font-weight: normal;
    margin-right: 6px;
  }
  body .custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
  }
  .hs-footer-logo img {
    display: inline-block;
    margin-right: 16px;
    height: 15px;
    margin-bottom: 2px;
    margin-top: 6px;

  }
  .hs-footer-logo a:last-child img {
    margin-right: 0;
  }
  .hs-footer-logo p + a {
    margin-right:0;
  }
  .hs-footer-logo p {
    display: block;
    font-size: 11.52px;
    margin-bottom: 8px;
  }
  .team__item {
    width: calc(33.333% - 4.67px);
  }
  .hs-one-column-with-content * {
    font-size: 14.4px;
  }
  .hs-one-column-with-content ul {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .slideout__nav__item {
    display: block;
  }
  .tabber-content-nav {
    display: none;
  }
  .tabber-content-group .tabber-content-items {
    display: block !important;
  }
  .slideout__nav__item {
    cursor: pointer;
    color: #fff;
    letter-spacing: .08em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    background-color: #e76b66;
    transition: all .4s;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    padding: 24px 48px 24px 16px;
    margin-bottom: 1px;
  }
  .slideout__nav__item__text {
    display: inline-block;
    vertical-align: middle;
  }
  .slideout__nav__item__arrow {
    transition: all .2s;
    position: absolute;
    right: 24px;
    font-size: 24px;
    top: 22px;
  }
  .tabber-content-group .tabber-content-items .tabber-content-items-content {
    padding: 32px;
  }
  .tabber-content-group .tabber-content-items + .tabber-content-items .tabber-content-items-content {
    display: none;
  }
  .tabber-content-group.no-gutter {
    width: 100%;
  }
  .tabber-content-group .tabber-content-items {
    padding: 0;
  }
  .tabber-content-group .tabber-content-items:not('.is-active') .slideout__nav__item:hover {
    padding-left: 48px;
    padding-right: 16px;
  }
  .tabber-content-group .tabber-content-items.is-active .slideout__nav__item {
    cursor: default;
    background-color: #3f4c57;
  }
  .tabber-content-group .tabber-content-items.is-active span.slideout__nav__item__arrow {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }


  .hs-advanced-tabber-nav-group {
    display: none;
  }

  .mobile-tab {
    display: block !important;
  }

  .hs-advanced-tabber-group {
    padding: 0;
  }

  .mobile-tab {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    position: relative;
    padding: 24px 80px 24px 16px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 1px;
    background-color: #3f4c57;
  }

  .mobile-tab span.mobile-tab-arrow {
    position: absolute;
    right: 0;
    font-size: 24px;
    top: 0;
    height: 100%;
    background-color: #e76b66;
  }
  .mobile-tab span.mobile-tab-arrow > span {
    transition: all .2s;
    padding: 19px 22px;
    display: inline-block;
  }

  .mobile-tab:hover {
    color: #e76b66;
  }

  .mobile-tab:hover span.mobile-tab-arrow {
    color: #fff;
  }

  /*   .hs-advanced-tabber-content-group .hs-advanced-tabber-items.active {
  display: none;
} */

  .hs-tab1-group {
    display: block;
  }

  .hs-tab1-group .hs-tab1-items .hs-tab1-items-inner .brick__front {
    position: relative;
    z-index: 1;
    padding: 16px;
    text-align: left;
    display: table;
    top: auto;
    transform: none;
    width: auto;
  }

  .hs-tab1-group .hs-tab1-items .hs-tab1-items-inner .brick__front .brick__icon {
    display: inline-block;
    font-size: 30px;
    margin-right: 12px;
    vertical-align: middle;
    float: left;
  }

  .hs-tab1-group .hs-tab1-items .hs-tab1-items-inner .brick__front span.brick__title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    vertical-align: middle;
    line-height: 1.2;
    display: table-cell;
    width: auto;
  }

  .hs-home .hs-tab1-group .hs-tab1-items:nth-last-child(-n+4) {
    padding-bottom: 0;
  }

  .mobile-tab.active {
    cursor: default;
    position: relative;
    background-color: #576876;
  }

  .mobile-tab.active span.mobile-tab-arrow > span {
    color: #fff;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    padding: 17px 22px 16px;
  }

  .tabs__content__item.js-slideout-content .brick__front {
    position: relative;
    z-index: 1;
    padding: 16px;
    text-align: left;
    display: block;
    top: auto;
    width: auto;
    transform: none;
  }

  .hs-advanced-tabber-content-group .gutter-bottom {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .spacer--2.hide.show-md.hide-lg {
    display: none;
  }

  .accordion__container {
    position: static;
    width: 100%;
  }

  .custom-filter-nav .block {
    margin-right: 15px;
    margin-bottom: 20px;
    margin-top: 51px;
  }

  .hs-our-team-group .mover .centered {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
  }

  .team__item:nth-child(4n) {
    margin-right: 7px;
    float: left;
  }
  .team__item:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
  .work-with-us-header h2 {
    display: none;
  }

  .hs-work-with-us-left-col .hs-tv-nav-style {
    margin-top: 0;
    transition: all .4s;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    padding: 24px 48px 24px 16px;
    margin-bottom: 1px;
  }

  .hs-work-with-us-left-col {
    padding: 0;
  }

  .hs-work-with-us-left-col .hs-tv-nav-style:after {
    content: none;
  }

  .hs-work-with-us-left-col .hs-tv-nav-style .icon--radio-active {
    font-size: 16px;
    top: 2px;
  }

  .hs-work-with-us-left-col .hs-tv-nav-style:after {
    font-family: LOOP_icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    transition: all .2s;
    position: absolute;
    right: 24px;
    font-size: 24px;
    top: 22px;
    border: 0;
    -webkit-transform: rotateZ(180deg) translateY(0);
    transform: rotateZ(180deg) translateY(0);
    content: "";
    top: 18px;
    height: 40px;
    width: 25px;
  }

  .news__header__select select {
    padding-bottom: 12px;
    width: 100%;
  }

  .work-with-us-conetnt ul li {
    padding: 16px;
  }

  div#loadMore {
    padding: 15px 16px 15px;
  }
  .footer-menu-mob-click {
    position: absolute;
    height: 60px;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li > ul {
    margin-bottom: 16px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li.clicked > a:before {
    content: "-";
    margin-right: 11px;
  }
  .banner-area {
    padding-bottom: 50%;
  }

  .banner-area h1.banner-area-title {
    font-size: 46px;
  }

  .banner-area .banner-area-content {
    bottom: 16px;
    left: 16px;
    padding-right: 32px;
    margin-bottom: 0;
  }

  .section-header-wrapper .section-header h5.section-header-heading {
    font-size: 28px;
    margin-top: 16px;
  }

  .section-header-wrapper .section-header {
    text-align: left;
    padding: 16px;
  }

  .section-header-wrapper .section-header .section-header-line {
    margin-left: 0;
  }

  .section-header-sub-heading-group {
    width: 100%;
  }

  .section-header-sub-heading-group h3.section-header-sub-heading {
    margin-bottom: 16px;
  }

  .services-item {
    width: 100%;
  }

  .services-item-icon {
    margin-bottom: 0;
  }

  .services-item-inner {
    height: auto;
  }

  .services-item-texts {
    margin-bottom: 24px;
  }

  .image-gallery-wrapper .images .right .image-item-4 {
    width: 50%;
  }

  .image-gallery-wrapper .images .right .image-item-8 {
    width: 50%;
  }

  .image-gallery-wrapper .images .right .image-item-wrapper.hide-mobile {
    display: none;
  }

  .image-gallery-wrapper .images .left {
    width: 100%;
  }

  .image-gallery-wrapper .images .right {
    width: 100%;
  }

  .image-gallery-wrapper .images .left .image-item {
    padding-bottom: 75%;
    height: auto;
  }

  .image-gallery-wrapper .images .right .image-item-wrapper .image-item {
    height: auto;
    padding-bottom: 100%;
  }

  .heading-with-bg {
    position: relative;
    color: #fff;
    padding: 32px 16px;
    background-position: center center;
  }

  .heading-with-bg-inner .heading-with-bg-texts h4.heading-with-bg-call {
    font-size: 28px;
  }

  .clients-content h4.heading {
    font-size: 28px;
  }

  .clients-content .sub-heading-group p.sub-heading {
    font-size: 16px;
  }

  .clients-content .clients-item-wrapper .image-item {
    width: 50%;
  }

  .clients-content .clients-item-wrapper {
    margin-top: 32px;
  }

  .clients-wrapper .clients {
    padding: 16px;
  }

  .connect-with-us {
    padding: 0;
  }

  .connect-with-us .connect-with-us-sub-heading {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .connect-with-us .connect-with-us-sub-heading p {
    font-size: 14.4px;
  }

  .connect-with-us .twp-content-group a.item-wrapper {
    width: 100%;
  }

  .item-wrapper .item .item-inner span.item-heading {
    display: table-cell;
  }

  .connect-with-us .twp-content-group a.item-wrapper .item .item-inner {
    position: relative;
    z-index: 1;
    padding: 16px;
    text-align: left;
    display: table;
  }

  .connect-with-us .twp-show-md {
    display: none;
  }

  .connect-with-us .twp-content-group a.item-wrapper {
    padding: 16px 16px 0;
  }

  a.item-wrapper .item .item-inner span.item-icon {
    display: inline-block;
    font-size: 30px;
    margin-right: 12px;
    vertical-align: middle;
    float: left;
  }

  .item-wrapper .item .item-inner span.item-heading {
    font-size: 16px;
    line-height: 1.2;
  }

  .services-item-hidden-wrapper.mobile-only {
    float: left;
    width: 100%;
  }

  .services-item-hidden-wrapper.mobile-only.active {
    margin-bottom: 1px;
  }

  .services-item-inner {
    border-left: 0;
    border-radius: 0;
  }

  .services-item-texts {
    margin-bottom: 15px;
  }

  .services-item-hidden {
    padding: 0;
  }

  .services-item-hidden-inner {
    padding: 0;
  }

  .services-item-hidden-header-inner {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    position: relative;
    padding: 24px 80px 24px 16px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    border: 0;
  }

  .services-item-hidden-header-arrow {
    position: absolute;
    right: 0;
    font-size: 24px;
    top: 0;
    height: 100%;
    background-color: #e76b66;
  }

  .services-item-hidden-header-wrapper {
    text-align: left;
    background-color: #3f4c57;
    margin: 0;
  }

  .services-item-hidden-header-inner:after {
    content: none;
  }

  .services-item-hidden-header-arrow span.icon-arrow-down-big {
    transition: all .2s;
    padding: 19px 22px;
    display: inline-block;
  }

  .icon-arrow-down-big:before {
    content: "";
  }

  .services-item-hidden-content-wrapper {
    display: none;
    padding: 0 16px;
  }

  .services-row3 .services-wrapper .page-center .top-inner:after {
    clear: both;
    content: "";
    display: block;
  }

  .services-item-hidden-header-inner:hover {
    color: #e76b66;
  }

  .services-item-hidden-header-inner:hover span.services-item-hidden-header-arrow {
    color: #fff;
  }

  .services-item-hidden-content-width p {
    font-size: 14.4px;
  }

  .services-item-hidden-content-width .bottom-button-wrapper {
    margin-top: 15px;
  }

  .services-item-hidden-header-wrapper.active {
    cursor: default;
    position: relative;
    background-color: #576876;
  }

  .services-item-hidden-header-wrapper.active .icon-arrow-down-big {
    color: #fff;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    padding-bottom: 16px;
  }

  .key-benefits-content .content{
    padding-left:16px;
    padding-right:16px;
  }

  .testimonial-slider-wrapper .page-center {
    padding: 90px 0 100px;
  }

  .testimonial-slider .testimonial-item {
    max-width: 100%;
    padding: 0 25px;
  }

  .testimonial-slider .testimonial-item p {
    font-size: 14.4px;
  }

  h3.services-item-divider {
    margin-top: 0;
  }

  .services-wrapper.desktop {
    display: none;
  }

  .home-banner-inner .content .home-banner-content {
    bottom: auto;
    margin-bottom: 0;
  }

  .home-banner-inner .mobile-background:after {
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .3;
    background-color: #3f4c57;
  }

  .home-banner-inner .mobile-background {
    background-size: cover;
  }

  .home-banner-inner .content .home-banner-img {
    position: absolute;
    right: -30%;
    top: 20%;
    max-width: 120%;
    opacity: 0.3;
    -webkit-animation: fadeInMap .6s;
    animation: fadeInMap .6s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .home-banner-inner .content .home-banner-content h1.home-banner-title {
    margin-bottom: .5em;
  }

  .twp-home-row1-content .hs_cos_wrapper_type_rich_text > *:not(:first-child) {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-with-background .content-with-background-inner .content {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-with-background .content-with-background-inner .content p {
    font-size: 16px;
  }

  .post-body-content > .hs_cos_wrapper_type_rich_text ul,
  .post-body-content > .hs_cos_wrapper_type_rich_text ol{
    padding-left: 36px!important;
  }

  .resources.hs-blog-listing .blog-content {
    padding: 0;
  }

  body:not(.blog) .recent-post-wrapper .recent-post-slider {
    padding: 16px 0 0 0;
  }
  .no-navigation .custom-header-wrapper >div {
    min-height: 74px;
  }
}
@media screen and (max-width: 580px){

  .testimonial-person {
    font-size: 14px;
  }

}
@media screen and (max-width: 550px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    border: none!important;
    border-bottom: solid 1px rgba(101,112,121,.3)!important;
    line-height: 40px;
  }

  .custom-filter-nav .block h3 {
    margin-right: 20px;
  }
  .custom-filter-nav .widget-module {
    min-width: 170px;
  }
  .heading-with-right-image {
    padding: 0 15px;
  }

  .heading-with-right-image-wrapper .page-center {
    padding-top: 15px;
  }

  .heading-with-right-image-content .text {
    padding: 5px 30px 20px;
  }

  .heading-with-right-image-content .text h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .post-header-inner {
    padding: 0 15px;
  }

  .hs-blog-post .post-header .page-center {
    padding-top: 15px;
  }

  .post-header-text {
    padding: 5px 30px 20px;
  }

  .post-body-content > .hs_cos_wrapper_type_rich_text > *:first-child {
    margin-top: 0;
    padding-top: 60px;
  }

  .post-body-content > .hs_cos_wrapper_type_rich_text > * {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .post-body-content > .hs_cos_wrapper_type_rich_text h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .post-body-content > .hs_cos_wrapper_type_rich_text p,.post-body-content > .hs_cos_wrapper_type_rich_text li {
    font-size: 14px;
    line-height: 1.6;
  }

}
/* =============== Landscape phones and smaller devices =============== */

@media screen and (max-width: 480px){

  .team__item:nth-child(3n) {
    margin-right: 7px;
    float: left;
  }

  .team__item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .heading-with-content-inner > h2 {
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 1.2;
    margin: 0 0 25px;
  }

  .heading-with-content-inner .content h3:first-child {
    font-size: 16px;
  }

  .heading-with-content-inner span.line {
    margin-bottom: 19px;
    height: 50px;
  }

  .heading-with-content-inner .content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .home-banner-inner .content .home-banner-content h1.home-banner-title {
    font-size: 35px;
  }

  .home-banner-button {
    font-size: 13px;
  }

  .twp-home-row1-content h5:first-child:after{
    width: calc((70% * 50)/100);
  }

}

@media (max-width: 479px) {
  .custom-header-language .hs-menu-wrapper > ul > li {
    width: 100% !important;
    padding-right: 0;
  }
  .team__item {
    width: calc(50% - 3.5px);
  }
  .team__item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .twp-form-group .twp-form form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .custom-logo img {
    height: 47.5px;
  }
  .header__item {
    line-height: 47.5px;
    padding: 0 12px;
  }
  .hs-work-with-us-left-col .hs-tv-nav-style:after {
    top: 14px;
  }
  .home-banner-inner .content .home-banner-content {
    bottom: 40%;
    margin-bottom: -64px;
  }
  .banner-area h1.banner-area-title {
    font-size: 32px;
  }
  .no-navigation .custom-header-wrapper >div {
    min-height: 50px;
  }
}