@font-face {
    font-family: 'BloggerSansRegular';
        src: url('https://www.e-zest.com/hubfs/website%20font/blogger-sans.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
      }

 /* The following rules are deprecated. */ 

@font-face {
    font-family: 'Blogger Sans';
        src: url('https://www.e-zest.com/hubfs/website%20font/blogger-sans.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
      }

@font-face {
    font-family: 'BloggerSansLight';
        src: url('https://www.e-zest.com/hubfs/website%20font/blogger-sans-light-otf.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
      }

 /* The following rules are deprecated. */ 

@font-face {
    font-family: 'Blogger Sans';
        src: url('https://www.e-zest.com/hubfs/website%20font/blogger-sans-light-otf.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
      }

@font-face {
    font-family: 'BloggerSansLightItalic';
        src: url('https://www.e-zest.com/hubfs/website%20font/blogger-sans-italic-otf.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
      }

 /* The following rules are deprecated. */ 

@font-face {
    font-family: 'Blogger Sans';
        src: url('https://www.e-zest.com/hubfs/website%20font/blogger-sans-italic-otf.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
      }

@font-face {
    font-family: 'BloggerSansMedium';
        src: url('https://www.e-zest.com/hubfs/website%20font/blogger-sans-medium-otf.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
      }
 /* The following rules are deprecated. */ 

@font-face {
    font-family: 'Blogger Sans';
        src: url('https://www.e-zest.com/hubfs/website%20font/blogger-sans-medium-otf.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
      }

@font-face {
    font-family: 'BloggerSansBold';
        src: url('https://www.e-zest.com/hubfs/website%20font/blogger-sans-bold-otf.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
      }

 /* The following rules are deprecated. */ 

@font-face {
    font-family: 'Blogger Sans';
        src: url('https://www.e-zest.com/hubfs/website%20font/blogger-sans-bold-otf.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
      }


@media only screen and (max-width: 1130px){
  .header {
    padding: 10px 30px 0;
  }
  .ol-grp,.ol-repeat-grp {
    padding: 0 30px;
  }
}



@media only screen and (min-width: 1281px){

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

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

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

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

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

/* Videos */

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

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

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

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

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

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

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

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

/* Blog Author Section */

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

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




  /* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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




  /*****************************************/
  /* Start your style declarations here    */
  /*****************************************/
  /* The Modal (background) */
  ::-webkit-scrollbar {
    width: 0;
  }
  button#myBtn{
    background: transparent url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/search%20%281%29.svg) no-repeat center;
    width: 3.906vw;
    height: 3.125vw;
    border: none;
    outline: none;
    background-size: 28%; 
    transition: .5s;
  }
  button#myBtn:hover{
    cursor: pointer;
    background: transparent url(https://cdn2.hubspot.net/hubfs/744339/search%20%281%29.svg) no-repeat center;

  }
  body {
    z-index: 0;
    -webkit-font-smoothing: antialiased; 
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-style: autohiding-scrollbar;
  }
  html {overflow: -moz-scrollbars-none;}
  a {
    color: #ED4700;
    text-decoration: none;
    cursor: pointer;
  }
  a:hover {
    color: #b73400;
  }

  img{
    height: auto;
  }
  .blogging .download-btn a{
    bottom: 0.469vw;
    left: 0.703vw;
    text-align: left;
  }
  .hs-form select{
    color: #909090 !important;
    padding-bottom: 0.313vw !important;
    padding-left: 1.172vw !important;
  }
  .footer-group .hs_blog_default_hubspot_blog_subscription.hs-blog_default_hubspot_blog_subscription.hs-fieldtype-radio.field.hs-form-field {
    display: none;
  }
  .footer-group .hs-form .hs-form-field .hs-error-msgs li:nth-child(2) label {
    display: block; 
  }
  .body-container-wrapper {
    margin-top: 5vw;
  }
  .search-page button#myBtn {
    opacity: .5;
    user-select: none;
    pointer-events: none;
  }
  .homepage .body-container-wrapper {
    margin-top: 0;
  }  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    float: none;
  }
  .mobile-menu-cta{display: none;}
  .left-service-card{
    width: 50% !important;   }
  .hs-blog-post .footer-cta-group{
    margin-top: 5.469vw;
  }
  a.topic-link {
    border-radius: 1.094vw;
    display: inline-block;
    background-color: rgba(255,255,255, .35);
    padding: 0 0.938vw;
    margin-right: 0.781vw;
    margin-bottom: 0.781vw;
    color: #000000;
    font-family: "Noto Sans";
    font-size: 0.938vw;
    transition: .4s;
  }  
  a.topic-link:hover{
    color: #ED4700;
    background: #fff;
    transition: .4s;
  }
  /* ::-webkit-scrollbar {
  width: 0.391vw;
}
  /* Track */
  /* ::-webkit-scrollbar-track {
  background: #fdfdfd; 
}
  */
  /* Handle */
  /* ::-webkit-scrollbar-thumb {
  background: #dedede; 
  border-radius: 0.234vw;
} */

  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
  background: #888; 
}
  */
  .core-value-inner .core-value-image img {
    width: 100%;
  }
  .abt-csr .abt-csr-grp .abt-csr-image img {
    width: 100%;
  }
  .footer-cta-section .footer-cta-image img {
    width: 100%;
  }
  .sub-service-banner .digi-banner-group .digi-banner .digi-banner-content{
    max-width: 38.281vw;
  }
  .sub-service-banner .digi-banner-group .digi-banner{
    min-height: 32.813vw;
    max-width: 76.563vw;
  }

  .sub-service-banner .digi-banner-group .digi-banner .digi-banner-content h1{
    color: #FFFFFF;	font-family: "Noto Serif";	font-size: 2.5vw;	font-weight: bold;	line-height: 3.359vw; margin-top: 0;
  }
  .right-service-card{
    width: 50% !important;
    margin-left: 0 !important;
    margin-top: 14.063vw;
  }
  .services-last .last-section{
    background-image: none;
  }
  ul.footer-group-social-share li a img {
    width: 1.797vw;
  }
  .services-grp{
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg);
    background-repeat: no-repeat;
    background-position: 108% 96%;
    background-size: 28%;
  }
  .service-header{
    padding: 3.906vw 0.781vw;
  }
  .service-header h1{
    color: #001546;	font-family: "Noto Serif";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.031vw;
  }
  .service-header p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw; 
  }
  .hs-search-results__listing {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .hs-search__no-results {
    padding-bottom: 7.813vw;
    margin-bottom: -13.281vw;
    background: #fff;
    z-index: 99;
    position: relative;
  }
  .hs-search-results{
    padding: 5.469vw 0 10.156vw;
  }
  .hs-search-results__prev-page {
    float: left; 
  }
  .hs-search-results__next-page {
    float: right;
  }
  .hs-search__no-results h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.656vw;	font-weight: bold;	line-height: 3.594vw;
  }
  .hs-search__no-results p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	line-height: 2.422vw; margin: 0.469vw 0;
  }

  .hs-search-results__next-page#load-extra span{
    color: #ED4700;
    bottom: 0.469vw;
    left: 0.469vw;
    position: absolute;
  }

  .hs-search-results__next-page#load-extra{
    color: #ED4700;
    cursor: pointer;
    font-weight: 400;
    height: 7.891vw;
    width: 7.891vw !important;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw; letter-spacing: 0.2.188vw;
    line-height: 1.484vw;
    text-align: left;
    position: relative;
    display: block;
    overflow: hidden;
    border: 0.078vw solid #ED4700;
    z-index: 9;
    transition: all .5s;
    overflow: hidden;
    outline: none;
    background: transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .hs-search-results__next-page#load-extra span:before{
    position: relative;
    content: '';
    top: -2.578vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29-1-1.svg');
    background-position: center;
    background-size: 1.563vw 0.938vw;
    background-repeat: no-repeat;
    width: 0.938vw;
    height: 1.406vw;
    display: block;
    left: 5.859vw;
  }
  /* //// Default effect: Slide from Top  //// */

  .hs-search-results__next-page#load-extra:after,
  .hs-search-results__next-page#load-extra:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);/* onhover background color */
    z-index: -1;
    transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
    transition: all .5s;
  }

  .hs-search-results__next-page#load-extra:before{
    background: transparent; /* button default background color */
    z-index: -2;
    transform: translate3D(0,0,0);
  }

  .hs-search-results__next-page#load-extra:hover:after{
    transform: translate3D(0,0,0);
    transition: all .5s;
  }


  .hs-search-results__next-page#load-extra:after{
    transform: translate3D(-100%,100%,0);
  }

  /* ------------------------------- */

  .hs-search-results__prev-page#load-extra span{
    color: #ED4700;
    bottom: 0.469vw;
    left: 0.625vw;
    position: absolute;
  }
  .hs-search-results__prev-page#load-extra{
    color: #ED4700;
    cursor: pointer;
    font-weight: 400;
    height: 7.891vw;
    width: 7.891vw !important;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw; letter-spacing: 0.2.188vw;
    line-height: 1.484vw;
    text-align: left;
    position: relative;
    display: block;
    overflow: hidden;
    border: 0.078vw solid #ED4700;
    z-index: 9;
    transition: all .5s;
    overflow: hidden;
    outline: none;
    background: transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .hs-search-results__prev-page#load-extra span:before{
    position: relative;
    content: '';
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29-1-1.svg');
    background-position: center;
    background-size: 1.563vw 0.938vw;
    background-repeat: no-repeat;
    width: 0.938vw;
    height: 1.406vw;
    display: block;
    left: 0;
    transform: rotate(180deg);
    top: -2.578vw;
  }
  /* //// Default effect: Slide from Top  //// */

  .hs-search-results__prev-page#load-extra:after,
  .hs-search-results__prev-page#load-extra:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);/* onhover background color */
    z-index: -1;
    transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
    transition: all .5s;
  }

  .hs-search-results__prev-page#load-extra:before{
    background: transparent; /* button default background color */
    z-index: -2;
    transform: translate3D(0,0,0);
  }

  .hs-search-results__prev-page#load-extra:hover:after{
    transform: translate3D(0,0,0);
    transition: all .5s;
  }

  .hs-search-results__prev-page#load-extra:after{
    transform: translate3D(-100%,100%,0);
  }

  .ledaer-details-group{
    margin-top: 10.938vw ;
    margin-bottom: 5.859vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg);
    background-repeat: no-repeat;
    background-position: 100% 29%;
    background-size: 28%;
  }
  .ledaer-details-group .ledaer-details-inner{
    max-width: 60.938vw;
    margin-right: auto;
    margin-left: auto
  }
  .social-handle-list ul li a {
    color: #ED4700;
    transition: .7s;
  }
  .social-handle-list ul li a:hover {
    color: #969696;
    transition: .7s;
  }
  .ledaer-details-group .ledaer-details-inner .outer-content-details h1{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 2.188vw;	font-weight: bold;	line-height: 2.969vw; margin: 0;
  }
  .ledaer-details-group .ledaer-details-inner .outer-content-details h3{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	line-height: 2.031vw; margin-top: 0.781vw; font-weight: 500; margin-bottom: 1.172vw;
  }
  .ledaer-details-group .ledaer-details-inner .outer-content-details img{
    width: 100%;
    margin: 2.344vw 0 3.906vw;
  }
  .ledaer-details-group .ledaer-details-inner .social-sidebar-share h5{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	line-height: 2.5vw;	text-align: center;  font-weight: 500; margin: 1.563vw 0 5.469vw; 
  }
  .ledaer-details-group .ledaer-details-inner .inner-content-details .ledaer-details-content p{
    margin-bottom: 1.953vw;
  }
  .ledaer-details-group .ledaer-details-inner .inner-content-details{
    max-width: 45.313vw;
    margin-right: auto;
    margin-left: auto
  }
  .ledaer-details-group .ledaer-details-inner .inner-content-details .ledaer-details-content{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .ledaer-details-group .ledaer-details-inner .inner-content-details .ledaer-extra-details{
    margin-top: 5.469vw;
  }
  .ledaer-details-group .ledaer-details-inner .inner-content-details .ledaer-extra-details h4{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 1.875vw;
    margin-bottom: 0;
  }
  .ledaer-details-group .ledaer-details-inner .inner-content-details .ledaer-extra-details p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }

  .social-sidebar-share {
    position: relative;
  }
  .social-sidebar-share .social-handle {
    position: absolute;
    margin-left: -12.5vw;
  }
  .social-handle-list ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
  }
  .social-handle-list ul li {
    padding-bottom: 1.953vw;
    font-size: 2.344vw;
  }

  .other-leadership-members{
    background-color: #F0F0F0;
  }
  .other-leadership-members .other-leadership-inner{
    max-width: 76.563vw;
    margin: 0 auto;
    padding: 4.297vw 0 5.469vw;
    margin-bottom: 5.859vw;
  }
  .other-leadership-members .other-leadership-inner h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;
  }
  .other-leadership-members-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4.297vw;
  }
  .other-leadership-members-group .leadership-member{
    width: 18.7%;
    margin-bottom: 3.125vw;
    margin-right: 1%;
    transition: .5s;
    border: 0.078vw solid transparent;
  }
  .other-leadership-members-group .leadership-member:hover{
    background: #fff;
    transition: .5s;
    border: 0.078vw solid #E4E4E4;
  }
  .other-leadership-members-group .leadership-member img{
    width: 100%;
  }
  .other-leadership-members-group .leadership-member .leadership-member-inner-details{
    padding: 0.781vw;
  }
  .other-leadership-members-group .leadership-member .leadership-member-inner-details h4{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	font-weight: bold;	line-height: 1.484vw;  margin-bottom: 0.781vw;   margin-top: 0.391vw;
  }
  .other-leadership-members-group .leadership-member .leadership-member-inner-details p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw;
  }

  .work--card>span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .work--card>span .hs_cos_wrapper_type_custom_widget:nth-child(even) {
    top: 10.938vw;
    position: relative;
  }
  .work--card>span .hs_cos_wrapper_type_custom_widget{
    width: 47%;
    transition: transform .5s;
  }
  .work-header{
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/banner-2.png');
    background-size: cover;
    background-position: center;
    color: #fff;
  }
  .work-header .header-overlay{
    background-color: rgba(0, 0, 0, 0.7); 
    width: 100%;
    min-height: 31.25vw; 
    position: relative;
  }
  .work-header .header-overlay .work-banner-content{
    position: absolute;
    top: 11.719vw;
  }
  .work-header ul{
    padding-left: 0;
    list-style: none;
    display: inline-flex;
  }
  .work-header ul li{
    font-family: "Noto Serif";
    font-size: 2.5vw;
    font-weight: bold;	line-height: 3.359vw;
    padding-right: 7.813vw;
  }
  .work-header ul li p{
    margin: 0; 
    position: relative;
  } 

  .work-header ul li:nth-child(2) p:after,  .work-header ul li:nth-child(1) p:after{
    position: relative;
    content: '+';
  } 
  .work-header h1{
    font-family: "Noto Serif";
    font-size: 1.484vw;
    font-weight: bold;
    line-height: 2.031vw;
    margin-bottom: 2.734vw;
  }
  .work-card{
    width: 100%;
    padding: 1.563vw;
    margin-right: 1.563vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 0 1.563vw 0;
  }

  .career-sidebar-navigation-section .sidebar-navigation-section{
    max-width: 80.469vw;
    margin-left: auto;
  }
  /* .career-sidebar-navigation-section .sidebar-navigation-section .sidebar-navigation {
  position: absolute;
  max-width: 19.531vw;
  margin-left: -19.531vw;
  width: 19.531vw !important;
}
  */
  .car .sidebar-navigation-section .sidebar-navigation{
    padding: 9.375vw 3.906vw 0;
  }
  .work-card-group{
    padding-top: 7.813vw;
    padding-bottom: 3.906vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg');
    background-size: 31.25vw 31.25vw;
    background-position: -5% 112%;
    background-repeat: no-repeat;
  }
  .card-content{
    padding: 1.563vw 2.344vw;
  }
  .card-content h2{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 1.875vw;
  }
  .card-content p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .info-right .download-btn{
    height: 7.188vw;
    width: 7.188vw !important;
  }
  .home-cta a, .get-cta a, .bottom-cta a{
    color: #ffffff;
    bottom: 0.625vw;
    left: 0.781vw;
    position: absolute;
    line-height: 1.4;
  }
  .olivz .get-cta a{
    bottom: 0.234vw;
    left: 0.234vw;
  }
  .about-us .footer-cta-group{
    margin-top: 1.563vw;
  }
  .olivz .footer-cta-group .get-cta a:before {
    top: -3.125vw;
  }
  .car .footer-cta-group .get-cta a:before {
    top: -2.734vw;
  }
  .home-cta a:hover, .get-cta a:hover, .bottom-cta a:hover{
    color: #ffffff;
  }
  .abt-csr-img-cta-grp .get-cta a:before {
    left: 4.453vw;
    top: -1.172vw;
  }
  .home-cta, .get-cta, .bottom-cta{
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 400;
    height: 6.484vw;
    width: 6.484vw;
    font-family:'BloggerSansMedium';
    font-size: 1.094vw; letter-spacing: 0.2.188vw;	line-height: 1.484vw;
    text-align: left;
    position: relative;
    display: block;
    overflow: hidden;
    border: 0.078vw solid #fff;
    z-index: 9;
    transition: all .5s;
    overflow: hidden;
    outline: none;
    background: transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .get-cta, .bottom-cta{
    height: 7.891vw;
    width: 7.891vw !important;
    background: #ED4700;
    border: 0 solid #fff;
    margin-top: 7.813vw;
  }
  .home-cta a:before{
    position: relative;
    content: '';
    top: -0.781vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Button%20arrow%20.svg');
    background-position: center;
    background-size: 1.563vw 0.938vw;
    background-repeat: no-repeat;
    width: 0.938vw;
    height: 1.406vw;
    display: block;
    left: 4.297vw;
    background-size: auto;
  }
  .get-cta a:before, .bottom-cta a:before{
    position: relative;
    content: '';
    top: -0.781vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Button%20arrow%20.svg');
    background-position: center;
    background-size: 1.563vw 0.938vw;
    background-repeat: no-repeat;
    width: 0.938vw;
    height: 1.406vw;
    display: block;
    left: 5.078vw;
    background-size: auto;
  }
  .get-cta a:before{
    left: 5.391vw; top: -1.328vw;
  }
  .visit-olivz .get-cta a {
    bottom: -0.391vw;
    left: 0;
  }
  .visit-olivz .get-cta a:before {
    left: 5.078vw;
    top: -1.563vw;
  }
  .bottom-cta a:before{
    top: -0.781vw;
    left: 5.469vw;
  }

  .olivz .get-cta{
    margin-top: 3.125vw;
    margin-bottom: 2.344vw;
  }
  .olivz .get-cta a:before{
    top: -2.578vw;
    left: 4.922vw;
  }

  /* //// Default effect: Slide from Top  //// */

  .home-cta:before,
  .home-cta:after,
  .get-cta:before,
  .get-cta:after,
  .bottom-cta:after,
  .bottom-cta:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #b73400; /* onhover background color */
    z-index: -1;
    transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
    transition: all .5s;
  }

  .home-cta:before{
    background: transparent; /* button default background color */
    z-index: -2;
    transform: translate3D(0,0,0);
  }

  .get-cta:before, .bottom-cta:before{
    background: transparent; /* button default background color */
    z-index: -2;
    transform: translate3D(0,0,0);
  }

  .home-cta:hover:after, 
  .get-cta:hover:after,
  .bottom-cta:hover:after{
    transform: translate3D(0,0,0);
    transition: all .5s;
  }


  .home-cta:after, .get-cta:after, .bottom-cta:after{
    transform: translate3D(-100%,100%,0);
  }
  /*-------------------------*/
  .footer-right .hs_submit{
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.094vw;
    letter-spacing: 0.2.188vw;	
    line-height: 1.484vw;
    position: relative;
    overflow: hidden;
    border: 0.078vw solid #fff;
    z-index: 9;
    transition: all .5s;
    outline: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #ED4700;
    padding: 0.703vw;
    margin-left: 0.391vw;
    margin-top: -0.078vw;
    height: 1.875vw;
  }

  .footer-right .hs-button.primary{
    color: #FFFFFF;	font-family: "Fira Sans";	font-size: 1.094vw;	letter-spacing: 0.2.188vw;	line-height: 1.953vw;
    cursor: pointer;
    background: transparent;
    border: none;
  }

  /*

  .form-header .hs_submit, .jd-inner-form .hs_submit{
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 400;
  height: 6.484vw;
  width: 6.484vw;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 1.094vw; letter-spacing: 0.2.188vw;	line-height: 1.484vw;
  text-align: left;
  position: relative;
  display: block;
  overflow: hidden;
  border: 0.078vw solid #ED4700;
  z-index: 9;
  transition: all .5s;
  overflow: hidden;
  outline: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: #ED4700;
}
  .form-header .hs_submit .hs-button, .jd-inner-form .hs_submit .hs-button{
  position: absolute;
  bottom: 0.781vw;
  left: 0.781vw;
  border: none;
  padding: 0;
  background: transparent;
  color: #FFFFFF;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw;
}


  .hs_submit:before,
  .hs_submit:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #b73400; 
  z-index: -1;
  transform: translate3D(0,-100%,0); 
  transition: all .5s;
}

  .hs_submit:before{
  background: transparent; 
  z-index: -2;
  transform: translate3D(0,0,0);
}

  .hs_submit:hover:after{
  transform: translate3D(0,0,0);
  transition: all .5s;
}

  .hs_submit:after{
  transform: translate3D(-100%,100%,0);
}  

  */
  .jd-inner-form .hs_submit{
    margin-top: -1.563vw;
    margin-left: 0.938vw;
  }
  .jd_c .submitted-message .cs-inner-message {
    margin-bottom: 15.625vw;
  }
  .no-job-inner-message {
    max-width: 42.188vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: -7.813vw;
    text-align: left;
  }
  .no-job-inner-message img {
    margin-bottom: 1.172vw;
  }
  .no-job-inner-message h2 {
    padding: 1.563vw 0;
  }
  .no-job-inner-message p {
    padding-bottom: 1.172vw;
  }
  .work-case-study-post {
    display: none;
  }
  .noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
  }
  .work-case-study{
    max-width: 76.563vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9.375vw;
    margin-bottom: 10.938vw;
    position: relative;
  }
  .work-case-study a#loadMore {
    display: block;
    position: relative;
    bottom: -10.938vw;
    left: 51%;
  }
  .work-case-study h2{color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;}
  .work-case-study-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .work-case-study-inner .work-case-study-post{
    width: 48.7%;
    margin: 1.563vw 0 1.563vw 0;
    border: 0.078vw solid #fff;
    transition: .5s;
  }
  .work-case-study-inner .work-case-study-post:hover{
    border: 0.078vw solid #DAD9D9;transition: .5s
  }
  .work-case-study-inner .work-case-study-post:nth-child(even){
    position: relative;
    top: 10.938vw;
    margin-left: 2%;
  }
  .work-case-study-inner .work-case-study-post .work-case-study-post-content{
    padding: 2.344vw;
  }
  .work-case-study-inner .work-case-study-post .work-case-study-post-content small{
    color: #ED4700;	font-family: "Noto Sans";	font-size: 1.094vw;	font-style: italic;	line-height: 1.875vw;
  }
  .work-case-study-inner .work-case-study-post .work-case-study-post-content h3{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 1.875vw;margin-top: 0; margin-bottom: 1.172vw;
  }
  .work-case-study-inner .work-case-study-post .work-case-study-post-content p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw; margin-bottom: 0;
  }
  .work-case-study-inner img {
    width: 100%;
  }

  /*-------------------------*/
  .e-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden;
  }

  /* Modal Content */
  .e-modal .modal-content {
    background-color: #FCFCFC;
    margin: auto;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .e-modal .modal-content .search-content{
    position: relative;
    top: 40%;
    max-width: 81.25vw;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .e-modal .modal-content .search-content p{
    color: #7D7D7D;	font-size: 1.484vw;	line-height: 1.641vw; text-align: right;font-family: 'BloggerSansRegular';
    font-weight: normal;
    font-style: normal;
  }
  .e-modal .modal-content .search-content input[type="search"]{
    color: #ED4700;		font-size: 4.688vw;	line-height: 5.078vw; 
    font-family: 'BloggerSansRegular'; 
    font-weight: normal; 
    font-style: normal; 
    border: none;
    border-bottom: 0.078vw solid #EDEDED;
    outline: none;
    background-color: #FCFCFC;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .e-modal .modal-content .search-content .hs-form input[type="search"]:focus{
    box-shadow: none !important;
    border: none !important; 
    border-color: #fff;
  }
  /* The Close Button */
  .e-modal .modal-content .close {
    height: 2.734vw;
    width: 2.734vw;
    position: absolute;
    right: 5.469vw;
    top: 3.906vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Path.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .verti.owl-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: 0.781vw;
    width: 1.563vw;
    left: -3.906vw;
  }
  .verti.owl-carousel .owl-dot.active{
    background: #000 !important;
    height: 2.969vw;
    transition: 1s;
  }
  .verti.owl-carousel .owl-dot{
    cursor: pointer;
    background: #ccc !important;
    width: 0.156vw !important;
    height: 1.719vw;
    z-index: 99 !important;
    border-radius: 0;
    margin: 0.625vw;
  }
  .loop.owl-carousel .owl-dots {
    display: inline-flex;
    position: absolute;
    bottom: 3.125vw;
    left: 17.188vw;
    transition: 1s;
  }


  .loop.owl-carousel .owl-dot.active {
    width: 3.906vw;
    margin-right: 7.813vw;
    transition: 1s;
  }

  .loop.owl-carousel .owl-dot {
    cursor: pointer;
    background: #fff;
    width: 2.734vw;
    height: 0.156vw;
    z-index: 99 !important;
    border-radius: 0;
    margin: 0.625vw;
  }

  .search-header-background{
    border-top: 0.078vw solid #EDEDED;
    border-bottom: 0.078vw solid #EDEDED;
    background-color: #FCFCFC;
    min-height: 31.25vw !important;
    position: relative;
  }
  .search-header {
    max-width: 81.25vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 11.719vw;
  }
  .search-header-background .search-header input[type="search"] {
    color: #ED4700;
    font-size: 4.688vw;
    line-height: 5.078vw;
    font-family: 'BloggerSansRegular';
    font-weight: normal;
    font-style: normal;
    border: none;
    border-bottom: 0.078vw solid #8D8D8D;
    outline: none;
    background-color: transparent;
    padding: 0 1.953vw;
  }
  .search-header-background .search-header .hit-enter{
    color: #7D7D7D;	font-size: 1.484vw;	line-height: 1.641vw; float: right;
    font-family: 'BloggerSansRegular'; 
    font-weight: normal; 
    font-style: normal; 
    padding-top: 0.156vw;
  }
  .search-result-group {
    max-width: 64.063vw;
    margin: 0 auto ;
  }
  .search-result-group .hs-search-results__listing li {
    padding: 1.563vw;
    transition: .5s;
    border: 0.078vw solid transparent;
    margin-bottom: 1.953vw;

  }
  .search-result-group .hs-search-results__listing li:hover {
    transition: .5s;
    border: 0.078vw solid #E8E8E8;

  }
  .hs-search-field--open .hs-search-field__suggestions {
    border: 0.078vw solid #d4d4d4;
    padding: 1.563vw;
    background: #fff;
    /* z-index: 999; */
    position: absolute;
  }
  .hs-search-field__suggestions #results-for {
    display: block;
    font-size: 1.875vw;
    margin-bottom: 0.781vw;
  }
  .hs-search-highlight {
    color: #ffffff;
    background: #FF6F31;

  }
  a.hs-search-results__title {
    color: #1C1C1C;
    font-family: "Noto Sans";
    font-size: 1.484vw;
    font-weight: bold;
    line-height: 2.5vw;
  }
  p.hs-search-results__description {
    color: #1C1C1C;
    font-family: "Noto Sans";
    font-size: 1.094vw;
    line-height: 1.875vw;
    margin-bottom: 0;
    margin-top: 0.781vw;
  }
  .hs-search-results__pagination {
    margin-top: 4.297vw;
    margin-bottom: 10.156vw;
  }

  .header {
    z-index: 9999;
    padding: 0.781vw 0 0;
    position: fixed;
    background: #fff;
  }
  .header.sticky {
    position: fixed !important;
    background: #fff;
    transition: all .5s linear;
    box-shadow: 0 0.391vw 1.328vw -1.016vw rgba(0,0,0,0.75);
  }
  .header.sticky .navigation-content{
    padding-top: 0.391vw;
    transition: all .5s linear;
  }
  .homepage .header{
    position: fixed;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: flex;
  }
  .pc-hide{
    display: none !important;
  }
  .anchor-link ul a.line-active li{
    background: #151E37;
    position: absolute;
    top: -200%;
    height: 3.906vw;
  }

  .img-animate .anchor-link{
    position: absolute;
    bottom: 0;
    left: -3.906vw;
  }

  .anchor-link ul {
    list-style: none;
    padding-left: 0;
  }
  .anchor-link ul a li{
    width: 0.156vw;
    height: 1.719vw;
    background: #969696;
    margin-bottom: 0.781vw;
  }
  .top-box{
    position: absolute;
    background-color: rgba(255, 71, 0, 0.8);
    height: 8.594vw;
    width: 28.516vw;
  }
  .img-animate{
    position: relative;
  }
  .digi-heart .digi-content {
    padding: 0;
    color: #fff;
    position: absolute;
    left: 62%;
    top: 26%;
    max-width: 23.438vw;
  }

  .top-arrow {
    position: fixed;
    bottom: 1.563vw;
    right: 1.563vw;
    display: none;
    transition: 1s;
  }

  .top-arrow img {
    width: 2.344vw;
  }

  .top-show {
    display: block;
    transition: 1s;
  }
  .homepage .top-arrow{
    display: none;
  }
  .about-section-group .top-to-bottom {
    position: absolute;
    z-index: 999;
    margin-left: 95%;
    height: 100vh;
  }
  .about-section-group .down-anchore{
    cursor: pointer;
    display: block;
    overflow: hidden;
    transition: all .5s;
    overflow: hidden;
    outline: none;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-bottom: 3.906vw;

    z-index: 9999;
  }
  .down-anchore{
    background: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/nxt%20sec%20button%20%281%29.svg');
    background-size: 2.656vw 2.656vw;
    width: 2.656vw;
    height: 2.656vw;
    background-repeat: no-repeat;
    z-index: 9;
  }
  /* //// Default effect: Slide from Top  //// */
  .down-anchore:after,
  .down-anchore:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); /* onhover background color */
    z-index: -1;
    transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
    transition: all .5s;
  }
  .down-anchore:before{
    background: transparent; /* button default background color */
    z-index: -2;
    transform: translate3D(0,0,0);
  }
  .down-anchore:hover:after{
    transform: translate3D(0,0,0);
    transition: all .5s;
  }
  .down-anchore:after{
    transform: translate3D(-100%,100%,0);
  }
  .down-anchore:hover{
    cursor: pointer;
  }
  ul.right-small {
    padding-top: 2.344vw;
  }

  ul.right-small li a {
    padding-top: 1.953vw;
    color: #FFFFFF;
    font-family: "Blogger Sans";
    font-size: 1.484vw;
    font-weight: 500;
    letter-spacing: 0.2.969vw;
    line-height: 1.641vw;
    transition: 1s;
  }

  ul.right-small li a:hover,
  ul.right-big li a:hover {
    color: #151E37;
    transition: 1s;
  }

  ul.right-big li a {
    color: #FFFFFF;
    font-family: "Blogger Sans";
    font-size: 2.578vw;
    font-weight: normal;
    letter-spacing: 0.5.156vw;
    line-height: 2.813vw;
    padding-top: 2.578vw;
    transition: .2s;
    position: relative;
  }
  ul.right-small li a:after {
    content: '';
    position: absolute;
    width: 0.781vw;
    height: 1.563vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29-1.svg?t=1542890057972);
    background-size: 0 0;
    background-position: left bottom; 
    background-repeat: no-repeat;
    margin-top: -1.172vw;
    margin-left: 0.156vw;
    opacity: 0;
    transition: all .2s linear;
  }
  ul.right-small li a:hover:after{
    height: 1.563vw;
    opacity: 1;
    transition: all .2s linear;
    background-size: 0.781vw 1.172vw;
  }
  ul.right-big li a:after {
    content: '';
    position: absolute;
    width: 1.172vw;
    height: 2.734vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29-1.svg?t=1542890057972);
    background-size: 0 0;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-left: 0.156vw;
    opacity: 0;
    transition: all .2s linear;
    margin-top: -1.719vw;
  }
  ul.right-big li a:hover:after{
    height: 2.734vw;
    opacity: 1;
    transition: all .2s linear;
    background-size: 1.172vw 1.563vw;
  }

  ul.right-social {
    position: absolute !important;
    bottom: 3.906vw;
    display: inline-flex;
  }
  .right-social img {
    width: 1.953vw;
    transition: .5s;
  }
  .right-social img:hover {
    opacity: .5;
    transition: .5s;
  }
  ul.right-social li {
    padding-right: 2.344vw;
  }

  .img-animate {
    position: relative;
    height: 100.5vh;
  }

  .img-animate img {
    width: 100%;
    position: absolute;
  }

  .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes slideInDown {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @keyframes slideInDown {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes slideInLeft {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  @keyframes slideInLeft {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes slideInRight {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  @keyframes slideInRight {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }

  .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes slideInUp {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @keyframes slideInUp {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  .bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }

  @keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }

  .zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes zoomInUp {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 78.125vw, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 78.125vw, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -4.688vw, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -4.688vw, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
  }

  @keyframes zoomInUp {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 78.125vw, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 78.125vw, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -4.688vw, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -4.688vw, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
  }

  .zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes zoomInRight {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(78.125vw, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(78.125vw, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-0.781vw, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-0.781vw, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
  }

  @keyframes zoomInRight {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(78.125vw, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(78.125vw, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-0.781vw, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-0.781vw, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
  }




  .module {
    transform: translate3d(0, 11.719vw, 0);
  }

  .come-in {
    transform: translate3d(0, 11.719vw, 0);
    animation: come-in 0.8s ease forwards;
  }

  .come-in:nth-child(odd) {
    animation-duration: 0.6s;
  }

  .already-visible {
    /*transform: translateY(0);*/
    transform: translate3d(0, 0, 0);
    animation: none;
  }

  @keyframes come-in {
    to {
      transform: translate3d(0, 0, 0);
    }
  }

  .row-fluid [class*="span"] {
    min-height: 0;
  }

  .ez-service-card-bg{
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg);
    background-repeat: no-repeat;
    background-position: 110% 95%;
    background-size: 30%;
    margin-top: 7.813vw;
  }
  .ez-service-card-group{
    max-width: 76.563vw;
    margin: 0 auto;
  }
  .ez-service-card-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ez-service-card-inner .ez-service-card{
    min-height: 33.281vw;
    width: 49%;
    margin-bottom: 1.719vw; 
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    color: #FFFFFF;
    background-size: 100%;
    transition: all 300ms linear;
  }
  .ez-service-card-inner .ez-service-card:hover{
    background-size: 105%;
  }
  .ez-service-card-inner .ez-service-card:nth-child(even){
    margin-left: 2%;
    position: relative;
    top: 10.938vw;
  }
  .ez-service-card-inner .ez-service-card:last-child {
    margin-bottom: 0;
  }
  .ez-service-card-inner .ez-service-card:nth-child(2){
    color: #1C1C1C;
  }

  .ez-service-card-inner .ez-service-card .ez-service-content{
    position: absolute;
    left: 3.125vw;
    bottom: 2.734vw;
  }
  .ez-service-card-inner .ez-service-card .ez-service-content h3{
    font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 1.875vw; margin-bottom: 0;
  }
  .ez-service-card-inner .ez-service-card .ez-service-content ul{margin-bottom: 0; padding-left: 1.406vw; list-style: none;}
  .ez-service-card-inner .ez-service-card .ez-service-content ul li{
    font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 2.344vw; position: relative;
  }
  .ez-service-card-inner .ez-service-card .ez-service-content ul li:before {
    content: '';
    background: #fff;
    width: 0.391vw;
    height: 0.391vw;
    position: absolute;
    top: 1.016vw;
    left: -1.406vw;
    border-radius: 50%;
  }
  .ez-service-card-inner .ez-service-card:nth-child(2) .ez-service-content ul li:before,
  .ez-service-card-inner .ez-service-card:nth-child(3) .ez-service-content ul li:before
  {
    background: #1C1C1C;
  }
  a#cta_button_744339_a9f04a20-8238-47b7-a7bb-748a48e8bac5,
  a#cta_button_744339_6b0a58c6-1ce9-4086-ba90-6d4f82120fcc,
  a#cta_button_744339_f5460532-ff5c-47e8-a608-adf06f21d5db{
    width: 5.313vw;
    height: 5.703vw;
    padding: 1.563vw 0.781vw 0;
    vertical-align: baseline;
    margin-bottom: -0.234vw;
    overflow: hidden;
  }
  a#cta_button_744339_2d18b63a-0786-422b-9e30-b7a11d692342 {
    width: 5.625vw;
    height: 4.922vw;
    padding: 2.344vw 0.781vw 0;
  }
  a#cta_button_744339_7f010913-df13-4aba-9ada-aa14d64e6c6b {
    width: 6.328vw;
    height: 4.844vw;
    padding: 3.125vw 0.781vw 0 0.781vw;
  }
  .footer-cta-content .get-cta a {
    bottom: -0.391vw;
    left: 0;
  }
  .jd_c .download-btn a {
    bottom: 0;
    left: 0;
  }
  .sqr{
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 400;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw; letter-spacing: 0.2.188vw;	line-height: 1.484vw;
    text-align: left;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 99;
    transition: all .5s;
    overflow: hidden;
    outline: none;
    background: transparent;
    display: inline-block;
    border: 0.078vw solid #ED4700;
    width: 5.391vw;
    height: 5.391vw;
    float: right;
    top: -3.125vw;
    left: 2.656vw;
  }
  /* //// Default effect: Slide from Top  //// */

  .sqr:after,
  .sqr:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); /* onhover background color */
    z-index: -1;
    transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
    transition: all .5s;
  }

  .sqr:before{
    background: transparent; /* button default background color */
    z-index: -2;
    transform: translate3D(0,0,0);
  }

  .sqr:hover:after{
    transform: translate3D(0,0,0);
    transition: all .5s;
  }


  .sqr:after{
    transform: translate3D(-100%,100%,0);
  }


  .feature-left .sqr button {
    position: relative;
    top: 3.516vw;
    color: #ED4700;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 0.938vw;
    letter-spacing: 0.6.719vw;
    line-height: 1.328vw;
    text-transform: uppercase;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .feature-left .sqr:before {
    position: absolute;
    content: '';
    top: 0.625vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29.svg?t=1542847149163);
    background-position: center;
    background-size: 1.563vw 0.938vw;
    background-repeat: no-repeat;
    width: 0.938vw;
    height: 1.406vw;
    display: inline-block;
    right: 0.547vw;
  }

  .feature-right a {
    color: #ED4700 !important;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 0.938vw;
    font-style: italic;
    letter-spacing: 0.1.875vw;
    line-height: 1.875vw;
    text-transform: uppercase;
    text-align: right;
    position: relative;
    transition: .5s;
  }

  .feature-right a:hover {
    opacity: .7;
    transition: .5s;
  }

  .feature-right a:after {
    position: relative;
    content: '';
    top: -0.078vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29.svg?t=1542847149163);
    background-position: center;
    background-size: 1.563vw 0.938vw;
    background-repeat: no-repeat;
    width: 0.938vw;
    height: 1.406vw;
    display: inline-block;
    left: 0.313vw;
  }

  .feature-right p, .feature-right p span, .feature-right p strong, .feature-right p h1, .feature-right p h2, .feature-right p h3, .feature-right p h4,
  .feature-right p h5, .feature-right p h6{
    color: #9D9D9D;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw;
    letter-spacing: 0.2.188vw;
    line-height: 1.875vw;
    margin-bottom: 0;
    display: inline;
    font-weight: 300;
  }

  .feature-right h4 {
    color: #A2A2A2;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw;
    font-weight: bold;
    letter-spacing: 0.2.188vw;
    line-height: 1.875vw;
    margin-bottom: 0;
    margin-top: 0;
  }

  .feature-main {
    display: flex;
    width: 100%;
    height: 16.797vw;
  }

  .feature-main .feature-left {
    width: 50%;
    padding: 0.781vw;
  }

  .feature-main .feature-right {
    width: 50%;
    padding: 0.547vw 0 0 2.734vw;
  }

  .service-box {
    width: 21.875vw;
    overflow: hidden;
  }

  .zoom-in::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .3s ease-in-out;
  }

  .zoom-in:focus::after, .zoom-in:hover::after {
    transform: scale(1.2);
  }

  .offering {
    width: 100%;
    height: 19.531vw;
    margin-bottom: 1.563vw;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .5s;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.781vw;
    margin-top: 0.781vw;
  }
  .offering .offering-content{
    position: relative;
    background: linear-gradient(226deg, rgba(247, 125, 0, 0.8) 0%, rgba(237, 71, 0, 1) 100%);
    width: 100%; height: 100%;
    z-index: 1;
  }
  .offering .offering-content h4 {
    position: absolute;
    z-index: 1;
    padding: 0 3.125vw;
    position: absolute;
    bottom: 2.5vw;
    color: #fff;
    font-size: 1.484vw;
    line-height: 2.344vw;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    margin-bottom: 0;
  }


  /*.offering:hover .offering-content:after {*/
  /*	content: ' ';*/
  /*	right: 2.734vw;*/
  /*	top: 2.344vw;*/
  /*	position: absolute;*/
  /*	height: 2.344vw;*/
  /*	width: 1.563vw;*/
  /*	background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Button%20arrow%20.svg');*/
  /*	background-size: 2.656vw 1.172vw;*/
  /*	background-position: center;*/
  /*	background-repeat: no-repeat;*/
  /*	transition-property: width;*/
  /*	transition-duration: 2s;*/
  /*}*/

  .offering .offering-content:after {
    content: '';
    position: absolute;
    width: 0.781vw;
    height: 1.563vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Button%20arrow%20.svg);
    background-size: 0 0;
    background-position: left bottom; 
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .3s linear;
    right: 2.734vw;
    top: 2.344vw;
  }
  .offering .offering-content:hover:after{
    height: 1.563vw;
    opacity: 1;
    transition: all .3s linear;
    background-size: 0.781vw 1.172vw;
  }



  .header-resource {
    display: flex;
    width: 100%;
  }

  .header-resource .resource-click {
    width: 50%;
  }

  .header-resource .resource-content {
    width: 50%;
  }

  .owl-nav {
    display: none;
  }

  .overlay-menu {
    display: flex;
  }
  .open .overlay-menu .nav-feature { transform: translateX(0); transition: all 300ms linear; }
  .overlay-menu .nav-feature { width: 100%; padding: 3.125vw 7.813vw 1.563vw; background: #151E37; transform: translateX(-100%); transition: all 300ms linear;    height: 95%; }
  .open .overlay-menu .nav-menu { transform: translateX(0); transition: all 300ms linear; }
  .overlay-menu .nav-menu { width: 34%; padding: 3.906vw 7.813vw; position: relative; background: #ED4700; transform: translateX(100%); transition: all 300ms linear; height: 89.5%;}

  .featured {
    position: relative;
    width: 100%;
  }

  .featured-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .featured-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: linear-gradient(224.99deg, #343E96 0%, #4F5CD1 100%);
    opacity: .6;
  }

  .navigation-content {
    float: right;
    display: inline-flex;
    float: right;
    color: #fff;
  }

  /*input {*/
  /*	outline: none;*/
  /*}*/

  /*input[type=text] {*/
  /*	-webkit-appearance: textfield;*/
  /*	-webkit-box-sizing: content-box;*/
  /*	font-family: inherit;*/
  /*	font-size: 100%;*/
  /*}*/

  /*input::-webkit-search-decoration,*/
  /*input::-webkit-search-cancel-button {*/
  /*	display: none;*/
  /*}*/




  /*input[type=text]:focus {*/
  /*	width: 10.156vw;*/
  /*	background-color: #fff;*/
  /*	border-color: #ED4700;*/
  /*	-webkit-box-shadow: 0 0 0.391vw rgba(109, 207, 246, .5);*/
  /*	-moz-box-shadow: 0 0 0.391vw rgba(109, 207, 246, .5);*/
  /*	box-shadow: 0 0 0.391vw rgba(109, 207, 246, .5);*/
  /*}*/

  /*input:-moz-placeholder {*/
  /*	color: #999;*/
  /*}*/

  /*input::-webkit-input-placeholder {*/
  /*	color: #999;*/
  /*}*/


  /* Demo 2 */

  /*#demo-2 input[type=text] {*/
  /*	width: 1.172vw;*/
  /*	padding-left: 0.781vw;*/
  /*	color: transparent;*/
  /*	cursor: pointer;*/
  /*	margin-top: 0.391vw;*/
  /*}*/

  /*#demo-2 input[type=text]:hover {}*/

  /*#demo-2 input[type=text]:focus {*/
  /*	width: 10.156vw;*/
  /*	padding-left: 2.5vw;*/
  /*	color: #000;*/
  /*	background-color: #fff;*/
  /*	cursor: auto;*/
  /*}*/

  /*#demo-2 input:-moz-placeholder {*/
  /*	color: transparent;*/
  /*}*/

  /*#demo-2 input::-webkit-input-placeholder {*/
  /*	color: transparent;*/
  /*}*/

  .slider {
    position: relative !important;
    z-index: 9 !important;
  }


  .navigation-content ul {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
  }

  .navigation-content .advance-menu ul li a{
    text-transform: uppercase;
    text-decoration: none;
    color: #031D44;
    padding: 1.172vw 1.563vw;
    display: inline-block;
    position: relative;
    font-family: 'BloggerSansRegular'; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 1.016vw;
    letter-spacing: 0.2.031vw;
    line-height: 1.094vw;
    color: #1C1C1C;
    transition: .5s;

  }

  .navigation-content .advance-menu ul li a:hover {
    opacity: 1;
    color: #ED4700;
    transition: .5s;
    -webkit-text-stroke: .0.547vw;
    transition: 500ms;
  }

  .navigation-content .advance-menu ul li a::after {
    transition: 500ms;
    height: 0.078vw;
    content: "";
    position: absolute;
    background-color: #ED4700;
  }

  .navigation-content .advance-menu ul li a::after {
    width: 0%;
    top: 0.781vw;
    margin-left: -0.938vw;
  }

  .navigation-content .advance-menu ul li a:hover::after {
    width: 1.563vw; 
  }


  form#demo-2 {
    padding: 0 1.563vw;
  }

  .button_container.active {
    position: relative;
    /* right: 2.734vw; */
    /* top: 1.172vw; */
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/x.svg);
    background-size: 1.172vw 1.172vw;
    background-position: center;
    background-repeat: no-repeat;
  }

  .button_container.active .top,
  .button_container.active .middle,
  .button_container.active .bottom {
    opacity: 0;
  }


  /* All HubSpot Forms
  ========================================================================== */


  /* Form Field (selector for form field wrapper) */

  .footer-right .hs-form .hs-form-field {
    width: 65%;
    margin-bottom: 0;
  }


  /* Descriptions (targets class applied to Help Text divs) */
  .hs-form .hs-form-field {
    margin-bottom: 2.344vw;
  }
  .hs-form .hs-field-desc {}

  /* Labels (selects field labels and error messages) */

  .hs-form label {}

  .hs-form .hs-form-field>label {}


  /* Inputs (selectors for all inputs)  */

  .hs-form input[type="text"],
  .hs-form input[type="password"],
  .hs-form input[type="datetime"],
  .hs-form input[type="datetime-local"],
  .hs-form input[type="date"],
  .hs-form input[type="month"],
  .hs-form input[type="time"],
  .hs-form input[type="week"],
  .hs-form input[type="number"],
  .hs-form input[type="email"],
  .hs-form input[type="url"],
  .hs-form input[type="search"],
  .hs-form input[type="tel"],
  .hs-form input[type="color"],
  .hs-form input[type="file"],
  .hs-form textarea,
  .hs-form select {
    outline: none;
    border: none;
    border-bottom: 0.078vw solid #E0DBDB;
    font-family: "Noto Sans";	font-size: 1.25vw;
    padding: 0.781vw 1.016vw;
    border-radius: 0;
  } 


  /* Inputs in focus (selectors for all inputs when clicked)  */

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


  /* Multi-line inputs (selectors to target multi-line fields */

  .hs-form textarea {
    background: transparent;
    margin-top: 0.234vw;
    height: 3.359vw;
    max-height: 17.188vw;
    resize: vertical;
  }

  .form-with-slider-labels .hs-form .hs-form-field.hs-fieldtype-textarea label {
    top: 0.781vw;
  }

  .hs-form textarea:focus {}


  /* Dropdowns (selectors for dropdowns) */

  .hs-form select {}

  .hs-form select:focus {}


  /* Multi-select (selectors for multi-select fields) */

  .hs-form form.hs-form .hs-form-field ul.inputs-list {}

  .hs-form form.hs-form .hs-form-field ul.inputs-list li input {}

  .hs-form input[type="radio"] {}

  .hs-form input[type="checkbox"] {}


  /* Required (selectors for fields, when they do not pass validation) */

  .hs-form input:focus:required:invalid,
  .hs-form textarea:focus:required:invalid,
  .hs-form select:focus:required:invalid {}

  .hs-form input:focus:required:invalid:focus,
  .hs-form textarea:focus:required:invalid:focus,
  .hs-form select:focus:required:invalid:focus {}


  /* Error message (selector for validation messages) */

  .hs-form .hs-error-msgs label {}


  /* Placeholder Text (styles the placeholder attribute text) */

  ::-webkit-input-placeholder {
    /* Webkit Browsers */
    color: #909090;
  }

  :-moz-placeholder {
    /* Firefox 18- */
    color: #909090;
  }

  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #909090;
  }

  :-ms-input-placeholder {
    /* IE10 */
    color: #909090;
  }


  /* Multi Column Form (selectors for fieldsets and field wrappers) 
  ========================================================================== */

  .hs-form .hs-form fieldset.form-columns-1 {}

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

  .hs-form .hs-form fieldset.form-columns-2 {}

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

  .hs-form .hs-form fieldset.form-columns-3 {}

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


  /* Submit buttons (selectors for all non-CTA buttons) 
  ========================================================================== */

  body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  body .hs-button.primary:hover,
  body input[type="submit"]:hover,
  body input[type="button"]:hover {}

  body .hs-button.primary:focus,
  body input[type="submit"]:focus,
  body input[type="button"]:focus {}

  .footer-right .hs-form .hs-form-field>label {
    display: none;
  }

  .footer-right form.hs-form {
    display: flex;
    width: 100%;
  }

  .footer-right form.hs-form input[type="email"] {
    font-size: 1.25vw;
    padding: 0.781vw;
    border: none;
    width: 100%;
    background-color: #E6E6E6;
  }

  .footer-right .hs_blog_default_hubspot_blog_subscription.hs-blog_default_hubspot_blog_subscription.hs-fieldtype-radio.field.hs-form-field {
    display: none;
  }

  .footer-right ul li {
    padding-right: 2.344vw;
  }
  .footer-right ul li a {
    color: #FF6F31;
    font-size: 2.344vw;
  }
  .footer-right ul li a:hover {
    color: #D25925;
  }
  .footer-right h6 {
    color: #A7A7A7;
    font-family: "Fira Sans";
    font-size: 1.094vw;
    letter-spacing: 0.2.188vw;
    line-height: 1.328vw;
    font-weight: 400;
    margin-bottom: 0;
  }

  .footer-right p {
    color: #1C1C1C;
    font-family: "Fira Sans";
    font-size: 1.094vw;
    letter-spacing: 0.2.188vw;
    line-height: 1.328vw;
    margin-bottom: 0;
  }

  .footer-right ul {
    display: inline-flex;
    padding-left: 0;
    list-style: none;
  }

  .footer-right {
    padding: 2.344vw 6.25vw 0 3.906vw;
    margin-left: 0 !important;
    float: right !important;
  }

  .privacy a {
    color: #FFFFFF;
    font-family: "Fira Sans";
    font-size: 0.938vw;
    letter-spacing: 0.1.875vw;
    line-height: 1.094vw;
  }

  .copyright {
    color: #A7A7A7;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 0.938vw;
    letter-spacing: 0.1.875vw;
    line-height: 1.328vw;
  }

  .footer-link {
    padding-bottom: 3.125vw;
  }

  .footer-link ul {
    padding-left: 0;
    list-style: none;
  }

  .footer-link ul li a {
    color: #FFFFFF;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw;
    letter-spacing: 0.2.188vw;
    line-height: 2.266vw;
    transition: .5s;
  }

  .footer-link ul li a:hover {
    color: #FF6F31 !important;
    transition: .5s;
  }

  .sitemap {
    color: #A7A7A7;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw;
    font-weight: bold;
    letter-spacing: 0.2.188vw;
    line-height: 1.484vw;
  }

  .footer-left {
    background-color: #3A424A;
    padding: 5.469vw 8.594vw 0.781vw 11.719vw;
    margin-left: 0 !important;
    float: left !important;
  }

  .interested {
    background-color: #343E96;
    min-height: 43.984vw !important;
    max-width: 100% !important;
    margin-left: -0.234vw !important;
    padding: 5.469vw 6.25vw;
    color: #FFFFFF;
  }

  .interested h2 {
    font-family: "Noto Serif";
    font-size: 2.969vw;
    font-weight: bold;
    line-height: 4.063vw;
    margin-bottom: 0;
  }

  .interested p {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw;
    line-height: 1.875vw;
  }

  .last-section {
    padding: 10.938vw 0 0;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg');
    background-repeat: no-repeat;
    background-position: 5% 5%;
    background-size: 31%;
  }

  .last-section img.hs-image-widget {
    width: 100% !important;
    padding-top: 8.594vw;
  }

  .client-logos {
    margin-top: 15.625vw;
  }

  .logo-grp {
    background: #f0f0f0;
    padding: 2.344vw 7.813vw 2.344vw 5.469vw;
  }

  .logo-grp img {
    width: 14.063vw !important;
  }

  .client-logos h6 {
    color: #6B6B6B;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw;
    font-style: italic;
    line-height: 1.875vw;
    margin-bottom: 0.781vw;
    font-weight: 300;
  }

  .client-logos h3 {
    margin-top: 0;
    color: #A7A7A7;
    font-family: "Noto Serif";
    font-size: 2.969vw;
    font-weight: bold;
    line-height: 4.063vw;
  }

  .mobile-grp {
    position: relative;
  }

  .mobile-grp .mob-1 {
    position: relative;
    left: 7.813vw;
  }

  .mobile-grp .mob-2 {
    position: absolute;
    left: 22.656vw;
    top: 12.891vw;
  }

  .mobile-grp .mob-3 {
    position: relative;
    left: 0;
    bottom: -7.813vw;
  }

  .smarter-grp {
    background: #F0F0F0;
    min-height: 100vh;
    position: relative;
  }

  .smarter-grp .bottom-cta {
    position: absolute;
    bottom: 0;
    right: 27.656vw;
  }

  .smarter-grp .smart-content {
    z-index: 9;
    position: relative;
    top: 12.5vw;
    left: 7.813vw;
    max-width: 19.531vw;
  }

  .smarter-grp .smart-content a {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw;
    font-style: italic;
    line-height: 1.875vw;
  }
  .smarter-grp .smart-content .cta:after {
    position: relative;
    content: '';
    top: -0.078vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29.svg?t=1542847149163);
    background-position: center;
    background-size: 1.563vw 0.938vw;
    background-repeat: no-repeat;
    width: 0.938vw;
    height: 1.406vw;
    display: inline-block;
    left: 0.313vw;
  }
  .smarter-grp .smart-content h2 {
    font-family: "Noto Serif";
    font-size: 2.969vw;
    font-weight: bold;
    line-height: 4.063vw;
    margin-top: 0.781vw;
    margin-bottom: 0.781vw;
    color: #001546;
  }

  .smarter-grp .smart-content p {
    line-height: 1.875vw;
    color: #1C1C1C;
  }

  .smarter {
    padding: 0 10.938vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_SmarterMe.svg');
    background-repeat: no-repeat;
    background-position: 23% 28%;
    background-size: 36%;
    min-height: 100vh !important;
  }

  .service-grp {
    padding: 10.938vw 0;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg');
    background-repeat: no-repeat;
    background-position: 36% 74%;
    background-size: 28%;
  }
  .service-offer>span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-offer>span .hs_cos_wrapper_type_custom_widget:nth-child(even) {
    top: 10.938vw;
    position: relative;
  }
  .service-offer>span .hs_cos_wrapper_type_custom_widget{
    width: 47%;
    margin: 0 1.5%;
    transition: transform .5s;
  }

  .service-grp .serv-content {
    position: relative;
    top: 12.5vw;
  }
  .service-grp .serv-content .cell-wrapper.layout-widget-wrapper {
    max-width: 16.016vw;
  }
  .service-grp .serv-content a {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw;
    font-style: italic;
    line-height: 1.875vw;
  }

  .service-grp .serv-content h2 {
    font-family: "Noto Serif";
    font-size: 2.969vw;
    font-weight: bold;
    line-height: 4.063vw;
    margin-top: 0.781vw;
    margin-bottom: 0.781vw;
    color: #001546;
  }

  .service-grp .serv-content p {
    line-height: 1.875vw;
    color: #1C1C1C;
  }

  .digi-heart {
    /*   min-height: 100.5vh !important; */
    /* background: #151E37; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .digi-heart .digi-content a {
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw;
    font-style: italic;
    line-height: 1.875vw;
    color: #fff;
  }
  .digi-heart .digi-content a:hover{
    opacity: .7;
  }
  .digi-heart .digi-content h2 {
    font-family: "Noto Serif";
    font-size: 2.969vw;
    font-weight: bold;
    line-height: 4.063vw;
    margin-top: 0.781vw;
    margin-bottom: 0.781vw;
  }

  .digi-heart .digi-content p {
    color: #FFFFFF;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }



  .hs_error_rollup {
    display: none;
  }

  body {
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 2.422vw;
    margin: 0;
    overflow-x: hidden;
  }

  .home-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100.5vh;
    position: relative;
  }

  .home-slider .slider-content {
    position: absolute;
    top: 11.719vw;
    color: #fff;
    max-width: 16.797vw;
    padding: 2.344vw 5.859vw;
    min-height: 100%;
    background-color: rgba(255, 71, 0, 0.8);
  }
  .home-slider .slider-content:before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    height: 100%;
    width: 0%;
    transition: all 300ms linear;
    right: 0;
    top: 0;
    background-color: rgba(255, 71, 0, 0.8);
  }
  .home-slider .slider-content.onload-bg:before {
    transition: all 300ms linear;
    width: 100%;
  }


  .ezest-logo img {
    width: 5.469vw !important;
  }


  .home-slider .slider-content h1 {
    font-size: 2.5vw;
    line-height: 3.438vw;
    font-family: 'BloggerSansLightItalic';
    font-weight: normal;
    font-style: italic;
    z-index: 1;
    position: relative;
  }

  .home-slider .slider-content h1>span {
    font-family: 'BloggerSansMediumItalic';
    font-weight: normal;
    font-style: italic;
    display: block;
  }

  .std-width {
    max-width: 92.188vw;
    margin-left: auto !important;
    margin-right: auto;
    float: none !important;
  }
  .center-width {
    max-width: 76.6%;
    margin-left: auto !important;
    margin-right: auto;
    float: none !important;
  }
  .right-wrap{
    max-width: 88.281vw;
    position: relative;
    /*     margin-left: auto; */
    left: 11.719vw;
    overflow: hidden;
  }

  .button_container {
    position: relative;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    height: 3.906vw;
    width: 3.906vw;
    margin-top: -0.469vw;
  }

  .button_container span {
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/menu%20button.svg');
    background-size: 1.172vw 0.156vw;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    height: 0.156vw;
    width: 1.172vw;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease;
    cursor: pointer;
    float: right;
    margin: 1.563vw;
  }

  .button_container span:nth-of-type(2) {
    top: 0.391vw;
    left: 0.234vw;
  }

  .button_container span:nth-of-type(3) {
    top: 0.781vw;
    left: -0.391vw;
  }

  .button_container:hover span:nth-of-type(1) {
    left: 1.094vw;
  }

  .button_container:hover span:nth-of-type(2) {
    left: 0.547vw;
  }

  .button_container:hover span:nth-of-type(3) {
    left: 0;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity 1s, visibility 1s, width 1s;
    z-index: 50;
    overflow: scroll;
  }

  /* .overlay:before {
  content: '';
  background: #151E37;
  left: -67%;
  top: 0;
  width: 67%;
  height: 100%;
  position: absolute;
  transition: left 1s ease;
} */
  /* 
  .overlay:after {
  content: '';
  background: #ED4700;
  right: -55%;
  top: 0;
  width: 33%;
  height: 100%;
  position: absolute;
  transition: all 1s ease;
} */

  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 103%;
  }

  .overlay.open:before {
    left: 0;
  }

  .overlay.open:after {
    right: 0;
  }



  .overlay.open .nav-feature li {
    /* 	-webkit-animation: fadeInLeft .5s ease forwards;
    animation: fadeInLeft .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s; */
  }

  .overlay.open .nav-menu li {
    /* 	-webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s; */
  }

  .overlay nav {
    position: relative;
    height: 100%;
    top: 0%;
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
    font-weight: 400;
    z-index: 100;
  }

  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }

  .overlay ul li {
    display: block;
    position: relative;
    /* 	opacity: 0; */
  }

  .overlay ul li a {
    display: block;
    color: #FFF;
    text-decoration: none;
  }

  span#hs_cos_wrapper_module_145139695009786494 {
    display: none;
  }

  .cs-anchor .center {
    position: relative;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
  }

  .cs-anchor .center:after { /*CLEARFIX*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .cs-anchor .row {
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
  }

  .cs-anchor .content {
    padding: 3.906vw 3.906vw;
  }

  .cs-anchor .content ul li a{
    color: #113040;
  }
  .cs-anchor .content ul li a:hover{
    color: #ED4700;
    font-weight: 600;
  }
  .cs-anchor .content ul li a:after {
    content: '';
    position: absolute;
    width: 0.781vw;
    height: 1.172vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29-1-1.svg);
    background-size: 0 0;
    background-position: left bottom; 
    background-repeat: no-repeat;
    margin-top: -0.391vw;
    margin-left: 0.078vw;
    opacity: 0;
    transition: all .5s linear;
  }
  .cs-anchor .content ul li a:hover:after{
    height: 1.172vw;
    opacity: 1;
    transition: all .5s linear;
    background-size: 0.781vw 1.172vw;
  }

  .cs-anchor .main-content {
    float: left;
    margin-left: 0 !important;
    width: 76.9% !important;
  }

  .content {
    position: relative;
    min-height: 95vh !important;
  }
  .content ul{
    padding-left: 0;list-style: none;
  }
  .content ul li{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw; padding-bottom: 1.563vw;

    padding-bottom: 1.953vw;
    padding-top: 0.391vw;}

  .content .download-btn{
    position: absolute; 
    bottom: 3.906vw; 
  }
  .download-btn a{
    color: #ED4700;
    bottom: 0.781vw;
    left: 0.781vw;
    position: absolute;
  }

  .download-btn a{
    bottom: 0.781vw;
    left: 0.781vw;
    position: absolute;
  }

  .download-btn{
    color: #ED4700;
    cursor: pointer;
    font-weight: 400;
    height: 7.891vw;
    width: 7.891vw !important;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw; letter-spacing: 0.2.188vw;
    line-height: 1.484vw;
    text-align: left;
    position: relative;
    display: block;
    overflow: hidden;
    border: 0.078vw solid #ED4700;
    z-index: 9;
    transition: all .5s;
    overflow: hidden;
    outline: none;
    background: transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .download-btn a:before{
    position: relative;
    content: '';
    top: -1.563vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29-1-1.svg');
    background-position: center;
    background-size: 1.563vw 0.938vw;
    background-repeat: no-repeat;
    width: 0.938vw;
    height: 1.406vw;
    display: block;
    left: 5.078vw;
  }
  .info-right .download-btn a:before {
    top: -1.719vw;
    left: 4.922vw;
  }
  .info-right  .download-btn a {
    bottom: 0;
    left: 0;
  }
  /* //// Default effect: Slide from Top  //// */

  .download-btn:after,
  .download-btn:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);/* onhover background color */
    z-index: -1;
    transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
    transition: all .5s;
  }

  .download-btn:before{
    background: transparent; /* button default background color */
    z-index: -2;
    transform: translate3D(0,0,0);
  }

  .download-btn:hover:after{
    transform: translate3D(0,0,0);
    transition: all .5s;
  }


  .download-btn:after{
    transform: translate3D(-100%,100%,0);
  }
  .job-role-group button.download-btn.apply-btn span:after{
    top: -1.719vw;
    right: 0.469vw;
    /* transform: rotate(90deg);*/
  }
  #loadMore button.download-btn.apply-btn span:after {
    transform: rotate(90deg);
    top: -3.281vw;
    right: -3.359vw;
  }
  .jobs-profile-content h3{color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.031vw;     margin-top: 0.781vw;
    margin-bottom: 0;}
  .jobs-profile-content p{	
    color: #909090;	font-family: "Noto Sans";	font-size: 1.094vw;	
    line-height: 1.484vw;  
    margin-top: 0.781vw;  
    margin-bottom: 0.391vw;
  }
  .jobs-profile-content p .cm-tag{	
    border-radius: 13.0.391vw;	background-color: #F4F4F4;
    color: #909090;	font-family: "Noto Sans";	font-size: 0.938vw;	    line-height: 1.328vw;
    padding: 0.391vw 1.094vw;
    margin-left: 0.781vw;
  }

  a#loadMore {
    margin-top: 2.344vw;
    display: block;
  }

  .job-role-group{
    margin-top: 10.156vw;
    max-width: 60.938vw;
  }
  .job-role-group .open-roles h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;     margin-bottom: 4.063vw;
  }

  .jobs-profile button.download-btn.apply-btn {
    height: 6.406vw;
    width: 6.406vw !important;
    position: relative;
    transition: 1s;
    opacity: 0;
  }
  .jobs-profile:hover button.download-btn.apply-btn{
    opacity: 1;
    transition: 1s;
  }
  button.download-btn.apply-btn span {
    position: absolute;
    bottom: 0.781vw;
    left: 0.781vw;
    font-size: 0.938vw;
    text-transform: uppercase;
  }
  button.download-btn.apply-btn span:after {
    content: '';
    position: absolute;
    top: -4.688vw;
    right: -0.469vw;
    width: 0.781vw;
    height: 0.781vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29-1-1.svg);
    background-repeat: no-repeat;
    background-size: 0.781vw 0.781vw;
  }

  .jobs-profile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*   align-items: center; */
    /*     border: 0.078vw solid #E8E8E8; */
    border: 0.078vw solid transparent;
    margin-bottom: 0.781vw;
    padding: 0.781vw 1.172vw;
    transition: 1s;
  }
  .jobs-profile:hover{
    border: 0.078vw solid #E8E8E8; 
    transition: 1s;
  }

  .jobs-profile .jobs-profile-content{
    width: 75%;
    user-select: none;
  }
  .jobs-profile .apply-button{
    width: 25%;
    text-align: right;
    margin-bottom: -0.391vw;
  }
  .career-banner-group{
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/ezestimage.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .career-banner-group .career-banner{
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/noise.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 59.141vw;
    background-color: rgba(0, 0, 0, 0.5); 

  }

  .career-banner-group .career-banner .career-banner-content{
    color: #ffffff;
    max-width: 30.469vw;
    position: absolute;
    top: 15.625vw;
    left: 11.719vw;
  }
  .career-banner-group .career-banner .career-banner-content .home-cta span{
    position: absolute;
    bottom: 0.313vw;
    left: 0.781vw;
  }
  .career-banner-group .career-banner .career-banner-content p.home-cta {
    margin-top: 6.25vw;
    height: 5.469vw;
    width: 5.469vw;
  }
  .career-banner-group .career-banner .career-banner-content .home-cta span:after {
    content: '';
    position: absolute;
    top: -3.125vw;
    left: 2.5vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/noun_play_778401.svg);
    background-size: 0.938vw 1.563vw;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.953vw;
    height: 1.953vw;
  }
  .career-banner-group .career-banner .career-banner-content h4{font-family: "Noto Serif"; font-size: 1.484vw;	font-weight: bold;	line-height: 2.031vw; margin-bottom: 2.813vw;}
  .career-banner-group .career-banner .career-banner-content h1{font-family: "Noto Serif"; font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;}
  .career-banner-group .career-banner .career-banner-content p{font-family: "Noto Sans"; font-size: 1.094vw;	line-height: 1.875vw;     margin-top: -0.391vw;}
  .career-banner-group .career-banner .career-banner-content p a{  font-style: italic;}
  .means-grp{
    margin-top: 4.297vw;
    padding: 0 0 7.031vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg);
    background-repeat: no-repeat;
    background-position: 117% 5%;
    background-size: 37%;
  }
  .means-grp .means-inner{
    max-width: 53.125vw;
    display: flex;
    align-items: center;
  }
  .means-grp .means-inner .means-image{
    width: 56%;
  }
  .means-grp .means-inner .means-image img{
    width: 100%;

  }
  .means-grp .means-inner .means-content{
    width: 38.5%;
    margin-left: 4%;
  }
  .means-grp .means-inner .means-content p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 0.938vw;	line-height: 1.875vw;
  }
  .means-grp .means-inner .means-content ul{
    list-style: none;
    padding-left: 1.563vw;
  }
  .means-grp .means-inner .means-content ul li{
    color: #001546;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.734vw; position: relative;
  }
  .means-grp .means-inner .means-content ul li:before{
    position: absolute;
    content: '';
    width: 0.781vw;
    height: 0.781vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29-1-1.svg);
    background-size: 0.781vw;
    background-position: center;
    background-repeat: no-repeat;
    left: -1.563vw;
    top: 1.016vw;
  }

  .des-career-grp{
    display: block;
    position: relative;
    max-width: 53.125vw;	color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
    padding-top: 9.375vw;
  }
  .our-culture-grp{
    max-width: 60.938vw;
    padding-top: 4.688vw;
  }
  .our-culture-grp h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;
  }
  .our-culture-img-grp{
    margin-top: 2.344vw;
  }
  .our-culture-img-grp img{
    min-height: 22.266vw;
  }
  .our-culture-img-grp-1, .our-culture-img-grp-2, .our-culture-img-grp-3{
    display: flex;
    margin: 1.563vw 0;
  }
  .our-culture-img-grp-1 img:first-child{
    width: 36%;
  }
  .our-culture-img-grp-1 img:last-child{
    width: 59%;
    margin-left: 3%;

  }

  .our-culture-img-grp-2 img:first-child{
    width: 59%;
    margin-right: 3%;
  }
  .our-culture-img-grp-2 img:last-child{
    width: 36%;
  }
  .our-culture-img-grp-3 img:first-child{
    width: 36%;
  }
  .our-culture-img-grp-3 img:last-child{
    width: 59%;
    margin-left: 3%;
  }

  /* .testimonial-strip h2{
  max-width: 62.5vw;
  margin-left: auto ;
  margin-right: auto;
  float: none ;
  color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;
}
  .testimo{
  width: 100%;
  display: flex;
}

  .testimo-slider-grp{
  background-color: #F4F4F4; padding: 3.906vw 0 7.813vw;

}
  .testimo .author-img{
  width: auto;
}
  .testimo .testimo-content{
  width: auto;       padding: 0 7.031vw 0 1.953vw;
}
  .testimo .testimo-content h3{
  color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-style: italic;	line-height: 2.734vw; margin-top: 0;    font-weight: 500;
}
  .testimo .testimo-content p{
  color: #909090;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw;
}
  .testimonial-slider {
  max-width: 62.5vw;
  margin-left: auto !important;
  margin-right: auto;
  float: none !important;
}
  .testi.owl-carousel .owl-dots {
  display: inline-flex;
  position: absolute;
  bottom: -3.125vw;
  transition: 1s;
}


  .testi.owl-carousel .owl-dot.active {
  width: 3.906vw;
  margin-right: 7.813vw;
  transition: 1s;
}

  .testi.owl-carousel .owl-dot {
  cursor: pointer;
  background: #C7C7C7;
  width: 2.734vw;
  height: 0.156vw;
  z-index: 99 !important;
  border-radius: 0;
  margin: 0.625vw;
}
  */

  .full-width-strip .testimonial-strip h2{
    max-width: 62.5vw;
    margin-left: auto ;
    margin-right: auto;
    float: none ;
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;
  }
  .car .full-width-strip .testimonial-strip h2{
    margin-left: 0 ;
    padding-top: 7.031vw;
  }
  .full-width-strip .testimo{
    width: 100%;
    display: flex;
  }

  .full-width-strip .testimo-slider-grp{
    background-color: #F4F4F4;
    padding: 3.906vw 0 5.859vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/Dots_ContactUs_image.svg);
    background-size: 25%;
    background-position: 100% 64%;
    background-repeat: no-repeat;

  }
  .full-width-strip .testimo .author-img{
    width: auto;
  }
  .full-width-strip .testimo .testimo-content{
    width: auto;       padding: 0 7.031vw 0 1.953vw;
  }
  .full-width-strip .testimo .testimo-content h3{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-style: italic;	line-height: 2.734vw; margin-top: 0;    font-weight: 500;
  }
  .full-width-strip .testimo .testimo-content p{
    color: #909090;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw;
  }
  .full-width-strip .testimonial-slider {
    max-width: 62.5vw;
    margin-left: auto !important;
    margin-right: auto;
    float: none !important;
  }
  .full-width-strip .testi.owl-carousel .owl-dots {
    display: inline-flex;
    position: absolute;
    bottom: -3.125vw;
    transition: 1s;
  }


  .full-width-strip .testi.owl-carousel .owl-dot.active {
    width: 3.125vw;
  }

  .full-width-strip .testi.owl-carousel .owl-dot {
    cursor: pointer;
    width: 1.953vw;
    height: 3.125vw;
    z-index: 99 !important;
    border-radius: 0;
    margin-right: 0.391vw;
    position: relative;
  }
  .full-width-strip .testi.owl-carousel .owl-dot span{
    background: #C7C7C7;
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 0.156vw;
  }

  .full-width-strip .testi.owl-carousel .owl-dot.active span{
    transition: 1s;
    background: #2b2b2b;
  }

  .visit-olivz{
    border: 0.078vw solid #D2CFCF;
    max-width: 59.609vw;
    min-height: 22.266vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/dots.png');
    background-size: 97%;
    background-repeat: no-repeat;
    background-position: 42% 62%;
    position: relative;
  }

  .visit-olivz img{
    position: absolute;
    top: 3.906vw;
    display: block;
    left: 44%;
    transform: translate(-50%, 0%);
  }

  .visit-olivz .get-cta{
    position: absolute;
    bottom: -0.391vw;
    right: 0.781vw;
    height: 7.188vw;
    width: 7.188vw !important;
  }
  .center-width{
    max-width: 76.6%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .footer-cta-group{
    padding: 10.938vw 0 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg);
    background-repeat: no-repeat;
    background-position: 5% 5%;
    background-size: 31%;
  }
  .car .footer-cta-group{
    margin-top: 10.938vw;
  }
  .footer-cta-group .get-cta {
    margin-top: 2.344vw;
  }
  .footer-cta-group .get-cta a:before {
    top: -1.563vw;
    left: 4.844vw;
  }
  .footer-cta-group .get-cta{
    height: 7.109vw;	width: 7.109vw !important;
  }
  .footer-cta-section{
    width: 100%;
    display: flex;
  }

  .footer-cta-section .footer-cta-image {
    padding-top: 7.813vw;
    width: 51%;
  }

  .footer-cta-section .footer-cta-content {
    background-color: #343E96;
    min-height: 44.063vw;
    width: 49%;
    color: #FFFFFF;
    position: relative;
  }
  .footer-cta-section .footer-cta-content .footer-cta-content-inner {
    position: relative;
    left: 6.25vw;
    max-width: 29.688vw;
    top: 5.078vw;
  }
  .footer-cta-section .footer-cta-content .get-cta {
    position: absolute;
    bottom: 9.766vw;
    left: 6.25vw;
  }
  .olivz .footer-cta-section .footer-cta-content .get-cta{
    bottom: 8.438vw;
  }
  .car .footer-cta-section .footer-cta-content .get-cta{
    bottom: 10.547vw;
  }
  .car .footer-cta-section .footer-cta-content .get-cta a {
    bottom: 0.703vw;
    left: 0.781vw;
  }
  a.ez-read-more:after {
    position: relative;
    content: '';
    top: -0.078vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29.svg?t=1542847149163);
    background-position: center;
    background-size: 1.563vw 0.938vw;
    background-repeat: no-repeat;
    width: 0.938vw;
    height: 1.406vw;
    display: inline-block;
    left: 0.313vw;
  }

  a.ez-read-more {
    position: relative;
  }
  .footer-cta-section .footer-cta-content h2{
    font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw; margin-bottom: 0; margin-top: 1.953vw;
  }
  .footer-cta-section .footer-cta-content p{
    font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }

  .related-insights{
    max-width: 76.563vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9.375vw;
    margin-bottom: 10.938vw;
  }
  .related-insights h2{color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;
    margin-bottom: 0.781vw;
  }
  .related-insights-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .related-insights-inner .related-insights-post{
    width: 48.79%;
    margin: 1.563vw 0;
    border: 0.078vw solid #fff;
  }
  .related-insights-inner .related-insights-post img {
    width: 100%;
  }
  .related-insights-inner .related-insights-post:hover{
    border: 0.078vw solid #DAD9D9;
    transition: .5s;
  }
  .related-insights-inner .related-insights-post:nth-child(even){
    position: relative;
    top: 10.938vw;
    margin-left: 2%;
  }
  .related-insights-inner .related-insights-post .related-insights-post-content{
    padding: 2.344vw;
  }
  .related-insights-inner .related-insights-post .related-insights-post-content small{
    color: #ED4700;	font-family: "Noto Sans";	font-size: 1.094vw;	font-style: italic;	line-height: 1.094vw;
  }
  .related-insights-inner .related-insights-post .related-insights-post-content h3{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 1.875vw;margin-top: 1.172vw; margin-bottom: 1.172vw;
  }
  .related-insights-inner .related-insights-post .related-insights-post-content p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .digi-banner-group{
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .digi-banner-group .digi-banner{
    position: relative;
    min-height: 60vh;
    max-width: 76.563vw;
    margin: 0 auto;
  }
  .digi-com .footer-cta-group{
    margin-top: -2.344vw;
  }
  .digi-banner-group .digi-banner .digi-banner-content{
    color: #ffffff;
    max-width: 37.5vw; 
    position: relative;
    padding-top: 13.672vw;
    padding-bottom: 3.906vw;
  }
  .digi-banner-group .digi-banner .digi-banner-content h1{color: #FFFFFF;	font-family: "Noto Serif";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.031vw;}
  .digi-banner-group .digi-banner .digi-banner-content p{color: #FFFFFF;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw; font-weight: 100}
  .tech-grp-inner{
    margin-bottom: 7.031vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 76.563vw;
  }
  .tech-grp-inner h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;     margin-bottom: 1.172vw;
  }

  .tech-img-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tech-img-group .tech-item{
    width: 24%;
    margin: 1.563vw 0.547vw 1.563vw 0;
  }

  .cust-in-grp{
    margin-top: 9.375vw;
    margin-bottom: 3.906vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 76.563vw;
  }
  .cust-in-grp h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw; max-width: 37.5vw; margin-bottom: 1.563vw;
  }

  .cust-in-grp .cust-in{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cust-in-grp .cust-in .cust-in-content{
    width: 39%;
    margin-right: 11%;
    margin-bottom: 1.563vw;
  }
  .cust-in-grp .cust-in .cust-in-content h4{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.5vw; margin: 0;
  }
  .cust-in-grp .cust-in .cust-in-content a h4:hover {
    color: #ED4700;
  }
  .cust-in-grp .cust-in .cust-in-content p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .why-zest-grp{
    background-color: #F0F0F0;
    padding-bottom: 12.5vw;
    position: relative;
  }
  .why-zest-inner{
    max-width: 88.281vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 46.094vw;
    margin-left: auto;
    position: relative;
  }

  .why-zest-inner .why-zest-inner-content{
    position: absolute;
    max-width: 37.5vw;
    top: 6.25vw;
    right: 11.328vw;
  }

  .why-zest-inner .why-zest-inner-content h2{ margin-top: 0;margin-bottom: 0.781vw; color: #FFFFFF;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;}
  .why-zest-inner .why-zest-inner-content p{color: #FFFFFF;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;}


  .why-zest-grp .testimonial-strip h2{
    max-width: 62.5vw;
    margin-left: auto ;
    margin-right: auto;
    float: none ;
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;
  }
  .why-zest-grp .testimo{
    max-width: 54.688vw;
    padding-top: 4.688vw;
    margin-left: auto;
  }
  .why-zest-grp .testimo-inner{
    display: flex;
  }
  .why-zest-grp .testimo-slider-grp{
    background-color: #fff; max-width: 60.938vw; min-height: 27.344vw;
    position: absolute;
    bottom: 0;
    right: 3.906vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/Dots_ContactUs_image.svg);
    background-size: 36%;
    background-position: 106% 37%;
    background-repeat: no-repeat;
  }
  .why-zest-grp .testimo .author-img{
    width: 16%;
  }
  .why-zest-grp .testimo .testimo-content{
    width: 80%;
    padding: 0 7.031vw 0 1.953vw;
  }
  .why-zest-grp .testimo .testimo-content h3{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-style: italic;	line-height: 2.734vw; margin-top: 0;    font-weight: 500;     margin-bottom: 0.781vw;
  }
  .why-zest-grp .testimo .testimo-content p{
    color: #909090;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw; margin: 0;
  }
  .why-zest-grp .testimonial-slider {
    max-width: 62.5vw;
    margin-left: auto !important;
    margin-right: auto;
    float: none !important;
  }
  .why-zest-grp .testi.owl-carousel .owl-dots {
    display: inline-flex;
    position: absolute;
    bottom: -3.125vw;
    transition: 1s;
    bottom: 3.281vw;
    max-width: 53.906vw;
    margin: auto;
    left: 7.813vw;
  }


  .why-zest-grp .testi.owl-carousel .owl-dot.active {
    width: 3.125vw;
    transition: 1s;

  }
  .why-zest-grp .testi.owl-carousel .owl-dot.active span{
    background: #2b2b2b;
  }
  .why-zest-grp .testi.owl-carousel .owl-dot {
    cursor: pointer;

    width: 1.953vw;
    height: 1.563vw;
    z-index: 99 !important;
    border-radius: 0;
    margin-right: 0.391vw;
    position: relative;
  }
  .why-zest-grp .testi.owl-carousel .owl-dot span{
    background: #C7C7C7;
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 0.156vw;
  }

  .about-banner{
    background: #151E37;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Rectangle%20Copy%205.svg);
    padding: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
  }
  .about-banner-EZ{
    background: #fff;
  }
  
  .about-banner .hrt-bg{
    min-height: 59.141vw;
    max-width: 76.563vw;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: none;
    margin: 0 auto;
  }
      .hrt-bg.hrt-bg-EZ {
        min-height: 40.141vw ;
    }
  .about-banner .hrt-bg .about-content{
    position: absolute;
    max-width: 22.656vw;
    color: #fff;
    top: 15.234vw;
  }
  .about-banner .hrt-bg .about-content h4{font-family: "Noto Serif";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.031vw;  margin-bottom: 2.734vw;}
  .about-banner .hrt-bg .about-content h1{font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;}
  .about-banner .hrt-bg .about-content p{font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw; margin-top: 2.344vw;}

  .abt-csr{
    width: 100%;
    position: relative;
  }

  .abt-csr:before{
    content: '';
    position: absolute;
    background-color: #F0F0F0;
    width: 57.031vw;
    height: 100%;
    z-index: 1;
    padding-top: 7.813vw;
    right: 0;
  }
  .abt-csr .abt-csr-grp{
    z-index: 1;
    position: relative;
    padding-top: 7.422vw;
    display: flex;
    max-width: 70.313vw;
    margin-top: 10.156vw;
  }
  .abt-csr .abt-csr-grp .abt-csr-image{       width: 59%;   padding-top: 8.594vw;}
  .abt-csr .abt-csr-grp .abt-csr-content{
    margin-left: 1.563vw;
    width: 48%;
  }
  .abt-csr .abt-csr-grp .abt-csr-content h2{ margin-bottom: 1.328vw; color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;}
  .abt-csr .abt-csr-grp .abt-csr-content h4{ margin-top: 0.781vw;color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.5vw;}
  .abt-csr .abt-csr-grp .abt-csr-content p{color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;}
  .abt-csr .abt-csr-img-cta-grp{
    z-index: 1;
    position: relative;
    max-width: 54.688vw;
    display: flex;
    padding-bottom: 2.734vw;
  }
  .abt-csr .abt-csr-img-cta-grp .abt-csr-img-cta-image-1{
    width: 42.8%;
    margin-top: -5.469vw;
    margin-right: 1%;
  }
  .abt-csr .abt-csr-img-cta-grp .abt-csr-img-cta-image-2{
    width: 38.5%;
    margin: 1.563vw 2% 0 2%;
  }
  .abt-csr .abt-csr-img-cta-grp .abt-csr-img-cta-btn{
    width: 11%;
    margin: 1.563vw 1% 0 1%;
  }
  .abt-csr .abt-csr-img-cta-grp .abt-csr-img-cta-btn .get-cta{
    margin-top: 0;
    height: 6.797vw;
    width: 6.797vw !important;
  }


  .awards-ship{
    padding: 11.328vw 0 0;
    margin-top: 3.906vw;
  }
  
.awards-ship-EZ{
      padding: 0px 0 0;
}

.awards-ship-EZ2{
      padding: 26px 0 0;
}
  
  
  
  
  .awards-ship .awards-ship-inner{
    max-width: 68.75vw;
    float: none;
  }
  .awards-ship .awards-ship-inner h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;     margin-bottom: 0.547vw;
  }
  .awards-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .awards-group .awards-item{ 
    width: 31.3%;
    margin: 1.563vw 0 3.125vw 3%;
    transition: transform .5s;
  }
  .awards-group .awards-item:nth-child(1), .awards-group .awards-item:nth-child(4), .awards-group .awards-item:nth-child(7), .awards-group .awards-item:nth-child(10) {
    margin-left: 0;
  }
  .awards-group .awards-item .awards-item-image{
    padding: 3.281vw 5.859vw;
    background-color: #F1F1F1;
    text-align: center;
  }
  
  
  
  .awards-group .awards-item .awards-item-image img {
    width: auto;
    height: 5.469vw;
  }
  
  .awards-group-EZ .awards-item .awards-item-image{
    padding: 0px 0;
    background: none;
    text-align: center;
}
.awards-group-EZ .awards-item .awards-item-image img {
  width: auto;
  height: 114px;
}

  .awards-group .awards-item .leader-content p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw;     margin-top: 1.719vw;
  }
  
.awards-group-EZ .awards-item .leader-content p{
  text-align:center;
}

  .clients-ship{
    padding: 5.078vw 0 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg);
    background-repeat: no-repeat;
    background-position: 117% 5%;
    background-size: 31%;
  }
  .clients-ship .clients-ship-inner{
    max-width: 60.938vw;
  }
  .clients-ship .clients-ship-inner h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw; margin-bottom: 0.781vw;
  }
  .clients-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clients-group .clients-item{
    width: 19.1%;
    margin: 1.172vw 1.563vw 0.391vw 0;
    border: 0.078vw solid #D8D8D8;
    padding: 2.344vw 0.938vw;
    text-align: center;
  }
  .clients-group .clients-item img{
    width: auto;
    height: auto;
  }

  .clients-group .clients-item .clients-content{
    padding: 0.781vw;
  }

  .core-value-group{
    padding-top: 15.625vw;
    max-width: 68.75vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/dotts.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .core-value-inner{
    display: flex;
    width: 100%;
  }
  .core-value-inner .core-value-image{
    width: 46%;
  }
  .core-value-inner .core-value-content{
    width: 43.4%;
    margin-left: 10.6%;
    padding-top: 9.375vw;
  }
  .core-value-inner .core-value-content .get-cta{
    margin-top: 1.719vw ;
    height: 6.797vw;
    width: 6.797vw !important;
  }
  .core-value-inner .core-value-content .get-cta a:before{
    left: 4.531vw;
    top: -1.094vw;
  }
  .core-value-content .get-cta a, .abt-csr-img-cta-btn .get-cta a{
    bottom: -0.391vw;
    left: 0;
  }
  .core-value-inner .core-value-content h2{color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;     margin-bottom: -0.156vw;}
  .core-value-inner .core-value-content p{color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;}

  .abt-count{
    max-width: 60.547vw;
    padding: 8.594vw 0 0;
    color: #7D7D7D;	font-family: "Noto Serif";	font-size: 2.5vw;	font-weight: bold;	line-height: 3.359vw;
  }
  
  .abt-count-EZ{

  padding: 0px 0 0;}

  .abt-count .abt-count-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .abt-count .abt-count-content .inner-count-content{
    width: 24%;
    margin: 1.563vw 0.391vw 1.563vw 0;
    transition: transform .5s;
  }
  .abt-count .abt-count-content .count-description{
    padding-top: 3.516vw;
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw; font-weight: 300;
  }
  .leader-ship{
    background-color: #F0F0F0;
    padding: 6.25vw 0;
    margin-top: 6.25vw;
  }
  
 .leader-ship-EZ{
  background-color: #fff;
}
  
  
  .leader-ship .leader-ship-inner{
    max-width: 62.5vw;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  
 .leader-ship-EZ .leader-ship-inner {
    margin-left: 0;
}
  
  
  .leader-ship .leader-ship-inner h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw; margin-bottom: 0.781vw;
  }
  .leader-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .leader-group .leader-item{
    width: 22.4%;
    margin: 1.563vw 1.563vw 1.563vw 0;
    transition: transform .5s;
    /*   border: 0.078vw solid transparent; */
  }
  .leader-group .leader-item img{
    width: 100%
  }
  .leader-group .leader-item .leader-content{
    padding: 0.781vw;
    border: 0.078vw solid transparent;
    border-top: 0;
  }
  .leader-group .leader-item .leader-content h3{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw;
    margin-top: 0.234vw;
    font-weight: 300;
    margin-bottom: 0;
  }

  .leader-group .leader-item .leader-content p{
    color: #A7A7A7;	font-family: "Noto Sans";	font-size: 0.938vw;	line-height: 1.328vw;
  }
  .leader-group .leader-item:hover .leader-content p{
    color: #1C1C1C;
  }
  .leader-group .leader-item:hover .leader-content{
    background: #fff;
    transition: .5s;
    border: 0.078vw solid #E4E4E4;
    border-top: 0;
  }
  .vision-misson{
    padding: 2.734vw 0 7.813vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 35%;
  }
  .vision-misson .vision-misson-group-outer{
    max-width: 61.328vw;
  }
  .vision-misson .vision-misson-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vision-misson .vision-misson-group .v-m-content h2{color: #1C1C1C;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;
    margin-top: 0;
    margin-bottom: 1.172vw;}
  .vision-misson .vision-misson-group .v-m-content p{	color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;}
  .vision-misson .vision-misson-group .v-m-content{
    width: 38.5%;
    margin: 1.563vw 0 1.563vw 0;
    transition: transform .5s;
    padding: 2.344vw 3.125vw 1.563vw; 
    background-color: #F9F9F9;
  }
  .vision-misson .vision-misson-group .v-m-content:nth-child(even){
    top: 4.688vw;
    position: relative;
    margin-left: 2.4%;
  }
  .office-card-grp{
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg);
    background-repeat: no-repeat;
    background-position: 122% 100%;
    background-size: 31%;
  }

  .office-card-grp .office-card-inner{
    max-width: 76.563vw;
    margin: 7.031vw auto 5.469vw;
  }
  .office-card-grp .office-card-inner h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw; margin-bottom: 4.688vw;
  }
  .office-card-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .office-card-item .office-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.5); 
  }
  .office-card-item .office-content{
    position: absolute;
    z-index: 3;
    bottom: 2.109vw;
    left: 2.734vw;
    color: #FFFFFF;
    right: 2.734vw;
  }
  .office-card-item .office-content h5{margin: 0;color: #FFFFFF;	font-family: "Noto Sans";	font-size: 0.938vw;	line-height: 0.781vw; font-weight: 500; text-transform: uppercase;}
  .office-card-item .office-content h2{margin: 0;color: #FFFFFF;	font-family: "Noto Serif";	font-size: 1.953vw;	line-height: 2.969vw;     margin-bottom: 1.484vw;}
  .office-card-item .office-content h2 span{font-weight: 100;     font-size: 1.563vw;}
  .office-card-item .office-content p{color: #FFFFFF;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;}
  .office-card-item .office-content .last-call{ margin-top: 3.906vw;}
  .office-card-item .office-card{
    width: 49%;
    margin-bottom: 2.344vw;
    transition: transform .5s;
    min-height: 44.922vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .form-left .form-with-slider-labels .hs-form .hs-input {
    margin-bottom: 2.344vw;
  }
  .office-card-item .office-card:nth-child(even){
    margin-left: 2%;
    position: relative;
    top: 5.859vw;
  }
  .form-header{
    width: 100%;
    display: flex;  
  }
  .form-header .form-left form{
    margin-top: 3.516vw;
  }
  .form-header .form-left{
    width: 56%;
    padding: 3.906vw 7.813vw 3.906vw 13.906vw;
    position: relative;
    display: block;
  }
  .form-left .submitted-message {
    /* margin-top: -6.719vw; */
    background: #ffffff;
    /* z-index: 2; */
    position: absolute;
    top: 6.25vw;
    max-width: 36.719vw;
  }
  .form-left .submitted-message img {
    width: 8.984vw;
  }
  .form-left .submitted-message h2 {
    color: #001546;
    font-family: "Noto Serif";
    font-size: 2.656vw;
    font-weight: bold;
    line-height: 3.594vw;
  }
  .form-left .submitted-message p {
    font-family: "Noto Sans";
    font-size: 1.484vw;
    line-height: 2.422vw;
    margin-top: 0;
    margin-bottom: 2.344vw;
  }
  .form-header .form-left h1{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;
  }

  .form-header .info-right{
    background-color: #F0F0F0;
    width: 44%;
    padding: 6.25vw 3.906vw 7.031vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/Dots_ContactUs_image.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 100% 110%;
  }
  .form-header .info-right p{
    font-family: "Noto Sans";	font-size: 1.484vw;	line-height: 2.422vw; margin-top: 0;
  }
  .form-header .info-right .info-right-content{
    max-width: 16.406vw;    margin-top: 6.406vw;
  }
  .form-header .info-right h3{
    color: #1C1C1C;	font-family: "Noto Serif";	font-size: 2.031vw;	font-weight: bold;	line-height: 3.047vw;     margin-bottom: 2.578vw;
  }

  .form-header .info-right h5{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw; font-weight: 300;
  }

  .featured-header-grp{ margin: 11.719vw auto 2.344vw; max-width: 76.563vw;}
  .featured-header{max-width: 37.5vw;}
  .featured-header h1{color: #001546;	font-family: "Noto Serif";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.031vw; margin-bottom: 0;}
  .featured-header p{	color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;}

  .blog-section{
    margin: 0 auto 10.938vw; 
    max-width: 100%;
  }
  .blog-section.csr{
    max-width: 76.563vw;
    margin-top: 7.422vw;
  }
  .post-listing{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 76.563vw;
    margin: 0 auto 7.813vw;
  }
  .post-listing .body-post:nth-child(even) {
    top: 7.813vw;
    position: relative;
    margin-left: 2%;
  }
  .post-listing .body-post{
    width: 47.7%;
    margin: 0 0% 3.125vw 0;
    transition: transform .4s;
    border: 0.078vw solid #fff;
  }
  .post-listing .body-post:hover{
    border: 0.078vw solid #DAD9D9;
    transition: transform .4s;
  }
  .post-listing .body-post .blog-feature-image{
    width: 100%; height: 20.781vw;
    background: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

  }
  .blog-inner-body {
    padding: 1.563vw 2.344vw;
  }
  .blog-inner-body h2 a{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 1.875vw;
  }
  .blog-inner-body p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .blog-inner-body h2 {
    margin: 0;
    margin-bottom: 0.391vw;
  }
  .summary,.summary strong,.summary p,.summary span, .summary div,.summary h1,.summary h2,.summary h3,.summary h5,.summary h5,.summary h6 {
    color: #1C1C1C;
    font-family: "Noto Sans";
    font-size: 1.094vw;
    line-height: 1.875vw;
    font-weight: 300;
  }
  .social-blog.mobile-hide{position:absolute; margin-left: -11.719vw;}
  .social-list ul { padding-left: 0; margin: 0;}
  .social-blog.mobile-hide ul li{font-size: 1.875vw;list-style:none; margin-bottom: 1.953vw;}
  .social-blog.mobile-hide ul li a{ color:#ED4700; transition: .5s;}
  .social-blog.mobile-hide ul li a:hover{ color:#b73400;transition: .5s; }
  .social-blog.desk-hide{display: none;}
  .social-blog.mobile-hide{display: block;}
  .social-blog.mobile-hide ul li:last-child {
    margin-bottom: 0;
  }

  .related-title a {
    color: #1C1C1C;
    font-family: "Noto Sans";
    font-size: 1.484vw;
    font-weight: bold;
    line-height: 1.875vw;
  }
  .related-post-content {
    padding: 2.344vw;
  }  
  .related-post-content .related-title {
    color: #1C1C1C;
    font-family: "Noto Sans";
    font-size: 1.484vw;
    font-weight: bold;
    line-height: 1.875vw;
  }
  .related-post-content p{color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;}
  .related-post-content .bio-author, .related-post-content .bio-author a{color: #A7A7A7;	font-family: "Noto Sans";	font-size: 0.938vw;	line-height: 1.875vw; padding-right: 1.563vw; margin-top: -0.391vw;
    display: block;}
  .related-post-content small{color: #A7A7A7;	font-family: "Noto Sans";	font-size: 0.938vw;	line-height: 1.875vw; padding-left: 2.344vw;}
  .similar-blog{
    max-width: 76.563vw;
    margin: 0 auto;
  }
  .similar-blog h3{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;  margin-bottom: 0.781vw;
  }
  .similar-blog-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .similar-blog-group .related-post-item{
    width: 48.8%;
    margin: 1.563vw 0 1.563vw 0;
    border: 0.078vw solid #fff;
    transition: .4s;
  }
  .similar-blog-group .related-post-item:hover{
    border: 0.078vw solid #DAD9D9; transition: .4s;
  }
  .similar-blog-group .related-post-item:nth-child(even){
    position: relative;
    top: 10.938vw;
    margin-left: 1.484vw;
  }
  .similar-blog-group .related-post-item a img {
    width: 100%;
  }
  .related-insights-inner .related-insights-post .related-insights-post-content{
    padding: 2.344vw;
  }
  .hs-blog-post .featured-header-grp{
    display: none;
  }
  .credits {
    margin: 1.563vw auto;
    text-align: center;
  }
  #beforeafter {
    width: 100%;
    position: relative;
    min-height: 46.875vw;
  }
  /* Plugin CSS */

  .twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
  }
  .twentytwenty-container img {
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
  }
  .twentytwenty-before {
    z-index: 20;
  }
  .twentytwenty-after {
    z-index: 10;
  }
  .twentytwenty-handle {
    height: 2.344vw;
    width: 2.344vw;
    position: absolute;
    left: 50%;
    bottom: -6.328vw;
    margin-left: -1.719vw;
    margin-top: -1.719vw;
    background: #ED4700;
    border-radius: 50%;
    z-index: 40;
  }
  .section.post-body {
    max-width: 60.938vw;
    margin: 8.359vw auto 7.031vw;
    color: #1C1C1C;
    font-family: "Noto Sans";
    font-size: 1.094vw;
    line-height: 1.719vw;
  }

  p#hubspot-topic_data  span.topic-link{
    padding: 0.469vw 0.781vw;
    background-color: rgba(255,255,255,0.4);
    display: inline-block;
    margin-bottom: 0.469vw;
    color: #000000;
    font-family: "Noto Sans";
    font-size: 0.938vw;
    line-height: 1.328vw;
    border-radius: 1.094vw;
    margin-right: 1.172vw;
  }
  .post-header-content-background {
    background-color: rgba(0,0,0,.7);
    min-height: 52.109vw;
    width: 100%;
    position: relative;
  }
  .post-header-content{
    position: relative;
    left: 11.719vw;
    top: 22.266vw;
    max-width: 54.688vw;
  }
  .post-header-content h1{
    color: #FFFFFF;	font-family: "Noto Serif";	font-size: 2.5vw;	font-weight: bold;	line-height: 3.359vw;     margin-bottom: 0.781vw;
  }
  div#hubspot-author_data {
    color: #FFFFFF;
    font-family: "Noto Sans";
    font-size: 1.094vw;
    line-height: 1.875vw;
    padding: 0.781vw 0 2.344vw;
  }
  div#hubspot-author_data a{
    color: #FFFFFF; padding-right: 1.563vw;
  }
  .section.post-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -1.094vw;
    margin-top: -1.641vw;
  }
  .hs-blog-post .post-hide,.hs-blog-listing .listing-hide{
    display: none;
  }
  .blog-heading{
    padding-top: 7.813vw;  
  }
  .blog-heading h1{
    color: #001546;	font-family: "Noto Serif";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.031vw;}
  .blog-heading p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .cm-blog-topic-filter .cm-blog-listing-wrapper{
    width: 70%;
  }
  .cm-blog-topic-filter .cm-blog-topic-filter-wrapper{
    width: 100%;
    position: relative;
    display: block;
  }
  .cm-blog-listing-inner-wrapper ul{
    display: table;
    list-style: none;
    position: relative;
    display: block;
    padding-left: 0;
  }
  .cm-blog-listing-inner-wrapper ul li{
    display: inline-table;
    width: 18%;
  }
  .widget-module{
    height: 23.438vw;
    overflow: scroll;
    position: relative;
    display: block;
  }
  .widget-module ul{
    width: 100%;
    padding-left: 0;
    display: table;
    list-style: none;
    position: relative;

  }

  .widget-module ul li{
    display: inline-table;
    width: 25%;
  }

  .jd-inner-form .hs_submit, .form-left .hs_submit, .cs-inner-form .hs_submit{
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 400;
    height: 6.484vw;
    width: 6.484vw;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw; letter-spacing: 0.2.188vw;	line-height: 1.484vw;
    text-align: left;
    position: relative;
    display: block;
    overflow: hidden;
    border: 0.078vw solid #ED4700;
    z-index: 9;
    transition: all .5s;
    overflow: hidden;
    outline: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #ED4700;
  }
  .form-left .hs_submit{
    margin-top: -1.172vw;
  }
  .jd-inner-form .hs_submit .actions, .form-left .hs_submit .actions, .fcs-inner-form .hs_submit .actions{
    position: absolute;
    bottom: 0.781vw;
    left: 0.781vw;
    border: none;
    padding: 0;
    background: transparent;
    color: #FFFFFF;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw;
  }
  .jd-inner-form .hs_submit .actions .hs-button, .form-left .hs_submit .actions .hs-button, .cs-inner-form .hs_submit .actions .hs-button{
    height: 11.328vw;
    width: 7.813vw;
    position: relative;
    left: -0.781vw;
    bottom: -5.234vw;
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-family: "Noto Sans";
    font-size: 1.094vw;
    line-height: 1.484vw;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;

  }
  .jd-inner-form .hs_submit .actions:after, .form-left .hs_submit .actions:after, .cs-inner-form .hs_submit .actions:after{
    content: '';
    position: absolute;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/Send_CU_icon.svg');
    background-repeat: no-repeat;
    width: 0.781vw;
    height: 1.172vw;
    right: 2.578vw;
    bottom: 3.906vw;
  }

  .jd-inner-form .hs_submit:before,.jd-inner-form .hs_submit:after,
  .form-left .hs_submit:before, .form-left .hs_submit:after,
  .cs-inner-form .hs_submit:before, .cs-inner-form .hs_submit:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #b73400; 
    z-index: -1;
    transform: translate3D(0,-100%,0); 
    transition: all .5s;
  }

  .jd-inner-form .hs_submit:before, .form-left .hs_submit:before, .cs-inner-form .hs_submit:before{
    background: transparent; 
    z-index: -2;
    transform: translate3D(0,0,0);
  }

  .jd-inner-form .hs_submit:hover:after, .form-left .hs_submit:hover:after, .cs-inner-form .hs_submit:hover:after{
    transform: translate3D(0,0,0);
    transition: all .5s;
  }

  .jd-inner-form .hs_submit:after, .form-left .hs_submit:after, .cs-inner-form .hs_submit:after{
    transform: translate3D(-100%,100%,0);
  }  
  .cs-inner-form .hs_submit .actions .hs-button{
    left: 0;
    bottom: 0.781vw;
  }
  .cs-inner-form .hs_submit .actions:after{
    right: 0.625vw;
    bottom: 4.688vw;
  }
  .download-btn-grp{
    padding: 1.563vw 0 1.563vw 14.063vw;
  }
  .jd-block{
    background-color: #F9F9F9;
    max-width: 36.719vw;
    padding: 1.563vw 0 1.563vw 14.063vw;
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	line-height: 1.875vw;
    margin-top: 4.297vw;
  }

  .jd-form-group{
    max-width: 88.281vw;
    margin-left: auto;
  }
  .jd-form-group .jd-form-section{
    max-width: 88.281vw;
    display: table;
  }
  .jd-form-group .jd-form-section .jd-left-content{
    /*  max-width: 45.313vw; */
    width: 45.313vw;
    padding-top: 4.688vw;
    display: table-cell;
  }
  .jd-form-group .jd-form-section .jd-right-form{
    background-color: #F0F0F0;
    width: 42.969vw;
    display: inline-table;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/Dots_ContactUs_image.svg);
    background-size: 55%;
    background-position: 120% 170%;
    background-repeat: no-repeat;
  }
  .jd-left-content .jd-left-inner-content {
    max-width: 37.5vw;
  }
  .jd-form-group .jd-form-section .jd-right-form .jd-inner-form{
    max-width: 27.5vw;
    padding: 3.125vw 3.906vw;
  }

  .jd-left-content h1{color: #1C1C1C;	font-family: "Noto Serif";	font-size: 2.031vw;	font-weight: bold;	line-height: 3.047vw; margin-bottom: 0;}
  .jd-left-content span{color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw;}
  .jd-left-content .jd-tag{color: #909090;	font-family: "Noto Sans";	font-size: 0.938vw;	line-height: 1.328vw;	border-radius: 13.0.391vw;	background-color: #F4F4F4; padding: 0.391vw 1.094vw;}
  .jd-left-content p{color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	line-height: 2.422vw;}
  .jd-left-content h5{color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 1.875vw; margin-bottom: 0;     margin-top: 5.078vw;}
  .jd-left-content ul li{color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw; margin-bottom: 2.188vw; position: relative;}
  .jd-left-content ul li:before{
    content: '';
    background: #1c1c1c;
    width: 0.234vw;
    height: 0.234vw;
    border-radius: 50%;
    position: absolute;
    top: 0.781vw;
    left: -1.875vw;
  }
  .jd-left-content ul {
    padding-left: 2.109vw;
    max-width: 35.156vw;
    list-style: none;
  }

  .jd-inner-form .hs-form input[type="text"],
  .jd-inner-form .hs-form input[type="email"], 
  .jd-inner-form .hs-form input[type="tel"],
  .jd-inner-form .hs-form textarea, 
  .jd-inner-form .hs-form select{
    background: transparent;
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.25vw;	line-height: 1.719vw;
  }
  .jd-inner-form .submitted-message h2{color: #001546;	font-family: "Noto Serif";	font-size: 2.656vw;	font-weight: bold;	line-height: 3.594vw;}
  .jd-inner-form .submitted-message p{color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	line-height: 2.422vw;}
  .jd-inner-form .hs-form .hs-form-field>label {
    color: #909090;
  }
  .download-btn-grp .download-btn a:before {
    top: -2.031vw;
    left: 0;
    transform: rotate(180deg);
  }
  .download-btn-grp{
    margin-bottom: 8.594vw;
  }

  /* --------- */

  /* Default Form Styling */

  .hs-form select { 
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .form-with-slider-labels .hs-form input[type="file"]{
    border-bottom: 0;padding: 1.406vw 0.234vw; font-size: 0.781vw;  
    opacity: 0;
  }

  .form-with-slider-labels .hs_attach_cv{
    margin-top: 2.344vw !important;
  }
  .form-with-slider-labels .hs-form .hs_attach_cv.hs-attach_cv.hs-fieldtype-file.field.hs-form-field label .attached{
    color: #ED4700; ;
  }
  .form-with-slider-labels .hs-form .hs_attach_cv.hs-attach_cv.hs-fieldtype-file.field.hs-form-field label{
    position: relative;
    left: 0.781vw;
    top: 0.781vw;
    font-size: 1.25vw;
  }
  .form-with-slider-labels .hs-form .hs_attach_cv.hs-attach_cv.hs-fieldtype-file.field.hs-form-field.has-focus > label {
    animation-name:  none;
    animation-duration: 0;
    animation-iteration-count: 0;
    top: 0.781vw;	font-size: 1.25vw;
  }
  .form-with-slider-labels .hs-form .hs_attach_cv.hs-attach_cv.hs-fieldtype-file.field.hs-form-field.not-focused > label {
    animation-name: none;
    animation-duration: 0;
    animation-iteration-count: 0;
    top: 0.781vw;
  }
  .form-with-slider-labels .hs-form .hs_attach_cv.hs-attach_cv.hs-fieldtype-file.field.hs-form-field.has-value > label {
    top: 0.781vw;
  }
  .jd-inner-form .hs-form select {
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/Close_filter%20button.svg);
    background-repeat: no-repeat;
    background-position: 96% 75%;
    background-size: 4%;
  }
  .jd-inner-form span.hs-form-required {
    display: none;
  }
  .jd-inner-form label {
    color: #909090;	font-family: "Noto Sans";	font-size: 1.25vw;	line-height: 1.719vw;
    margin-bottom: 0;
  }
  /* Styling for Form with Slider Labels */
  .form-with-slider-labels .hs-form .hs-form-field {
    margin: 1.172vw 0;
    position: relative;
  }

  .form-with-slider-labels .hs-form .hs-form-field label {
    position: absolute;
    left: 0.781vw;
    top: 1.016vw;
    color: #999;
    font-size: 1.25vw;
    padding: 0.234vw 0.234vw 0;
  }

  .form-with-slider-labels .hs-form .hs-form-field.has-focus > label {
    animation-name: label-slide-up;
    animation-duration: 0.35s;
    animation-iteration-count: 1;
    top: -1.094vw;
    color: #909090;	font-family: "Noto Sans";	font-size: 0.938vw;	line-height: 1.328vw;
  }
  .form-with-slider-labels .hs-form .hs-form-field.not-focused > label {
    animation-name: label-slide-down;
    animation-duration: 0.35s;
    animation-iteration-count: 1;
    top: 0.781vw;
  }
  .form-with-slider-labels .hs-form .hs-form-field.has-value > label {
    top: -1.094vw;
  }
  ul.hs-error-msgs.inputs-list {
    padding-left: 0;
    list-style: none;
  }
  .hs-form .hs-form-field .hs-error-msgs li label {
    top: 3.906vw;
    left: 0;
    position: absolute; 
    color: red;
    font-size: 0.938vw;
    font-style: italic;
    padding: 0;
    line-height: 0;
  }

  .form-with-slider-labels .hs-form .hs-input {
    margin-bottom: 0;
  }

  @keyframes label-slide-up {
    0% {
      top: 1.953vw;
    }
    100% {
      top: -1.094vw;
    }
  }
  @keyframes label-slide-down {
    0% {
      top: -1.094vw;
    }
    100% {
      top: 1.953vw;
    }
  }
  .ol-repeat-grp{
    max-width: 76.563vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
  }
  .ol-repeat-inner {
    clear: both;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    transition: .5s;
    margin: 0 0 5.469vw;
  }

  .ol-repeat-inner:nth-child(odd) {
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ol-repeat-grp center img{
    width: 88%;
  }
  .ol-grp{
    max-width: 76.563vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9.375vw;
    margin-bottom: 1.563vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/dots%20%281%29.png');
    background-size: 70%;
    background-position: 67% 0%;
    background-repeat: no-repeat;

  }

  .ol-grp .ol-inner{
    max-width: 37.5vw;
  }
  .ol-grp .ol-inner h1{
    color: #151E37;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;
  }

  .ol-grp .ol-inner div{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;}

  .ol-repeat-inner-content h2{ margin-bottom: 0; color: #151E37;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;}
  .ol-repeat-inner-content h5{     margin-bottom: 1.563vw;   margin-top: 0; font-weight: 500; color: #001546;	font-family: "Noto Serif";	font-size: 1.563vw;	font-style: italic;	line-height: 2.109vw;}
  .ol-repeat-inner-content p{color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;}
  .ol-repeat-inner .ol-repeat-inner-image {
    max-width: 39.063vw;text-align: center;
  }
  .ol-repeat-inner .ol-repeat-inner-image img{
    max-width: 90%;
  }
  .ol-repeat-inner .ol-repeat-inner-content {
    max-width: 37.5vw;
  }
  .work-page .sidebar-navigation-section .sidebar-navigation {
    padding: 0 3.906vw 0;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section{
    max-width: 80.469vw;
    margin-left: auto;
  }

  /* .career-sidebar-navigation-section .sidebar-navigation-section .sidebar-navigation {
  position: absolute;
  max-width: 19.531vw;
  margin-left: -19.531vw;
  width: 19.531vw !important;
  height: 100vh;
} */
  .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges{
    background-color: #F0F0F0;
    position: relative;
  }
  .sidebar-navigation a#cta_button_744339_6b0a58c6-1ce9-4086-ba90-6d4f82120fcc {
    width: 6.328vw;
    height: 5.313vw;
    padding: 2.813vw 0.781vw 0;
  }
  .sub_s .download-btn a {
    bottom: 0;
    left: 0;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges{
    margin: 0 auto; 
    max-width: 64.844vw;
    padding: 7.813vw 1.172vw 14.063vw;
    display: flex;
  }
  .work-cs .career-sidebar-navigation-section .sidebar-navigation-section .solution-group{
    margin-top: 3.125vw;
    padding-top: 3.906vw;
  }
  .work-cs .career-sidebar-navigation-section .sidebar-navigation-section .approach{
    padding: 9.375vw 0 0;
    margin-top: 1.563vw;
  }
  .work-cs .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges {
    padding: 7.188vw 1.172vw 14.063vw;
  }
  .work-cs .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges .key-challenges-right .key-points h4{
    margin-bottom: -0.234vw;
  }
  .work-cs .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges .key-challenges-right .key-points p{
    margin-bottom: 2.734vw;
  }
  .work-cs-2 .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges {
    padding: 7.188vw 1.172vw 7.813vw !important;
  }
  .work-cs-2 .career-sidebar-navigation-section .sidebar-navigation-section .approach .approach-right {

    max-width: 45.313vw  !important;
    padding-top: 0  !important;
    margin-left: auto !important;
  }
  .work-cs-2 .career-sidebar-navigation-section .sidebar-navigation-section .result-group{
    padding: 8.594vw 0 0 !important;
    margin: 1.563vw 0 0 !important;
  }
  .work-cs-2 .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-heading-section {
    margin-bottom: 1.953vw !important;
    max-width: 33.047vw !important;
  }
  .work-cs .career-sidebar-navigation-section .sidebar-navigation-section .solution-group .solution-group-content .solution-left .solution-left-points h4{
    margin-top: 1.172vw;
  }
  .work-cs .career-sidebar-navigation-section .sidebar-navigation-section .solution-group .solution-group-content{
    margin-bottom: 4.688vw;
  }
  .work-cs .career-sidebar-navigation-section .sidebar-navigation-section .result-group{
    padding: 7.813vw 0 0;
    margin: 0;
  }
  .work-cs .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-heading-section p{
    margin-top: 1.563vw;
  }
  .work-cs .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-heading-section{
    margin-bottom: 5.859vw;
  }
  .work-cs .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-content-section .result-group-text-section h4{
    margin-top: 1.563vw;
  }
  .work-cs .related-insights{
    margin-top: 8.594vw;
  }
  .work-cs .full-width-strip {
    padding-top: 7.813vw;
  }
  .work-cs .footer-cta-section .footer-cta-content .get-cta{
    bottom: 9.766vw;
  }
  .work-cs .career-sidebar-navigation-section .sidebar-navigation-section .sidebar-navigation button.popUp-toggle{
    height: 8.828vw;
    width: 8.828vw !important;
    bottom: 0;
    position: absolute;
  }
  .work-cs .download-btn a:before{
    top: -1.563vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/downloadicon%20%281%29.svg);
    background-size: 1.953vw 1.563vw;
    width: 1.563vw;
    height: 3.516vw;
    left: 5.859vw;
  }
  .work-cs .sidebar-navigation-section .sidebar-navigation{
    min-height: 65vh;
  }

  .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges .key-challenges-left{
    width: 50%;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges .key-challenges-left .key-challenges-left-content{
    max-width: 21.484vw;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges .key-challenges-left .key-challenges-left-content h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;  margin-bottom: 0;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges .key-challenges-left .key-challenges-left-content p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges .key-challenges-right{
    width: 50%;
    padding-top: 1.563vw;
  }

  .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges .key-challenges-right .key-points h4{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.5vw;margin-bottom: 0;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges .key-challenges-right .key-points p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .key-challenges .inner-key-challenges .key-challenges-right .key-points{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }

  .career-sidebar-navigation-section .sidebar-navigation-section .approach{
    max-width: 69.531vw;
    padding: 10.938vw 0 9.375vw;
    display: flex;
    flex-direction: row-reverse;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .approach-bg{
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg);
    background-repeat: no-repeat;
    background-position: 108% 100%;
    background-size: 28%;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .approach .approach-left{
    max-width: 46.875vw; padding-right: 3.125vw;
  }

  .career-sidebar-navigation-section .sidebar-navigation-section .approach .approach-right{
    max-width: 22.656vw;    padding-top: 4.688vw;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .approach .approach-right h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw; margin-bottom: 0;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .approach .approach-right p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .solution-group {
    max-width: 68.75vw;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .solution-group .solution-group-content{
    width: 100%;
    margin-bottom: 5.469vw;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .solution-group .solution-group-content .solution-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .solution-group .solution-group-content .solution-left .solution-left-points{
    width: 42%;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .solution-group .solution-group-content .solution-left .solution-left-points:nth-child(odd) {
    margin-right: 16%;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .solution-group .solution-group-content .solution-left .solution-left-points h4{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.5vw; margin-bottom: 0;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .solution-group .solution-group-content .solution-left .solution-left-points p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .solution-group h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw; margin-bottom: 0;
  }

  .career-sidebar-navigation-section .sidebar-navigation-section .result-group{
    max-width: 68.75vw;
    margin: 11.719vw 0;
  }

  .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-heading-section {
    max-width: 37.5vw;
    margin-left: auto;
    margin-bottom: 5.469vw
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-heading-section {
    max-width: 37.5vw;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-heading-section h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw; margin-bottom: 0; 
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-heading-section p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }

  .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-content-section {
    clear: both;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*   align-items: center; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    transition: .5s;
    width: 100%;
    margin-bottom: 3.906vw;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-content-section:nth-child(odd){
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-content-section .result-group-image-section{
    max-width: 37.5vw;
  }

  .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-content-section .result-group-text-section{
    max-width: 29.688vw;
    padding-right: 1.563vw;
    padding-top: 2.344vw;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-content-section .result-group-text-section h4{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.5vw; margin-bottom: 0;
  }

  .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-content-section .result-group-text-section p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .result-group .result-group-content-section:nth-child(odd) .result-group-text-section{
    max-width: 29.688vw;
    padding-left: 1.563vw;
    padding-right: 0;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .navigation{
    padding-left: 0;
    list-style: none;
    margin-top: 0.234vw;
  }

  .career-sidebar-navigation-section .sidebar-navigation-section .sidebar-navigation button.popUp-toggle {
    position: absolute;
    bottom: 3.906vw;
    left: 3.906vw;
  }


  .career-sidebar-navigation-section .sidebar-navigation-section .navigation__link{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw;
    margin-bottom: 1.953vw; display: block;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .navigation__link:hover, .career-sidebar-navigation-section .sidebar-navigation-section .navigation__link.active{
    color: #ED4700;
    font-weight: 600;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .navigation__link:after {
    content: '';
    position: absolute;
    width: 0.781vw;
    height: 1.172vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29-1-1.svg');
    background-size: 0 0;
    background-position: left bottom; 
    background-repeat: no-repeat;
    margin-top: -0.391vw;
    margin-left: 0.078vw;
    opacity: 0;
    transition: all .5s linear;
  }
  .career-sidebar-navigation-section .sidebar-navigation-section .navigation__link:hover:after, .career-sidebar-navigation-section .sidebar-navigation-section .navigation__link.active:after{
    height: 1.172vw;
    opacity: 1;
    transition: all .5s linear;
    background-size: 0.547vw 0.781vw;
  }

  .about-sidebar-navigation-section .sidebar-navigation-section{
    max-width: 80.469vw;
    margin-left: auto;
  }

  .about-sidebar-navigation-section .sidebar-navigation-section .navigation{
    padding-left: 0;
    list-style: none;
  }
  .about-sidebar-navigation-section .sidebar-navigation-section .navigation__link{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw;
    margin-bottom: 1.953vw; display: block;
  }
  .about-sidebar-navigation-section .sidebar-navigation-section .navigation__link:hover, .about-sidebar-navigation-section .sidebar-navigation-section .navigation__link.active{
    color: #ED4700;
    -webkit-text-stroke: .0.391vw;
  }
  .about-sidebar-navigation-section .sidebar-navigation-section .navigation__link:after {
    content: '';
    position: absolute;
    width: 0.781vw;
    height: 1.172vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29-1-1.svg');
    background-size: 0 0;
    background-position: left bottom; 
    background-repeat: no-repeat;
    margin-top: -0.391vw;
    margin-left: 0.078vw;
    opacity: 0;
    transition: all .5s linear;
  }
  .about-sidebar-navigation-section .sidebar-navigation-section .navigation__link:hover:after, .about-sidebar-navigation-section .sidebar-navigation-section .navigation__link.active:after{
    height: 1.172vw;
    opacity: 1;
    transition: all .5s linear;
    background-size: 0.547vw 0.781vw;
  }



  .cs-inner-form .submitted-message {
    position: relative;
    margin-top: -7.813vw;
    text-align: center;
    background: #fff;
    padding: 7.813vw 0;
  }
  .cs-inner-form .submitted-message .cs-inner-message{margin: auto;   max-width: 27.344vw;}
  /* 1. Ensure this sits above everything when visible */

  .work-cs .popUp-body .form-with-slider-labels .hs-form .hs-input {
    margin-bottom: 0.781vw;
  } .popUp-body {
    margin: 3.906vw auto;
    max-width: 32.422vw;
  }
  .popUp-body h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.031vw;	font-weight: bold;	line-height: 2.813vw; margin: 0;
  }
  .popUp-body p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw; 
    margin-top: 0.781vw;
  }
  .work-cs .popUp-body .cs-inner-form .hs_submit{
    margin-top: 2.734vw;
  }
  .popUp {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
  }
  ul.hs-error-msgs.inputs-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 0;
  }
  .hs-form .hs-form-field .hs-error-msgs li:nth-child(2) label {
    margin-top: 1.563vw;
    display: block;
  }
  .footer-group-inner ul.hs-error-msgs.inputs-list{
    margin-top: 0;
    position: relative;
  }
  .footer-group-inner ul.hs-error-msgs.inputs-list label {
    top: 0.625vw;
  }
  .popUp.is-visible {
    visibility: visible;
  }
  .car form fieldset {
    max-width: 100%;
  }

  .car .popUp-wrapper{
    max-width: 76.563vw;
    top: 50%;
    left: 50%;
  }
  .car .popUp-body {
    max-width: 60.938vw;
  }
  .no-job-form form select{
    background: content-box !important;
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.25vw;	line-height: 1.719vw;
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/Close_filter%20button.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 96% 65% !important;
    background-size: 4% !important;
  }
  .no-job-form .hs-form .hs-form-field .hs-error-msgs li label {
    top: 3.438vw !important;
  }
  .no-job-form .form-with-slider-labels .hs-form .hs-form-field {
    margin: 1.797vw 0;
  }
  .no-job-form .hs-form input[type="file"]{
    display: none;
  }

  .no-job-form form{
    margin-top: 3.906vw;
  }
  .no-job-form .widget-type-form .hs-form fieldset .hs-input{
    color: #909090;
  }
  .no-job-form .popUp-body p{
    max-width: 45.313vw;
  }
  .no-job-form .hs-form input[type="text"], .no-job-form .hs-form input[type="number"], .no-job-form .hs-form input[type="email"],
  .no-job-form .hs-form input[type="tel"],  .no-job-form .hs-form input[type="file"],  .no-job-form .hs-form select{
    padding: 0.469vw 1.016vw;   background: transparent;
  }
  .no-job-form .form-with-slider-labels .hs-form .hs-form-field.has-focus > label {
    top: -1.875vw;
  }
  .no-job-form .form-with-slider-labels .hs-form .hs-form-field label{
    top: 0;
  }
  .no-job-form .form-with-slider-labels .hs-form .hs_attach_cv.hs-attach_cv.hs-fieldtype-file.field.hs-form-field label > span {
    color: #ED4700;
    font-family: "Noto Sans";
    font-size: 1.25vw;
    line-height: 1.719vw;
  }
  .no-job-form .form-with-slider-labels .hs-form .hs_attach_cv.hs-attach_cv.hs-fieldtype-file.field.hs-form-field label > span > span {
    color: #909090;
    font-family: "Noto Sans";
    font-size: 1.094vw;
    font-style: italic;
    line-height: 1.484vw;
  }
  .no-job-form .cs-inner-form .hs_submit{
    margin-top: 4.688vw;
  }

  .hs-form-required{
    display: none;
  }

  .before-after{
    margin-top: 1.563vw; 
  }
  .left-before{
    display: inline-block;  
    float: left;
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw;
  }
  .right-after{
    display: inline-block;   
    float: right;
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw; 
  }

  .cd-image-container {
    position: relative;
    width: 100%;
    margin: 0 auto 4.844vw;
  }
  .cd-image-container img {
    display: block;
  }

  .cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
  }
  .is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
  }

  @-webkit-keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  @-moz-keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  @keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  .cd-handle {
    position: absolute;
    height: 2.188vw;
    width: 2.188vw;
    /* center the element */
    left: 50%;
    bottom: -5.859vw;
    margin-left: -1.094vw;
    margin-top: 0;
    border-radius: 50%;
    background: #ed4700;
    cursor: col-resize;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }
  .cd-handle.draggable {
    /* change background color when element is active */
    background-color: #b73400;
  }
  .is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  }


  .cs-download-btn{
    position: absolute; 
    bottom: 3.906vw; 
  }
  .cs-download-btn a{
    color: #ED4700;
    bottom: 0.781vw;
    left: 0.781vw;
    position: absolute;
  }

  .cs-download-btn a{
    bottom: 0.781vw;
    left: 0.781vw;
    position: absolute;
  }

  .cs-download-btn{
    color: #ED4700;
    cursor: pointer;
    font-weight: 400;
    height: 7.891vw;
    width: 7.891vw !important;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw; letter-spacing: 0.2.188vw;
    line-height: 1.484vw;
    text-align: left;
    position: relative;
    display: block;
    overflow: hidden;
    border: 0.078vw solid #ED4700;
    z-index: 9;
    transition: all .5s;
    overflow: hidden;
    outline: none;
    background: transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .cs-download-btn a:before{
    position: relative;
    content: '';
    top: -1.563vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/arrow_nxt%20%282%29-1-1.svg');
    background-position: center;
    background-size: 1.563vw 0.938vw;
    background-repeat: no-repeat;
    width: 0.938vw;
    height: 1.406vw;
    display: block;
    left: 5.078vw;
  }
  /* //// Default effect: Slide from Top  //// */

  .cs-download-btn:after,
  .cs-download-btn:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* onhover background color */
    z-index: -1;
    transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
    transition: all .5s;
  }

  .cs-download-btn:before{
    background: transparent; /* button default background color */
    z-index: -2;
    transform: translate3D(0,0,0);
  }

  .cs-download-btn:hover:after{
    transform: translate3D(0,0,0);
    transition: all .5s;
  }
  .hs-blog-post .blog-type{
    display: none;
  }

  .cs-download-btn:after{
    transform: translate3D(-100%,100%,0);
  }

  .img-animate .mob-hide.heart .color-box{
    width: 31.25vw;
    height: 0;
    background-color: rgba(237, 71, 0, 0.95);
    position: absolute;
  }

  .active.fp-completely .img-animate .mob-hide.heart .color-box{
    height: 9.375vw;
  }

  .ez-partner-group{
    max-width: 88.281vw;
    margin-left: auto;
    padding-top: 9.375vw;
    margin-bottom: 3.906vw;
  }
  .ez-partner-group .ez-partner-inner{
    display: flex;
    align-items: flex-end;
  }
  .ez-partner-group .ez-partner-inner .ez-partner-content{
    max-width: 23.438vw;
    width: 100%;
  }
  .ez-partner-group .ez-partner-inner .ez-partner-content p{
    color: #6B6B6B;	font-family: "Noto Sans";	font-size: 1.094vw;	font-style: italic;	line-height: 1.875vw;
  }
  .ez-partner-group .ez-partner-inner .ez-partner-content h2{
    color: #A7A7A7;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw; margin: 0;
  }
  .ez-partner-group .ez-partner-inner .ez-partner-images{
    max-width: 64.844vw;
    width: 100%;
    background-color: #F0F0F0;
    padding: 2.344vw 0;
  }
  .ez-partner-group .ez-partner-inner .ez-partner-images .ez-partner-image-grp {
    max-width: 49.219vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ez-partner-group .ez-partner-inner .ez-partner-images .ez-partner-image-grp img {
    width: 30%;
    height: 100%;
    margin-right: 3%;
  }
  .ez-smart-me-section{
    max-width: 88.281vw;
    margin-left: auto;
    background: #F0F0F0;
    margin-bottom: 7.813vw;
  }
  .ez-smart-me-section .ez-smart-me{
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_SmarterMe.svg');
    background-repeat: no-repeat;
    background-position: 10% 50%;
    background-size: 33%;
    display: flex;
    height: 100vh;
  }
  .ez-smart-me-section .ez-smart-me .ez-smart-me-image{
    max-width: 53.125vw;
    width: 100%;
    position: relative;

  } 
  .ez-smart-me-section .ez-smart-me .ez-smart-me-image .smart-img-1{
    top: 0;
    position: absolute;
    left: 16.406vw;
  }
  .ez-smart-me-section .ez-smart-me .ez-smart-me-image .smart-img-2{
    position: absolute;
    top: 14.063vw;
    right: 5.469vw;
  }
  .ez-smart-me-section .ez-smart-me .ez-smart-me-image .smart-img-3{
    position: absolute;
    bottom: -9.375vw;
    left: 7.813vw;
  }
  .ez-smart-me-section .ez-smart-me .ez-smart-me-content{
    max-width: 35.156vw;
    width: 100%;
    padding-top: 14.063vw;
    position: relative;
    max-height: 100vh;
  }
  .ez-smart-me-section .ez-smart-me .ez-smart-me-content .ez-smart-me-content-inner{
    max-width: 21.875vw;
  }
  .ez-smart-me-section .ez-smart-me .ez-smart-me-content .ez-smart-me-content-inner a{
    font-family: "Noto Sans";	font-size: 1.094vw;	font-style: italic;	line-height: 1.875vw;
  }
  .ez-smart-me-section .ez-smart-me .ez-smart-me-content .ez-smart-me-content-inner h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw; margin-top: 0;
  }
  .ez-smart-me-section .ez-smart-me .ez-smart-me-content .ez-smart-me-content-inner p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .ez-service-offering-section{
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Pattern_service%20off.svg');
    background-repeat: no-repeat;
    background-position: -5% 94%;
    background-size: 30%;
  }
  .ez-smart-me-section .ez-smart-me .ez-smart-me-content  .bottom-cta{
    margin-top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    margin-bottom: 0;
  }
  .ez-service-offering{
    max-width: 76.563vw;
    margin-left: auto;
    margin-right: auto; 
    display: flex;
    padding-top: 10.938vw;
    padding-bottom: 13.672vw;
  }
  .ez-service-offering-card-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ez-service-offering-card-inner .ez-service-offering-card-content{
    width: 48.5%;
    min-height: 19.063vw;
    position: relative;
    margin-bottom: 1.563vw;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    transition: all 300ms linear;
  }

  .ez-service-offering-card-inner .ez-service-offering-card-content:hover {
    background-size: 105%;
  }
  .ez-service-offering-card-inner .ez-service-offering-card-content:nth-child(even){position: relative; top: 7.813vw; margin-left: 3%;}
  .ez-service-offering-card-inner .ez-service-offering-card-content:nth-child(2) h4 {
    color: #fff;
  }
  .ez-service-offering-card-inner .ez-service-offering-card-content h4{
    color: #FFFFFF;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.344vw; position: absolute;
    bottom: 2.5vw; left: 3.125vw;     margin-bottom: 0;
  }

  .ez-service-offering .ez-service-offering-content{
    max-width: 31.25vw;
    width: 100%;
    padding-top: 13.672vw;
  }
  .ez-service-offering .ez-service-offering-content .ez-service-offering-content-inner{
    max-width: 17.969vw;
  }
  .ez-service-offering .ez-service-offering-content .ez-service-offering-content-inner a{
    font-family: "Noto Sans";	font-size: 1.094vw;	font-style: italic;	line-height: 1.875vw;
  }
  .ez-service-offering .ez-service-offering-content .ez-service-offering-content-inner h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw;margin-top: 0.781vw;
    margin-bottom: 0;
  }
  .ez-service-offering .ez-service-offering-content .ez-service-offering-content-inner p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }

  .ez-service-offering .ez-service-offering-card{
    max-width: 45.313vw;
    width: 100%;
  }

  /* 
  .section{
  text-align: -webkit-auto !important;
} */
  /*!
  * fullPage 3.0.4
  * https://github.com/alvarotrigo/fullPage.js
  *
  * @license GPLv3 for open source use only
  * or Fullpage Commercial License for commercial use
  * http://alvarotrigo.com/fullPage/pricing/
  *
  * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
  */

  .fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -2.969vw;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  .iScrollIndicator{
    border: 1 !important;
  }
  .fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
  }
  #fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -2.5vw;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
  }
  #fp-nav.fp-right {
    right: 1.328vw;
  }
  #fp-nav.fp-left {
    left: 1.328vw;
  }
  .fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
  }
  .fp-slidesNav.fp-bottom {
    bottom: 1.328vw;
  }
  .fp-slidesNav.fp-top {
    top: 1.328vw;
  }
  #fp-nav ul,
  .fp-slidesNav ul {
    margin: 0;
    padding: 0;
  }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    display: block;
    width: 1.094vw;
    height: 1.016vw;
    margin: 0.547vw;
    position:relative;
  }
  .fp-slidesNav ul li {
    display: inline-block;
  }
  #fp-nav ul li a,
  .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
  }
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span{
    height: 0.938vw;
    width: 0.938vw;
    margin: -0.469vw 0 0 -0.469vw;
    border-radius: 100%;
  }
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 0.313vw;
    width: 0.313vw;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -0.156vw 0 0 -0.156vw;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  #fp-nav ul li:hover a span,
  .fp-slidesNav ul li:hover a span{
    width: 0.781vw;
    height: 0.781vw;
    margin: -0.391vw 0 0 -0.391vw;
  }
  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -0.156vw;
    color: #fff;
    font-size: 1.094vw;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 17.188vw;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
  }
  #fp-nav ul li:hover .fp-tooltip,
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
  }
  #fp-nav ul li .fp-tooltip.fp-right {
    right: 1.563vw;
  }
  #fp-nav ul li .fp-tooltip.fp-left {
    left: 1.563vw;
  }
  .fp-auto-height.fp-section,
  .fp-auto-height .fp-slide,
  .fp-auto-height .fp-tableCell{
    height: auto !important;
  }

  .fp-responsive .fp-auto-height-responsive.fp-section,
  .fp-responsive .fp-auto-height-responsive .fp-slide,
  .fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
  }

  /*Only display content to screen readers*/
  .fp-sr-only{
    position: absolute;
    width: 0.078vw;
    height: 0.078vw;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .carousel {
    position: relative;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100.5vh;
  }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    line-height: 1;
  }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
  }
  .carousel-inner > .active {
    left: 0;
  }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .carousel-inner > .next {
    left: 100%;
  }
  .carousel-inner > .prev {
    left: -100%;
  }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
  }
  .carousel-inner > .active.left {
    left: -100%;
  }
  .carousel-inner > .active.right {
    left: 100%;
  }
  .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 1.563vw;
    color: #fff;
    text-align: center;
    text-shadow: 0 0.078vw 0.156vw rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
  }
  .carousel .carousel-indicators {
    position: absolute;
    z-index: 15;
    text-align: center;
    list-style: none;
  }
  .carousel .carousel-indicators li {
    display: inline-block;
    width: 1.953vw;
    height: 1.563vw;
    margin: 0.078vw;
    text-indent: -78.047vw;
    cursor: pointer;
    z-index: 2;
    position: relative;
    left: 6.25vw;

  }
  .carousel .carousel-indicators li span{
    width: 100%;
    height: 0.156vw;
    background: #FF976A;
    position: absolute;
    display: block;
    top: 50%;
  }
  .carousel .carousel-indicators .active{
    width: 3.125vw;
  }
  .carousel .carousel-indicators .active span{
    background: #fff;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.563vw;
    left: 15%;
    z-index: 10;
    padding-top: 1.563vw;
    padding-bottom: 1.563vw;
    color: #fff;
    text-align: center;
    text-shadow: 0 0.078vw 0.156vw rgba(0, 0, 0, .6);
  }
  .carousel-caption .btn {
    text-shadow: none;
  }
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
  }

  .carousel .carousel-indicators {
    bottom: 1.563vw;
    left: 11.719vw;
    padding-left: 0;
  }

  .carousel .carousel-indicators .boxtext{
    width: 0;
    height: 44.922vw;
    overflow:hidden;
    background-color: rgba(237, 71, 0, 0.95); 
    transition: all 1s cubic-bezier(0.37, 0.53, 1, 1);
    -webkit-transition: all 1s cubic-bezier(0.37, 0.53, 1, 1);
    position: absolute;
    top: -40.469vw;
    z-index: 1;
    right: -23.203vw;
  }
  .carousel .carousel-indicators .boxtext.active{
    height: 51.563vw; 
  }
  .carousel .carousel-indicators.intro .boxtext{
    width: 31.25vw;
  }
  .box-content h1{
    color: #FFFFFF;	font-family: 'BloggerSansLight'; 
    font-weight: normal; 	font-size: 2.5vw;	font-style: italic;	line-height: 3.438vw;
  }
  .box-content h1 span{
    font-family: 'BloggerSansMedium'; 
    font-weight: normal; 
    display: block;
    line-height: 2.813vw;
    margin-top: 0.781vw;
  }
  .box-content{
    color: #fff;
    font-size: 1.563vw;
    opacity: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    position: absolute;
    max-width: 16.406vw;
    margin: 3.125vw 6.25vw;
    text-align: left;
  }
  .boxtext-1-ani{
    opacity: 1;
  }
  .boxtext-2-ani{
    opacity: 1;
  }
  .boxtext-3-ani{
    opacity: 1;
  }
  ol.carousel-indicators {
    margin: 0;
  }

  .footer-group{
    max-width: 88.3%;
  }
  .footer-group form {
    display: flex;
    width: 100%;
  }
  .footer-group .hs-form input[type="submit"]{
    color: #FFFFFF;
    font-family: "Fira Sans";
    font-size: 1.094vw;
    letter-spacing: 0.2.188vw;
    line-height: 1.328vw;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    width: 100%;
    height: 3.359vw;
    cursor: pointer;
    border: none;
  }
  .footer-group .actions{
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 400;
    height: 3.359vw;
    width: 100%;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 1.094vw; letter-spacing: 0.2.188vw;	line-height: 1.484vw;
    text-align: left;
    position: relative;
    display: block;
    overflow: hidden;
    border: 0.078vw solid #fff;
    z-index: 9;
    transition: all .5s;
    overflow: hidden;
    outline: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #FF6F31;
  }
  .footer-group .actions a:before{
    position: relative;
    content: '';
    top: -0.781vw;
    background-image: url('https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Button%20arrow%20.svg');
    background-position: center;
    background-size: 1.563vw 0.938vw;
    background-repeat: no-repeat;
    width: 0.938vw;
    height: 1.406vw;
    display: block;
    left: 4.297vw;
  }
  /* //// Default effect: Slide from Top  //// */

  .footer-group .actions:before,
  .footer-group .actions:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #b73400; /* onhover background color */
    z-index: -1;
    transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
    transition: all .5s;
  }

  .footer-group .actions:before{
    background: transparent; /* button default background color */
    z-index: -2;
    transform: translate3D(0,0,0);
  }
  .footer-group .actions:hover:after{
    transform: translate3D(0,0,0);
    transition: all .5s;
  }


  .footer-group .actions:after{
    transform: translate3D(-100%,100%,0);
  }


  .footer-group .hs-form input[type="email"]{
    height: 3.359vw;
    background-color: #E6E6E6;
    border-bottom: 0;
  }
  .footer-group .hs_submit.hs-submit {
    width: 25%;
    margin-left: auto;
  }
  .footer-group .hs-form .hs-form-field{
    margin-bottom: 0; width: 70%;
  }

  ul.footer-group-social-share {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
  }
  ul.footer-group-social-share li{
    padding-right: 2.344vw;
  }
  ul.footer-group-social-share li a{

    transition: .5s;
  }
  ul.footer-group-social-share li a:hover{
    filter: grayscale(40%);
    transition: .5s;
  }

  .footer-group .hs-form .hs-form-field.hs_email>label{
    display: none
  }
  .footer-group-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse; 
  }

  .footer-group-inner .footer-group-inner-left {
    background-color: #3A424A;
    width: 57.523%;
  }
  .footer-group-inner .footer-group-inner-right {
    width: 42.477%;
  }
  .footer-group-inner-left-points ul li a{
    color: #FFFFFF;	font-family: "Noto Sans";	font-size: 1.094vw;	letter-spacing: 0.2.188vw;	line-height: 2.266vw;
  }
  .footer-group-inner-left-points ul li a:hover{
    color: #cccccc;
  }
  .footer-group-inner-left .footer-group-inner-left-content {
    max-width: 27.344vw;
    margin: 3.906vw auto 1.563vw;
  }
  .footer-group-inner-left .footer-group-inner-left-content h6{
    color: #A7A7A7;	font-family: "Noto Sans";	font-size: 1.094vw;	font-weight: bold;	letter-spacing: 0.2.188vw;	line-height: 1.484vw; margin: 0;
  }
  .footer-group-inner-left-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-group-inner-left-points ul.footer-group-inner-left-points-inner{
    padding-left: 0;
    width: 50%;
    list-style: none;
  }

  .footer-group-inner-left-points ul.footer-group-inner-right-points-inner{
    padding-left: 0;    list-style: none;
  }

  .footer-group-inner-right .footer-group-inner-right-content {
    margin: 3.906vw 0 1.563vw auto;
    max-width: 31.25vw;
  }

  .footer-group-left-copyright {
    margin-top: 4.297vw;
  }
  .footer-group-left-copyright .footer-group-inner-left-copyright a{
    color: #FFFFFF;	font-family: "Fira Sans";	font-size: 0.938vw;	letter-spacing: 0.1.875vw;	line-height: 1.094vw;
  }
  .footer-group-left-copyright .footer-group-inner-left-copyright a:hover{
    color: #cccccc;
  }
  .footer-group-left-copyright .footer-group-inner-right-copyright{
    color: #A7A7A7;	font-family: "Noto Sans";	font-size: 0.938vw;	letter-spacing: 0.1.875vw;	line-height: 1.328vw;
  }
  span.footer-group-inner-left-copyright {
    width: 50%;
    display: inline-block;
  }
  .footer-group-inner-right .footer-group-inner-right-content h6{
    color: #A7A7A7;	font-family: Oxygen;	font-size: 1.094vw;	font-weight: bold;	letter-spacing: 0.2.188vw;	line-height: 1.328vw; margin: 0;
  }
  .footer-group-inner-right .footer-group-inner-right-content p{
    color: #1C1C1C;	font-family: "Fira Sans";	font-size: 1.094vw;	letter-spacing: 0.2.188vw;	line-height: 1.328vw; margin: 1.719vw 0 1.25vw;
  }

  .sidebar-navigation-section{
    max-width: 80.469vw;
    margin-left: auto;
  }
  .sidebar-navigation-section .sidebar-navigation {
    position: absolute;
    max-width: 11.719vw;
    margin-left: -19.531vw;
    width: 11.719vw !important;
    padding: 9.375vw 3.906vw 3.906vw; 
  }
  
  .sidebar-navigation-section-EZ .sidebar-navigation {
    padding: 0px 50px 50px;
}
  
  .sidebar-navigation-section .page-section-group .sub-service-content-group{
    padding-top: 8.203vw;
    max-width: 60.938vw;
  }
  .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-sitemap{
    margin-top: 3.906vw;
  }
  .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-sitemap h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw; margin: 0 0 1.563vw;
  }
  .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-sitemap ul{
    padding-left: 1.953vw;
    margin: 0;
    list-style: none;

  }
  .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-sitemap ul li{
    font-family: "Noto Sans";	font-size: 1.172vw;	line-height: 2.344vw; position: relative;
  }
  .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-sitemap ul li:before {
    position: absolute;
    content: '';
    background: #ED4700;
    width: 0.391vw;
    height: 0.391vw;
    display: inline-block;
    top: 1.172vw;
    left: -1.328vw;
    border-radius: 50%;}
  .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-content p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.172vw;	line-height: 1.875vw; margin-bottom: 1.953vw;
  }
  .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-content h4{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.5vw;
    margin: 3.516vw 0 0;
  }
  .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-content ul{
    padding-left: 1.953vw;
    margin: 0;
    margin-top: -0.781vw;
  }
  .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-content ul li{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.172vw; line-height: 2.344vw;
  }

  .sub-service .sidebar-navigation-section .sidebar-navigation .download-btn {
    margin-top: 0.781vw;
    margin-bottom: 0.781vw;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 2.344vw;
    height: 2.344vw;
    margin-top: -0.781vw;
    font-size: 2.344vw;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -0.781vw;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -0.781vw;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 2.344vw;
  }
  .social-sidebar-share .social-handle.pc-hide {
    display: none;
  }
  .blogging .post-listing, .blogging .blog-section {
    margin-bottom: 0;
  }
  .blog-type {
    margin: 0.781vw auto 1.172vw !important;
    max-width: 76.563vw;
    float: none !important;
  }

  .blog-type .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{

    padding: 1.563vw 7.031vw 1.563vw 0;
    position: relative;
    transition: .5s;
    color: #1E1E1E;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw;
  }

  .blog-type .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
  .blog-type .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a{
    opacity: 1;
    color: #ED4700;
    transition: .5s;
    -webkit-text-stroke: .0.391vw;
    transition: 500ms;
  }
  .blog-type .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.active a::after{
    transition: 500ms;
    height: 0.078vw;
    content: "";
    position: absolute;
    background-color: #ED4700;
    top: 1.563vw;
    margin-left: -0.938vw;
    width: 1.563vw; 
  }
  .blog-type .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a::after{
    transition: 500ms;
    height: 0.078vw;
    content: "";
    position: absolute;
    background-color: #ED4700;
  }

  .blog-type .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a::after{
    width: 0%;
    top: 1.563vw;
    margin-left: -0.938vw;
  }

  .blog-type .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover::afte{
    width: 1.563vw; 
  }
  .post-listing .download-btn{
    height: 8.672vw;
    width: 8.672vw !important;
  }

  .post-listing .download-btn a:before {
    transform: rotate(90deg);
    left: 6.25vw;
    top: -3.438vw;
  }
  ul.topic-list {
    display: none;
  }
  .post-listing .post-item {
    width: 48.74%;
    margin: 0 0% 3.125vw 0;
    transition: transform .4s;
    border: 0.078vw solid #fff;
  }
  .post-listing .post-item:nth-child(even) {
    top: 7.813vw;
    position: relative;
    margin-left: 2.1%;
  }
  .post-listing .post-item:hover, .post-listing .post-item:focus{
    border: 0.078vw solid #DAD9D9;
    transition: transform .4s;
  }
  .post-listing .post-item .description-section{
    padding: 1.953vw 2.344vw;
  }

  .post-listing .post-item .description-section h4 span {
    padding-left: 2.188vw;
  }
  .post-listing .post-item .description-section h2{
    color: #1C1C1C;
    font-family: "Noto Sans";
    font-size: 1.484vw;
    font-weight: bold;
    line-height: 1.875vw;
    margin: 0 0 1.563vw 0; 
  }
  .post-listing .post-item .description-section p,
  .post-listing .post-item .description-section p strong,
  .post-listing .post-item .description-section p p,
  .post-listing .post-item .description-section p h1,
  .post-listing .post-item .description-section p h2,
  .post-listing .post-item .description-section p h3,
  .post-listing .post-item .description-section p h4,
  .post-listing .post-item .description-section p h5,
  .post-listing .post-item .description-section p h6,
  .post-listing .post-item .description-section p span{
    color: #1C1C1C;
    font-family: "Noto Sans";
    font-size: 1.094vw;
    line-height: 1.875vw;
    font-weight: 300;
  }
  .post-listing .post-item .description-section h4{
    color: #A7A7A7;	font-family: "Noto Sans";	font-size: 0.938vw;	line-height: 1.875vw; margin: 0;   font-weight: 300;
  }
  div.ias-trigger {
    margin-top: 8.594vw;
    right: -51%;
  }
  .post-listing .post-item .featured-image{
    min-height: 19.531vw;
    background-position:top center !important;
    background-size: cover !important;
  }

  .car .popUp-wrapper{
    height: fit-content;
  }

  .cs-inner-form .submitted-message {
    position: relative;
    margin-top: -7.813vw;
    text-align: center;
    background: #fff;
    padding: 7.813vw 0;
  }
  .cs-inner-form .submitted-message .cs-inner-message{margin: auto;   max-width: 27.344vw;}
  /* 1. Ensure this sits above everything when visible */

  .popUp-body {
    margin: 5.469vw auto;
    max-width: 32.422vw;
  }
  .popUp-body h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.031vw;	font-weight: bold;	line-height: 2.813vw; margin: 0;
  }
  .popUp-body p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.484vw; 
    margin-top: 0.781vw;
  }
  .popUp {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
  }

  .popUp.is-visible {
    visibility: visible;
  }

  .popUp-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
  }

  .popUp.is-visible .popUp-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

  .popUp-wrapper {
    position: fixed;
    z-index: 9999;
    /* top: 6em; */
    left: 5.078vw;
    width: 100%;
    max-width: 46.094vw;
    /* margin-left: -16em; */
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    bottom: 3.516vw;
    height: 90vh;
    overflow: scroll;
  }

  .popUp-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
  }

  .popUp.is-visible .popUp-transition {
    transform: translateY(0);
    opacity: 1;
  }


  .popUp-close {
    position: absolute;
    top: 2.344vw;
    right: 2.344vw;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    /* height: 2.734vw; */
    /* width: 2.734vw; */
    /* position: absolute; */
    /* right: 5.469vw; */
    /* top: 3.906vw; */
    background-image: url(https://cdn2.hubspot.net/hubfs/744339/AA%20Assets/Path.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 2.344vw;
    height: 2.344vw;    cursor: pointer;
  }

  .popUp-close:hover {
    color: #777;    cursor: pointer;
  }

  .popUp-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .popUp-content > *:first-child {
    margin-top: 0;
  }

  .popUp-content > *:last-child {
    margin-bottom: 0;
  }

  .blog-platform ul li:last-child {
    padding-right: 0;
  }
  .ba-line{
    background: #A5A5A5; height: 0.078vw; margin-top: 5.078vw;
  }
  .solution-slider.owl-carousel .owl-dots {
    display: inline-flex;
    position: absolute;
    bottom: -3.125vw;
    transition: 1s;
  }
  .solution-slider.owl-carousel .owl-dot.active {
    width: 3.125vw;
    transition: 1s;
    background: #2b2b2b;
  }
  .solution-slider.owl-carousel .owl-dot {
    cursor: pointer;
    background: #C7C7C7;
    width: 1.953vw;
    height: 0.156vw;
    z-index: 99 !important;
    border-radius: 0;
    margin-right: 0.391vw;
  }
  .cs2-result-group-content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -2.344vw;
  }

  .cs2-result-group-text-section {
    width: 48%;
    margin: 0;
  }
  .cs2-result-group-text-section h4{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.5vw; margin-bottom: 0;
  }
  .cs2-result-group-text-section p{
    opacity: 0.9;	color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.094vw;	line-height: 1.875vw;
  }
  .cs2-result-group-text-section:nth-child(even){
    position: relative;
    top: 5.469vw;
    margin-left: 4%;
  }
  .work-cs-2 .sidebar-navigation-section .approach .approach-right {
    max-width: 45.313vw;
    padding-top: 4.688vw;
    margin-left: auto;
  }

  .work-cs-2  .sidebar-navigation-section .approach{
    padding: 3.906vw 0 7.813vw;
  }

  .work-cs-2 .full-width-strip {
    padding-top: 15.625vw;
  }
  .jd_c.form-with-slider-labels .hs-form .hs-form-field {
    margin: 1.172vw 0 3.516vw;
  }

  .jd-form-group .form-with-slider-labels .hs-form .hs-form-field {
    margin: 1.172vw 0 2.344vw;}

  .jd-inner-city-tag {
    display: flex;    margin-bottom: 3.125vw;
  }
  .jd-inner-city-tag ul{
    margin: 0;
    list-style: none;
    display: flex;
    padding-left: 2.344vw !important;    margin-top: 0.313vw;
  }
  .jd-inner-city-tag ul li{
    margin-right: 1.563vw;
    color: #909090 !important;	
    border-radius: 1.094vw;	background-color: #F4F4F4;
    padding: 0.234vw 1.406vw;
    /* margin-bottom: 0 !important; */
    margin-bottom: 0 !important;
    line-height: 1.563vw !important;
    height: 1.563vw;
  }
  .jd-inner-city-tag ul li:before{
    content: none;
  }
  .footer-group-inner-right .submitted-message {
    color: #001546;
    font-family: "Noto Serif";
    font-size: 1.484vw;
    font-weight: bold;
    line-height: 2.031vw;
  }
  .sub_s .sidebar-navigation-section{
    max-width: 80.469vw;
    margin-left: auto;
  }
  .sub_s .sidebar-navigation-section .sidebar-navigation {
    padding: 9.375vw 3.906vw 0;
  }
  .sub_s .sidebar-navigation-section .sidebar-navigation {
    position: absolute;
    max-width: 19.531vw;
    margin-left: -19.531vw;
    width: 19.531vw !important;
  }
  .sub_s .sidebar-navigation-section .page-section-group .sub-service-content-group{
    padding-top: 9.375vw;
    max-width: 60.938vw;
  }
  .sub_s .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-sitemap{
    margin-top: 3.906vw;
  }
  .sub_s .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-sitemap h2{
    color: #001546;	font-family: "Noto Serif";	font-size: 2.969vw;	font-weight: bold;	line-height: 4.063vw; margin: 0 0 1.563vw;
  }
  .sub_s .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-sitemap ul{
    padding-left: 1.953vw;
    margin: 0;
    list-style: none;

  }
  .sub_s .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-sitemap ul li{
    font-family: "Noto Sans";	font-size: 1.172vw;	line-height: 2.344vw; position: relative;
  }
  .sub_s .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-sitemap ul li:before {
    position: absolute;
    content: '';
    background: #ED4700;
    width: 0.391vw;
    height: 0.391vw;
    display: inline-block;
    top: 1.172vw;
    left: -1.328vw;
    border-radius: 50%;}
  .sub_s .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-content,
  .sub_s .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-content p{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.172vw;	line-height: 1.875vw;
  }
  .sub_s .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-content h4{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.484vw;	font-weight: bold;	line-height: 2.5vw;
    margin: 3.125vw 0 0;
  }
  .sub_s .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-content ul{
    padding-left: 1.953vw;
    margin: 0;
  }
  .sub_s .sidebar-navigation-section .page-section-group .sub-service-content-group .sub-service-inner-content ul li{
    color: #1C1C1C;	font-family: "Noto Sans";	font-size: 1.172vw; line-height: 1.875vw; padding-bottom: 0.625vw;
  }
  .full-width-strip .testimo .author-img img {
    width: 11.719vw;
  }

  .about-banner-slider{
    position: relative;
  }
  .about-banner-slider .owl-dots {
    max-width: 39.063vw;
    min-height: 1.563vw;
    position: absolute;
    bottom: 0.781vw;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
  }
  .about-banner-slider .owl-dots .owl-dot {
    background: #ccc;
    height: 0.156vw;
    width: 1.953vw;
    margin-right: 0.391vw;
  }
  .about-banner-slider .owl-dots .owl-dot.active {
    background: #5f5f5f;
    width: 3.125vw;
  }


  .active .img-animate .mob-hide.heart .color-box{
    height: 9.375vw;
  }

  .img-animate .mob-hide.heart .color-box,.img-animate .mob-hide.winners img, .img-animate .mob-hide.heart img, .img-animate .mob-hide.agility img, .img-animate .mob-hide.mindset img{
    /*   transition: all 3s ease-out; -webkit-transition: all 3s ease-out; */
    transition-property:all;
    -moz-transition-property: all; /* Firefox 4 */
    -webkit-transition-property:all; /* Safari and Chrome */
    -o-transition-property:all; /* Opera */

    transition-duration: 2s;
    -moz-transition-duration: 2s; /* Firefox 4 */
    -webkit-transition-duration: 2s; /* Safari and Chrome */
    -o-transition-duration: 2s; /* Opera */

  }
  .img-animate .mob-hide.winners img:nth-child(1){margin-left: -100%;}
  .img-animate .mob-hide.winners img:nth-child(2){margin-left: -100%;}
  .img-animate .mob-hide.winners img:nth-child(3){margin-left: -100%; margin-top: -100%;}
  .img-animate .mob-hide.winners img:nth-child(4){margin-left: -100%; margin-top: 100%;}
  .img-animate .mob-hide.winners img:nth-child(5){margin-left: -100%; margin-top: 100%;}
  .img-animate .mob-hide.winners img:nth-child(6){margin-left: -100%; margin-top: -100%;}
  .img-animate .mob-hide.winners img:nth-child(7){margin-left: 100%;}
  .img-animate .mob-hide.winners img:nth-child(8){margin-top: -100%;}
  .img-animate .mob-hide.winners img:nth-child(9){margin-left: -100%; margin-top: 100%;}
  .img-animate .mob-hide.winners img:nth-child(10){margin-top: 100%; }
  .active .img-animate .mob-hide.winners img:nth-child(1),
  .active .img-animate .mob-hide.winners img:nth-child(2),
  .active .img-animate .mob-hide.winners img:nth-child(3),
  .active .img-animate .mob-hide.winners img:nth-child(4),
  .active .img-animate .mob-hide.winners img:nth-child(5),
  .active .img-animate .mob-hide.winners img:nth-child(6),
  .active .img-animate .mob-hide.winners img:nth-child(7),
  .active .img-animate .mob-hide.winners img:nth-child(8),
  .active .img-animate .mob-hide.winners img:nth-child(9),
  .active .img-animate .mob-hide.winners img:nth-child(10){
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-animate .mob-hide.heart img:nth-child(1){}
  .img-animate .mob-hide.heart img:nth-child(2){margin-left: -100%;}
  .img-animate .mob-hide.heart img:nth-child(3){margin-left: -100%; margin-top: -100%;}
  .img-animate .mob-hide.heart img:nth-child(4){margin-left: -100%; margin-top: 100%;}
  .img-animate .mob-hide.heart img:nth-child(5){margin-left: -100%; margin-top: 100%;}
  .img-animate .mob-hide.heart img:nth-child(6){margin-left: -100%; margin-top: -100%;}
  .img-animate .mob-hide.heart img:nth-child(7){margin-left: 100%;}
  .img-animate .mob-hide.heart img:nth-child(8){margin-top: -100%;}
  .img-animate .mob-hide.heart img:nth-child(9){margin-left: -100%; margin-top: 100%;}
  .img-animate .mob-hide.heart img:nth-child(10){margin-top: 100%; }
  .img-animate .mob-hide.heart img:nth-child(11){margin-left: 100%;}
  .img-animate .mob-hide.heart img:nth-child(12){margin-left: 100%; margin-top: -100%;}
  .img-animate .mob-hide.heart img:nth-child(13){margin-left: 100%;}
  .active .img-animate .mob-hide.heart img:nth-child(1),
  .active .img-animate .mob-hide.heart img:nth-child(2),
  .active .img-animate .mob-hide.heart img:nth-child(3),
  .active .img-animate .mob-hide.heart img:nth-child(4),
  .active .img-animate .mob-hide.heart img:nth-child(5),
  .active .img-animate .mob-hide.heart img:nth-child(6),
  .active .img-animate .mob-hide.heart img:nth-child(7),
  .active .img-animate .mob-hide.heart img:nth-child(8),
  .active .img-animate .mob-hide.heart img:nth-child(9),
  .active .img-animate .mob-hide.heart img:nth-child(10),
  .active .img-animate .mob-hide.heart img:nth-child(11),
  .active .img-animate .mob-hide.heart img:nth-child(12),
  .active .img-animate .mob-hide.heart img:nth-child(13){
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-animate .mob-hide.agility img:nth-child(1){margin-left: -100%;}
  .img-animate .mob-hide.agility img:nth-child(2){margin-left: -100%;}
  .img-animate .mob-hide.agility img:nth-child(3){margin-left: -100%; margin-top: -100%;}
  .img-animate .mob-hide.agility img:nth-child(4){margin-left: -100%; margin-top: 100%;}
  .img-animate .mob-hide.agility img:nth-child(5){margin-left: -100%; margin-top: 100%;}
  .img-animate .mob-hide.agility img:nth-child(6){margin-left: -100%; margin-top: -100%;}
  .img-animate .mob-hide.agility img:nth-child(7){margin-left: 100%;}
  .img-animate .mob-hide.agility img:nth-child(8){margin-top: -100%;}
  .img-animate .mob-hide.agility img:nth-child(9){margin-left: -100%; margin-top: 100%;}
  .img-animate .mob-hide.agility img:nth-child(10){margin-top: 100%; }
  .img-animate .mob-hide.agility img:nth-child(11){margin-left: 100%;}
  .active .img-animate .mob-hide.agility img:nth-child(1),
  .active .img-animate .mob-hide.agility img:nth-child(2),
  .active .img-animate .mob-hide.agility img:nth-child(3),
  .active .img-animate .mob-hide.agility img:nth-child(4),
  .active .img-animate .mob-hide.agility img:nth-child(5),
  .active .img-animate .mob-hide.agility img:nth-child(6),
  .active .img-animate .mob-hide.agility img:nth-child(7),
  .active .img-animate .mob-hide.agility img:nth-child(8),
  .active .img-animate .mob-hide.agility img:nth-child(9),
  .active .img-animate .mob-hide.agility img:nth-child(10),
  .active .img-animate .mob-hide.agility img:nth-child(11){
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-animate .mob-hide.mindset img:nth-child(1){margin-left: -100%;}
  .img-animate .mob-hide.mindset img:nth-child(2){margin-left: -100%;}
  .img-animate .mob-hide.mindset img:nth-child(3){margin-left: -100%; margin-top: -100%;}
  .img-animate .mob-hide.mindset img:nth-child(4){margin-left: -100%; margin-top: 100%;}
  .img-animate .mob-hide.mindset img:nth-child(5){margin-left: -100%; margin-top: 100%;}
  .img-animate .mob-hide.mindset img:nth-child(6){margin-left: -100%; margin-top: -100%;}
  .img-animate .mob-hide.mindset img:nth-child(7){margin-left: 100%;}
  .img-animate .mob-hide.mindset img:nth-child(8){margin-top: -100%;}
  .img-animate .mob-hide.mindset img:nth-child(9){margin-left: -100%; margin-top: 100%;}
  .img-animate .mob-hide.mindset img:nth-child(10){margin-top: 100%; }
  .active .img-animate .mob-hide.mindset img:nth-child(1),
  .active .img-animate .mob-hide.mindset img:nth-child(2),
  .active .img-animate .mob-hide.mindset img:nth-child(3),
  .active .img-animate .mob-hide.mindset img:nth-child(4),
  .active .img-animate .mob-hide.mindset img:nth-child(5),
  .active .img-animate .mob-hide.mindset img:nth-child(6),
  .active .img-animate .mob-hide.mindset img:nth-child(7),
  .active .img-animate .mob-hide.mindset img:nth-child(8),
  .active .img-animate .mob-hide.mindset img:nth-child(9),
  .active .img-animate .mob-hide.mindset img:nth-child(10){
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .legal-consent-container {
    margin-bottom: 3.906vw;
    font-size: 0.938vw;
    line-height: 1.875vw;
  }
  .work-cs .legal-consent-container{
    margin-bottom: 0;
  }
  .legal-consent-container ul{
    padding-left: 0;
    list-style: none;
  }
  .form-with-slider-labels .hs-fieldtype-booleancheckbox{
    margin: 0 !important;
  }
  .form-with-slider-labels .hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display {
    position: relative;
    left: 0;
    color: #ED4700;
    font-size: 0.938vw;
    line-height: 1.875vw;
    padding: 0;
  }
  .olivz a#cta_button_744339_5f907572-c7d4-4703-84fe-8397398e5d20{
    width: 5.313vw;
    height: 5.469vw;
    padding: 3.75vw 0.859vw 0;
    vertical-align: baseline;
    margin-bottom: -0.234vw;
  }
  .olivz .footer-cta-content .get-cta a {
    bottom: -1.875vw;
    left: 0;
  }

  @media not all and (min-resolution:.001dpcm)
  { @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .body-container-wrapper {
      margin-top: 4.375vw;
    }
    .remove-section{
      height: 100vh !important;
    }

    }
  }


}

@media only screen and (min-width: 1281px){
  .newbg{
    margin-top: 0px;
    padding: 43px 0 0px 0;

  }
  .newbg .leader-ship-inner h3{text-align:center; font-size: 1.6em;}
  .new-group{} 
  .new-group .leader-item {width:30.4%;border: 1px solid transparent;text-align:center;} 
  .new-group .leader-item img {width:128px;} 
  .new-group .leader-item h3 {color:#ED4700;font-weight: normal; font-size:0.99em;}
  .new-group .leader-item:hover h3{
    border: 0px solid transparent;
    font-weight: normal;
    color:#ED4700;
  }
}

.mybox1{display: block;}
@media (min-width: 1024px){
        #mobileView{display: none;}
        #main{display: block;}
        .container2 {height: 6814px;}
        .mybg-black{background-color: #000;}
}
 @media (max-width: 1024px){
        #main{display: none;}
        #mobileView{display: block;}
        .container2 {height: 0px;}
         .mybg-black{background-color: #000;}
}
::-webkit-scrollbar {
    width: -webkit-fill-available;
    pointer-events: auto;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
   
}