*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */



/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Avenir-LT-W01_35-Light1475496";
  src: url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/AvenirLTW01-35Light.woff2) format('woff2'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/AvenirLTW01-35Light.woff) format('woff'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/AvenirLTW01-35Light.ttf) format('truetype'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/AvenirLTW01-35Light.svg) format('svg');          
}
@font-face {
  font-family: "Rodin-Demi-Bold";
  src: url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/WIX-RodinProN-DB.woff2) format('woff2');          
}
@font-face {
  font-family: "wf_2be09b22a3d64ff683be5f3a6";
  src: url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/NotoSansCJKjpBold.woff2) format('woff2'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/NotoSansCJKjpBold.woff) format('woff'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/NotoSansCJKjpBold.ttf) format('truetype'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/NotoSansCJKjpBold.svg) format('svg');          
}

@font-face {
  font-family: "wf_6b65f8e10511466fb1ad29ba2";
  src: url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/NotoSansCJKjpRegular.woff2) format('woff2'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/NotoSansCJKjpRegular.woff) format('woff'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/NotoSansCJKjpRegular.ttf) format('truetype'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/NotoSansCJKjpRegular.svg) format('svg');          
}
@font-face {
  font-family: "wf_b64eeb9467464d1fa9faae2b6";
  src: url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/Avenir-Black.woff2) format('woff2'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/Avenir-Black.woff) format('woff'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/Avenir-Black.ttf) format('truetype'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/Avenir-Black.svg) format('svg');          
}



@font-face { 
  font-family: "wf_14e3ae3db29740d681c90d6ae"; 
  src: url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/NotoSansCJKjpMedium.woff2) format('woff2'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/NotoSansCJKjpMedium.woff) format('woff'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/NotoSansCJKjpMedium.ttf) format('truetype'),
    url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/font/NotoSansCJKjpMedium.svg) format('svg');          
}


html{
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  touch-action: manipulation;
}


body { 
  font-family: Arial,Helvetica,sans-serif;
  line-height:normal;
}


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


/* Paragraphs */

