








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

.disable-focus-styles :focus {
  outline: none;
}
/*! 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.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          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%;
  -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%;
    -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%;
    -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;
}

.show-for-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* 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 ;
  }
}
/* Containers / Grid / DnD Areas */

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .dnd-column {
  padding-left: 0;
  padding-right: 0;
}




/* Typography */

body {
  line-height: 1.5;
  word-break: break-word;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  word-break: break-all;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

/* Anchors */

a {
  transition: color 0.1s ease-in;
}

a.button:disabled {
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

h1 {
  font-size: 3.25rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.12;
  margin-bottom: 1.25rem;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.3;
}

h3 {
  font-size: 2rem;
  letter-spacing: 3px;
  line-height: 1.1875;
}

h4 {
  font-size: 1.25rem;
  letter-spacing: 3px;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

h5 {
  font-size: 1.125rem;
  letter-spacing: 3px;
  line-height: 1.4;
}

h6 {
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

/* Lists */

ul {
  list-style-type: disc;
}

ul li,
ol li {
  line-height: 1.5rem;
}

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

/* Blockquote */

blockquote {
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

code {
  vertical-align: bottom;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* Primary Button */

button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* No Button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button Sizing */

.button.button--small {
  font-size: 0.875rem;
  padding: 12px 36px;
}

.button.button--large {
  font-size: 1.125rem;
  padding: 12px 36px;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}
/* Forms */

.cta-form {
  display: block;
  width: 100%;
}

.hs-form-field {
  margin-bottom: 20px;
  position: relative;
}

form fieldset:not(.form-columns-1) > .hs-form-field {
  margin: 0 0 1.25rem;
}

/* Form Title */

.form-title {
  display: block;
  -webkit-font-smoothing: auto;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  border-radius: 4px;
  left: 0.969rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  transition: all 0.03s ease-in;
  white-space: nowrap;
  z-index: 2;
}

form div.hs-fieldtype-radio > label,
form div.hs-fieldtype-checkbox > label {
  padding: 0;
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  position: static;
}

/* Help Text - Legends */

.hs-form-field legend {
  display: none !important;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

/* Inputs - Checkbox/Radio */

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

form ul.inputs-list li {
  margin: 0.3125rem 0;
}

form ul.inputs-list li input {
  left: -9999px;
  position: absolute;
}

form ul.inputs-list li input + span {
  display: block;
  padding-left: 1.4375rem;
  position: relative;
}

form ul.inputs-list li input + span:before {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

form ul.inputs-list li input[type='radio'] + span:before {
  border-radius: 50%;
}

form ul.inputs-list li input + span:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

form ul.inputs-list li input[type='radio'] + span:after {
  background-color: #000;
  background-image: none;
  border-radius: 100%;
  content: '';
  height: 8px;
  left: 4px;
  width: 8px;
}

form ul.inputs-list li input + span:hover:after {
  opacity: 0.2;
}

form ul.inputs-list li input:checked + span:after {
  opacity: 1;
}

/* Inputs - Select */

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input:after {
  border-radius: 4px;
  content: '';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button.pika-day {
  background: transparent !important;
}

.hs-datepicker .is-selected button.pika-button {
  box-shadow: none !important;
}

.hs-datepicker .is-selected.is-today button.pika-button {
  color: #fff;
}

.hs_datepicker:before {
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}

.hs_datepicker:not(.in-focus):before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23d0d0d0' d='M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  height: 15px;
  width: 18px;
}

/* Inputs - File Picker */

.hs-fieldtype-file input[type='file'] {
  line-height: 1;
  position: relative;
}

.hs-fieldtype-file:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3e%3cpath fill='%23d0d0d0' d='M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  height: 15px;
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.hs-fieldtype-file:before {
  background-color: #fff;
  bottom: 5px;
  content: '';
  left: 5px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 5px;
}

/* Headings & Text */

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span {
  font-size: 0.875rem;
  margin-left: 15px !important;
}

/* Validation */

.hs-error-msgs li,
.hs-error-msgs li label {
  font-size: 0.875rem;
}

.hs-error-msgs li a {
  color: inherit;
  font-size: inherit;
}

/* Submit */

form input[type='submit'] {
  cursor: pointer;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 0.625rem 0;
  max-width: 500px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}
/* Tables */

table {
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

thead th,
thead td {
  text-align: left;
}

thead th {
  vertical-align: bottom;
}



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

.header {
  position: relative;
  z-index: 99999;
}

/* ✅ 強制滿版：不管外層有沒有 container，都撐滿整個視窗寬 */
.header__container {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;

  width: 100vw !important;     /* ✅ 關鍵：滿版 */
  max-width: none !important;  /* ✅ 禁止被 max-width 卡住 */
  margin: 0 !important;
  transform: none !important;  /* ✅ 防止被位移 */
  box-sizing: border-box !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  padding: 25px 50px !important;

  /* ✅ 頂部：透明背景 */
  background-color: transparent !important;

  /* ✅ 平滑過渡 */
  transition: padding 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease !important;

  z-index: 100005 !important;
}

/* 右側排列 */
.header__right-column {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.header__left-column{
 display: flex;
  align-items: center;
  gap: 20px;
   min-width: 0; 
}

/* ✅ 你原本把 .dnd-section fixed 會跟 container 疊加打架，這裡不要 fixed */
.header .dnd-section {
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  position: static; /* ✅ 不要 fixed */
}

/* ===============================
   Site Logo
================================ */

.header__site-logo {
  width: auto  !important;          /* ✅ 不要 120% */
  max-width: 300px;
  line-height: 1;
  transition: max-width 0.3s ease;
  flex: 1 1 auto;
  min-width: 0;
}

.header__site-logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: max-height 0.3s ease;
  max-height: 100px;
}

.header__site-logo .logo-company-name {
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
}

/* ===============================
   Navigation (Mobile overlay style)
================================ */

.header__navigation > .header__navigation_primary-nav,
.header__navigation > .header__navigation__secondary-logo {
   height: auto;
  width: auto;
  opacity: 1;
  visibility: visible;
}

.header__navigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: min(85vw, 360px);  /* 抽屜寬度你可調 */
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 28px 20px;
  background: rgba(0, 0, 0, 0.8);

  transform: translateX(-100%);
  transition: transform 0.28s ease;

  z-index: 100000; /* 蓋過 header */
}

.header__navigation:before {
 content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.header__navigation.open {
  transform: translateX(0);
}



.header__navigation.open:before {
   opacity: 1;
  pointer-events: auto;
}


.header__navigation--toggle{
  display: block;
}
/* Toggle buttons */
.header__navigation--toggle,
.header__close--toggle {
   position: relative;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  z-index: 100006;
}

.header__navigation--toggle.hide {
  display: none;
}

.header__close--toggle {
   display: none;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.header__close--toggle.show {
display: block !important;
   z-index: 100005 !important;
}

/* ===============================
   Language Switcher (保留你原本)
================================ */

.header__language-switcher {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

.header__language-switcher:before {
  position: absolute;
  top: 100%;
  height: 42px;
  width: 100%;
  content: "";
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  border: 1px solid #fff;
  background-color: #fff;
}

.header__language-switcher .lang_list_class {
  top: 42px;
  left: calc(100% - 30px);
  display: block;
  min-width: 150px;
  padding-top: 0;
  border: 1.79px solid #d0d0d0;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
  font-size: 0.8rem;
  opacity: 0;
  text-align: left;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

/* ===============================
   ✅ Header Shrink on Scroll
================================ */

.header.header--shrink .header__container {
  background-color: rgba(0, 0, 0, 0.8) !important; /* ✅ 黑色 50% */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.header.header--shrink .header__site-logo {
  max-width: 160px;
}

.header.header--shrink .header__site-logo img {
  max-height: 48px;
}


/* ===============================
   Responsive
================================ */

@media (max-width: 1200px) {
  .header__container {
    padding: 18px 20px !important;
  }
  .header__navigation--toggle,
  .header__close--toggle {
    left: 20px;
  }
}

@media (max-width: 768px) {
  .header__container {
    padding: 18px 16px !important;
  }

  .header.header--shrink .header__container {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .header__site-logo img {
    max-height: 64px;
  }

  .header.header--shrink .header__site-logo img {
    max-height: 48px;
  }
  
}
:root {
  --orange: #EF6C3D;
  --text: #111;
  --muted: #333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
}
.ts-nav-container {
  background-color: #121212;
  width: 100%;
  /* 關鍵：設定高度為視窗高度的 10% */
  height: 10vh; 
  
  /* 讓內部的 ul 垂直置中 */
  display: flex;
  align-items: center;
  
  /* 固定在頁面頂端 (可選，若你希望捲動時它留著) */
  position: relative; 
  z-index: 1000;
  margin-bottom: 20px;
}

.ts-black {
  width: 100%;
  display: flex;
  justify-content: center; /* 水平置中 */
  align-items: center;     /* 垂直置中 */
  list-style: none;
  margin: 0;
  padding: 0; /* 移除原本的 padding，改由容器高度控制 */
}

.ts-black li {
  margin: 0 25px;
}

.ts-black li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: "PingFang TC", sans-serif;
  display: block; 
  padding: 10px 20px; /* 增加點擊區域 */
  transition: all 0.3s ease;
}

/* 滑鼠懸停效果 */
.ts-black li a:hover {
  color: #cccccc;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}


/* 導覽列容器 */
.ts-nav-wrapper {
  background-color: #121212; /* 深黑色底 */
  width: 100%;
  display: flex;
  justify-content: center; /* 水平置中 */
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5); /* 增加一點點深度感 */
}

/* 列表設定 */
.ts-nav-list {
  display: flex;
  list-style: none; /* 移除點點 */
  margin: 0;
  padding: 0;
}

/* 每個選項的間距 */
.ts-nav-item {
  margin: 0 20px; 
}

/* 連結樣式：UI/UX 優化重點 */
.ts-nav-link {
  display: block;
  color: #FFFFFF;
  text-decoration: none; /* 移除底線 */
  font-size: 16px;
  font-family: "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  padding: 20px 15px; /* 增加上下 Padding 讓點擊範圍變大 */
  transition: all 0.3s ease; /* 平滑過渡 */
  letter-spacing: 0.5px;
}

/* 滑鼠懸停與點擊效果 */
.ts-nav-link:hover {
  color: #AAAAAA; /* 文字稍微變淡 */
  background-color: rgba(255, 255, 255, 0.05); /* 增加極淡的背景反饋 */
}

/* 手機版響應式設定 (Media Query) */
@media (max-width: 768px) {
  .ts-nav-item {
    margin: 0 10px; /* 在小螢幕縮小間距防止溢出 */
  }
  .ts-nav-link {
    font-size: 14px;
    padding: 15px 10px;
  }
}
/* ===== Header Container ===== */
.ts-header {
  width: 100%;
  padding: 30px 60px 30px;
}

/* ===== Top Layout ===== */
.ts-top {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
}

/* ===== Left Logo ===== */
.ts-brand {
  min-width: 260px;
}

.ts-logo {
  font-size: 64px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 1px;
  color: var(--orange);
  text-transform: uppercase;
}
.ts-logo-img {
  width: 250px;   /* 👈 從這個數字開始調 */
  height: auto;
}
/* ===== Middle Contact ===== */
.ts-contact {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  padding-top: 10px;
  white-space: nowrap;
}

/* ===== Right Organized By ===== */
.ts-org {
  min-width: 520px;
  font-size: 14px;
}

.ts-org-title {
  margin-bottom: 10px;
}

.ts-org-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.ts-org-item img {
  width: 30px;
  height: 22px;
  object-fit: contain;
  display: block;
}

/* ===== Divider ===== */
.ts-rule {
  max-width: 1600px;
  height: 1px;
  background: #111;
  margin: 18px auto 10px;
}

/* ===== Footer ===== */
.ts-footer {
  max-width: 1600px;
  margin: 0 auto;
  font-size: 14px;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Menu item links */

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

