<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css');

@font-face {
  font-family: "volte semibold";
  src: url("//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Volte-Semibold.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Volte-Semibold.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Volte-Semibold.eot") format("eot"), 
    url("//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Volte-Semibold.ttf") format("ttf"), 
    url("//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Volte-Semibold.otf") format("otf");
  font-style: normal;
  font-display: swap;
}


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

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

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

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

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

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

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

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

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts &gt; 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 &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s !important;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
  display: inline-block;
}

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

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

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


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

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-family: "Noto Sans CJK JP","Hiragino Kaku Gothic Pro","Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ Pro W3","Hiragino Kaku Gothic ProN","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯Ã¤Â½â€œ",YuGothic,"Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium","Yu Gothic Medium","Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯","Yu Gothic","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª",Meiryo,Avenir,"Helvetica Neue","Droid Sans",sans-serif;
  line-height: 1.8;
  position: relative;
  color: #333;
  letter-spacing: 0.1em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Highlighted Text 
::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
text-shadow: none;
}
*/


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-weight: 400;
  font-family: "Noto Sans CJK JP", "Hiragino Kaku Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic ProN", æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", æ¸¸ã‚´ã‚·ãƒƒã‚¯, "Yu Gothic", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, Avenir, "Helvetica Neue", "Droid Sans", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 40px;
  line-height: 1.4;
  font-family: "Noto Sans CJK JP", "Hiragino Kaku Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic ProN", æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", æ¸¸ã‚´ã‚·ãƒƒã‚¯, "Yu Gothic", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, Avenir, "Helvetica Neue", "Droid Sans", sans-serif;
}

h2 {
  font-size: 30px;
  color: #05D686;
  line-height: 1.4;
  font-family: "volte semibold",Avenir,"Helvetica Neue","Droid Sans",sans-serif;
}

h3 {
  font-size: 22px;
  color: #05D686;
  line-height: 1.6;
}

h4 {
  font-size: 24px;
  font-weight: 100;
  color: #05D686;
}

h5 {
  font-size: 20px;
  color: #FFFFFF;
}

h6 {
  font-size: 18px;
}

/* Anchor Links */
.body-container-wrapper a { 
  color: #05D686; 
  text-decoration: none;
}

.body-container-wrapper a:hover,
.body-container-wrapper a:focus,
.body-container-wrapper a:visit { 
  color: #0000ee; 
}

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

/* Block Quotes */
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0
}

blockquote p {}
blockquote small {}

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


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

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

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

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


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


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

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

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

.body-container-wrapper {
  font-size: 16px;
  color: #333;
  line-height: 2.2;
}

/* =============== Header =============== */
.header-container-wrapper {
  min-height: 100px;
}

.header-container {}

.header-container-wrapper .container-fluid .row-fluid .page-center {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.cm-header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100% !important;
  background: rgba(255,255,255,0.8);
  -webkit-transition: all 1s;
  overflow: hidden;
  z-index: 1000;
  height: 80px;
  -webkit-transition: height 0.5s ease, background-color 1s ease;
  transition: height 0.5s ease, background-color 1s ease;
}

.mobile-open .cm-header-wrapper {
  height: 100vh;
  background-color: #fff;
}

.cm-header-content-group &gt; .row-fluid-wrapper &gt; .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.cm-header-content-group &gt; .row-fluid-wrapper &gt; .row-fluid:after,
.cm-header-content-group &gt; .row-fluid-wrapper &gt; .row-fluid:before {
  display: none;
}

.cm-header-content-group .mobile-trigger-wrapper {
  line-height: 0;
  position: relative;
  width: 36px !important;
  height: 30px;
  display: none !important;
}

.l_headerHumberger {
  position: relative;
  width: 36px;
  height: 30px;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}

.l_headerHumberger__bar {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #A3ABB2;
  position: absolute;
  left: 0
}

.l_headerHumberger__bar:nth-child(1) {
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  top: 0;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}

.mobile-open .l_headerHumberger .l_headerHumberger__bar:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 0%
}

.l_headerHumberger__bar:nth-child(2) {
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  top: 50%;
  margin-top: -1.5px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}