p {
  line-height: normal;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

.heading-margin h1,
.heading-margin h2,
.heading-margin h3,
.heading-margin h4,
.heading-margin h5,
.heading-margin h6{
  margin-top:1.4rem;
}



h1{
  font-size: 50px;
}

h2{
  font-size: 40px;
  line-height: 1em;
}

h3{
  font-size: 30px;
}

h4{
  font-size: 25px;
  line-height: 1em;
}

h5{
  font-size: 22px;
}

h6{
  font-size: 20px;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
/* Magnific Popup CSS */
.mfp-bg {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1042;
   overflow: hidden;
   position: fixed;
   background: #0b0b0b;
   opacity: 0.8; }

.mfp-wrap {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1043;
   position: fixed;
   outline: none !important;
   -webkit-backface-visibility: hidden; }

.mfp-container {
   text-align: center;
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   padding: 0 8px;
   box-sizing: border-box; }

.mfp-container:before {
   content: '';
   display: inline-block;
   height: 100%;
   vertical-align: middle; }

.mfp-align-top .mfp-container:before {
   display: none; }

.mfp-content {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   margin: 0 auto;
   text-align: left;
   z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
   width: 100%;
   cursor: auto; }

.mfp-ajax-cur {
   cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
   cursor: -moz-zoom-out;
   cursor: -webkit-zoom-out;
   cursor: zoom-out; }

.mfp-zoom {
   cursor: pointer;
   cursor: -webkit-zoom-in;
   cursor: -moz-zoom-in;
   cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
   cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none; }

.mfp-loading.mfp-figure {
   display: none; }

.mfp-hide {
   display: none !important; }

.mfp-preloader {
   color: #CCC;
   position: absolute;
   top: 50%;
   width: auto;
   text-align: center;
   margin-top: -0.8em;
   left: 8px;
   right: 8px;
   z-index: 1044; }
.mfp-preloader a {
   color: #CCC; }
.mfp-preloader a:hover {
   color: #FFF; }

.mfp-s-ready .mfp-preloader {
   display: none; }

.mfp-s-error .mfp-content {
   display: none; }

button.mfp-close,
button.mfp-arrow {
   overflow: visible;
   cursor: pointer;
   background: transparent;
   border: 0;
   -webkit-appearance: none;
   display: block;
   outline: none;
   padding: 0;
   z-index: 1046;
   box-shadow: none;
   touch-action: manipulation; }

button::-moz-focus-inner {
   padding: 0;
   border: 0; }


.mfp-close {
   width: 44px;
   height: 44px;
   line-height: 44px;
   position: absolute;
   right: 0;
   top: 0;
   text-decoration: none;
   text-align: center;
   opacity: 0.65;
   padding: 0 0 18px 10px;
   color: #FFF;
   font-style: normal;
   font-size: 28px;
   font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
   opacity: 1; }
.mfp-close:active {
   top: 1px; }

.mfp-close-btn-in .mfp-close {
   color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
   color: #FFF;
   right: -6px;
   text-align: right;
   padding-right: 6px;
   width: 100%; }

.mfp-counter {
   position: absolute;
   top: 0;
   right: 0;
   color: #CCC;
   font-size: 12px;
   line-height: 18px;
   white-space: nowrap; }

.mfp-arrow {
   position: absolute;
   opacity: 0.65;
   margin: 0;
   top: 50%;
   margin-top: -55px;
   padding: 0;
   width: 90px;
   height: 110px;
   -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
   margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
   opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
   content: '';
   display: block;
   width: 0;
   height: 0;
   position: absolute;
   left: 0;
   top: 0;
   margin-top: 35px;
   margin-left: 35px;
   border: medium inset transparent; }
.mfp-arrow:after {
   border-top-width: 13px;
   border-bottom-width: 13px;
   top: 8px; }
.mfp-arrow:before {
   border-top-width: 21px;
   border-bottom-width: 21px;
   opacity: 0.7; }

.mfp-arrow-left {
   left: 0; }
.mfp-arrow-left:after {
   border-right: 17px solid #FFF;
   margin-left: 31px; }
.mfp-arrow-left:before {
   margin-left: 25px;
   border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
   right: 0; }
.mfp-arrow-right:after {
   border-left: 17px solid #FFF;
   margin-left: 39px; }
.mfp-arrow-right:before {
   border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
   padding-top: 40px;
   padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
   line-height: 0;
   width: 100%;
   max-width: 900px; }
.mfp-iframe-holder .mfp-close {
   top: -40px; }

.mfp-iframe-scaler {
   width: 100%;
   height: 0;
   overflow: hidden;
   padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
   background: #000; }

/* Main image in popup */
img.mfp-img {
   width: auto;
   max-width: 100%;
   height: auto;
   display: block;
   line-height: 0;
   box-sizing: border-box;
   padding: 40px 0 40px;
   margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
   line-height: 0; }
.mfp-figure:after {
   content: '';
   position: absolute;
   left: 0;
   top: 40px;
   bottom: 40px;
   display: block;
   right: 0;
   width: auto;
   height: auto;
   z-index: -1;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
   background: #444; }
.mfp-figure small {
   color: #BDBDBD;
   display: block;
   font-size: 12px;
   line-height: 14px; }
.mfp-figure figure {
   margin: 0; }

.mfp-bottom-bar {
   margin-top: -36px;
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   cursor: auto; }

.mfp-title {
   text-align: left;
   line-height: 18px;
   color: #F3F3F3;
   word-wrap: break-word;
   padding-right: 36px; }

.mfp-image-holder .mfp-content {
   max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
   cursor: pointer; }


button.mfp-close:active {
   top: 49px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
   /**
   * Remove all paddings around the image on small screen
   */
   .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
   .mfp-img-mobile img.mfp-img {
      padding: 0; }
   .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
   .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
   .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
   .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
   .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
   .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

@media all and (max-width: 900px) {
   .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
   .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
   .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
   .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } 
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #666666;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14.4px;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  text-align: left;
  padding-bottom: 5px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 16px;
  height: auto;
  padding: 10px;
  background-color: rgba(100,100,100,0.1);
  border-color: rgba(0,0,0,0.3);
  color: #333;
  width: 100%;
  border-radius: 2px;
  outline: none;
  box-shadow: inset 1px 1px 2px 0 rgb(0 0 0 / 10%);
  border: 1px solid rgba(0,0,0,.3);
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {}


form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  white-space: normal;
  padding: 5px;
  text-align: center;
  min-height: 60px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #808080;
  border-radius: 0;
  background: #808080;
  color: #ffffff;
  cursor: pointer;
  -webkit-appearance: button;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

form input[type=submit]:hover,
form .hs-button:hover,
.hs-button:hover {
  opacity: .5;
}



.hs-search-module a {
  margin-top: 20px;
}



/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

=============
/* SEARCH RESULT STYLING */
ul.hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  background-color:#fff;
  z-index:2;
  top:100%;
}
ul.hs-search-field__suggestions:empty {
  display: none !important;
}  
ul.hs-search-field__suggestions li {
  padding: 3px 0;
  margin: 0;
}
ul.hs-search-field__suggestions li#results-for {
  font-size: 16px;
}
ul.hs-search-field__suggestions li > a {
  padding: 2px 5px;
  margin: 0;
}
ul.hs-search-field__suggestions li > a:hover {
  color: #000;
}



=================

@media (max-width: 767px) { 
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    max-width:100%;
  }

}
@media (max-width: 479px) {
  .hs_recaptcha {
    overflow-y: auto;
  }
  .checkbox-row span.fakelabel span {
    float: none;
    margin-left: 0;
    text-align: left;
    display: inherit;
  }

  .subscribe-options p label {
    margin: 4px 0;
  }

  .subscribe-options label > input {
    float: left;
    margin-top: 7px;
  }



}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.cst-main-header {
  background: linear-gradient(90deg, #B51D23 0%, #8B0000 100%);
  width: 100%;
}
.cst-main-header .cst-header {
  max-width: 100%;
  margin: 0 auto;
}
.cst-main-header .cst-header-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cst-main-header .cst-header-flex .cst-site-logo {
  margin: 10px 0 4px 52px;
}
.cst-main-header .cst-header-flex .cst-site-logo img {
  max-width: 139px;
  width: 100%;
}
.cst-main-header .cst-menu-wrap {
  padding-right: 47px;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 26px;
  padding-left: 0;
  margin-bottom: 26px;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 33px;
  padding: 0px 42.5px;
  text-align: center;
  font-family: wf_14e3ae3db29740d681c90d6ae;
}

.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li:hover>a {
  color: #c7c7c7;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li:last-child a {
  padding-right: 19px;
}

.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li ul {
  display: none;
}
.cst-toggle-grup {
  margin: 10px 0 10px;
  width: 41px;
  z-index: 10000;
  margin-right: 6px;
  cursor: pointer;
}
.cst-toggle-grup .cst-toggle-inr {
  border: 1px solid #fff;
  border-radius: 0;
  padding-bottom: 6px;
  padding-top: 7px;
  transition: all .5s;
}
.cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp {
  position: relative;
  width: 22px;
  height: 20px;
  margin: auto;
}


.cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle1 {
  background-color: #fff;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all .25s ease-in-out;
}
.cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle2 {
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #fff;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all .25s ease-in-out;
}

.cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle3 {
  bottom: 0;
  background-color: #fff;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all .25s ease-in-out;
}

.cst-mobile-header {
  background-color: hsla(0,0%,100%,.95);
  height: 100vh;
  margin-left: 0;
  max-width: 100%;
  opacity: 0;
  position: fixed;
  right: -100%;
  top: 0;
  transition: opacity .6s ease;
  width: 100%;
   z-index: 9999999999999;
  left: auto;
  visibility: hidden;
}
.cst-mobile-header .cst-mob-header {
  display: flex;
  justify-content: space-around;
  margin: 20px auto 0;
  width: 100%;
  padding-top: 45px;
}
.cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul {
  width: 100%;
  position: relative;
  -webkit-transform: translateZ(0);
  padding: 0;
  margin: 0;
}

.cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul li {
  background-color: rgb(255 255 255 / 0%);
  margin: 0;
  position: relative;
  display: block;
  list-style: none;
  box-sizing: border-box;
  min-width: 220px;
  text-align: center;
  transition: background-color 0.4s ease 0s,background-color .4s ease 0s;
  justify-content: center;
}

.cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul li a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: normal normal normal 16px/1.4em wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,orig_notosanscjkjpregular;
  line-height: 48px;
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul li ul {
  display: none;
  margin: 0;
  padding: 0;
  background: transparent;
  top: 100%;
}

.mobile-open .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle1 {
  transform: translateY(10px) translateY(-50%) rotate(-45deg);
}

.mobile-open .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle2 {
  opacity: 0;
}

.mobile-open .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle3 {
  transform: translateY(-10px) translateY(50%) rotate(45deg);
}

.mobile-open .cst-mobile-header .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle1 {
  background-color: #000;
}

.mobile-open .cst-mobile-header .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle2 {
  background-color: #000;
}

.mobile-open .cst-mobile-header .cst-toggle-grup .cst-toggle-inr .cst-toggle-wrp .toggle3 {
  background-color: #000;
}

.mobile-open .cst-mobile-header {
  right: 0;
  opacity: 1;
  visibility: inherit;
  width: 100vw;
  transition: opacity .6s ease ,right .8s ease;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul>li {
  position: relative;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li ul {
  background-color: #f5f5f5;
  display: none;
  list-style: none;
  margin: 0;
  min-width: 100px;
  padding: 0;
  position: absolute;
  top: 33px;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li:hover>ul {
  display: block;
}
.cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li ul li a {
  color: #000;
  padding: 0 35px;
}
.header-main {
  min-height: 85.047px;
}
.header-main .cst-main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}


body.mobile-open {
  overflow: hidden;
}
.header-main .cst-mobile-header .cst-toggle-grup {
  visibility: hidden;
}
.cst-mobile-header .cst-toggle-grup {
  margin: 10px 14px 10px auto;
  cursor: pointer;
}

.cst-mobile-header .cst-toggle-grup .cst-toggle-inr {
  border: none;
}


.mobile-open .header-main .cst-mobile-header .cst-toggle-grup {
  visibility: visible;
  cursor: pointer;
}

.mobile-open .cst-main-header .cst-toggle-grup .cst-toggle-inr{
  border: none;
}
.mobile-open .cst-toggle-grup {
  padding-bottom: 2px;
  cursor: pointer;
}

.cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul {
  max-height: calc(100vh - 55px);
  overflow-y: auto;
}

.cst-mobile-header .cst-toggle-grup {
  position: fixed;
  right: 0;
  cursor: pointer;
}

.cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul li.child-open .child-trigger:after {
  content: "-";
}







@media (min-width: 768px) and (max-width: 920px){
  .cst-main-header .cst-header-flex .cst-menu-wrap .hs-menu-wrapper>ul li a {
    padding: 0 20.5px;
  }
}

@media (max-width: 767px){
  .cst-main-header .cst-header-flex .cst-menu-wrap {
    display: none;
  }
  .cst-main-header .cst-header-flex .cst-site-logo img {
    max-width: 85px;
  }
  .cst-main-header .cst-header-flex .cst-site-logo {
    margin-bottom: 0;
    margin-top: 3px;
    margin-left: 12px;
  }
  .lp-header.cst-main-header .cst-header-flex .cst-site-logo {
    margin-bottom: 3px;
    margin-top: 6px;
  }
  .child-trigger {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    left: 80%;
    top: 0;
    width: 35px;
    font-size: medium;
  }
  .child-trigger:after {
    content: "+";
    font-weight: 700;
  }
  .header-main {
    min-height: 55px;
  }
  .cst-toggle-grup {
    margin-right: 14px;
   }
   .cst-mobile-header .cst-mob-nav .hs-menu-wrapper>ul li.active-menu > a {
      color: rgb(181,29,35) !important;
   }

}








@media (min-width: 768px){
  .cst-toggle-grup{
    display: none;
  }

  .cst-mobile-header{
    display: none;
  }
}
.cst-main-footer {
  background: linear-gradient(90deg, #292B2B 0%, #525656 100%);
  position: relative;
  z-index: 2;
}



.cst-main-footer .page-center {
  padding: 0;
}
.cst-main-footer .cst-footer-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.cst-main-footer .cst-footer-top .cst-footer-logo {
  margin-top: 47px;
  margin-bottom: 25px;
}
.cst-main-footer .cst-footer-top .cst-footer-logo img {
  max-width: 200px;
  width: 100%;
}

.cst-main-footer .cst-footer-bottom .cst-ftr-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cst-main-footer .cst-footer-bottom .cst-footer-menu {
  margin-left: 13px;
}

.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper>ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper>ul li:first-child {
  padding-right: 13px;
}
.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper>ul li a {
  color: #fff;
  display: flex;
  font-family: wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,orig_notosanscjkjpregular;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1em;
  padding: 10px;
  transition: inherit;
  padding-top: 3px;
  padding-bottom: 3px;
}
.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper>ul li a .link-text {
  margin: 0px 4px 0px 0px;
}
.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper>ul li a .ftr-arow-svg {
  transition: inherit;
  margin: 0px 0px 0px 4px;
  display: initial;
  width: 12px;
  height: 12px;
  fill: #FFFFFF;
}
.cst-main-footer .cst-footer-bottom p {
  line-height: 1em;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0em;
  color: #fff;
  margin: 0;
  font-family: wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,or
}

.cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper>ul li:first-child {
  padding-right: 13px;
}

.cst-main-footer .footer-copyright {
  margin-right: 20px;
  margin-top: 2px;
}



@media (min-width: 768px){
  .cst-main-footer .back-to-top {
    display: none!important;
  }
}




@media (max-width: 767px){
  .cst-main-footer .cst-footer-top .cst-footer-logo {
    margin: 27px 0px 23px 0;
  }
  .cst-main-footer .cst-footer-bottom .cst-ftr-flex {
    display: inline-block;
  }
  .cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper>ul li a {
    font-size: 10px;
  }
  .cst-main-footer .cst-footer-bottom p {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper>ul {
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
  }
  .cst-main-footer .footer-copyright {
    margin: 0 auto;
  }
  .cst-main-footer .cst-footer-bottom .cst-footer-menu {
    margin: 0 auto;
  }
  .cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper>ul li a .ftr-arow-svg {
    width: 10px;
    height: 10px;
  }
  .cst-main-footer .cst-footer-bottom .cst-footer-menu .hs-menu-wrapper>ul li:first-child {
    margin-left: 12px;
  }
  .cst-main-footer .cst-footer-top .cst-footer-logo img {
    max-width: 139px;
    margin-bottom: 2px;
  }
  .cst-main-footer .back-to-top {
    display: block;
  }
  .cst-main-footer .back-to-top {
    position: fixed;
    bottom: 20px;
    width: 44px;
    height: 44px;
    margin-right: 20px;
    right:0;
    z-index: 0;
    cursor: pointer;
    display: flex;
  }
  .cst-main-footer .back-to-top .back-to-top-inr {
    width: 100%;
    height: 100%;
  }
}

.banner-section .dnd-section {
   padding: 0;
}
.banner-section .dnd-section > .row-fluid {
   max-width: none;
   padding: 0 !important;
}
div[class*="force-full-width-section"]>.row-fluid {
   padding:0 !important;
}
body .glb-btn {
   display: inline-flex;
   width: 100%;
   max-width: 360px;
   min-height: 70px;
   transition: all 0.2s ease, visibility 0s;
   background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(180deg, #B51D23 0%, #8B0000 100%);
   background-color: #B51D23;
   color: #fff !important;
   align-items: center;
   justify-content: center;
   padding: 5px;
}
body .glb-btn .glb-btn-text {
   overflow: hidden;
   text-overflow: ellipsis;
   text-align: center;
   white-space: nowrap;
   min-width: 1.8em;
   max-width: 100%;
   font-weight: normal;
   font-style: normal;
   font-size: 18px;
   font-family: wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,orig_notosanscjkjpregular;
   margin: 0px 4px 0px 0px;
   letter-spacing: 0.1em;
}
body .glb-btn .glb-btn-icon {
   margin: 0px 0px 0px 4px;
   fill: currentColor;
   display: initial;
   width: 20px;
   height: 20px;
}
body .glb-btn .glb-btn-icon svg {
   width: 100%;
   height: 100%;
}
body .glb-btn:hover {
   background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(180deg, rgba(181, 29, 35, 0.8) 0%, rgba(139, 0, 0, 0.8) 100%), #FFFFFF;
}
.homepage-layout .body-container-wrapper {
   background: #fff;
   position: relative;
   z-index: 2;
}
.glb-sec-header {
   text-align: center;
}
.glb-sec-header h2 {
   margin: 0 0 10px;
   font: normal normal normal 25px/1.2em wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,orig_notosanscjkjpregular;
   font-size: 30px;
   line-height: 1em;
   color: rgb(82,86,86);
}
.glb-sec-header .line {
   max-width: 250px;
   height: 5px;
   display: block;
   margin: 0 auto 10px;
   border-top: 1px solid rgb(82,86,86);
}
.glb-sec-header p {
   font: normal normal normal 25px/1.2em wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,orig_notosanscjkjpregular;
   font-size: 20px;
   line-height: 1em;
   text-align: center;
   color: rgb(82,86,86);
   margin: 0 0 10px;
}
.mfp-bg {
   background-color: rgba(0,0,0,.9);
   opacity: 1;
}
.mfp-figure:after {
   content: none;
}
img.mfp-img {
   padding: 50px 0 50px;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
   cursor: initial;
}
button.mfp-close {
   display: inline-block;
   right: 50px;
   top: 49px;
   cursor: pointer;
   position: fixed;
   z-index: 500;
   width: 18px;
   height: 20px;
   font-size: 0;
   opacity: 1 !important;
   line-height: 0;
}
button.mfp-close:before {
   content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDogMThweDsmIzEwOyAgICBoZWlnaHQ6IDE4cHg7JiMxMDsgICAgc3Ryb2tlOiAjZmZmOyYjMTA7ICAgIHN0cm9rZS13aWR0aDogMTU7IiB2aWV3Qm94PSIwIDAgMTgwIDE4MCIgY2xhc3M9Im83eXJvIiB0YWJpbmRleD0iMCIgcm9sZT0iYnV0dG9uIiBhcmlhLWxhYmVsPSJjbG9zZSI+PHBhdGggZD0iTTUgNSBMMTc1IDE3NSBNMTc1IDUgTDUgMTc1IiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMTVweCIvPjwvc3ZnPg==);
   width: 18px;
   height: 18px;
   display: block;
}
.bg-shape.btn-shape {
   background-color: rgba(250, 250, 250, 1);
}
.homepage-layout .body-container-wrapper .widget-type-section_header {
   text-align: center;
   margin-top: 73px;
   margin-bottom:40px;
}
.homepage-layout .body-container-wrapper .widget-type-section_header h2 {
   font: normal normal normal 25px/1.2em wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,orig_notosanscjkjpregular;
   font-size: 30px;
   line-height: 1em;
   margin: 0 ;
   color: rgb(82,86,86);
}
.homepage-layout .body-container-wrapper .widget-type-section_header h2:after {
   content: "";
   max-width: 250px;
   height: 5px;
   display: block;
   border-top: 1px solid rgb(86 92 92);
   margin: 0 auto;
   margin-bottom: 10px;
   margin-top: 10px;
}
.homepage-layout .body-container-wrapper .widget-type-section_header p {
   font: normal normal normal 25px/1.2em wfont_c5addb_6b65f8e10511466fb1ad29ba2fc42142,wf_6b65f8e10511466fb1ad29ba2,orig_notosanscjkjpregular;
   color: rgb(82,86,86);
   font-size: 20px;
   line-height: 1em;
   margin: 0;
}
.contact-section .widget-type-form {
   padding-top: 50px;
   max-width: 798px;
   margin: 0 auto;
}
.contact-section .widget-type-form form {
   max-width: 700px;
   margin: 0 auto;
   padding: 10px;
   border-radius: 10px;
}
.contact-section .widget-type-form .hs-form-field {
   padding: 10px;
   margin: 0;
}
.contact-section .hs-form-field > label {
   display: inline-block;
   vertical-align: top;
   text-align: left;
   padding-bottom: 5px;
   font-weight: 400;
   -webkit-font-smoothing: subpixel-antialiased;
   line-height: 1.8;
   font-family: auto;
}
.contact-section .hs-form-field .hs-form-required {
/*    background-color: #dc143c; */
   color: #dc143c;
   padding: 0px 3px;
   line-height: 18px;
   display: inline-block;
}

.contact-section .hs-form-field .input {
   margin: 0 !important;
}
.contact-section .hs-form-field .input > .hs-input {
   max-width: 100%;
   width: 100% !important;
   font-family: auto;
   min-height: 51px;
}
.contact-section form ul.inputs-list.multi-container li {
   margin: 0;
   display: inline-block;
   vertical-align: top;
}
.contact-section form ul.inputs-list.multi-container li label {
   color: rgba(51,51,51,.6);
   font-family: auto;
   line-height: 1.8;
   font-size: initial;
   margin-top: 1px;
   margin-right: 25px;
}
.contact-section form ul.inputs-list.multi-container li .hs-input, 
.contact-section form .inputs-list span {
   vertical-align: initial;
}
.contact-section form ul.inputs-list.multi-container li .hs-input {
   margin-right: 4px;
   margin-left: 1px;
}
.contact-section form ul.inputs-list.multi-container {
   margin-bottom: -5px;
}
.contact-section form legend.hs-field-desc {
   color: #999;
   font-weight: 400;
   -webkit-font-smoothing: subpixel-antialiased;
   padding-bottom: 5px;
   margin-top: -5px;
   font-size: 14.4px;
   font-family: auto;
   display: inline-block !important;
   vertical-align: top;
}
.contact-section .hs-form-field.field_not_req > label span:not(.hs-form-required):after {
   display: inline-block;
   font-style: normal;
   line-height: .64em;
   padding: 5px 3px;
   margin: 0.1em 0.5em;
   border-radius: 2px;
   color: #ffffff;
   background-color: #c0c0c0;
   font-weight: 400;
   font-size: 80%;
   -webkit-font-smoothing: subpixel-antialiased;
   content: " 任意 ";
}
.contact-section .widget-type-form .hs-form-field.field_is_req > label > span:not(.hs-form-required):after {
   display:none;
}
.contact-section .hs-form-field .input > textarea.hs-input {
   min-height: 79.594px;
}
.contact-section form .hs-richtext {
   text-align: center;
   margin: 10px 10px 5px;
   line-height: 1.8;
   font-family: auto;
   font-size: initial;
}
.contact-section form .hs-richtext p {
   margin: 0;
   font-size: inherit;
}
.contact-section form .hs-richtext a {
   color: #50c8a7;
   text-decoration: none;
}
.contact-section form .hs-richtext a:hover {
   color: #9ee0ce;
}
.contact-section form .inputs-list > li {
   margin: 0;
}
.contact-section form .inputs-list > li.hs-form-booleancheckbox label {
   text-align: center;
   color: rgba(51,51,51,.6);
   font-size: initial;
   font-family: auto;
   line-height: 1.8;
   margin: 0;
   display: flex;
   justify-content: center;
}
.contact-section .legal-consent-container .hs-form-booleancheckbox-display>span,
.contact-section .legal-consent-container .hs-form-booleancheckbox-display>span p {
   margin: 0 !important;
}
.contact-section form .actions {
   text-align: center;
}
.contact-section form .actions .hs-button {
   width:100%;
   max-width: 260px;
   font-family: auto;
   line-height: 1.8;
   margin-top: 11px;
   outline:none;
}
.contact-section form .hs-error-msgs label {
   color: #fc92a5;
   line-height: 1.8;
   margin: 0;
   padding: 0;
   font-size: initial;
   font-family: auto;
}
.contact-section form .hs_error_rollup {
   padding: 10px;
}
.contact-section {
   overflow: hidden;  
}

.contact-section .hs-form-field .input > select.hs-input {
   border: 1px solid rgba(0,0,0,.3);
   background-color: #fff;
   height: 2.5em;
   box-shadow: none;
   padding: 0;
   min-height: 0;
}
.inpage-editor-active-field .homepage-banner-wrapper .banner-image {
   position: absolute;
}

select#tinynav1 {
   appearance: none;
   border: none;
   background-image: url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/images/svgexport-3.png);
   background-repeat: no-repeat;
   background-position: 100% 50%;
   outline: none;
   height: 77px;
}

.sr_left_link li.top-level-more {
   position: relative;
}

.sr_left_link li.top-level-more:after {
   background-image: url(//22681411.fs1.hubspotusercontent-na1.net/hubfs/22681411/raw_assets/public/AccountDoctor_Cci_November2022/images/drop-icon.png);
   background-position: 50%;
   background-size: cover;
   clear: both;
   content: "";
   display: block;
   height: 15px;
   position: absolute;
   right: 22px;
   top: 4px;
   width: 18px;
}

@media(max-width: 767px) {
   body .glb-btn {
      max-width: 280px;
      min-height: 42px;
   }
   body .glb-btn .glb-btn-text {
      font-size: 15px;
   }
   body .glb-btn .glb-btn-icon {
      width: 16px;
      height: 16px;
      line-height: 0;
   }
   .glb-sec-header h2 {
      font-size: 20px;
      margin-bottom: 10px;
   }
   .glb-sec-header .line {
      max-width: 280px;
      height: 8px;
      margin-bottom: 0;
   }
   .glb-sec-header p {
      font-size: 12px;
      margin-bottom: 0;
   }
   .homepage-layout .dnd-section > .row-fluid, .page-center, .content-wrapper {
      padding-left: 20px;
      padding-right: 20px;
   }
   .homepage-layout .body-container-wrapper .widget-type-section_header h2 {
      font-size: 20px;
   }
   .homepage-layout .body-container-wrapper .widget-type-section_header h2:after {
      height: 8px;
      max-width: 280px;
      margin-top: 10px;
      margin-bottom: 0;
   }
   .homepage-layout .body-container-wrapper .widget-type-section_header p {
      font-size: 12px;
   }
   .contact-section .widget-type-form form {
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
   }
   .contact-section .widget-type-form .hs-form-field:first-child {
      padding-left: 0;
   }
   .contact-section .widget-type-form .hs-form-field:last-child {
      padding-right: 0;
   }
   .contact-section .hs-form-field>label {
      font-size: 10.08px;
   }
   .contact-section .hs-form-field .hs-form-required:after {
      font-size: 8.064px;
      margin-left: 6px;
   }
   .contact-section .hs-form-field>label {
      font-size: 90%;
      line-height: 18px;
   }
   .contact-section .widget-type-form form {
      font-size: .7em;
   }
   .contact-section .hs-form-field .input > .hs-input {
      min-height: 42px;
   }
   .contact-section .widget-type-form .hs-form-field {
      padding-left: 0;
      padding-right: 0;
   }
   .contact-section form legend.hs-field-desc {
      font-size: 10.08px;
   }
   .contact-section form .hs-richtext {
      font-size: 11.2px;
      margin: 0;
   }
   .contact-section form .inputs-list>li.hs-form-booleancheckbox label {
      font-size: 11.2px;
   }
   .contact-section form .actions .hs-button {
      font-size: 11.2px;
      margin-top: 0;
   }
   .contact-section .widget-type-form .hs-form-field {
      width: 100% !important;
   }
   .contact-section form .hs_error_rollup {
      padding-left:0;
      padding-right:0;
   }
   .banner-btn-holder {
      text-align: center;
   }