.mobile-open .l_headerHumberger .l_headerHumberger__bar:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  width: 0%
}

.l_headerHumberger__bar:nth-child(3) {
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: calc(100% - 8px);
  bottom: 0;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.mobile-open .l_headerHumberger .l_headerHumberger__bar:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 0%
}

.l_headerHumberger__bar:nth-child(4) {
  width: 0%;
  top: 50%;
  left: 50%;
  background: #4186FF !important;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease
}

.mobile-open  .l_headerHumberger .l_headerHumberger__bar:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  width: 120%
}

.l_headerHumberger__bar:nth-child(5) {
  width: 0%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: #4186FF !important
}

.mobile-open .l_headerHumberger .l_headerHumberger__bar:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  width: 120%
}

.cm-header-content-group .cm-header-logo-wrapper {
  width: 136px;
  margin: 0;
  line-height: 1;
  position: relative;
  top: 1px;
}

.cm-header-content-group .cm-header-logo-wrapper use.svg_logoHorizontal__group2 {
  fill: #4186FF;
}

.cm-contact-link .cm-header-content-group {
  margin: 0;
}

.cm-header-content-group .cm-contact-link {
  margin: 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.cm-contact-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cm-contact-link ul li {
  width: 150px;
}

.cm-contact-link ul li:last-child {
  margin-left: 16px;
}

.cm-contact-link ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 22px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  font-family: "volte semibold",Avenir,"Helvetica Neue","Droid Sans",sans-serif;
  padding-top: 3px;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease ,color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease ,color 0.3s ease;
  line-height: 1.8;
  border: solid 2px #4186FF;
  color: #4186FF;
}

.cm-contact-link ul li a:hover {
  background-color: #4186FF !important;
  border-color: #4186FF !important;
  color: #fff !important;
}

span.menu-text {
  display: block;
  clear: both;
  font-family: "Noto Sans CJK JP", "Hiragino Kaku Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic ProN", æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", æ¸¸ã‚´ã‚·ãƒƒã‚¯, "Yu Gothic", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, Avenir, "Helvetica Neue", "Droid Sans", sans-serif;
}

span.menu-text span {
  font-size: 12px;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul ul li:nth-child(2) a span.svg-icon:before {
  padding-top: 100%;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul ul li:nth-child(3) a span.svg-icon:before {
  padding-top: 154.64191%;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul ul li:nth-child(3) a span.svg-icon {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul ul li:nth-child(2) a span.svg-icon {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(4) &gt; a span.coming-soon,
.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(5) &gt; a span.coming-soon {
  font-size: 10px;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(6) &gt; a span.menu-text,
.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(6) &gt; a span.menu-text a {
  font-size: 12px;
  white-space: nowrap;
  display: inline-block !important;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(4) &gt; a span.menu-text,
.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(5) &gt; a span.menu-text {
  color: #A3ABB2;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(4) &gt; a span.svg-icon svg,
.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(5) &gt; a span.svg-icon svg {
  fill: #A3ABB2;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li p,
.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li p {
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li p.sub-text,
.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li p.sub-text {
  font-size: 11px;
}


/* =============== Content =============== */

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

.content-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

.custom_error_message p {
  margin: 15px 0px;
}

.custom_error_message .hs-button {
  margin: 15px 0px !important;
}

.submitted-message {
  padding-bottom: 20px;
  color: #333;
}




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

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

.cm-footer-wrapper {
  background: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #A3ABB2;
}

.cm-footer-container {
  padding-left: 30px;
  padding-right: 30px;
}

.cm-footer-copyright p {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-bottom: 0;
}

.custom-footer-menu {
  margin-top: 40px;
}

.custom-footer-menu .hs-menu-wrapper &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}

.custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li &gt; a {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #A3ABB2;
  letter-spacing: 0.1em;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul li a {
  white-space: nowrap !important;
}

.custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li:not(:first-child) {
  margin-left: 12px;
  padding-left: 12px;
  border-left: solid 1px #333;
}

.custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li &gt; a:before {
  content: '';
  display: block;
  width: 100%;
  width: 0%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li &gt; a:hover:before {
  width: 100%;
}

.custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li &gt; a:hover {
  opacity: 0.4;
}

.custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li:not(:first-child) &gt; a:after {
  margin-left: 8px;
  display: block;
  width: 12px;
}

.custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li:last-child &gt; a:after {
  content: url(//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Images/icon-blank-green.svg);
  margin-left: 8px;
  display: block;
  width: 12px;
}

.custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li:nth-child(2) &gt; a:after {
  content: url(//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Images/icon-blank-gray.svg);
  margin-left: 7.5px;
  display: block;
  width: 12px;
}

.cm-ft-social-icon-wrapper &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-ft-social-icon-wrapper &gt; ul &gt; li:not(:first-child) {
  margin-left: 20px;
}

.cm-ft-social-icon-wrapper &gt; ul &gt; li &gt; a &gt; img {
  width: 45px;
  display: block;
}

.cm-ft-social-icon-wrapper &gt; ul &gt; li &gt; a {
  display: block;
}

.cm-ft-social-icon-wrapper &gt; ul &gt; li &gt; a:hover {
  opacity: 0.4;
}

h2.cm_sectionTitle_mainText {
  font-size: 40px;
  color: #4186FF;
  text-align: center;
  line-height: 1.4;
  font-family: "volte semibold",Avenir,"Helvetica Neue","Droid Sans",sans-serif;
}

p.cm_sectionTitle_subText {
  font-size: 14px;
  color: #4186FF;
  text-align: center;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 0;
}

.cm_contactbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}

.cm_contactbox_item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 400px;
}

.cm_contactbox_item.right {
  margin-left: 40px;
}

p.cm_contactbox_text {
  text-align: center;
  width: 100%;
  color: #4186FF;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.2;
  margin: 0;
}

br.cm_contactbox_blank {
  display: none;
}

a.cm_contactbox_button {
  margin-top: 30px;
  width: 100%;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  font-family: "volte semibold",Avenir,"Helvetica Neue","Droid Sans",sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #4186FF;
  color: #fff;
  border-radius: 40px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a.cm_contactbox_button:hover {
  opacity: 0.4;
}

.cm-footer-logo img {
  max-width: 134px;
  margin: 0 auto;
}

.cm-footer-logo {
  text-align: center;
  margin: 50px auto 0;
}

.cm-ft-contact-section {
  background: #F0F2F4;
  padding-top: 130px;
  padding-bottom: 170px;
  padding-left: 30px;
  padding-right: 30px;
}

.cm_sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #555555;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 70px
}

.cm_sitemap_title {
  color: #FFF !important;
  font-family: "volte semibold";
  font-size: 17px;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  line-height: 1.35;
  margin: 0;
}

.cm_sitemap_title span {
  font-size: 11px;
  letter-spacing: 0.1em;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

.cm_sitemap_title+.cm_sitemap_title {
  margin-top: 40px
}

.cm_sitemap_title:hover {
  opacity: 0.4
}

.cm_sitemap_title:hover span {
  opacity: 0.4
}

.cm_sitemap_column+.cm_sitemap_column {
  margin-left: 17%
}

.cm_sitemap_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px
}

.cm_sitemap_list+.cm_sitemap_list {
  margin-left: 70px
}

.cm_sitemap_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.cm_sitemap_item+.cm_sitemap_item {
  margin-top: 40px
}

.cm_sitemap_item .cm_sitemap_link:before {
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0
}

.cm_sitemap_item.is_disabled .cm_sitemap_link {
  pointer-events: none;
  color: #6A6D71 !important;
  position: relative;
}

.cm_sitemap_item.is_disabled .cm_sitemap_link:after {
  position: absolute;
  top: -1.5em;
  left: 0;
  content: "COMING SOON";
  display: block;
  font-family: "volte semibold";
  font-size: 10px;
  padding-left: 60px
}

.cm_sitemap_item.is_chatbot .cm_sitemap_link:before {
  background-image: url(//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Images/icon-chatbot-white.svg)
}

.cm_sitemap_item.is_stt .cm_sitemap_link:before {
  background-image: url(//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Images/icon-speech-to-text-white.svg)
}

.cm_sitemap_item.is_ocr .cm_sitemap_link:before {
  background-image: url(//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Images/icon-ocr-white.svg)
}

.cm_sitemap_item.is_tts .cm_sitemap_link:before {
  background-image: url(//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Images/icon-text-to-speech-gray.svg)
}

.cm_sitemap_item.is_vision .cm_sitemap_link:before {
  background-image: url(//cdn2.hubspot.net/hubfs/6341140/LineBrain_September2019%20Theme/Images/icon-voice-gray.svg)
}

.cm_sitemap_link {
  font-size: 16px;
  font-family: "volte semibold";
  color: #FFF !important;
  line-height: 1.35;
  position: relative;
  padding-left: 60px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cm_sitemap_link:hover {
  opacity: 0.4
}

.cm_sitemap_link span {
  font-size: 11px;
  letter-spacing: 0.1em;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

.cm_sitemap_notes {
  color: #A3ABB2;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.67;
  font-family: "volte semibold";
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

.cm_sitemap_notes a {
  color: #4186FF;
  font-family: "Noto Sans CJK JP";
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

.cm_sitemap_notes a:hover {
  opacity: 0.4
}

ul.cm_sitemap_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}




/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */
/* =============== Custom Menu Primary =============== */
.custom-menu-primary.hide-mobile {
  margin-left: 3vw;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  max-height: 30px;
  padding-right: 20px;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul &gt; li:not(:first-child) {
  margin-left: 1.6vw;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul &gt; li &gt; a {
  color: #4186FF;
  font-size: 17px;
  font-family: "volte semibold";
  text-transform: uppercase;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children {
  position: static !important;;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children &gt; a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children &gt; a:after {
  content: '';
  display: inline-block;
  border-bottom: solid 2px #4186FF;
  border-right: solid 2px #4186FF;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin-top: -8px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul &gt; li.hs-item-has-children:hover &gt; a:after {
  border-bottom: none;
  border-right: none;
  border-top: solid 2px #4186FF;
  border-left: solid 2px #4186FF;
  margin-top: 1px;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul &gt; li:hover &gt; a,
.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul &gt; li.active &gt; a {
  opacity: 0.4;
}

.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul {

}


.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li {

}

.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li a {

}

.custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul &gt; li &gt; ul {
  background-color: #4186FF;
  height: calc(100vh - 100px);
  width: 100%;
  top: 80px;
  transition: all 0.5s ease !important;
}

.children-container-wrapper {
  max-width: 970px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.children-container {
  padding-top: 90px;
  padding-bottom: 50px;
  max-height: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul ul li {
  min-height: 80px;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}


.custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li &gt; ul:before {
  content: "";
  position: absolute;
  top: -25px;
  width: 100%;
  height: 25px;
  z-index: 999;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.4;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul ul li a span.svg-icon {
  width: 40px;
  margin-right: 20px;
  position: relative;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul ul li a span.svg-icon:before {
  padding-top: 100%;
  content: '';
  display: block;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul ul li a span.svg-icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  fill: #fff;
}

.custom-menu-primary .hs-menu-wrapper &gt; ul ul li {
  height: 80px;
}



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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .landing-page.one-column form,
  .password-template.one-column form,
  .subscription-template.one-column form{
    width: 50%;
  }

  .body-container .hs-search-field .hs-search-field__bar {
    max-width: 600px;
  }
  .custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li p.sub-text,
  .custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li p.sub-text {
    display: none;
  }
}


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

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






/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-width: 100%;
  height: auto;
  display: inline-block !important;
  float: none;
  margin: 0px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

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

/* Blog Commments */

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  margin: 25px 0px;
}

.blog-pagination a {
  display: inline-block;
  margin-right: 15px;
}


/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {
  color: inherit;
}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

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

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

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

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

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


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


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

/* Form Field */
.hs-form-field {
  margin-bottom: 10px;
}

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

/* Labels and Legends */
label {}
.hs-form-field &gt; label {
  display:block;
}

.hs-form {
  margin-bottom: 30px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 767px;
  -webkit-appearance: none;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  display:block;
  margin:0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{}
.hs-error-msgs {
  margin: 0px;
  list-style: none;
  padding: 0;
  color: red;
}

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


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

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

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

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


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

/* Label */
#comment-form .hs-form-field &gt; label {}
#comment-form label {}

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

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

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


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

/* Label */
#hs_form_target_blog_subscription .hs-form-field &gt; label {}
#hs_form_target_blog_subscription label {}

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 10px;
  white-space: pre-wrap;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #333333 !important;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none !important;

}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

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


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

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


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

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


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

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


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

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


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


div#captcha_wrapper {
  width: 100%;
  overflow-x: auto;
}

.custom_error_message p {
  margin: 15px 0px;
}

.custom_error_message .hs-button {
  margin: 15px 0px !important;
}

div#hubspot-author_data span {
  display: inline-block;
}

.blog .blog-sidebar{
  margin-top: 30px;
}


/* -------------- Default Code for comment ------------ */

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}


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

.blog-post-wrapper h2, .post-header h2 {
  margin-bottom: 20px;
}

.blog-post-wrapper h2 a, .post-header h2 a {
  text-decoration: none;
  color: inherit;
}

.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}
#hs_cos_wrapper_blog_subscription_title{}
#comment-form h4{}

.comment-body {
  border-bottom: medium none;
  color: #333;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color: #333 !important;
  display: block !important;
  text-align: left;
}
.post-listing #hubspot-author_data{
  margin-top: 0;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}

.more-link{
  display: inline-block;
  margin: 20px 0;
}
.hs-blog-social-share{
  height: auto;
}
.blog-template .blog-sidebar .cell-wrapper{
  margin-bottom: 15px;
}
.blog-template .blog-sidebar ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-template .blog-sidebar ul li{
  padding: 0 0 10px;
}

li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
  position: relative;
  top: -3px;
}

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

#recaptcha_response_field{
  width:auto !important;
  display:inline-block !important;
}
#captcha_wrapper &gt; #recaptcha_area {
  margin: 0 0 20px;
}

.replying {
  padding-left: 2em;
  padding-right: 2em;
}

#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

.cm-footer-wrapper.cm-lp {
  padding-top: 60px;
}

.cm-lp .cm-footer-copyright p {
  margin-top: 0;
}

.cm-ft-social-icon-wrapper {
  margin-top: 48px;
}






/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 816px) {
  .custom-menu-primary.hide-mobile {
    display: block !important;
  }

  .custom-menu-primary.show-mobile {
    display: none !important;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li.active &gt; a {
    opacity: 0.4;
    pointer-events: none;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li:hover&gt; a {
    opacity: 0.4;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li &gt; a {
    transition-delay: 0.5s;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li:nth-child(n+4) {
    margin-left: 10vw;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li:last-child &gt; a {
    line-height: 22px;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(4) &gt; a span.svg-icon svg, .custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(5) &gt; a span.svg-icon svg {
    top: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul ul li a span.svg-icon:before {
    padding-top: 100%;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li:last-child&gt; a {
    opacity: 1;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li:last-child&gt; a a {
    text-decoration: underline !important;
    margin-left: 12px !important;
    transition: none !important;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li:last-child:hover&gt; a a:hover {
    opacity: 0.4;
  }

}


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1120px) {
  .cm-contact-link ul li {
    width: 120px;
  }

  .cm-contact-link ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@media (max-width: 1024px) {
  .cm-header-content-group .cm-header-logo-wrapper {
    display: block !important;
  }

  .header-container-wrapper .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-header-content-group .cm-contact-link ul li {
    width: 120px;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul &gt; li &gt; a {
    font-size: 13px;
  }
  .cm-header-content-group .cm-header-logo-wrapper {
    width:110px;
  }
  .custom-menu-primary .hs-menu-wrapper &gt; ul ul li a {
    font-size: 18px;
  }
  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li:nth-child(4) {
    margin-left:10vw;
  }
  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li:nth-child(5) {
    margin-left:10vw;
  }
  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li:nth-child(6) {
    margin-left:10vw;
  }
}

@media (max-width: 930px) {
  .header-container-wrapper .container-fluid .row-fluid .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1081px) {
  .cm-contact-link ul li {
    width: 120px;
  }
  .cm-contact-link ul li:last-child {
    margin-left:16px;
  }
}


@media (max-width: 890px) {
  .cm-header-content-group .cm-contact-link ul li {
    width: auto;
  }

  .cm-contact-link ul li:last-child {
    margin-left: 5px;
  }

  .cm-contact-link ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 850px) {
  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li:nth-child(4) {
    margin-left: 7vw;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li:nth-child(5) {
    margin-left: 7vw;
  }

  .custom-menu-primary.hide-mobile .hs-menu-wrapper &gt; ul ul li:nth-child(6) {
    margin-left: 7vw;
  }
}


@media (max-width: 815px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }

  .custom-menu-primary.hide-mobile {
    display: none !important;
  }

  .custom-menu-primary.show-mobile {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper {
    display: block !important;
    height: calc(100vh - 100px);
    overflow-y: auto !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
  }

  .cm-header-content-group .mobile-trigger-wrapper {
    display: block !important;;
  }

  .cm-header-content-group .cm-contact-link {
    display: none !important;
  }

  .cm-header-content-group &gt; .row-fluid-wrapper &gt; .row-fluid {
    height: 60px;
  }

  .cm-header-wrapper {
    height: 60px;
  }

  .cm-header-content-group .cm-header-logo-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 31.5px;
  }

  .l_headerHumberger {
    width: 30px;
    height: 25px;
    display: block;
    top: 3px;
  }

  .mobile-open .l_headerHumberger {
    top: 2px;
  }

  .cm-footer-logo img {
    max-width: 135px;
    margin: 0 auto;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul li{
    float: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul ul li a {
    color: #4186FF;
    font-size: 16px;
    padding-left: 25px;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul ul li a span.svg-icon svg {
    fill: #4186FF;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul ul li a span.svg-icon {
    width: 35px;
    margin-right: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul {
    max-width: 440px;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin: 0 auto !important;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li &gt; a {
    color: #4186FF;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:not(:first-child) {
    margin-top: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul ul {
    margin-top: 30px;
  }

  .cm-contact-link.clone {
    margin-top: 40px;
    width: 100%;
  }

  .cm-contact-link.clone ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .cm-contact-link.clone ul li {
    width: 50%;
    height: auto !important;
    min-height: 0 auto;
  }

  .cm-contact-link ul li:last-child {
    margin-left: 20px;
  }

  .cm-contact-link.clone ul li a {
    font-size: 12px !important;
    padding: 0 !important;
    color: #4186FF;
    background-color: #fff;
    border: solid 2px #4186FF;
    transition: all 0.5s ease !important;
  }

  .header-container-wrapper {
    min-height: 60px;
  }

  .cm-footer-logo img {
    max-width: 134px;
    margin: 0 auto;
  }

}


@media (max-width: 767px) {
  .cm-footer-logo img {
    max-width: 135px;
  }

  .l_headerHumberger {
    top: 0px;
  }

  .mobile-open .l_headerHumberger {
    top: 0px;
  }

  .cm-contact-link.clone ul li a {
    color: #4186FF !important;
    background-color: #fff !important;
    border: solid 2px #4186FF !important;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(6) &gt; a span.menu-text {
    color: #A3ABB2;
  }
  .custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(6) &gt; a span.menu-text a {
    color: #4186FF;
  }

  .custom-menu-primary .hs-menu-wrapper &gt; ul ul li a,
  .custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul li:nth-child(6) &gt; a span.menu-text{
    white-space: pre-wrap !important;
  }
}



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

@media (max-width: 768px) {
  .header-container-wrapper .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-header-content-group &gt; .row-fluid-wrapper &gt; .row-fluid {
    height: 60px;
  }

  .cm-header-content-group .cm-contact-link {
    display: none;
  }

  .cm-header-content-group .cm-header-logo-wrapper {
    left: 50%;
    top: 31.5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .header-container-wrapper {
    min-height: 60px;
  }

  .cm-header-wrapper {
    height: 60px;
  }

  .l_headerHumberger {
    width: 30px;
    height: 25px;
  }

  .cm-header-content-group .mobile-trigger-wrapper {
    width: 30px;
    height: 25px;
  }

  .custom-menu-primary .hs-menu-wrapper {
    display: block !important;
    height: calc(100vh - 60px);
    overflow-y: auto !important;
  }

  .cm-ft-social-icon-wrapper &gt; ul &gt; li &gt; a:hover {
    opacity: 1;
  }

}  


@media (max-width: 640px) {
  .custom-footer-menu .hs-menu-wrapper &gt; ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .custom-footer-menu {
    margin-top: 80px;
  }

  .custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
  }

  .cm-footer-copyright p {
    margin-top: 80px;
  }

  .custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li:nth-child(2) &gt; a:after {
    margin-left: 8px;
    display: block;
    width: 12px;
  }

  .custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li &gt; a:before {
    display: none;
  }

  .custom-footer-menu .hs-menu-wrapper &gt; ul &gt; li &gt; a:hover {
    opacity: 1;
  }

  .cm-ft-social-icon-wrapper &gt; ul &gt; li &gt; a:hover {
    opacity: 1;
  }

  .cm-ft-social-icon-wrapper {
    margin-top: 110px;
  }

  .cm_contactbox {
    display: block;
    margin-top: 60px;
  }

  .cm_contactbox_item {
    width: 80vw;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .cm_contactbox_item.right {
    margin-right: auto;
    margin-left: auto;
    margin-top: 65px;
  }

  a.cm_contactbox_button {
    height: 65px;
  }

  p.cm_contactbox_text {
    font-size: 18px;
    line-height: 1.8;
  }

  h2.cm_sectionTitle_mainText {
    font-size: 6.4vw;
  }

  .cm-footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-footer-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cm-ft-social-icon-wrapper {
    margin-top: 48px;
  }

  .cm-footer-copyright p {
    margin-top: 40px;
  }

  .custom-footer-menu {
    margin-top: 20px;
  }

  .cm-footer-logo {
    margin-top: 40px;
  }

  .cm-ft-social-icon-wrapper {
    margin-top: 40px;
  }

  .cm-footer-logo img {
    max-width: 135px;
  }

  .cm-ft-contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm_sitemap {
    display:block
  }

  .cm_sitemap_column+.cm_sitemap_column {
    margin-left:0;
    margin-top: 40px
  }

  .cm_sitemap_listWrap {
    display:block
  }

  .cm_sitemap_list+.cm_sitemap_list {
    margin-left:0;
    margin-top: calc(30px + 1em)
  }

  .cm_sitemap_notes {
    margin-left:0
  }


}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {}

@media (max-width: 425px) {
  br.cm_contactbox_blank {
    display: block;
  }

  p.cm_contactbox_text {
    font-size: 4.23vw;
  }

}


@media (max-width: 400px) {
  .email-prefs .item .item-inner * {
    font-size: 12px;
  }   
  .subscribe-options label {
    margin-left: 0px;
  }
  .hs_recaptcha {
    overflow-y: auto;
    width: 100%;
  }
}

@media (max-width: 375px) {
  .cm-ft-social-icon-wrapper &gt; ul &gt; li:not(:first-child) {
    margin-left: 10px;
  }

  br.cm_contactbox_blank {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper &gt; ul &gt; li:nth-child(3) &gt; ul &gt; li:nth-child(6) &gt; a {
    padding: 0;
  }

}


@media (max-width: 338px) {
  .email-prefs .item .item-inner * {
    font-size: 11px;
  }  

  .subscribe-options label span {
    font-size: 12px;
  }
  .subscribe-options label {
    margin-left: 0px;
  }
}

/*ãƒžãƒ¼ã‚«ãƒ¼ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³*/
 
.marker-animation.active{
    background-position: -100% .8em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ff0));
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, #ff0 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #ff0 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .8em;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    font-weight: bold;
}

</pre></body></html>